<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><style><!--

@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;}

p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><div class="WordSection1"><p class="MsoNormal">Hi,</p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">I am trying to implement AIO with Trove enabled using Packstack on Centos 7.</span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">My installation is successful, but when I try to list databases, it gives me “Error: Unable to retrieve database instances.”</span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;"> </span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">When I check trove controller logs, I see this,</span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;"> </span></p><p style="margin:0cm;margin-bottom:.0001pt" data-mce-style="margin: 0cm; margin-bottom: .0001pt;"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black" data-mce-style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;">2017-11-22 15:47:34.070 21608 ERROR keystonemiddleware.auth_token [-] Bad response code while validating token: 400: BadRequest: Expecting to find domain in project. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400) (Request-ID: req-5b3475d2-cc05-40fc-a0cf-19c71b3d65ad)</span></p><p style="margin:0cm;margin-bottom:.0001pt" data-mce-style="margin: 0cm; margin-bottom: .0001pt;"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black" data-mce-style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;">2017-11-22 15:47:34.070 21608 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "Expecting to find domain in project. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.", "code": 400, "title": "Bad Request"}}: BadRequest: Expecting to find domain in project. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400) (Request-ID: req-5b3475d2-cc05-40fc-a0cf-19c71b3d65ad)</span></p><p style="margin:0cm;margin-bottom:.0001pt" data-mce-style="margin: 0cm; margin-bottom: .0001pt;"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black" data-mce-style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;">2017-11-22 15:47:34.070 21608 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Failed to fetch token data from identity server: ServiceError: Failed to fetch token data from identity server</span></p><p style="margin:0cm;margin-bottom:.0001pt" data-mce-style="margin: 0cm; margin-bottom: .0001pt;"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black" data-mce-style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;">2017-11-22 15:47:34.071 21608 INFO eventlet.wsgi [-] 172.16.5.184 - - [22/Nov/2017 15:47:34] "GET /v1.0/b20cf7ccbd1a4636bb8a8bdf8cd3973d/instances?limit=20 HTTP/1.1" 503 320 0.010055</span></p><p class="MsoNormal">While installing openstack with packstack, in answer file, only change I did was changing “CONFIG_TROVE_INSTALL” to “y” . Was I supposed to do more config? What could be issue here?</p></div></blockquote><div>Hi Sonali,<br></div><div><br></div><div>You have found a bug in the way Packstack deploys Trove. For a quick fix, you can try to edit /etc/trove/trove.conf and change the following value in the keystone_authtoken section:<br></div><div><br></div><div>auth_url=http://192.168.122.129:5000<br><br></div><div>Use your controller IP instead of that one, of course. Make sure the trailing "/v3" part is not there, and then restart the Trove services before trying again.<br></div><div><br></div><div>I have created <a href="https://review.openstack.org/522313">https://review.openstack.org/522313</a> with a fix.<br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div class="WordSection1"><p class="MsoNormal">Also, is there any link for pre-made guest trove images for mongodb and mysql?</p></div></blockquote><div>I am not aware of any pre-made images. You can check <a href="https://docs.openstack.org/trove/latest/admin/building_guest_images.html">https://docs.openstack.org/trove/latest/admin/building_guest_images.html</a> for instructions to build your own.<br></div><div><br></div><div>Thanks,<br></div><div>Javier<br></div><div><br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div class="WordSection1"><p class="MsoNormal">Regards,</p><p class="MsoNormal">/Sonali</p></div><br>_______________________________________________<br>users mailing list<br>users@lists.rdoproject.org<br>http://lists.rdoproject.org/mailman/listinfo/users<br><div><br></div>To unsubscribe: users-unsubscribe@lists.rdoproject.org<br></blockquote><div><br></div></div></body></html>