Browse code

Source lib/neutron in boot_from_volume.sh

Without lib/neutron, boot_from_volume.sh generates the following
error:

+ _ping_check_neutron private 10.11.12.5 30
/devstack/functions: line 356: _ping_check_neutron: command not found

Change-Id: Ib72c3f24d614570d69bf5dda35cbaf5847b1d1b9

Brian Haley authored on 2014/03/01 01:19:28
Showing 1 changed files
... ...
@@ -32,6 +32,7 @@ source $TOP_DIR/functions
32 32
 
33 33
 # Import project functions
34 34
 source $TOP_DIR/lib/cinder
35
+source $TOP_DIR/lib/neutron
35 36
 
36 37
 # Import configuration
37 38
 source $TOP_DIR/openrc