Commit b19d426f by Toshio Kuratomi

Normalize the way requirements is specified

parent 99909b08
...@@ -91,7 +91,8 @@ options: ...@@ -91,7 +91,8 @@ options:
choices: [public, internal, admin] choices: [public, internal, admin]
required: false required: false
default: public default: public
requirements: [shade] requirements:
- 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment