From 5e151b0217f31ea4c0db9e47bad1deabf58d5585 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 13 Nov 2015 14:16:12 -0600 Subject: [PATCH] Add software verify fix command Signed-off-by: Victor Morales --- source/openstack_dashboard.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/openstack_dashboard.rst b/source/openstack_dashboard.rst index 8c086109..6af074e6 100644 --- a/source/openstack_dashboard.rst +++ b/source/openstack_dashboard.rst @@ -24,10 +24,11 @@ To get started with OpenStack Dashboard services: #. Install the OpenStack Dashboard bundle:: # clr_bundle_add openstack-dashboard + # swupd verify --fix #. Enable and start the dashboard socket and the Nginx server:: # systemctl enable nginx uwsgi@horizon.socket # systemctl restart nginx uwsgi@horizon.socket -Next topic: :ref:`openstack_networking`. \ No newline at end of file +Next topic: :ref:`openstack_networking`.