Commit Graph

3 Commits (0f21a9316d8f4726e141f841a31c6ccd90512eea)

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
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