Deprecate the "glance-cache-manage" command
Change-Id: I5fe40f1ebd6acd25d4ed2e05d20a409511be08af
This commit is contained in:
parent
f429b53e04
commit
71e3c036d7
@ -499,6 +499,9 @@ def user_confirm(prompt, default=False):
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
print('In the Caracal development cycle, the glance-cache-manage command '
|
||||||
|
'has been deprecated in favor of the new Cache API. It is scheduled '
|
||||||
|
'to be removed in the Dalmatian development cycle.', file=sys.stderr)
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description=_format_command_help(),
|
description=_format_command_help(),
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter)
|
formatter_class=argparse.RawDescriptionHelpFormatter)
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The ``glance-cache-manage`` command is deprecated in this release in favor
|
||||||
|
of the new Cache API. It is subject to removal at the beginning of the
|
||||||
|
Dalmatian development cycle, following the `OpenStack standard deprecation
|
||||||
|
policy
|
||||||
|
<https://governance.openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_.
|
Loading…
x
Reference in New Issue
Block a user