remove glance-pod.json
This was replaced by glance-pod.yaml. Change-Id: I9249ae2721e375096fc42e1e8462a024c314118e
This commit is contained in:
parent
1f3d58a97d
commit
75b169c663
@ -1,68 +0,0 @@
|
||||
{
|
||||
"labels": {
|
||||
"name": "glance"
|
||||
},
|
||||
"id": "glance",
|
||||
"desiredState": {
|
||||
"manifest": {
|
||||
"version": "v1beta1",
|
||||
"id": "glance-1",
|
||||
"containers": [
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 9191
|
||||
}
|
||||
],
|
||||
"name": "glance-registry",
|
||||
"image": "kollaglue/fedora-rdo-glance-registry",
|
||||
"env": [
|
||||
{
|
||||
"value": "password",
|
||||
"name": "DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
"value": "password",
|
||||
"name": "GLANCE_DB_PASSWORD"
|
||||
},
|
||||
{
|
||||
"value": "password",
|
||||
"name": "GLANCE_KEYSTONE_PASSWORD"
|
||||
},
|
||||
{
|
||||
"value": "ADMINTOKEN",
|
||||
"name": "KEYSTONE_ADMIN_TOKEN"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 9292
|
||||
}
|
||||
],
|
||||
"name": "glance-api",
|
||||
"image": "kollaglue/fedora-rdo-glance-api",
|
||||
"env": [
|
||||
{
|
||||
"value": "password",
|
||||
"name": "DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
"value": "password",
|
||||
"name": "GLANCE_DB_PASSWORD"
|
||||
},
|
||||
{
|
||||
"value": "password",
|
||||
"name": "GLANCE_KEYSTONE_PASSWORD"
|
||||
},
|
||||
{
|
||||
"value": "ADMINTOKEN",
|
||||
"name": "KEYSTONE_ADMIN_TOKEN"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user