<p dir="ltr">Good, </p>
<p dir="ltr">I don't remember now, but there is a switch to keystone_manage command that gives you debug output while creating the same, </p>
<p dir="ltr">Someone else in this list can suggest that verbosity switch, please .</p>
<div class="gmail_quote">On Feb 25, 2016 12:07 PM, "Alexandr Porunov" <<a href="mailto:alexandr.porunov@gmail.com">alexandr.porunov@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello everyone,</div><div>Thanks for helping.</div><div><br></div><div>mysql -u keystone -p KEYSTONE_DBPASS</div><div><br></div><div>//loging successfully</div><div><br></div><div>"keystone" database is created but there no exists any tables. </div><div><br></div><div>"su -s /bin/sh -c "keystone-manage db_sync" keystone" or "/bin/sh -c "keystone-manage db_sync" keystone" commands do nothing.</div><div><br></div><div>I have tried reexecute this commands:</div><div>GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'localhost' \</div><div> IDENTIFIED BY 'KEYSTONE_DBPASS';</div><div>GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'%' \</div><div> IDENTIFIED BY 'KEYSTONE_DBPASS';</div><div><br></div><div>My exported variables:</div><div>export OS_TOKEN=4b8548f5298c0d4c9049</div><div>export OS_URL=<a href="http://controller:35357/v3" target="_blank">http://controller:35357/v3</a></div><div>export OS_IDENTITY_API_VERSION=3</div><div>export OS_SERVICE_TOKEN=$OS_TOKEN</div><div>export OS_SERVICE_ENDPOINT=$OS_URL</div><div>export OS_USERNAME=keystone</div><div>export OS_PASSWORD=KEYSTONE_DBPASS</div><div>export OS_TENANT_NAME=keystone</div><div>export OS_AUTH_URL=$OS_URL</div><div><br></div><div>/etc/keystone/keystone.conf:</div><div>[DEFAULT]</div><div>admin_token = 4b8548f5298c0d4c9049</div><div>...</div><div>[database]</div><div>...</div><div>connection = mysql://keystone:KEYSTONE_DBPASS@controller/keystone</div><div>...</div><div>[memcache]</div><div>servers = localhost:11211</div><div>...</div><div>[token]</div><div>provider = uuid</div><div>driver = memcache</div><div>...</div><div>[revoke]</div><div>driver = sql</div><div>...</div><div><br></div><div>command still do not work..</div><div>Log file as always:</div><div><a href="http://paste.openstack.org/show/488107/" target="_blank">http://paste.openstack.org/show/488107/</a></div><div><br></div><div>Best Regards, Alexandr</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 25, 2016 at 6:13 AM, Adam Young <span dir="ltr"><<a href="mailto:ayoung@redhat.com" target="_blank">ayoung@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"><span>
<div>On 02/24/2016 04:29 PM, Alexandr
Porunov wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>Also there is a strange thing. This command:</div>
<div>su -s /bin/sh -c "keystone-manage db_sync" keystone</div>
<div><br>
</div>
<div>shows:</div>
<div>No handlers could be found for logger "oslo_config.cfg"</div>
</div>
</blockquote>
<br></span>
That is just a warning, and can be silenced by setting verboes =
false in the keystone conf file.<br>
<br>
<blockquote type="cite"><div><div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Feb 24, 2016 at 11:27 PM,
Alexandr Porunov <span dir="ltr"><<a href="mailto:alexandr.porunov@gmail.com" target="_blank"></a><a href="mailto:alexandr.porunov@gmail.com" target="_blank">alexandr.porunov@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div>
<div dir="ltr">
<div style="font-size:12.8px">
<div><span style="font-size:12.8px;white-space:nowrap">Mohammed,</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">Do
you know what values I have to assign to these
variables?:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_USERNAME=???</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_PASSWORD=???</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_TENANT_NAME=???</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">I
have assigned my username and password of
controller node. This is my full list of
variables:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_TOKEN=4b8548f5298c0d4c9049</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_URL=<a href="http://controller:35357/v3" target="_blank">http://controller:35357/v3</a></span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_IDENTITY_API_VERSION=3</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_SERVICE_TOKEN=$OS_TOKEN</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_SERVICE_ENDPOINT=$OS_URL</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_USERNAME=root</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_PASSWORD=root</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_TENANT_NAME=root</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_AUTH_URL=$OS_URL</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">But
I can't run this command:</span></div>
<span>
<div><span style="font-size:12.8px;white-space:nowrap">openstack
service create --name keystone --description
"OpenStack Identity" identity</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
</span>
<div><span style="font-size:12.8px;white-space:nowrap">It
always shows: </span></div>
<div><span style="font-size:12.8px;white-space:nowrap">An
unexpected error prevented the server from
fulfilling your request. (HTTP 500) (Request-ID:
req-ec9569be-6698-47f9-b338-309c58eb1820)</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">/var/log/keystone/keystone.log
as always shows:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">...</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">016-02-24
23:14:29.889 1053 ERROR keystone.common.wsgi
OperationalError:
(_mysql_exceptions.OperationalError) (1045,
"Access denied for user 'keystone'@'controller'
(using password: YES)")</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">...</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">It
is the full log file:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><a href="http://paste.openstack.org/show/488107/" target="_blank"></a><a href="http://paste.openstack.org/show/488107/" target="_blank">http://paste.openstack.org/show/488107/</a></span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">Best
Regards, Alexandr</span></div>
</div>
</div>
</div>
</div>
<div>
<div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Feb 24, 2016 at 11:25
PM, Alexandr Porunov <span dir="ltr"><<a href="mailto:alexandr.porunov@gmail.com" target="_blank"></a><a href="mailto:alexandr.porunov@gmail.com" target="_blank">alexandr.porunov@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>
<div><span style="font-size:12.8px;white-space:nowrap">Mohammed,</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">Do
you know what values I have to assign to
these variables?:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_USERNAME=???</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_PASSWORD=???</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_TENANT_NAME=???</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">I
have assigned my username and password of
controller node. This is my full list of
variables:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_TOKEN=4b8548f5298c0d4c9049</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_URL=<a href="http://controller:35357/v3" target="_blank">http://controller:35357/v3</a></span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_IDENTITY_API_VERSION=3</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_SERVICE_TOKEN=$OS_TOKEN</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_SERVICE_ENDPOINT=$OS_URL</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_USERNAME=root</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_PASSWORD=root</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_TENANT_NAME=root</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">export
OS_AUTH_URL=$OS_URL</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">But
I can't run this command:</span></div>
<span>
<div><span style="font-size:12.8px;white-space:nowrap">openstack
service create --name keystone
--description "OpenStack Identity"
identity</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
</span>
<div><span style="font-size:12.8px;white-space:nowrap">It
always shows: </span></div>
<div><span style="font-size:12.8px;white-space:nowrap">An
unexpected error prevented the server from
fulfilling your request. (HTTP 500)
(Request-ID:
req-ec9569be-6698-47f9-b338-309c58eb1820)</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">/var/log/keystone/keystone.log
as always shows:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">...</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">016-02-24
23:14:29.889 1053 ERROR
keystone.common.wsgi OperationalError:
(_mysql_exceptions.OperationalError)
(1045, "Access denied for user
'keystone'@'controller' (using password:
YES)")</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">...</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">It
is the full log file:</span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><a href="http://paste.openstack.org/show/488107/" target="_blank"></a><a href="http://paste.openstack.org/show/488107/" target="_blank">http://paste.openstack.org/show/488107/</a></span></div>
<div><span style="font-size:12.8px;white-space:nowrap"><br>
</span></div>
<div><span style="font-size:12.8px;white-space:nowrap">Best
Regards, Alexandr</span></div>
</div>
<div>
<div><span style="font-size:12.8px;white-space:nowrap">
<div><br>
</div>
</span></div>
<div style="font-size:12.8px;white-space:nowrap"><br>
</div>
</div>
</div>
<div>
<div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Feb 24,
2016 at 5:17 PM, Mohammed Naser <span dir="ltr"><<a href="mailto:mnaser@vexxhost.com" target="_blank">mnaser@vexxhost.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alexandr,<br>
<br>
That’s fine. The suggested way of
deploying Keystone is via Apache<br>
now, so you should just let it live in a
WSGI application as it should<br>
<br>
M<br>
<br>
On Wed, Feb 24, 2016 at 10:17 AM,
Alexandr Porunov<br>
<div>
<div><<a href="mailto:alexandr.porunov@gmail.com" target="_blank">alexandr.porunov@gmail.com</a>>
wrote:<br>
> Mohammed,<br>
><br>
> Also I haven't mentioned that
"systemctl start openstack-keystone"
doesn't<br>
> want to start just because
httpd already running and if I
understand they<br>
> share the same port<br>
><br>
> On Wed, Feb 24, 2016 at 5:07
PM, Mohammed Naser <<a href="mailto:mnaser@vexxhost.com" target="_blank"></a><a href="mailto:mnaser@vexxhost.com" target="_blank">mnaser@vexxhost.com</a>>
wrote:<br>
>><br>
>> Alexandr,<br>
>><br>
>> You should make sure to hit
“Reply all” so that it goes back to
the<br>
>> mailing list, but I’m not
sure why it’s not connected. I’d
try<br>
>> connecting from the mysql
CLI client and see what happens<br>
>><br>
>> Mohammed<br>
>><br>
>> On Wed, Feb 24, 2016 at
10:04 AM, Alexandr Porunov<br>
>> <<a href="mailto:alexandr.porunov@gmail.com" target="_blank"></a><a href="mailto:alexandr.porunov@gmail.com" target="_blank">alexandr.porunov@gmail.com</a>>
wrote:<br>
>> > Hello Mohammed,<br>
>> ><br>
>> > I don't know why my
keystone is not able to authenticate
with the MySQL<br>
>> > server. I have created
a user like in the tutorial:<br>
>> ><br>
>> > GRANT ALL PRIVILEGES
ON keystone.* TO
'keystone'@'localhost' IDENTIFIED<br>
>> > BY<br>
>> > 'KEYSTONE_DBPASS';<br>
>> > GRANT ALL PRIVILEGES
ON keystone.* TO 'keystone'@'%'
IDENTIFIED BY<br>
>> > 'KEYSTONE_DBPASS'<br>
>> ><br>
>> > But it doesn't work<br>
>> ><br>
>> > On Wed, Feb 24, 2016
at 4:26 PM, Mohammed Naser <<a href="mailto:mnaser@vexxhost.com" target="_blank"></a><a href="mailto:mnaser@vexxhost.com" target="_blank">mnaser@vexxhost.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> Hi Alexandr,<br>
>> >><br>
>> >> The key error to
check:<br>
>> >><br>
>> >> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >> OperationalError:<br>
>> >>
(_mysql_exceptions.OperationalError)
(1045, "Access denied for user<br>
>> >>
'keystone'@'controller' (using
password: YES)")<br>
>> >><br>
>> >> You'll need to
make sure you address and resolve
this, your keystone is<br>
>> >> not able to
authenticate with your MySQL server.<br>
>> >><br>
>> >> Mohammed<br>
>> >><br>
>> >> On Wednesday, 24
February 2016, Alexandr Porunov<br>
>> >> <<a href="mailto:alexandr.porunov@gmail.com" target="_blank"></a><a href="mailto:alexandr.porunov@gmail.com" target="_blank">alexandr.porunov@gmail.com</a>>
wrote:<br>
>> >>><br>
>> >>> Hello
everyone,<br>
>> >>><br>
>> >>> I am trying to
pass this tutorial:<br>
>> >>><br>
>> >>><br>
>> >>> <a href="http://docs.openstack.org/liberty/install-guide-rdo/keystone-services.html" rel="noreferrer" target="_blank"></a><a href="http://docs.openstack.org/liberty/install-guide-rdo/keystone-services.html" target="_blank">http://docs.openstack.org/liberty/install-guide-rdo/keystone-services.html</a><br>
>> >>> but without
success.<br>
>> >>><br>
>> >>> It is my
/etc/hosts file:<br>
>> >>> 127.0.0.1 me<br>
>> >>> 192.168.56.111
controller<br>
>> >>> 192.168.56.131
compute1<br>
>> >>> 192.168.56.141
block1<br>
>> >>> 192.168.56.151
object1<br>
>> >>> 192.168.56.152
object2<br>
>> >>> 192.168.56.50
<a href="http://ns1.porunov.com" rel="noreferrer" target="_blank">ns1.porunov.com</a>
ns1<br>
>> >>><br>
>> >>> I am using
CentOS 7 in all nodes.<br>
>> >>><br>
>> >>> When I try to
create the service entity for the
Identity service I<br>
>> >>> always<br>
>> >>> gets an error
500:<br>
>> >>> openstack
service create --name keystone
--description "OpenStack<br>
>> >>> Identity"
identity<br>
>> >>><br>
>> >>> An unexpected
error prevent the server from
fulfilling your request.<br>
>> >>> (HTTP 500)
(Request-ID:
req-12dc5717-71b4-4311-87e9-b0cfd4e90837)<br>
>> >>><br>
>> >>> Request-ID
always changes.<br>
>> >>><br>
>> >>> This is my
/var/log/keystone/keystone.log:<br>
>> >>> 2016-02-24
15:09:45.922 4518 INFO
oslo_service.service [-] Caught<br>
>> >>> SIGTERM,
stopping children<br>
>> >>> 2016-02-24
15:09:45.923 4518 INFO
oslo_service.service [-] Waiting on<br>
>> >>> 4<br>
>> >>> children to
exit<br>
>> >>> 2016-02-24
15:09:45.926 4528 INFO
eventlet.wsgi.server<br>
>> >>>
[req-550473ac-acff-4581-af0f-1e02a66e4f66
- - - - -] (4528) wsgi<br>
>> >>> exited,<br>
>> >>>
is_accepting=True<br>
>> >>> 2016-02-24
15:09:45.931 4529 INFO
eventlet.wsgi.server [-] (4529) wsgi<br>
>> >>> exited,
is_accepting=True<br>
>> >>> 2016-02-24
15:09:45.933 4530 INFO
eventlet.wsgi.server [-] (4530) wsgi<br>
>> >>> exited,
is_accepting=True<br>
>> >>> 2016-02-24
15:09:45.936 4531 INFO
eventlet.wsgi.server [-] (4531) wsgi<br>
>> >>> exited,
is_accepting=True<br>
>> >>> 2016-02-24
15:09:45.942 4518 INFO
oslo_service.service [-] Child 4528<br>
>> >>> exited with
status 0<br>
>> >>> 2016-02-24
15:09:45.943 4518 INFO
oslo_service.service [-] Child 4529<br>
>> >>> exited with
status 0<br>
>> >>> 2016-02-24
15:09:45.943 4518 INFO
oslo_service.service [-] Child 4530<br>
>> >>> exited with
status 0<br>
>> >>> 2016-02-24
15:09:45.944 4518 INFO
oslo_service.service [-] Child 4531<br>
>> >>> exited with
status 0<br>
>> >>> 2016-02-24
15:09:45.947 4518 INFO
oslo_service.service [-] Caught<br>
>> >>> SIGTERM,
stopping children<br>
>> >>> 2016-02-24
15:18:29.074 1123 INFO
keystone.common.wsgi<br>
>> >>>
[req-00fd181c-00ea-4b74-a16a-3ab8c1c38e24
- - - - -] POST<br>
>> >>> <a href="http://controller:35357/v3/services" rel="noreferrer" target="_blank"></a><a href="http://controller:35357/v3/services" target="_blank">http://controller:35357/v3/services</a><br>
>> >>> 2016-02-24
15:18:29.075 1123 WARNING
keystone.common.controller<br>
>> >>>
[req-00fd181c-00ea-4b74-a16a-3ab8c1c38e24
- - - - -] RBAC: Bypassing<br>
>> >>> authorization<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
[req-00fd181c-00ea-4b74-a16a-3ab8c1c38e24
- - - - -]<br>
>> >>>
(_mysql_exceptions.OperationalError)
(1045, "Access denied for user<br>
>> >>>
'keystone'@'controller' (using
password: YES)")<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi Traceback<br>
>> >>> (most<br>
>> >>> recent call
last):<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/common/wsgi.py",
line 248,<br>
>> >>> in<br>
>> >>> __call__<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi result =<br>
>> >>>
method(context, **params)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/common/controller.py",
line<br>
>> >>> 163,<br>
>> >>> in inner<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>> f(self,
context, *args, **kwargs)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>><br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/common/validation/__init__.py",<br>
>> >>> line 71, in
wrapper<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>> func(*args,
**kwargs)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/catalog/controllers.py",<br>
>> >>> line<br>
>> >>> 272, in
create_service<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi ref =<br>
>> >>>
self.catalog_api.create_service(ref['id'],
ref, initiator)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/catalog/core.py",
line 187,<br>
>> >>> in<br>
>> >>> create_service<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi ref =<br>
>> >>>
self.driver.create_service(service_id,
service_ref)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/catalog/backends/sql.py",<br>
>> >>> line<br>
>> >>> 205, in
create_service<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi session =<br>
>> >>>
sql.get_session()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/common/sql/core.py",
line<br>
>> >>> 192, in<br>
>> >>> get_session<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
_get_engine_facade().get_session(expire_on_commit=expire_on_commit)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/keystone/common/sql/core.py",
line<br>
>> >>> 176, in<br>
>> >>>
_get_engine_facade<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>> _engine_facade
=
db_session.EngineFacade.from_config(CONF)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py",<br>
>> >>> line<br>
>> >>> 1015, in
from_config<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
expire_on_commit=expire_on_commit,
_conf=conf)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py",<br>
>> >>> line<br>
>> >>> 943, in
__init__<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
slave_connection=slave_connection)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py",<br>
>> >>> line<br>
>> >>> 338, in _start<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>> engine_args,<br>
>> >>> maker_args)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py",<br>
>> >>> line<br>
>> >>> 362, in
_setup_for_connection<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
sql_connection=sql_connection,
**engine_kwargs)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/engines.py",
line<br>
>> >>> 152,<br>
>> >>> in
create_engine<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi test_conn<br>
>> >>> =<br>
>> >>>
_test_connection(engine,
max_retries, retry_interval)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/engines.py",
line<br>
>> >>> 326,<br>
>> >>> in
_test_connection<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
engine.connect()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py",
line<br>
>> >>> 2018,<br>
>> >>> in connect<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
self._connection_cls(self, **kwargs)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py",
line<br>
>> >>> 72, in<br>
>> >>> __init__<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi if<br>
>> >>> connection<br>
>> >>> is not None
else engine.raw_connection()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py",
line<br>
>> >>> 2104,<br>
>> >>> in
raw_connection<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
self.pool.unique_connection,
_connection)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py",
line<br>
>> >>> 2078,<br>
>> >>> in
_wrap_pool_connect<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi e,<br>
>> >>> dialect,<br>
>> >>> self)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py",
line<br>
>> >>> 1401,<br>
>> >>> in
_handle_dbapi_exception_noconnection<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
util.raise_from_cause(newraise,
exc_info)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py",
line<br>
>> >>> 200, in<br>
>> >>>
raise_from_cause<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
reraise(type(exception), exception,
tb=exc_tb)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py",
line<br>
>> >>> 2074,<br>
>> >>> in
_wrap_pool_connect<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>> fn()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 318, in<br>
>> >>>
unique_connection<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
_ConnectionFairy._checkout(self)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 713, in<br>
>> >>> _checkout<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi fairy =<br>
>> >>>
_ConnectionRecord.checkout(pool)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 480, in<br>
>> >>> checkout<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi rec =<br>
>> >>> pool._do_get()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 1060, in<br>
>> >>> _do_get<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
self._dec_overflow()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py",<br>
>> >>> line<br>
>> >>> 60, in
__exit__<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
compat.reraise(exc_type, exc_value,
exc_tb)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 1057, in<br>
>> >>> _do_get<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
self._create_connection()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 323, in<br>
>> >>>
_create_connection<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
_ConnectionRecord(self)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 449, in<br>
>> >>> __init__<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
self.connection = self.__connect()<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py",
line 607, in<br>
>> >>> __connect<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi connection<br>
>> >>> =<br>
>> >>>
self.__pool._invoke_creator(self)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/strategies.py",<br>
>> >>> line<br>
>> >>> 97, in connect<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
dialect.connect(*cargs, **cparams)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py",<br>
>> >>> line 385,<br>
>> >>> in connect<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
self.dbapi.connect(*cargs,
**cparams)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/MySQLdb/__init__.py",
line 81, in<br>
>> >>> Connect<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi return<br>
>> >>>
Connection(*args, **kwargs)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi File<br>
>> >>>
"/usr/lib64/python2.7/site-packages/MySQLdb/connections.py",
line 187,<br>
>> >>> in<br>
>> >>> __init__<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
super(Connection,
self).__init__(*args, **kwargs2)<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>>
OperationalError:<br>
>> >>>
(_mysql_exceptions.OperationalError)
(1045, "Access denied for user<br>
>> >>>
'keystone'@'controller' (using
password: YES)")<br>
>> >>> 2016-02-24
15:18:29.100 1123 ERROR
keystone.common.wsgi<br>
>> >>><br>
>> >>> Please, help
me to figure out what is going on.<br>
>> >>><br>
>> >>> Sincerely,
Alexandr Porunov<br>
>> >><br>
>> >><br>
>> >><br>
>> >> --<br>
>> >> Mohammed Naser —
vexxhost<br>
>> >>
-----------------------------------------------------<br>
>> >> D. <a href="tel:514-316-8872" value="+15143168872" target="_blank">514-316-8872</a><br>
>> >> D. <a href="tel:800-910-1726%20ext.%20200" value="+18009101726" target="_blank">800-910-1726 ext.
200</a><br>
>> >> E. <a href="mailto:mnaser@vexxhost.com" target="_blank"></a><a href="mailto:mnaser@vexxhost.com" target="_blank">mnaser@vexxhost.com</a><br>
>> >> W. <a href="http://vexxhost.com" rel="noreferrer" target="_blank"></a><a href="http://vexxhost.com" target="_blank">http://vexxhost.com</a><br>
>> >><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> Mohammed Naser — vexxhost<br>
>>
-----------------------------------------------------<br>
>> D. <a href="tel:514-316-8872" value="+15143168872" target="_blank">514-316-8872</a><br>
>> D. <a href="tel:800-910-1726%20ext.%20200" value="+18009101726" target="_blank">800-910-1726 ext.
200</a><br>
>> E. <a href="mailto:mnaser@vexxhost.com" target="_blank"></a><a href="mailto:mnaser@vexxhost.com" target="_blank">mnaser@vexxhost.com</a><br>
>> W. <a href="http://vexxhost.com" rel="noreferrer" target="_blank"></a><a href="http://vexxhost.com" target="_blank">http://vexxhost.com</a><br>
><br>
><br>
<br>
<br>
<br>
--<br>
Mohammed Naser — vexxhost<br>
-----------------------------------------------------<br>
D. <a href="tel:514-316-8872" value="+15143168872" target="_blank">514-316-8872</a><br>
D. <a href="tel:800-910-1726%20ext.%20200" value="+18009101726" target="_blank">800-910-1726 ext.
200</a><br>
E. <a href="mailto:mnaser@vexxhost.com" target="_blank">mnaser@vexxhost.com</a><br>
W. <a href="http://vexxhost.com" rel="noreferrer" target="_blank">http://vexxhost.com</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
</div></div><span><pre>_______________________________________________
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
Post to : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
</pre>
</span></blockquote>
<br>
</div>
<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>
<br></blockquote></div><br></div>
</blockquote></div>