quantum-l3-test doesn't properly test for presence of a prior ssh key

Bug #1118952 reported by Robert Starmer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cisco Openstack
Fix Released
High
Robert Starmer
Folsom
Fix Released
High
Robert Starmer

Bug Description

The test in the create_vm script isn't properly testing for an ssh key, causing VM creation to fail. The test is currently:

if [ -z ~/.ssh/id_rsa.pub ]

it should be:

if [ ! -e ~/.ssh/id_rsa.pub ]

Tags: folsom
Robert Starmer (starmer)
Changed in openstack-cisco:
status: Confirmed → Fix Committed
Changed in openstack-cisco:
milestone: 2012.2.2 → none
Revision history for this message
Mark T. Voelker (mvoelker) wrote :
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.