setting NET_ID with nova net-list results in no output

Bug #1394838 reported by August Simonelli
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Invalid
Undecided
Unassigned

Bug Description

In step 3 the NET_ID value is set with:

NET_ID=$(nova net-list | awk '/ demo-net / { print $2 }')

But if following the guide up until now that results in no output. I think it should be

NET_ID=$(neutron net-list | awk '/ demo-net / { print $2 }')

-----------------------------------
Built: 2014-11-19T23:29:50 00:00
git SHA: d7a828619bcc740d92f6402b8f8ef226ca2fd21c
URL: http://docs.openstack.org/juno/install-guide/install/yum/content/heat-verify.html
source File: file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/install-guide/section_heat-verify.xml
xml:id: heat-verify

Revision history for this message
Matt Kassawara (ionosphere80) wrote :

The 'nova net-list' command provides the list of networks regardless of the underlying networking mechanism.

Changed in openstack-manuals:
status: New → Invalid
Revision history for this message
Matt Kassawara (ionosphere80) wrote :

Output from my lab environment:

$ nova net-list | awk '/ demo-net / { print $2 }'
353f5937-a2d3-41ba-8225-fa1af2538141

$ neutron net-list | awk '/ demo-net / { print $2 }'
353f5937-a2d3-41ba-8225-fa1af2538141

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.