Skip to content
Snippets Groups Projects
Commit 106c9286 authored by František Řezníček's avatar František Řezníček
Browse files

fix: correct sg name prefix argument name

parent a9050ee3
No related branches found
No related tags found
1 merge request!15fix: correct sg name prefix argument name
Pipeline #459352 passed
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
......@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.2.1] - 2024-06-11
### Fixed
- corrected argument/switch name from --destination-secgroup-entity-name-prefix to --destination-secgroup-name-prefix
## [1.2.0] - 2024-06-11
### Changed
- source and destination entity names now match except security groups where prefix migrated- is kept
......
......@@ -336,7 +336,7 @@ if __name__ == "__main__":
help='Destination cloud bootable volumes are made on top of public image. Name of destination cloud image.')
AP.add_argument('--destination-ipv4-external-network', default='external-ipv4-general-public',
help='Destination cloud IPV4 external network.')
AP.add_argument('--destination-secgroup-entity-name-prefix', default='migrated-',
AP.add_argument('--destination-secgroup-name-prefix', default='migrated-',
help='Destination cloud security_groups entity name prefix.')
AP.add_argument('--destination-entity-name-prefix', default='',
help='Destination cloud entity name prefix (all except secgroups).')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment