Update nova-controller's container ports
The previous values were just stand in values. The new ports support nova-api, ec2 api, and metadata api. Change-Id: I330575d9b53b69bcacc61061b271252e61e64d4b
This commit is contained in:
parent
cd13790136
commit
742989f88d
@ -11,7 +11,9 @@ desiredState:
|
|||||||
image: kollaglue/fedora-rdo-nova-controller
|
image: kollaglue/fedora-rdo-nova-controller
|
||||||
name: nova-controller
|
name: nova-controller
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9292
|
- containerPort: 8773
|
||||||
|
- containerPort: 8774
|
||||||
|
- containerPort: 8775
|
||||||
- env:
|
- env:
|
||||||
- name: DB_ROOT_PASSWORD
|
- name: DB_ROOT_PASSWORD
|
||||||
value: password
|
value: password
|
||||||
@ -21,8 +23,6 @@ desiredState:
|
|||||||
value: ADMINTOKEN
|
value: ADMINTOKEN
|
||||||
image: kollaglue/fedora-rdo-nova-conductor
|
image: kollaglue/fedora-rdo-nova-conductor
|
||||||
name: nova-conductor
|
name: nova-conductor
|
||||||
ports:
|
|
||||||
- containerPort: 9292
|
|
||||||
- env:
|
- env:
|
||||||
- name: DB_ROOT_PASSWORD
|
- name: DB_ROOT_PASSWORD
|
||||||
value: password
|
value: password
|
||||||
@ -32,8 +32,6 @@ desiredState:
|
|||||||
value: ADMINTOKEN
|
value: ADMINTOKEN
|
||||||
image: kollaglue/fedora-rdo-nova-scheduler
|
image: kollaglue/fedora-rdo-nova-scheduler
|
||||||
name: nova-scheduler
|
name: nova-scheduler
|
||||||
ports:
|
|
||||||
- containerPort: 9292
|
|
||||||
- env:
|
- env:
|
||||||
- name: DB_ROOT_PASSWORD
|
- name: DB_ROOT_PASSWORD
|
||||||
value: password
|
value: password
|
||||||
@ -43,8 +41,6 @@ desiredState:
|
|||||||
value: ADMINTOKEN
|
value: ADMINTOKEN
|
||||||
image: kollaglue/fedora-rdo-nova-api
|
image: kollaglue/fedora-rdo-nova-api
|
||||||
name: nova-api
|
name: nova-api
|
||||||
ports:
|
|
||||||
- containerPort: 9292
|
|
||||||
id: nova-1
|
id: nova-1
|
||||||
version: v1beta1
|
version: v1beta1
|
||||||
id: nova
|
id: nova
|
||||||
|
Loading…
x
Reference in New Issue
Block a user