Merge pull request #537 from marineam/nova

fix(coreos-base/oem-rackspace): Actually install the nova agent!
This commit is contained in:
Michael Marineau 2014-04-08 21:42:48 -07:00
commit b273e0dc0c
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ RDEPEND="
"
src_install() {
rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/
dodir /usr/share/oem/nova-agent
rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/ || die
insinto "/usr/share/oem"
doins ${FILESDIR}/cloud-config.yml