Install configuration files for all downloaded packages
Previously, the script installed the configuration files only for the packages with the name starting with openstack, and the heat-agents image was missing config files for libvirt and such. Change-Id: I6fda8f5028ca6c63c99543013e96473a2b68c5bc
This commit is contained in:
committed by
Steve Baker
parent
2af623f79f
commit
1fe92cc733
@@ -51,7 +51,7 @@ yum install -y --downloadonly --downloaddir=/tmp/packages \
|
||||
|
||||
CUR=`pwd`
|
||||
cd /tmp/packages
|
||||
for f in $(ls openstack-*.rpm);
|
||||
for f in $(ls *.rpm);
|
||||
do
|
||||
rpm2cpio $f | cpio -ivd ./etc/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user