[PKG-Openstack-devel] [Openstack] ERROR nova.api.openstack.extensions CantStartEngineError: No sql_connection parameter is established

Turbo Fredriksson turbo at bayour.com
Mon Jun 13 23:51:51 UTC 2016


Don't I feel stupid! I was a little to quick there.


There's now a AZ in the create GUI, but I still the "No sql_connection parameter
is established" error in the log.

 boot_args: ['testing', <Image: jessie>, <Flavor: m1.tiny>]
 boot_kwargs: {'files': {}, 'userdata': None, 'availability_zone': 'nova', 'nics': [], 'block_device_mapping': {}, 'max_count': 1, 'meta': None, 'key_name': 'turbo', 'min_count': 1, 'scheduler_hints': {}, 'reservation_id': None, 'security_groups': ['cd662f83-b203-48d6-beea-79299cbaaefb'], 'config_drive': None}
 REQ: curl -g -i -X POST http://10.0.4.1:8774/v2/dd30640571db4298a0bca8c35359d263/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130bfc0c0ab494d743cd2fe140a5d3594901ea72" -d '{"server": {"name": "testing", "imageRef": "4652eafd-0ea6-4313-9d69-03c55d1ff561", "availability_zone": "nova", "key_name": "turbo", "flavorRef": "d18e3be3-ff6e-4cca-b3ad-64a1626ba12d", "max_count": 1, "min_count": 1, "security_groups": [{"name": "cd662f83-b203-48d6-beea-79299cbaaefb"}]}}'
 "POST /v2/dd30640571db4298a0bca8c35359d263/servers HTTP/1.1" 500 212
 RESP: [500] Content-Type: application/json; charset=UTF-8 Content-Length: 212 X-Compute-Request-Id: req-e95e974b-1cfb-4ba6-b52c-d53ce8106e4a Date: Mon, 13 Jun 2016 23:41:38 GMT Connection: keep-alive 
 RESP BODY: {"computeFault": {"message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/and attach the Nova API log if possible.\n<class 'oslo_db.exception.CantStartEngineError'>", "code": 500}}

See http://bayour.com/misc/openstack_server_create-log-2.txt for the full log.


More information about the Openstack-devel mailing list