Fix systemctl command in Ubuntu installation guide

The systemctl command service names no longer prepend "openstack-"

Closes bug: #1775720

Change-Id: I89818e1a369b38365ebf0c6b6141207bb72a52ed
This commit is contained in:
Monjurul Hasan 2018-06-21 00:13:21 -07:00
parent a1f4793700
commit b07c7817a9
1 changed files with 2 additions and 2 deletions

View File

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