Merge "Small Doc Fix: Moved user export for devstack guide."

This commit is contained in:
Zuul 2024-04-18 18:12:22 +00:00 committed by Gerrit Code Review
commit f494d2760a

View File

@ -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