Skip to content
Snippets Groups Projects

fix: correct sg name prefix argument name

Merged František Řezníček requested to merge freznicek-correct-sg-prefix-args into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -336,7 +336,7 @@ if __name__ == "__main__":
@@ -336,7 +336,7 @@ if __name__ == "__main__":
help='Destination cloud bootable volumes are made on top of public image. Name of destination cloud image.')
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',
AP.add_argument('--destination-ipv4-external-network', default='external-ipv4-general-public',
help='Destination cloud IPV4 external network.')
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.')
help='Destination cloud security_groups entity name prefix.')
AP.add_argument('--destination-entity-name-prefix', default='',
AP.add_argument('--destination-entity-name-prefix', default='',
help='Destination cloud entity name prefix (all except secgroups).')
help='Destination cloud entity name prefix (all except secgroups).')
Loading