b2e5c75131
os_server was trying to access `[sg.name for sg in server.security_groups]`, but the items in `server.security_groups` are dictionaries, so that should be `sg['name']`. |
||
---|---|---|
.. | ||
ansible |
b2e5c75131
os_server was trying to access `[sg.name for sg in server.security_groups]`, but the items in `server.security_groups` are dictionaries, so that should be `sg['name']`. |
||
---|---|---|
.. | ||
ansible |