Merge "Small Doc Fix: Moved user export for devstack guide."
This commit is contained in:
commit
f494d2760a
@ -273,6 +273,11 @@ Deploying to Ironic node using Nova
|
|||||||
This section assumes you already have a working, deployed Ironic with Nova
|
This section assumes you already have a working, deployed Ironic with Nova
|
||||||
configured as laid out above.
|
configured as laid out above.
|
||||||
|
|
||||||
|
First, set the user to the admin demo (Note
|
||||||
|
that all the user options can be seen in `/etc/openstack/clouds.yaml`)::
|
||||||
|
|
||||||
|
export OS_CLOUD=devstack-admin-demo
|
||||||
|
|
||||||
We need to gather two more pieces of information before performing the
|
We need to gather two more pieces of information before performing the
|
||||||
deploy, we need to determine what image to use, and what network to use.
|
deploy, we need to determine what image to use, and what network to use.
|
||||||
|
|
||||||
@ -287,10 +292,7 @@ image::
|
|||||||
|
|
||||||
image=$(openstack image list | grep -- '-disk' | awk '{ print $2 }')
|
image=$(openstack image list | grep -- '-disk' | awk '{ print $2 }')
|
||||||
|
|
||||||
Source credentials and create a key, and set the user to the admin demo (Note
|
Source credentials and create a key::
|
||||||
that all the user options can be seen in `/etc/openstack/clouds.yaml`)::
|
|
||||||
|
|
||||||
export OS_CLOUD=devstack-admin-demo
|
|
||||||
|
|
||||||
# create keypair
|
# create keypair
|
||||||
ssh-keygen
|
ssh-keygen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user