Commit Graph

4 Commits (390ec8c37c6dc6256c5148ecd8257806c7988430)

Author SHA1 Message Date
David Shrewsbury e8abea25c7 Fix OpenStack module failure output
The exception message, when shade fails, will contain much more
specific information about the failure if the exception is treated
as a string. The 'message' attribute alone is usually not helpful.
9 years ago
Lars Kellogg-Stedman a2fe8dba68 allow os_port to accept a list of security groups
with this commit, the `security_groups` attribute for `os_port` will
accept either a common-delimited string or ` YAML list.  That is, either
this:

    - os_port:
        [...]
        security_groups: group1,group2

Or this:

    - os_port:
        [...]
        security_groups:
          - group1
          - group2
9 years ago
Toshio Kuratomi 3af0d509c5 Some docs fixes 9 years ago
dagnello 3365dad0d8 Adding os_port Module to openstack ansible modules 9 years ago