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:
James E. Blair 2014-03-21 14:09:25 -07:00
parent d80f5ec061
commit ec98b44adc

View File

@ -16,11 +16,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
./install_devstack_dependencies.sh
DISTRIB_CODENAME=`lsb_release -sc`
cd /opt/nodepool-scripts/
./install_devstack_dependencies.sh
DISTRIB_CODENAME=`lsb_release -sc`
python ./cache_devstack.py $DISTRIB_CODENAME
sync