I've used direct database update to achive this in Mitaka:
use cinder;
update services set deleted = '1' where <your service parameters>;

So far I didn't encounter any negative consequences of this method.


2016-09-01 16:06 GMT+03:00 William Josefsson <william.josef...@gmail.com>:

> Hi,
>
> I changed a hostname on my cinder node, and now I can see two entries
> in 'cinder service-list'.
>
> How do I delete the old entry, there is no 'cinder service-delete'? In
> meantime, I have disabled the old service.
>
> Google mention cinder-manage, but I don't have that tool available on
> my server Liberty/CentOS7 without internet connectivity.
>
> Is there any safe manual way to delete the old Cinder service entry? thx
> will
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to