kolla-ansible/k8s/service/nova-compute-service.json
Steven Dake 2bc783b8c6 Reorganize k8s structure
All services go to TLD/k8s/service
All pods go to TLD/k8s/pod

Change-Id: Iad2977a9f0cd5f430c4e0a566846bf4681618379
2014-10-07 15:33:11 -07:00

9 lines
122 B
JSON

{
"id": "novacompute",
"kind": "Service",
"apiVersion": "v1beta1",
"selector": {
"name": "nova-compute"
}
}