Deprecate neutron CLI

It is time to signal that we're fully committed to delivering a pure
OSC experience.

Change-Id: I2d1e73af2391893a7f136a53cbfcaecec4a18efa
This commit is contained in:
Armando Migliaccio 2016-11-04 11:47:00 -07:00
parent e91c82e4dc
commit 3a64a7a166
2 changed files with 10 additions and 0 deletions
neutronclient
releasenotes/notes

@ -986,6 +986,8 @@ class NeutronShell(app.App):
def main(argv=sys.argv[1:]):
try:
print(_("neutron CLI is deprecated and will be removed "
"in the future. Use openstack CLI instead."), file=sys.stderr)
return NeutronShell(NEUTRON_API_VERSION).run(
list(map(encodeutils.safe_decode, argv)))
except KeyboardInterrupt:

@ -0,0 +1,8 @@
---
deprecations:
- The neutron CLI is now deprecated. This is the signal that it is
time to start using the openstack CLI. No new features will be
added to the neutron CLI, though fixes to the CLI will be assessed
on a case by case basis. Fixes to the API bindings, as well as
development of new API bindings as well as OSC plugins are exempt
from this deprecation.