Use the new swupd syntax for the identity, image, compute services

From CLR release 5050 swupd syntax for adding bundles update and verify
has changed to the following:

clr_bundle_add -> swupd bundle-add
swupd_update   -> swupd
swupd_verify   -> swupd verify
This commit is contained in:
Simental Magana, Marcos
2015-11-11 16:59:21 -06:00
parent 5afdd69bd9
commit 780dff4113
5 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -139,7 +139,8 @@ To install and configure the Compute controller components:
#. Install OpenStack Compute Controller bundle::
# clr_bundle_add openstack-compute-controller
# swupd bundle-add openstack-compute-controller
# swupd verify --fix
#. Custom configurations will be located at ``/etc/nova``.
+4 -4
View File
@@ -58,8 +58,8 @@ Install and configure components
#. Run the following command to install the packages.::
# clr_bundle_add openstack-identity
# swupd_verify --fix
# swupd bundle-add openstack-identity
# swupd verify --fix
#. Custom configurations will be located at ``/etc/keystone/``.
@@ -147,8 +147,8 @@ environment variables to reduce command length.
#. Install the OpenStack Python clients bundle::
# clr_bundle_add openstack-python-clients
# swupd_verify --fix
# swupd bundle-add openstack-python-clients
# swupd verify --fix
Create the service entity and API endpoints
+3 -3
View File
@@ -132,8 +132,8 @@ Install and configure components
#. Install OpenStack Image bundle.::
# clr_bundle_add openstack-image
# swupd_verify --fix
# swupd bundle-add openstack-image
# swupd verify --fix
#. Configurations will be located at ``/etc/glance``.
@@ -216,7 +216,7 @@ Finalize installation
# systemctl start glance-api.service glance-registry.service
Verify operation
----------------
~~~~~~~~~~~~~~~~
Verify operation of the Image service using
`CirrOS <http://launchpad.net/cirros>`__, a small
+2 -2
View File
@@ -10,8 +10,8 @@ Install and configure the database server
#. Install MariaDB bundle::
# clr_bundle_add database-mariadb
# swupd_verify --fix
# swupd bundle-add database-mariadb
# swupd verify --fix
#. Create the ``/etc/mariadb/`` folder and the ``/etc/mariadb/openstack.cnf``
file::
+2 -2
View File
@@ -11,8 +11,8 @@ Install the message queue service
#. Install the message queue bundle.::
# clr_bundle_add message-broker-rabbitmq
# swupd_verify --fix
# swupd bundle-add message-broker-rabbitmq
# swupd verify --fix
Configuring the message broker service
--------------------------------------