<div dir="ltr">I've used direct database update to achive this in Mitaka:<div>use cinder;<br><div>update services set deleted = '1' where <your service parameters>;<br></div><div><br></div><div>So far I didn't encounter any negative consequences of this method.</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-09-01 16:06 GMT+03:00 William Josefsson <span dir="ltr"><<a href="mailto:william.josefson@gmail.com" target="_blank">william.josefson@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I changed a hostname on my cinder node, and now I can see two entries<br>
in 'cinder service-list'.<br>
<br>
How do I delete the old entry, there is no 'cinder service-delete'? In<br>
meantime, I have disabled the old service.<br>
<br>
Google mention cinder-manage, but I don't have that tool available on<br>
my server Liberty/CentOS7 without internet connectivity.<br>
<br>
Is there any safe manual way to delete the old Cinder service entry? thx will<br>
<br>
______________________________<wbr>_________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.<wbr>openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-operators</a><br>
</blockquote></div><br></div>