summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-14 20:47:09 +0000
committerGerrit Code Review <review@openstack.org>2015-07-14 20:47:09 +0000
commit50a5c36ef111ddafe211122d68c2fd629299e052 (patch)
tree70401712ba0bb26b13ce26f1575b411b32fe9ade /doc
parent79c69e1e82d8d974309326e6f25ad5b6dcb4b838 (diff)
parent2d4a7371601290abca1878f07b952dc8d9deff02 (diff)
downloadpython-openstackclient-50a5c36ef111ddafe211122d68c2fd629299e052.tar.gz
Merge "Remove the --dhcp option to network list"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/backwards-incompatible.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst
index ae77164b..c511852f 100644
--- a/doc/source/backwards-incompatible.rst
+++ b/doc/source/backwards-incompatible.rst
@@ -61,6 +61,20 @@ List of Backwards Incompatible Changes
* Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1461817
* Commit: https://review.openstack.org/#/c/194654/
+5. Command `openstack network list --dhcp` has been removed
+
+ The --dhcp option to network list is not a logical use case of listing
+ networks, it lists agents. Another command should be added in the future
+ to provide this functionality. It is highly unlikely anyone uses this
+ feature as we don't support any other agent commands. Use neutron
+ dhcp-agent-list-hosting-net command instead.
+
+ * In favor of: Create network agent list command in the future
+ * As of: 1.6.0
+ * Removed in: NA
+ * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/472613
+ * Commit: https://review.openstack.org/#/c/194654/
+
For Developers
==============