Commit Graph

3 Commits (2fbfc0740f4f50eb91d4760d509c47f0e8bf64e2)

Author SHA1 Message Date
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
10 years ago
Toshio Kuratomi 3af0d509c5 Some docs fixes 10 years ago
dagnello 3365dad0d8 Adding os_port Module to openstack ansible modules 10 years ago