8 Commits

Author SHA1 Message Date
zhangtongjian
07c7f94601 remove unicode from code
Change-Id: I2d2d025b0d8bda2ffc7be4d30489728c05f53c8e
2022-04-19 15:57:10 +08:00
Brant Knudson
eb70a26a60 Update developer docs for keystoneauth session
The developer docs should tell developers to use keystoneauth1
sessions rather than keystoneclient sessions or passing
arguments to the Client constructors. keystoneclient sessions and
constructing Clients using non-sessions is deprecated.

Change-Id: Ica19b8d6fb2f5d1a9d0d22d4fe08abb266fd6a86
2016-02-28 17:17:33 +00:00
Michael Simo
519282d883 Fixed grammatical errors in the V2 Client API doc
In the using-api-v2.rst document, various inconsistencies in spelling of
"openstackDemo", as well as the password under the "Creating Tenants" and
"Creating Users" sections.

Updated service names to adhere to the OpenStack service naming conventions.

Fixed capitalization of "Client" to "client".

Change-Id: Ib20782f5b05f7097158f606c6562f92126650b89
Closes-Bug: #1458015
2015-05-27 16:46:32 +00:00
Brant Knudson
cfe94b7255 Rename the client API docs
Since developers want to use the APIs, the docs should be more
enticing and say that it describes how to use the APIs.

Also, called it "V3 Client API" since this reads better than
"Client V3 API" and it matches the order in the module path.

Change-Id: I79dd6f6891bf48b477b35157256a0219426d171c
2014-10-12 10:52:41 -05:00
Michael McCune
90e4d89445 Correcting using-api-v2.rst
Changes
* removed extraneous word from Introduction section

Closes-Bug: #1334915
Change-Id: I201ddb70a4d91e0d615e322abc43848993dee573
2014-06-26 20:50:14 -04:00
Brant Knudson
f78f5be5f3 Capitalize Client API title consistently
The "client v2 API" and "Client v2 API" titles were inconsistenly
capitalized. This makes the title capitalization consistent so the
index page looks better.

Change-Id: I85d033fd5d7f5204cd3d18e8c613dfd0c2a1cdd6
2014-02-28 16:37:14 -06:00
Eric Guo
ee3c9c4673 Fix typos in documents and comments
Fix typos detected by toolkit misspellings.

* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: Ifbbc29537d9d129aad238de6c37718c4fbb8349b
2014-01-23 16:30:19 +08:00
Florent Flament
eab4ce1ca8 Rename using-api.rst to using-api-v2.rst
Renaming file for consistency, since using-api-v3.rst is being written
there: https://review.openstack.org/#/c/63408

Minor changes have been made to indicate that the file documents the
keystone v2 API.

Change-Id: I694b658a8b59d21615af5d88edc0f7b394ebbe7b
Partial-Bug: #1260527
2014-01-06 22:34:14 +00:00