From 1bbcc43f40d739dd88c808b5cf2c586a013150b5 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Mon, 18 Nov 2019 17:31:24 -0500 Subject: [PATCH] Prevent too many ntp units from being installed Closes-Bug: #1761002 Change-Id: I93db56d730da98c58fdb622802c4c2f8863ee713 --- deploy-guide/source/install-openstack.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy-guide/source/install-openstack.rst b/deploy-guide/source/install-openstack.rst index 5a05de5..1e0c22b 100644 --- a/deploy-guide/source/install-openstack.rst +++ b/deploy-guide/source/install-openstack.rst @@ -525,12 +525,11 @@ everything in time. This is added with the following simple command: juju deploy ntp -These last few ``add-relation`` commands finish all the connections we need to -make: +This last ``add-relation`` command finishes all the connections we need to +make. It will add an ntp unit alongside each of the four ceph-osd units: .. code:: bash - juju add-relation neutron-gateway ntp juju add-relation ceph-osd ntp All that's now left to do is wait on the output from ``juju status`` to show