diff options
| author | YAMAMOTO Takashi <yamamoto@midokura.com> | 2017-01-18 09:36:55 +0900 |
|---|---|---|
| committer | YAMAMOTO Takashi <yamamoto@midokura.com> | 2017-01-18 09:38:23 +0900 |
| commit | 61a22a285ab204a866b375eec5274b567afc61ee (patch) | |
| tree | 61b651a0d5bb551935b1488a5a65a6b79cef636f /openstackclient/network/v2 | |
| parent | 08ca61ba074ba43ab0fd281992e878c78e0f709a (diff) | |
| download | python-openstackclient-61a22a285ab204a866b375eec5274b567afc61ee.tar.gz | |
Remove the fixed set of choices for network_type
So that it can specify out-of-tree ML2 type drivers.
Closes-Bug: #1657311
Change-Id: I2445fb165b86cf5937d8aa09ba0fd5564eb1f8f4
Diffstat (limited to 'openstackclient/network/v2')
| -rw-r--r-- | openstackclient/network/v2/network.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openstackclient/network/v2/network.py b/openstackclient/network/v2/network.py index 26cd02c6..17ce0f7f 100644 --- a/openstackclient/network/v2/network.py +++ b/openstackclient/network/v2/network.py @@ -141,10 +141,8 @@ def _add_additional_network_options(parser): parser.add_argument( '--provider-network-type', metavar='<provider-network-type>', - choices=['flat', 'geneve', 'gre', 'local', - 'vlan', 'vxlan'], help=_("The physical mechanism by which the virtual network " - "is implemented. The supported options are: " + "is implemented. For example: " "flat, geneve, gre, local, vlan, vxlan.")) parser.add_argument( '--provider-physical-network', |
