summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-01-11 17:39:50 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2018-01-11 21:17:04 -0500
commitfefc3ba723865307f4cc2ca287eb59faa4e8a5b1 (patch)
tree8bcc1aa0184637abdafe5209427cdb6bdee3d0ba /releasenotes
parent01fb16533bf562f39fe822bc12b9cc34b8580359 (diff)
downloadpython-novaclient-fefc3ba723865307f4cc2ca287eb59faa4e8a5b1.tar.gz
Remove deprecated services binary CLI arg10.0.0
The services CLI 'binary' arg was deprecated in Pike via change Idd0d2be960ca0ed59097c10c931da47a1a3e66fb because with cells v2 support in the API, the binary argument for the enable/disable CLIs doesn't make sense as the only binary those work with is 'nova-compute'. So this removes the deprecated argument and hard-codes the value to be 'nova-compute'. Change-Id: I60490f3d74212bb172dccc1c7d337198e1021236
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-service-binary-arg-ec2838214c8c7abc.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-service-binary-arg-ec2838214c8c7abc.yaml b/releasenotes/notes/remove-service-binary-arg-ec2838214c8c7abc.yaml
new file mode 100644
index 00000000..2a136a23
--- /dev/null
+++ b/releasenotes/notes/remove-service-binary-arg-ec2838214c8c7abc.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ The deprecated ``binary`` argument to the ``nova service-enable``,
+ ``nova service-disable``, and ``nova service-force-down`` commands has been
+ removed.