Merge "Add service files for libvirt and compute"
This commit is contained in:
commit
3c9e09e9d1
8
docker/nova-compute/nova-compute-service.json
Normal file
8
docker/nova-compute/nova-compute-service.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "novacompute",
|
||||
"kind": "Service",
|
||||
"apiVersion": "v1beta1",
|
||||
"selector": {
|
||||
"name": "nova-compute"
|
||||
}
|
||||
}
|
10
docker/nova-compute/nova-libvirt-service.json
Normal file
10
docker/nova-compute/nova-libvirt-service.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "novalibvirt",
|
||||
"kind": "Service",
|
||||
"apiVersion": "v1beta1",
|
||||
"port": 16509,
|
||||
"containerPort": 16509,
|
||||
"selector": {
|
||||
"name": "nova-compute"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user