diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-28 19:18:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-28 19:18:03 +0000 |
| commit | efcf3b22ad22152331f7a42f0bfc4cc67205b8da (patch) | |
| tree | d2fba99b7d39a4aff9dd15dcb70c50143257d835 /doc | |
| parent | dd7da49325e3b4bc430b8a3d46ae19e43491c3b5 (diff) | |
| parent | 589a65c3fee2d61a13eaa53785afd3525d9ae80d (diff) | |
| download | python-openstackclient-efcf3b22ad22152331f7a42f0bfc4cc67205b8da.tar.gz | |
Merge "Fix Nova-net netowrk commands"
Diffstat (limited to 'doc')
| -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 |
