From a6f76a1eec8413969c62417861c1b5a8a42b46ed Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 27 Jun 2018 16:29:05 +0000 Subject: [PATCH] Update ha docs It appears puppet-pacemaker.yaml is no longer the correct way to enable HA. docker-ha.yaml seems to be correct, so document that instead. Change-Id: Iaa5d1b1511a48308186fbc9c02e65a972a8efeaa Closes-Bug: 1778948 --- doc/source/install/advanced_deployment/high_availability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/advanced_deployment/high_availability.rst b/doc/source/install/advanced_deployment/high_availability.rst index f1f94222..aed87701 100644 --- a/doc/source/install/advanced_deployment/high_availability.rst +++ b/doc/source/install/advanced_deployment/high_availability.rst @@ -15,4 +15,4 @@ Create the following environment file:: And add the following arguments to your `openstack overcloud deploy` command to deploy with HA:: - -e environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml --ntp-server pool.ntp.org + -e environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml --ntp-server pool.ntp.org