diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-04-27 10:26:07 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-04-27 20:36:00 +0000 |
| commit | 589a65c3fee2d61a13eaa53785afd3525d9ae80d (patch) | |
| tree | 94864ff5360391385b3e73517e3698e6f3cc14ab /doc/source | |
| parent | 7b609ebd55b1ff38be4763b5122b4a48a05ef931 (diff) | |
| download | python-openstackclient-589a65c3fee2d61a13eaa53785afd3525d9ae80d.tar.gz | |
Fix Nova-net netowrk commands
In cleaning up functional tests for nova-net, I discovered some
problems in network create:
* --subnet option is required in network create command
* Switch API to use /os-networks rather than /os-tenant-networks as this
is what we were actually using via novaclient
* Fix functional tests for nova-net
* Normalize some private function names in network/v2/network.py
Change-Id: I426b864406756d58d140575a3a45ee9aee67ce84
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/backwards-incompatible.rst | 8 | ||||
| -rw-r--r-- | doc/source/command-objects/network.rst | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst index 0202e8a5..6516e794 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -30,7 +30,13 @@ Backwards Incompatible Changes Release 3.10 ------------ -1. The positional argument ``<snapshot-name>`` of the ``volume snapshot create`` +1. The ``network create`` command now requires the ``--subnet`` option when used + with Nova-network clouds. + + * As of: 3.10 + * Commit: https://review.openstack.org/460679 + +2. The positional argument ``<snapshot-name>`` of the ``volume snapshot create`` command is no longer optional. Previously when the ``--volume`` option was diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 9162dbff..636409b9 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -71,6 +71,8 @@ Create new network Set network description + *Network version 2 only* + .. option:: --availability-zone-hint <availability-zone> Availability Zone in which to create this network |
