From 95fa254486e606369086b851c158a6060d63df8a Mon Sep 17 00:00:00 2001 From: "Munoz, Obed N" Date: Fri, 13 Nov 2015 15:55:04 -0600 Subject: [PATCH 1/2] Change to new swupd command format Signed-off-by: Munoz, Obed N --- source/openstack_dashboard.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/openstack_dashboard.rst b/source/openstack_dashboard.rst index 6af074e6..ce585372 100644 --- a/source/openstack_dashboard.rst +++ b/source/openstack_dashboard.rst @@ -23,7 +23,7 @@ To get started with OpenStack Dashboard services: #. Install the OpenStack Dashboard bundle:: - # clr_bundle_add openstack-dashboard + # swupd bundle-add openstack-dashboard # swupd verify --fix #. Enable and start the dashboard socket and the Nginx server:: From be0f1b67cba071e24552f97a758c722dbb2b6825 Mon Sep 17 00:00:00 2001 From: "Munoz, Obed N" Date: Fri, 13 Nov 2015 16:49:25 -0600 Subject: [PATCH 2/2] Change to new swupd command format Signed-off-by: Munoz, Obed N --- source/openstack_block_storage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/openstack_block_storage.rst b/source/openstack_block_storage.rst index 97808623..75f66027 100644 --- a/source/openstack_block_storage.rst +++ b/source/openstack_block_storage.rst @@ -318,7 +318,8 @@ Prerequisites #. Install the openstack block storage bundle:: - # clr_bundle_add openstack-block-storage + # swupd bundle-add openstack-block-storage + # swupd verify --fix #. Create the LVM physical volume: ``/dev/sdb1`` If your system uses a different device name, adjust these steps accordingly::