Merge "Add base Nova image for Ubuntu"
This commit is contained in:
commit
feb5826322
12
docker/ubuntu/binary/nova-base/Dockerfile
Normal file
12
docker/ubuntu/binary/nova-base/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
nova-common \
|
||||
python-cinderclient \
|
||||
python-keystoneclient \
|
||||
python-nova \
|
||||
bridge-utils \
|
||||
&& apt-get clean
|
||||
|
||||
COPY config-nova.sh /opt/kolla/
|
1
docker/ubuntu/binary/nova-base/build
Symbolic link
1
docker/ubuntu/binary/nova-base/build
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../tools/build-docker-image
|
1
docker/ubuntu/binary/nova-base/config-nova.sh
Symbolic link
1
docker/ubuntu/binary/nova-base/config-nova.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../common/nova-base/config-nova.sh
|
Loading…
x
Reference in New Issue
Block a user