Fix bad quoting in quickstart guide
Before, the " and ' in the message was rendering into smart quotes, making copy+paste impossible. This fix places the commands inside the note into a blockquote, preventing sphinx from breaking copy+paste. Change-Id: I7291f7cbdb9c7fa16d23376792012a7a70c7c16b
This commit is contained in:
parent
021462beed
commit
bd1262a17d
@ -366,11 +366,11 @@ Source credentials, create a key, and spawn an instance::
|
||||
|
||||
.. note::
|
||||
Because devstack create multiple networks, we need to pass an additional parameter
|
||||
`--nic net-id` to the nova boot command when using the admin account, for example:
|
||||
``--nic net-id`` to the nova boot command when using the admin account, for example::
|
||||
|
||||
net_id=$(neutron net-list | egrep "$PRIVATE_NETWORK_NAME"'[^-]' | awk '{ print $2 }')
|
||||
net_id=$(neutron net-list | egrep "$PRIVATE_NETWORK_NAME"'[^-]' | awk '{ print $2 }')
|
||||
|
||||
nova boot --flavor baremetal --nic net-id=$net_id --image $image --key-name default testing
|
||||
nova boot --flavor baremetal --nic net-id=$net_id --image $image --key-name default testing
|
||||
|
||||
As the demo tenant, you should now see a Nova instance building::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user