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
This commit is contained in:
Brian Haley 2014-02-28 11:19:28 -05:00
parent 2cf03d2469
commit 9bbecb7fc4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ source $TOP_DIR/functions
# Import project functions
source $TOP_DIR/lib/cinder
source $TOP_DIR/lib/neutron
# Import configuration
source $TOP_DIR/openrc