[root@controller ~]# egrep -i "^[a-z | []" /etc/nova/nova.conf [DEFAULT] rpc_backend = rabbit auth_strategy = keystone my_ip = 10.182.131.93 network_api_class = nova.network.neutronv2.api.API security_group_api = neutron linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver firewall_driver = nova.virt.firewall.NoopFirewallDriver metadata_listen=0.0.0.0 metadata_host=10.182.131.84 vif_plugging_is_fatal=True vif_plugging_timeout=300 osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions enabled_apis=osapi_compute,metadata verbose = True [api_database] [barbican] [cells] [cinder] [conductor] [cors] [cors.subdomain] [database] connection = mysql://nova:openstack@opstmysql.engba.symantec.com/nova [ephemeral_storage_encryption] [glance] host = controller.engba.symantec.com [guestfs] [hyperv] [image_file_url] [ironic] [keymgr] [keystone_authtoken] auth_uri = http://controller.engba.symantec.com:5000 auth_url = http://controller.engba.symantec.com:35357 auth_plugin = password project_domain_id = default user_domain_id = default project_name = service username = nova password = openstack [libvirt] [matchmaker_redis] [matchmaker_ring] [metrics] [neutron] url = http://controller.engba.symantec.com:9696 auth_url = http://controller.engba.symantec.com:35357 auth_plugin = password project_domain_id = default user_domain_id = default region_name = RegionOne project_name = service username = neutron password = openstack service_metadata_proxy = True metadata_proxy_shared_secret = 123456789987654321 [osapi_v21] [oslo_concurrency] lock_path = /var/lib/nova/tmp [oslo_messaging_amqp] [oslo_messaging_qpid] [oslo_messaging_rabbit] rabbit_host = rabbitmq.engba.symantec.com rabbit_userid = openstack rabbit_password = rabbit [oslo_middleware] [rdp] [serial_console] [spice] [ssl] [trusted_computing] [upgrade_levels] [vmware] [vnc] vncserver_listen = 10.182.131.93 vncserver_proxyclient_address = 10.182.131.93 [workarounds] [xenserver] [zookeeper] ################################################################################################################################################### [root@controller ~]# [root@controller ~]# [root@controller ~]# [root@controller ~]# egrep -i "^[a-z | []" /etc/keystone/keystone.conf [DEFAULT] admin_token = 7b8508e23c89c9fd98f2 verbose = true [assignment] [auth] [cache] [catalog] driver = keystone.catalog.backends.sql.Catalog [cors] [cors.subdomain] [credential] [database] connection = mysql://keystone:openstack@opstmysql.engba.symantec.com/keystone [domain_config] [endpoint_filter] [endpoint_policy] [eventlet_server] public_bind_host = 10.182.131.93 bind_host = 10.182.131.93 admin_bind_host = 10.182.131.93 [eventlet_server_ssl] [federation] [fernet_tokens] [identity] driver = keystone.identity.backends.sql.Identity [identity_mapping] [kvs] [ldap] [matchmaker_redis] [matchmaker_ring] [memcache] servers = localhost:11211 [oauth1] [os_inherit] [oslo_messaging_amqp] [oslo_messaging_qpid] [oslo_messaging_rabbit] [oslo_middleware] [oslo_policy] [paste_deploy] [policy] [resource] [revoke] driver = sql [role] [saml] [signing] [ssl] [token] provider = uuid driver = memcache [tokenless_auth] [trust] ################################################################################################################################################### [root@controller ~]# egrep -i "^[a-z | []" /etc/neutron/neutron.conf [DEFAULT] verbose = True core_plugin = ml2 service_plugins = router allow_overlapping_ips = True notify_nova_on_port_status_changes = True notify_nova_on_port_data_changes = True nova_url = http://controller.engba.symantec.com:8774/v2 rpc_backend = rabbit [matchmaker_redis] [matchmaker_ring] [quotas] [agent] [keystone_authtoken] auth_strategy = keystone auth_uri = http://controller.engba.symantec.com:5000 auth_url = http://controller.engba.symantec.com:35357 auth_plugin = password project_domain_id = default user_domain_id = default project_name = service username = neutron password = openstack [database] connection = mysql://neutron:openstack@controller.engba.symantec.com/neutron [nova] auth_url = http://controller.engba.symantec.com:35357 auth_plugin = password project_domain_id = default user_domain_id = default region_name = RegionOne project_name = service username = nova password = openstack [oslo_concurrency] lock_path = /var/lib/neutron/tmp [oslo_policy] [oslo_messaging_amqp] [oslo_messaging_qpid] [oslo_messaging_rabbit] rabbit_host = controller.engba.symantec.com rabbit_userid = openstack rabbit_password = rabbit [qos] ################################################################################################################################################### [root@controller ~]# egrep -i "^[a-z | []" /etc/neutron/plugins/ml2/ml2_conf.ini [ml2] type_drivers = flat,vlan,gre,vxlan tenant_network_types = vlan,gre,vxlan mechanism_drivers = openvswitch,l2population extension_drivers = port_security [ml2_type_flat] flat_networks = external [ml2_type_vlan] network_vlan_ranges = external,vlan:1:1000 [ml2_type_gre] tunnel_id_ranges = 1001:2000 [ml2_type_vxlan] vni_ranges = 2001:4000 vxlan_group = 239.1.1.1 [ml2_type_geneve] [securitygroup] firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver enable_security_group = True enable_ipset = True [ovs] enable_tunneling = True bridge_mappings = vlan:br-vlan,external:br-ex [agent] l2_population = True tunnel_types = gre,vxlan ################################################################################################################################################### [ [root@controller ~]# [root@controller ~]# [root@controller ~]# [root@controller ~]# [root@controller ~]# cat /var/log/keystone/keystone.log 2016-02-23 18:46:37.547 12051 INFO keystone.common.wsgi [req-665f2acc-e51a-403d-b9df-aa8747d30759 - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:37.617 12053 INFO keystone.common.wsgi [req-615793b8-acfb-4733-9df2-ffb6673fcf1b - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:37.720 12049 INFO keystone.common.wsgi [req-8062c7eb-0e9e-43aa-be80-e01dace6ed2a - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:37.729 12051 INFO keystone.common.wsgi [req-d9247b0b-5c83-4bc0-8c82-40ecb05c1ce9 - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:37.793 12053 INFO keystone.common.wsgi [req-615793b8-acfb-4733-9df2-ffb6673fcf1b - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:37.807 12052 INFO keystone.common.wsgi [req-1c6210ed-73bf-420b-bcd4-84879ec9a16e - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:40.288 12051 INFO keystone.common.wsgi [req-1380ad7c-3a04-4ad6-a7fb-85bc9e231d5a - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:40.348 12050 INFO keystone.common.wsgi [req-8d6564b6-f5f6-4590-a4df-df28b3cc5a5d - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:40.462 12052 INFO keystone.common.wsgi [req-1c6210ed-73bf-420b-bcd4-84879ec9a16e - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:40.470 12053 INFO keystone.common.wsgi [req-21a3fdbc-f78c-4e61-a4f5-4a6607518f2a - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:40.528 12050 INFO keystone.common.wsgi [req-8d6564b6-f5f6-4590-a4df-df28b3cc5a5d - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:40.541 12049 INFO keystone.common.wsgi [req-487907c8-a60c-41b5-a222-75ab6460efd5 - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:46.571 12051 INFO keystone.common.wsgi [req-783e9292-025a-4b34-8011-96aade179e33 - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:46.642 12050 INFO keystone.common.wsgi [req-642504c5-8517-4e76-84f5-15d31fe6be54 - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:46.772 12049 INFO keystone.common.wsgi [req-487907c8-a60c-41b5-a222-75ab6460efd5 - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:46.781 12051 INFO keystone.common.wsgi [req-02173e18-4d7a-4cf7-8624-891e25c2d503 - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:46.842 12052 INFO keystone.common.wsgi [req-1c6210ed-73bf-420b-bcd4-84879ec9a16e - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:46.855 12050 INFO keystone.common.wsgi [req-fb6c292e-5e80-42bb-9453-2c6b349d2319 - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:47.735 12051 INFO keystone.common.wsgi [req-02173e18-4d7a-4cf7-8624-891e25c2d503 - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:47.743 12053 INFO keystone.common.wsgi [req-09faab50-efe3-4014-824a-1f2074602a4a - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:47.800 12052 INFO keystone.common.wsgi [req-1c6210ed-73bf-420b-bcd4-84879ec9a16e - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:47.812 12053 INFO keystone.common.wsgi [req-30081e54-0bd6-44cf-87fd-627b2dd07f14 - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:48.552 12052 INFO keystone.common.wsgi [req-1c6210ed-73bf-420b-bcd4-84879ec9a16e - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:48.558 12050 INFO keystone.common.wsgi [req-d6269ce2-7b48-4cf2-a193-ad61a6ddb41b - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:48.616 12051 INFO keystone.common.wsgi [req-02173e18-4d7a-4cf7-8624-891e25c2d503 - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:48.631 12053 INFO keystone.common.wsgi [req-280239dd-1a6c-4af7-bf7a-0e3bc00c7a20 - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:49.893 12052 INFO keystone.common.wsgi [req-8716e717-b83d-429c-8bf1-a2a67476bdef - - - - -] GET http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:49.994 12050 INFO keystone.common.wsgi [req-d6269ce2-7b48-4cf2-a193-ad61a6ddb41b - - - - -] GET http://controller.engba.symantec.com:35357/ 2016-02-23 18:46:50.000 12049 INFO keystone.common.wsgi [req-d2ea540d-cdbc-44b9-bbed-ab2fc92ebbe4 - - - - -] POST http://controller.engba.symantec.com:35357/v3/auth/tokens 2016-02-23 18:46:50.040 12049 WARNING keystone.common.wsgi [req-d2ea540d-cdbc-44b9-bbed-ab2fc92ebbe4 - - - - -] Authorization failed. The request you have made requires authentication. from 10.182.131.93 ################################################################################################################################################### [root@controller ~]# cat /var/log/nova/nova-api.log 2016-02-23 18:46:38.199 17815 INFO nova.osapi_compute.wsgi.server [req-5c94d8cb-6ee0-476a-8616-1df86924ff99 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/extensions HTTP/1.1" status: 200 len: 21880 time: 0.4997261 2016-02-23 18:46:40.244 17815 INFO nova.osapi_compute.wsgi.server [req-63bac3f9-f609-4d52-bffd-a91923ac527d 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/os-availability-zone HTTP/1.1" status: 200 len: 293 time: 0.2738690 2016-02-23 18:46:40.268 17815 INFO nova.osapi_compute.wsgi.server [req-79286270-979d-4d49-a1ef-0adc6c6a1c94 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/flavors/detail HTTP/1.1" status: 200 len: 2457 time: 0.0177810 2016-02-23 18:46:41.136 17809 INFO nova.osapi_compute.wsgi.server [req-a7e466c7-0ed5-4f55-9829-f4eb5e0a06b8 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/os-keypairs HTTP/1.1" status: 200 len: 212 time: 0.6937389 2016-02-23 18:46:41.306 17809 INFO nova.osapi_compute.wsgi.server [req-bab53ede-fb60-44b5-95ad-d810a9ab799b 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/extensions HTTP/1.1" status: 200 len: 21880 time: 0.0288129 2016-02-23 18:46:41.365 17809 INFO nova.osapi_compute.wsgi.server [req-479dc2bc-e376-4a78-9f89-6bdeea8f65ba 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/limits HTTP/1.1" status: 200 len: 708 time: 0.0176070 2016-02-23 18:46:46.513 17809 INFO nova.osapi_compute.wsgi.server [req-f547e847-80e3-4612-9df9-1aab56857f53 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/os-availability-zone HTTP/1.1" status: 200 len: 293 time: 0.0327439 2016-02-23 18:46:46.547 17809 INFO nova.osapi_compute.wsgi.server [req-96c76f35-3b9a-42c3-8574-4e6d9403d7c8 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/flavors/detail HTTP/1.1" status: 200 len: 2457 time: 0.0285470 2016-02-23 18:46:47.488 17811 INFO nova.osapi_compute.wsgi.server [req-ad928d44-5ffd-4df3-84f2-fcf939391e5f 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/os-quota-sets/6e6b9259a526447fa4274442b81c3b55 HTTP/1.1" status: 200 len: 568 time: 0.7376301 2016-02-23 18:46:47.549 17811 INFO nova.osapi_compute.wsgi.server [req-2811816c-51cf-45c0-a3a8-ccb7efad32f0 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/servers/detail?project_id=6e6b9259a526447fa4274442b81c3b55&tenant_id=6e6b9259a526447fa4274442b81c3b55 HTTP/1.1" status: 200 len: 211 time: 0.0439188 2016-02-23 18:46:48.401 17808 INFO nova.osapi_compute.wsgi.server [req-a0f30c22-b236-4b18-ac2b-72a1b25e5d8b 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/os-keypairs HTTP/1.1" status: 200 len: 212 time: 0.6825330 2016-02-23 18:46:49.014 17814 INFO nova.osapi_compute.wsgi.server [req-2deb626f-6b2f-4a76-a34b-7c9275ad3325 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/extensions HTTP/1.1" status: 200 len: 21880 time: 0.4798081 2016-02-23 18:46:49.987 17814 WARNING oslo_config.cfg [req-61818a91-ddff-4d25-8855-0dcde336e6b0 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] Option "username" from group "neutron" is deprecated. Use option "user-name" from group "neutron". 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions [req-61818a91-ddff-4d25-8855-0dcde336e6b0 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] Unexpected exception in API method 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions Traceback (most recent call last): 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/api/openstack/extensions.py", line 478, in wrapped 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions return f(*args, **kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/api/validation/__init__.py", line 73, in wrapper 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions return func(*args, **kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/api/validation/__init__.py", line 73, in wrapper 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions return func(*args, **kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 611, in create 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions **create_kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/hooks.py", line 149, in inner 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions rv = f(*args, **kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 1581, in create 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions check_server_group_quota=check_server_group_quota) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 1181, in _create_instance 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions auto_disk_config, reservation_id, max_count) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 955, in _validate_and_build_base_options 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions pci_request_info, requested_networks) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 1059, in create_pci_requests_for_sriov_ports 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions neutron = get_client(context, admin=True) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 237, in get_client 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions auth_token = _ADMIN_AUTH.get_token(_SESSION) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/base.py", line 200, in get_token 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions return self.get_access(session).auth_token 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/base.py", line 240, in get_access 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions self.auth_ref = self.get_auth_ref(session) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/base.py", line 186, in get_auth_ref 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions return self._plugin.get_auth_ref(session, **kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/base.py", line 190, in get_auth_ref 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions authenticated=False, log=False, **rkwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/keystoneclient/session.py", line 501, in post 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions return self.request(url, 'POST', **kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/keystoneclient/utils.py", line 337, in inner 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions return func(*args, **kwargs) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions File "/usr/lib/python2.7/site-packages/keystoneclient/session.py", line 401, in request 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions raise exceptions.from_response(resp, method, url) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-d2ea540d-cdbc-44b9-bbed-ab2fc92ebbe4) 2016-02-23 18:46:50.042 17814 ERROR nova.api.openstack.extensions 2016-02-23 18:46:50.048 17814 INFO nova.api.openstack.wsgi [req-61818a91-ddff-4d25-8855-0dcde336e6b0 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. 2016-02-23 18:46:50.049 17814 INFO nova.osapi_compute.wsgi.server [req-61818a91-ddff-4d25-8855-0dcde336e6b0 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "POST /v2/6e6b9259a526447fa4274442b81c3b55/servers HTTP/1.1" status: 500 len: 443 time: 1.0244832 2016-02-23 18:46:50.184 17815 INFO nova.osapi_compute.wsgi.server [req-d389dbff-124e-48bd-b8ab-9b3d635d8ebc 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/servers/detail?limit=21&project_id=6e6b9259a526447fa4274442b81c3b55 HTTP/1.1" status: 200 len: 211 time: 0.0486410 2016-02-23 18:46:50.254 17814 INFO nova.osapi_compute.wsgi.server [req-4b3ecdb0-55e4-43a6-8d9b-604e1a58f2eb 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/extensions HTTP/1.1" status: 200 len: 21880 time: 0.0377049 2016-02-23 18:46:50.291 17814 INFO nova.osapi_compute.wsgi.server [req-eee317a4-760f-4869-bf6b-69acb0ca30af 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/limits?reserved=1 HTTP/1.1" status: 200 len: 708 time: 0.0202680 2016-02-23 18:46:50.316 17814 INFO nova.osapi_compute.wsgi.server [req-4a3a85a9-e3d5-4ee9-b2d7-ad41cdddbb15 1cd7f867708b46e0a795abad8a7a66c3 6e6b9259a526447fa4274442b81c3b55 - - -] 10.182.131.93 "GET /v2/6e6b9259a526447fa4274442b81c3b55/limits?reserved=1 HTTP/1.1" status: 200 len: 708 time: 0.0150299 [root@controller ~]#