Add some missing modules in API reference
In doc/source/conf.py, there are some missing files (modules) to generate API references. So add them. Change-Id: I39689a31084e0cdbfdcad66c723a87de009a08f7 Closes-Bug: #1651043
This commit is contained in:
parent
b7094e3222
commit
2e04cb29d7
@ -72,12 +72,16 @@ def gen_ref(ver, title, names):
|
||||
|
||||
gen_ref(None, "Exceptions", ["exceptions"])
|
||||
gen_ref("v2", "Version 1.1, Version 2 API",
|
||||
["client", "flavors", "images", "servers", "hosts", "agents",
|
||||
"aggregates", "availability_zones", "certs", "fixed_ips",
|
||||
"floating_ip_pools", "floating_ips", "hypervisors", "keypairs",
|
||||
"limits", "networks", "quota_classes", "quotas",
|
||||
"security_group_rules", "security_groups", "services", "usage",
|
||||
"virtual_interfaces", "volumes"])
|
||||
["agents", "aggregates", "assisted_volume_snapshots",
|
||||
"availability_zones", "cells", "certs", "client", "cloudpipe",
|
||||
"fixed_ips", "flavor_access", "flavors", "floating_ip_dns",
|
||||
"floating_ip_pools", "floating_ips", "floating_ips_bulk", "fping",
|
||||
"hosts", "hypervisors", "images", "instance_action", "keypairs",
|
||||
"limits", "list_extensions", "migrations", "networks",
|
||||
"quota_classes", "quotas", "security_group_default_rules",
|
||||
"security_group_rules", "security_groups", "server_external_events",
|
||||
"server_groups", "server_migrations", "servers", "services", "usage",
|
||||
"versions", "virtual_interfaces", "volumes"])
|
||||
|
||||
# -- General configuration ----------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user