summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorTerryHowe <terrylhowe@gmail.com>2015-07-08 11:21:41 -0600
committerTerryHowe <terrylhowe@gmail.com>2015-07-08 11:21:41 -0600
commit2d4a7371601290abca1878f07b952dc8d9deff02 (patch)
tree475a7c00dff090413847ce88843a29db175f5392 /doc/source
parentf07f71661f8e215844dff6156781975041a3b1c4 (diff)
downloadpython-openstackclient-2d4a7371601290abca1878f07b952dc8d9deff02.tar.gz
Remove the --dhcp option to network list
The --dhcp option lists agents, not networks. This does not make a lot of sense. Another command should be created to list agents. BackwardsIncompatibleImpact Closes-Bug: #1472613 Change-Id: I5ecfe3fc046a07eb64a4dabd41dbd99de7c2215f
Diffstat (limited to 'doc/source')
-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
==============