
Horizon requires that Nova, Neutron(Nova Network), Glance, and Keystone are running. Therefore, the container needs to check for the availablity of each service on startup. The config file is not a .ini file, but rather a python file so it requires using sed instead of crudini. Change-Id: I5ed14514881fe9aef688ca08bcb94881ef5b25cb
8 lines
99 B
YAML
8 lines
99 B
YAML
apiVersion: v1beta1
|
|
containerPort: 80
|
|
id: horizon
|
|
kind: Service
|
|
port: 80
|
|
selector:
|
|
name: horizon
|