[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-07-06 Thread Paul White
** Package changed: ubuntu => openstack (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openstack/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-05-31 Thread jianqingjiang
** No longer affects: openstack-manuals

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-26 Thread Matt Kassawara
** Changed in: openstack-manuals
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-17 Thread jianqingjiang
@Sharat Sharma Thanks, I wrote controller in /etc/hosts and I ping
controller is OK

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-15 Thread Sharat Sharma
Try giving ip address instead of controller. That probably works most of
the time. Check if controller is properly mapped to the controller ip
address in /etc/hosts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-15 Thread jianqingjiang
This is the log in /var/log/keystone/keystone.log


2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return 
self._connection_cls(self, **kwargs)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 72, in 
__init__
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi if connection is 
not None else engine.raw_connection()
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 2104, in 
raw_connection
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi 
self.pool.unique_connection, _connection)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 2078, in 
_wrap_pool_connect
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi e, dialect, self)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1401, in 
_handle_dbapi_exception_noconnection
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi 
util.raise_from_cause(newraise, exc_info)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 200, in 
raise_from_cause
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi 
reraise(type(exception), exception, tb=exc_tb)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 2074, in 
_wrap_pool_connect
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return fn()
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 318, in 
unique_connection
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return 
_ConnectionFairy._checkout(self)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 713, in _checkout
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi fairy = 
_ConnectionRecord.checkout(pool)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 480, in checkout
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi rec = pool._do_get()
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 1060, in _do_get
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi self._dec_overflow()
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 60, 
in __exit__
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi 
compat.reraise(exc_type, exc_value, exc_tb)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 1057, in _do_get
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return 
self._create_connection()
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 323, in 
_create_connection
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return 
_ConnectionRecord(self)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 449, in __init__
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi self.connection = 
self.__connect()
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 607, in __connect
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi connection = 
self.__pool._invoke_creator(self)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/strategies.py", line 97, 
in connect
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return 
dialect.connect(*cargs, **cparams)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 385, in 
connect
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return 
self.dbapi.connect(*cargs, **cparams)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/MySQLdb/__init__.py", line 81, in Connect
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi return 
Connection(*args, **kwargs)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi   File 
"/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 187, in 
__init__
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi super(Connection, 
self).__init__(*args, **kwargs2)
2016-04-15 02:27:03.149 7302 ERROR keystone.common.wsgi OperationalError: 

[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-15 Thread Tom Fifield
OK, can you please enable debug logging and produce the full log so we
can look at why that is happening?

Unfortunately, the localhost fix isn't appropriate for this guide, since
the database can live on a different server.


** Changed in: openstack-manuals
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-15 Thread jianqingjiang
@fifieldt Yes,I did.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-15 Thread Tom Fifield
Hi,

Thanks for the report.


Did you follow the instructions to configure name resolution?

http://docs.openstack.org/liberty/install-guide-rdo/environment-
networking-controller.html

** Information type changed from Public Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-15 Thread star
Good , same bug affected me

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570699] Re: OpenStack installation database configure makes HTTP 500 ERROR

2016-04-15 Thread lusipad
** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570699

Title:
  OpenStack installation database configure makes HTTP 500 ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1570699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs