Merge "Highlight V1 API removal"

This commit is contained in:
Zuul 2018-02-28 18:55:42 +00:00 committed by Gerrit Code Review
commit 4e77351ea6
2 changed files with 12 additions and 1 deletions

View File

@ -67,7 +67,11 @@ class Command(command.Command):
self.app.log.error('No endpoint was found. You must provide a '
'username or user id via --os-username, '
'--os-user-id, env[OS_USERNAME] or '
'env[OS_USER_ID]')
'env[OS_USER_ID]. You may also be using a '
'cloud that does not have the V1 API enabled. '
'If your cloud does not have the V1 DNS API '
'use the openstack CLI to interact with the '
'DNS Service.')
return 1

View File

@ -17,6 +17,13 @@ found on the :ref:`designate v2 command line tool page <shell-v2>`.
v1: the :program:`designate` command line tool. More information can be found
on the :ref:`designate v1 command line tool page <shell>`.
.. warning::
The V1 API was removed in Queens, and cannot be re-enabled.
The :program:`designate` command line tool will no longer function on
installs newer than Queens.
You'll need credentials for an OpenStack cloud that implements the Designate
API in order to use the client.