Correct invocation order of install_devstack_dependencies
CWD was not what it was expecting; it needs to run after the cd. Change-Id: I3e2d8b84d144e8af4cd1b88b1a45d3d2d0385017
This commit is contained in:
parent
d80f5ec061
commit
ec98b44adc
@ -16,11 +16,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
./install_devstack_dependencies.sh
|
|
||||||
|
|
||||||
DISTRIB_CODENAME=`lsb_release -sc`
|
|
||||||
|
|
||||||
cd /opt/nodepool-scripts/
|
cd /opt/nodepool-scripts/
|
||||||
|
./install_devstack_dependencies.sh
|
||||||
|
DISTRIB_CODENAME=`lsb_release -sc`
|
||||||
python ./cache_devstack.py $DISTRIB_CODENAME
|
python ./cache_devstack.py $DISTRIB_CODENAME
|
||||||
|
|
||||||
sync
|
sync
|
||||||
|
Loading…
x
Reference in New Issue
Block a user