Make swift files point at correct base package

Swift containers were pulling in fedora-rdo-base when they should have been
pulling in fedora-rdo-swift-base.

Partially-implements: blueprint multi-baseos
Change-Id: Ic0d03cbca5790aa3002110ba40a802957a481496
This commit is contained in:
Steven Dake 2015-02-23 20:16:30 -07:00
parent 47d36732ea
commit ca38aad41e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM kollaglue/fedora-rdo-base
FROM kollaglue/fedora-rdo-swift-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh

View File

@ -1,4 +1,4 @@
FROM kollaglue/fedora-rdo-base
FROM kollaglue/fedora-rdo-swift-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh

View File

@ -1,4 +1,4 @@
FROM kollaglue/fedora-rdo-base
FROM kollaglue/fedora-rdo-swift-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh