From 9aadaef82e9d2de260a7a3e3651b77a790515fcc Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Wed, 12 Nov 2014 14:02:01 +0000 Subject: [PATCH] Fixed Neutron Service Proxy and Simplified Naming Previously, the k8s neutron-server service was using a selector for the neutron pod that did not exist. The selector name defined in the service yaml was more appropriate than the label (neutron) defined in the pod yaml, so the label was updated in the pod yaml. Additionally, the naming convention for the neutron pod was changed from neutron-controller to neutron-server to more correctly depict the pods functionality. Change-Id: I99465069bb3c37e7bf17c6d7a8f3559f87bf7140 --- tools/start-all-pods | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/start-all-pods b/tools/start-all-pods index f22e85c158..089de76785 100755 --- a/tools/start-all-pods +++ b/tools/start-all-pods @@ -9,7 +9,7 @@ keystone glance nova-controller nova-compute -neutron-controller +neutron-server heat mongodb ceilometer-controller