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:
Takashi NATSUME 2016-12-19 15:44:26 +09:00
parent b7094e3222
commit 2e04cb29d7
1 changed files with 10 additions and 6 deletions

View File

@ -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 ----------------------------------------------------