Merge "commands: add 'openstack' to the list of clients"

This commit is contained in:
Jenkins 2014-09-10 00:49:13 +00:00 committed by Gerrit Code Review
commit 84dece8339
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ def main():
% os_doc_tools.__version__)
api_clients = ["ceilometer", "cinder", "glance", "heat", "keystone",
"nova", "neutron", "swift", "trove"]
"nova", "neutron", "openstack", "swift", "trove"]
manage_clients = ["trove-manage"]
all_clients = api_clients + manage_clients