Fixed prepare requring yes for yum
This commit is contained in:
parent
492af315ed
commit
33ee0fa54f
@ -26,7 +26,7 @@ elif [[ `cat /etc/issue | grep -i "red hat enterprise.*release.*6.*"` ]] ; then
|
|||||||
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-progressbar python"
|
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-progressbar python"
|
||||||
PIPS="termcolor pyyaml"
|
PIPS="termcolor pyyaml"
|
||||||
PIP="pip-python -q"
|
PIP="pip-python -q"
|
||||||
YUM="yum install -q"
|
YUM="yum install -q -y"
|
||||||
WGET="wget -q"
|
WGET="wget -q"
|
||||||
# Now do it!
|
# Now do it!
|
||||||
echo "Preparing DEVSTACKpy for RHEL 6"
|
echo "Preparing DEVSTACKpy for RHEL 6"
|
||||||
@ -44,7 +44,7 @@ elif [[ `cat /etc/issue | grep -i "fedora.*release.*16"` ]] ; then
|
|||||||
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-yaml python python-progressbar"
|
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python-yaml python python-progressbar"
|
||||||
PIPS="termcolor"
|
PIPS="termcolor"
|
||||||
PIP="pip-python -q"
|
PIP="pip-python -q"
|
||||||
YUM="yum install -q"
|
YUM="yum install -q -y"
|
||||||
# Now do it!
|
# Now do it!
|
||||||
echo "Preparing DEVSTACKpy for Fedora 16"
|
echo "Preparing DEVSTACKpy for Fedora 16"
|
||||||
echo "Installing packages: $PKGS"
|
echo "Installing packages: $PKGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user