a25852b39e
Also added domain, projects, users creation for keystone. This guide was followed: https://docs.openstack.org/ocata/install-guide-ubuntu/keystone-us
10 lines
132 B
YAML
10 lines
132 B
YAML
---
|
|
- hosts: all
|
|
name: Dummy to gather facts
|
|
tasks: []
|
|
|
|
- hosts: nova-management
|
|
become: True
|
|
roles:
|
|
- nova-management
|