Remove postconfig steps from basic deployment steps

The postconfig step is no longer necessary. It is now handled directly
in the deploy step.

Change-Id: Iab35ddf46c2c38e42b99d1890b70021e3ba1308f
This commit is contained in:
Brad P. Crochet 2015-06-16 13:39:57 -04:00
parent 28c645e858
commit f77f9292ac

View File

@ -244,17 +244,6 @@ Deploy the overcloud (default of 1 compute and 1 control)::
openstack overcloud deploy --plan-uuid "[uuid]"
To get the Keystone authentication url use::
heat output-show overcloud KeystoneURL
The next command performs post-deployment configuration (initialization of
Keystone and Neutron) in the overcloud. The "[Overcloud IP]" is returned as
part of the Keystone authentication url after the deploy above (for example
192.0.2.16 in http://192.0.2.16:5000/v2.0/)::
source overcloudrc
openstack overcloud postconfig "[Overcloud IP]"
Post-Deployment
@ -312,5 +301,3 @@ The overcloud can be redeployed when desired.
#. Deploy the Overcloud again::
openstack overcloud deploy --plan-uuid "[uuid]"
source overcloudrc
openstack overcloud postconfig