Merge "fix client docstring"

This commit is contained in:
Jenkins
2015-04-09 03:43:02 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 6 deletions

View File

@@ -284,7 +284,9 @@ def get_client(version, **kwargs):
* ceilometer_url: (DEPRECATED) Ceilometer API endpoint,
use os_endpoint instead
* os_endpoint: Ceilometer API endpoint
or:
* os_username: name of user
* os_password: user's password
* os_user_id: user's id

View File

@@ -52,8 +52,3 @@ def gen_ref(ver, title, names):
% {"title": name.capitalize(),
"signs": "=" * len(name),
"pkg": pkg, "name": name})
gen_ref("", "Client Reference", ["client", "exc"])
gen_ref("v1", "Version 1 API Reference",
["stacks", "resources", "events", "actions",
"software_configs", "software_deployments"])

View File

@@ -24,7 +24,6 @@ Contents:
ref/index
ref/v1/index
ref/v2/index
releases
Contributing
============