diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-02-07 16:49:04 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-02-07 17:00:25 +0400 |
commit | 854729dd3174985f524c2a2ab9d373b65f49d188 (patch) | |
tree | 5e351f8344ca818a3c86a7b150ab7fc5a6e3d6e3 /mcp | |
parent | 624e0e31debf1b4f7fa7727826e6e385c6192583 (diff) |
Switch off broken sphinx state
Deactivate documentation related optional state
until it get fixed in upstream.
Change-Id: I5242ed307548c4f37f81d271a1f4f6bee9903f4e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp')
-rwxr-xr-x | mcp/config/states/openstack_ha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/config/states/openstack_ha b/mcp/config/states/openstack_ha index 404c89c08..302de8715 100755 --- a/mcp/config/states/openstack_ha +++ b/mcp/config/states/openstack_ha @@ -63,7 +63,7 @@ salt -I 'ceilometer:server' state.sls ceilometer salt -I 'ceilometer:agent' state.sls ceilometer salt -I 'horizon:server' state.sls horizon -salt -I 'nginx:server' state.sls nginx,sphinx +salt -I 'nginx:server' state.sls nginx # workaround for Ubuntu Pike Horizon missing css, FUEL-324 if ! salt -C 'I@horizon:server and *01*' --out=yaml pkg.version openstack-dashboard | grep -qE 'mcp'; then |