fixed minor issues with openstack docs not being valid yaml
This commit is contained in:
parent
469a1250b6
commit
92e400eb6d
1 changed files with 3 additions and 4 deletions
|
@ -91,8 +91,7 @@ options:
|
||||||
choices: [public, internal, admin]
|
choices: [public, internal, admin]
|
||||||
required: false
|
required: false
|
||||||
default: public
|
default: public
|
||||||
requirements:
|
requirements: [shade]
|
||||||
- shade
|
|
||||||
notes:
|
notes:
|
||||||
- The standard OpenStack environment variables, such as C(OS_USERNAME)
|
- The standard OpenStack environment variables, such as C(OS_USERNAME)
|
||||||
may be user instead of providing explicit values.
|
may be user instead of providing explicit values.
|
||||||
|
|
Loading…
Reference in a new issue