Add ironic to the list of supported commands in os_doc_tools.commands
Change-Id: I95425232f3eca30bb07694c31e6b4af20ca76d17
This commit is contained in:
parent
84dd23854d
commit
8d64912609
@ -675,8 +675,9 @@ def main():
|
||||
"openstack-doc-tools version %s)\n"
|
||||
% os_doc_tools.__version__)
|
||||
|
||||
api_clients = ["ceilometer", "cinder", "glance", "heat", "keystone",
|
||||
"nova", "neutron", "openstack", "sahara", "swift", "trove"]
|
||||
api_clients = ["ceilometer", "cinder", "glance", "heat", "ironic",
|
||||
"keystone", "nova", "neutron", "openstack", "sahara",
|
||||
"swift", "trove"]
|
||||
manage_clients = ["trove-manage"]
|
||||
all_clients = api_clients + manage_clients
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user