2 Commits

Author SHA1 Message Date
Masayuki Igawa
7ba22721e5
Use inline literal markup for options in releasenotes
This commit makes the releasenotes to use 'inline literal markup[0]
because it would be accurate rendering for commandline
options. Otherwise, dashes are changed into an en/em dash entity. And
this commit also fixes some inline literal markups which I
noticed. Ideally, we should fix like that things in one
patch. However, it's a bit hard to find them all..

[0] http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#roles

Change-Id: I8f7691b3ff40ccde051620f44217dab244d76960
2018-05-31 11:31:02 +09:00
Luigi Toscano
d3db306af8 CLI tests: Identity v3 (project name, api version)
Switch to --os-project-name instead of --os-tenant-name, and pass
also --os-identity-api-version.
All the clients which are wrapped by some method of the CLIClient class
and which use cmd_with_auth support the newly introduced flags at least
since Liberty.
Only exception: the keystone client, which was removed in Newton, so
it is not supported anyway (and it has not been fixed).

Closes-Bug: #1721553
Change-Id: I6d34e76b4089be024093a75f9e467d273d80f1c2
2018-01-11 10:26:54 +01:00