Files
python-keystoneclient/releasenotes/notes/remove_cli-d2c4435ba6a09b79.yaml
Steve Martinelli ef13bd8cf6 remove CLI from keystoneclient
the CLI has been deprecated for a long time, and many docs and
install guides recommend using OSC instead of `keystone`.

- removes CLI
- removes man page from docs
- removes CLI tests
- removes `bootstrap` from contrib
- removes entrypoint from setup.cfg

implements bp: remove-cli

Change-Id: Icbe15814bc4faf33f513f9654440068795eae807
2016-03-10 03:51:01 +00:00

8 lines
232 B
YAML

---
prelude: >
The ``keystone`` CLI has been removed.
other:
- The ``keystone`` CLI has been removed, using the ``openstack``
CLI is recommended. This feature has been deprecated since the
Liberty release of Keystone.