Add service files for libvirt and compute
Add service files for libvirtd and nova-compute Change-Id: I94c5cad75605104f57859e23341ba106a3250fc8
This commit is contained in:
parent
fcb3145df7
commit
2de279e026
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