Failed to delete consumer with type, name or ID 'neutron': Multiple service matches found for 'neutron', use an ID to be more specific.

Bug #1773099 reported by xuchaochao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-kubernetes
New
Undecided
Unassigned

Bug Description

kubectl version
Client Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.3", GitCommit:"f0efb3cb883751c5ffdbe6d515f3cb4fbe7b7acd", GitTreeState:"clean", BuildDate:"2017-11-08T18:39:33Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.3", GitCommit:"f0efb3cb883751c5ffdbe6d515f3cb4fbe7b7acd", GitTreeState:"clean", BuildDate:"2017-11-08T18:27:48Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}

helm version
Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}

kolla-kubernetes is master

1、install neutron
helm install --debug kolla-kubernetes/helm/service/neutron --namespace kolla --name neutron --values ./cloud.yaml
waiting a while.

2、delete it for some resons
helm delete neutron --purge

3、install it again
helm install --debug kolla-kubernetes/helm/service/neutron --namespace kolla --name neutron --values ./cloud.yaml
some pods appears error
the reason is Multiple service matches found for 'neutron'

4、clean it
helm install --debug kolla-kubernetes/helm/service/neutron-cleanup --namespace kolla --name neutron-cleanup --values cloud.yaml
kubectl log neutron-delete-keystone-service-rjbcm -n kolla
W0524 14:41:37.641747 10959 cmd.go:392] log is DEPRECATED and will be removed in a future version. Use logs instead.
+ /usr/bin/openstack service delete neutron
Failed to delete consumer with type, name or ID 'neutron': Multiple service matches found for 'neutron', use an ID to be more specific.
1 of 1 services failed to delete.

5、I clean it by openstackclient finally. But it shouldn't create neutron service more than one. Maybe
 other project have the same problem

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.