From b07c7817a983129867ce0f8f83c7cd5fa4d53d3b Mon Sep 17 00:00:00 2001 From: Monjurul Hasan Date: Thu, 21 Jun 2018 00:13:21 -0700 Subject: [PATCH] Fix systemctl command in Ubuntu installation guide The systemctl command service names no longer prepend "openstack-" Closes bug: #1775720 Change-Id: I89818e1a369b38365ebf0c6b6141207bb72a52ed --- doc/source/install/install-ubuntu.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 1fed8b905..6d2ac5d45 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -133,9 +133,9 @@ Install and configure components .. code-block:: console - # systemctl restart openstack-designate-central openstack-designate-api + # systemctl restart designate-central designate-api - # systemctl enable openstack-designate-central openstack-designate-api + # systemctl enable designate-central designate-api #. Create a pools.yaml file in ``/etc/designate/pools.yaml`` with the following contents: