Skip to content

Commit

Permalink
Change --openstack_additional_flags to be a list flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
yilei authored and gareth-ferneyhough committed May 10, 2017
1 parent e36f840 commit 36e2c80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions perfkitbenchmarker/providers/openstack/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
default='openstack',
help='The path to the OpenStack CLI binary.')

flags.DEFINE_string('openstack_additional_flags',
default=[],
help='Additional flags to pass to every OpenStack CLI '
'command. See "openstack --help" for more.')
flags.DEFINE_list('openstack_additional_flags',
default=[],
help='Additional comma separated flags to pass to every '
'OpenStack CLI command. See "openstack --help" for '
'more.')

flags.DEFINE_string('openstack_public_network', None,
'(DEPRECATED: Use openstack_floating_ip_pool) '
Expand Down

0 comments on commit 36e2c80

Please sign in to comment.