<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;color:#000066">Hi</div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:#000066"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:#000066">Still I've the same problem (in newton)<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:#000066">Is there any workaround for this issue?</div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:#000066"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:#000066">Regards,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:#000066">Reza<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, 9 Apr 2016 at 23:22, <a href="mailto:freelance455@gmail.com">freelance455@gmail.com</a> <<a href="mailto:freelance455@gmail.com">freelance455@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<br>
I'm trying to create a snapshot with:<br>
<br>
# cinder snapshot-create --force --name snap01 <br>
f0b8a7c2-6112-4e59-a037-97502b081141<br>
<br>
and get 'Call to Nova to create snapshot failed EndpointNotFound' error <br>
in log:<br>
<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs <br>
[req-71115c09-449e-4052-a7ad-e7836811b8b0 openstack-admin <br>
0b814f7b33ad4d5697a0d1b8cd28251f - - -] Call to Nova to create snapshot <br>
failed<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs Traceback <br>
(most recent call last):<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/cinder/volume/drivers/remotefs.py", <br>
line 1277, in _create_snapshot_online<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs connection_info)<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/cinder/compute/nova.py", line 178, in <br>
create_volume_snapshot<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs nova = <br>
novaclient(context, admin_endpoint=True, privileged_user=True)<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/cinder/compute/nova.py", line 137, in <br>
novaclient<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs **region_filter)<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/service_catalog.py", line <br>
84, in url_for<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs raise <br>
novaclient.exceptions.EndpointNotFound()<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs EndpointNotFound<br>
cinder-volume[20267]: ERROR cinder.volume.drivers.remotefs<br>
<br>
If I change<br>
<br>
nova_catalog_info = compute:Compute Service:publicURL<br>
<br>
to<br>
<br>
nova_catalog_admin_info = compute:nova:adminURL<br>
<br>
and<br>
<br>
nova_catalog_admin_info = compute:Compute Service:adminURL<br>
<br>
to<br>
<br>
nova_catalog_admin_info = compute:nova:adminURL<br>
<br>
in /etc/cinder/cinder.conf , I get a different error message "Call to <br>
Nova to create snapshot failed - Unauthorized: Unauthorized (HTTP 401)":<br>
<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs <br>
[req-edd7717f-2d64-4f16-b38e-981597eb466a openstack-admin <br>
0b814f7b33ad4d5697a0d1b8cd28251f - - -] Call to Nova to create snapshot <br>
failed<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs Traceback <br>
(most recent call last):<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/cinder/volume/drivers/remotefs.py", <br>
line 1277, in _create_snapshot_online<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs connection_info)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/cinder/compute/nova.py", line 183, in <br>
create_volume_snapshot<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs <br>
create_info=create_info)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/v2/contrib/assisted_volume_snapshots.py", <br>
line 41, in create<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs return <br>
self._create('/os-assisted-volume-snapshots', body, 'snapshot')<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/base.py", line 169, in _create<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs _resp, body = <br>
self.api.client.post(url, body=body)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/client.py", line 449, in post<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs return <br>
self._cs_request(url, 'POST', **kwargs)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/client.py", line 402, in <br>
_cs_request<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs <br>
self.authenticate()<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/client.py", line 574, in <br>
authenticate<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs auth_url = <br>
self._v1_auth(auth_url)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/client.py", line 610, in <br>
_v1_auth<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs resp, body = <br>
self._time_request(url, 'GET', headers=headers)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/client.py", line 397, in <br>
_time_request<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs resp, body = <br>
self.request(url, method, **kwargs)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs   File <br>
"/usr/lib/python2.7/site-packages/novaclient/client.py", line 391, in <br>
request<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs raise <br>
exceptions.from_response(resp, body, url, method)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs Unauthorized: <br>
Unauthorized (HTTP 401) (Request-ID: <br>
req-b4f4f1cf-cd1f-4ef2-831d-baa531acf980)<br>
cinder-volume[23456]: ERROR cinder.volume.drivers.remotefs<br>
cinder-volume[23456]: ERROR oslo_messaging.rpc.dispatcher <br>
[req-edd7717f-2d64-4f16-b38e-981597eb466a openstack-admin <br>
0b814f7b33ad4d5697a0d1b8cd28251f - - -] Exception during message <br>
handling: (Unauthorized(),)<br>
<br>
And the following message in nova-api.log:<br>
<br>
INFO nova.osapi_compute.wsgi.server [-] 11.22.33.44 "GET <br>
/v2/0b814f7b33ad4d5697a0d1b8cd28251f HTTP/1.1" status: 401 len: 302 <br>
time: 0.0006430<br>
<br>
All the other cinder and nova commands work without any problems. This <br>
only happens when I try to create a snapshot.<br>
<br>
# openstack catalog list<br>
<br>
| nova       | compute      | RegionOne |<br>
|            |              |   publicURL: <br>
<a href="http://11.22.33.44:8774/v2/0b814f7b33ad4d5697a0d1b8cd28251f" rel="noreferrer" target="_blank">http://11.22.33.44:8774/v2/0b814f7b33ad4d5697a0d1b8cd28251f</a> |<br>
|            |              |   internalURL: <br>
<a href="http://11.22.33.44:8774/v2/0b814f7b33ad4d5697a0d1b8cd28251f" rel="noreferrer" target="_blank">http://11.22.33.44:8774/v2/0b814f7b33ad4d5697a0d1b8cd28251f</a>      |<br>
|            |              |   adminURL: <br>
<a href="http://11.22.33.44:8774/v2/0b814f7b33ad4d5697a0d1b8cd28251f" rel="noreferrer" target="_blank">http://11.22.33.44:8774/v2/0b814f7b33ad4d5697a0d1b8cd28251f</a> |<br>
|            | | |<br>
<br>
Nova: 12.0.1<br>
Cinder: 7.0.1<br>
OS: Centos 7<br>
<br>
I would be very grateful for any help.<br>
<br>
Thank you!<br>
<br>
Best regards,<br>
Dmitry<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div>