On Thu, Sep 01, 2016 at 04:25:25PM +0300, Vladimir Prokofev wrote: :I've used direct database update to achive this in Mitaka: :use cinder; :update services set deleted = '1' where <your service parameters>; I belive the official way is: cinder-manage service remove <binary> <host> Which probably more or less does the same thing... -Jon :So far I didn't encounter any negative consequences of this method. : : :2016-09-01 16:06 GMT+03:00 William Josefsson <william.josefson at 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 at lists.openstack.org :> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators :> :_______________________________________________ :OpenStack-operators mailing list :OpenStack-operators at lists.openstack.org :http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators --