7 Commits

Author SHA1 Message Date
Nisha Yadav
a5b2b21310 Improve docs for v3 regions
In preparation to add functional tests for v3 regions, this
change proposes to detail the method docs, because the tests
need to be based on them.

Change-Id: I8d2169608d4acdc95116f49ea45cb6a15ba3b6e3
Partial-Bug: #1330769
2016-07-07 23:20:06 +05:30
Navid Pustchi
a9adca02db Fixing D204, D205, and D207 PEP257 violation.
Currently tox ignores D204, D205, and D207.
D204: 1 blank required after class docstring.
D205: Blank line required between one-line summary and description.
D207: Docstring is under-indented.
This change removes  D204, D205, and D207 ignores in tox and fix violations.

Change-Id: Id20d216fbd7647d468859b960088aac61c582d9b
2016-05-04 19:30:03 +00:00
Navid Pustchi
e9471bdf4c Fixing D208 PEP257 violation.
Currently tox ignores D208.
D208: Docstring is over-indented.
This change removes D208 ignore and fix violations.

Change-Id: Ifec21c7602468b2a60727b64d27e7f14d765638c
2016-05-03 15:01:59 +00:00
hgangwx
bc85765e47 Wrong usage of "a/an"
Wrong usage of "a/an" in the messages:
"string that is the id field for an pre-existing"
"build a etree.XML object filling certain"

Should be:
"string that is the id field for a pre-existing"
"build an etree.XML object filling certain"

Totally 2 occurrences in python-keystoneclient base code.

Change-Id: Icef5247672f95af87375a4a135a961aefb0a4906
2015-12-30 14:14:46 +08:00
Steve Martinelli
01ce602915 update incorrect docstring for regions
it currently says endpoints, when it's obviously regions.

Change-Id: Ic080436441cb07f5be83e6037cd38aeb14577398
2015-11-10 17:48:53 -05:00
wanghong
acfbff0258 fix enabled parameter of update doesn't default to None
Currently, enabled parameter of v3.domains.update and v3.regions.update
defaults to True. It is easy to make mistakes and difficult to use.

Closes-Bug: #1413071
Change-Id: I8b392ff228691b2735b06747dcfb802d4c191a54
2015-01-21 13:09:37 +08:00
Adam Young
51ed045a28 Regions Management
Client code for v3 API regions implementation.

Change-Id: I5c1526457395ba3fb06977bea775ff572ec840ba
Closes-Bug: 1289519
2014-05-07 14:48:25 -04:00