File: deprecate-service-binary-arg-2d5c446f5a2409a7.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (10 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
deprecations:
  - |
    The ``binary`` argument to the ``nova service-enable``,
    ``nova service-disable``, and ``nova service-force-down`` commands has been
    deprecated. The only binary that it makes sense to use is ``nova-compute``
    since disabling a service like ``nova-scheduler`` or ``nova-conductor``
    does not actually do anything, and starting in the 16.0.0 Pike release the
    compute API will not be able to look up services other than
    ``nova-compute`` for these operations.