Install httpd explicitly

Change-Id: Ie9c4de077ae5dc5d3435937bcd850f62a13d90e0
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
Zhijiang Hu 2018-04-03 09:31:31 +08:00
parent c490b9ec1b
commit e0b52225ba
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ function yum_set
echo "creating epel yum repo, please wait for several seconds..."
yum install -y epel-release
echo "creating openstack yum repo, please wait for several seconds..."
yum remove -y centos-release-openstack-pike
yum install -y centos-release-openstack-queens
}

View File

@ -50,7 +50,7 @@ function all_install
write_install_log "install basic rpms"
install_rpm_by_yum "bc wget fping sshpass clustershell ipmitool syslinux dhcp nfs-utils \
mariadb-server rabbitmq-server openstack-keystone \
mariadb-server rabbitmq-server openstack-keystone httpd \
python-openstackclient python-ceilometerclient python-aodhclient \
python-flask python-django"