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
This commit is contained in:
Ben Nemec 2018-06-27 16:29:05 +00:00
parent a5fe7a9f85
commit a6f76a1eec
1 changed files with 1 additions and 1 deletions

View File

@ -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