d30f69bc83
This represents making build-docker-images --release build with the icehouse tag and causes docker-compsoe to pull from the icehouse tag. Partially-implements: blueprint port-kilo Change-Id: I66b2c39abc55c0f47152dd90e696fc46b9c58f50
15 lines
301 B
YAML
15 lines
301 B
YAML
glanceregistry:
|
|
image: kollaglue/centos-rdo-glance-registry:icehouse
|
|
name: glance-registry
|
|
net: "host"
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|
|
glanceapi:
|
|
image: kollaglue/centos-rdo-glance-api:icehouse
|
|
name: glance-api
|
|
net: "host"
|
|
restart: always
|
|
env_file:
|
|
- openstack.env
|