<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">Hello Everyone. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I am having a ton of trouble trying to get cinder working. Here is output of command with â€“debug enabled.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">hon-cinderclient" -H "X-Auth-Token: {SHA1}129e96e53eae89cfda31be3c0fcec26477597615"<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Starting new HTTP connection (1): 10.10.1.53<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">http://10.10.1.53:8776 "GET /v2/7929351d491347788f5de228e135e67c/os-services HTTP/1.1" 503 218<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">RESP: [503] Connection: keep-alive Content-Length: 218 Content-Type: application/json Date: Mon, 12 Oct 2020 13:50:26 GMT X-Openstack-Request-Id: req-1db26997-7450-4586-a106-70fc9804ee82<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">RESP BODY: {"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\nThe Keystone service is temporarily unavailable.\n\n", "code": "503 Service Unavailable", "title":
 "Service Unavailable"}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">GET call to volumev2 for http://10.10.1.53:8776/v2/7929351d491347788f5de228e135e67c/os-services used request id req-1db26997-7450-4586-a106-70fc9804ee82<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">The server is currently unavailable. Please try again at a later time.<br /><br /><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">The Keystone service is temporarily unavailable.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">(HTTP 503)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Traceback (most recent call last):<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 402, in run_subcommand<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    result = cmd.run(parsed_args)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/osc_lib/command/command.py", line 41, in run<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return super(Command, self).run(parsed_args)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cliff/display.py", line 116, in run<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    column_names, data = self.take_action(parsed_args)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/openstackclient/volume/v2/service.py", line 71, in take_action<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    parsed_args.service)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/v2/services.py", line 47, in list<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return self._list(url, "services")<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 84, in _list<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    resp, body = self.api.client.get(url)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 200, in get<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return self._cs_request(url, 'GET', **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 191, in _cs_request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return self.request(url, method, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 177, in request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    raise exceptions.from_response(resp, body)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">ClientException: The server is currently unavailable. Please try again at a later time.<br /><br /><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">The Keystone service is temporarily unavailable.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">(HTTP 503)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">clean_up ListService: The server is currently unavailable. Please try again at a later time.<br /><br /><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">The Keystone service is temporarily unavailable.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">(HTTP 503)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Traceback (most recent call last):<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/osc_lib/shell.py", line 135, in run<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    ret_val = super(OpenStackShell, self).run(argv)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 281, in run<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    result = self.run_subcommand(remainder)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/osc_lib/shell.py", line 175, in run_subcommand<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    ret_value = super(OpenStackShell, self).run_subcommand(argv)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 402, in run_subcommand<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    result = cmd.run(parsed_args)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/osc_lib/command/command.py", line 41, in run<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return super(Command, self).run(parsed_args)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cliff/display.py", line 116, in run<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    column_names, data = self.take_action(parsed_args)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/openstackclient/volume/v2/service.py", line 71, in take_action<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    parsed_args.service)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/v2/services.py", line 47, in list<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return self._list(url, "services")<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 84, in _list<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    resp, body = self.api.client.get(url)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 200, in get<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return self._cs_request(url, 'GET', **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 191, in _cs_request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    return self.request(url, method, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 177, in request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    raise exceptions.from_response(resp, body)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">ClientException: The server is currently unavailable. Please try again at a later time.<br /><br /><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">The Keystone service is temporarily unavailable.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">(HTTP 503)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">END return value: 1<o:p></o:p></span></p>
</div>
</body>
</html>