Document how to run domain-setup in juju 2.x

Add to the README.md an example of how to run the action `domain-setup`
when using juju 2.x

Change-Id: Idbf7468424d8cd709bde8cc8d0439911c4fc3547
Closes-Bug: 1667780
This commit is contained in:
Felipe Reyes 2017-04-21 14:42:21 -03:00
parent fbb64d3550
commit aa46ea4b62
1 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,13 @@ nova-cloud-controller. The following assumes these services have already
been deployed.
After deployment of the cloud, the domain-setup action must be run to configure
required domains, roles and users in the cloud for Heat stacks:
required domains, roles and users in the cloud for Heat stacks.
For juju 2.x deployments use:
juju run-action heat/0 domain-setup
If using juju 1.x run:
juju action do heat/0 domain-setup