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:
parent
2cf03d2469
commit
9bbecb7fc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user