diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-07-18 15:34:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-18 15:34:07 +0000 |
commit | b0600fd02696e49ce9b5e8baf646914aae70092d (patch) | |
tree | 367814552d26e3b9b69550e8b16b4d39007d1152 /mcp | |
parent | 93e2ff55bf50b2ea98422d9df50d17cb9050c85e (diff) | |
parent | 01e8461e63b4f8bce654d37f81007de363d39318 (diff) |
Merge "mcp: openstack: Install & configure horizon"
Diffstat (limited to 'mcp')
-rwxr-xr-x | mcp/config/states/openstack | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/config/states/openstack b/mcp/config/states/openstack index 5455163bf..57ca5856b 100755 --- a/mcp/config/states/openstack +++ b/mcp/config/states/openstack @@ -21,3 +21,5 @@ salt -I 'neutron:server' state.sls neutron salt -I 'neutron:gateway' state.sls neutron salt -I 'nova:compute' state.sls nova + +salt -I 'horizon:server' state.sls horizon |