1. 2016-06-22 16:48:18,042 3110 DEBUG openstack_auth.backend Beginning user authentication
  2. 2016-06-22 16:48:18,048 3110 DEBUG openstack_auth.plugin.password Attempting to authenticate for admin
  3. 2016-06-22 16:48:18,052 3110 DEBUG keystoneclient.auth.identity.v2 Making authentication request to http://192.168.0.2:5000/v2.0/tokens
  4. 2016-06-22 16:48:18,137 3110 DEBUG keystoneclient.session REQ: curl -g -i --insecure -X GET http://192.168.0.2:5000/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
  5. 2016-06-22 16:48:18,148 3110 DEBUG keystoneclient.session RESP: [300] content-length: 591 vary: X-Auth-Token server: Apache connection: close date: Wed, 22 Jun 2016 16:48:18 GMT content-type: application/json
  6. RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://192.168.0.2:5000/v3/", "rel": "self"}]}, {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.168.0.2:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}}
  7. 2016-06-22 16:48:18,149 3110 DEBUG keystoneclient.session REQ: curl -g -i --insecure -X GET http://192.168.0.2:5000/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68cf75b295ec3ee9b9e11bccb023966e192fcef6"
  8. 2016-06-22 16:48:18,270 3110 DEBUG keystoneclient.session RESP: [200] content-length: 143 vary: X-Auth-Token server: Apache connection: close date: Wed, 22 Jun 2016 16:48:18 GMT content-type: application/json x-openstack-request-id: req-e2a95a6f-d2a2-42d1-8e9a-92077dfd93a8
  9. RESP BODY: {"tenants_links": [], "tenants": [{"description": "admin tenant", "enabled": true, "id": "eabdd05b5d2048bd86e9656f629204d6", "name": "admin"}]}
  10. 2016-06-22 16:48:18,273 3110 DEBUG keystoneclient.auth.identity.v2 Making authentication request to http://192.168.0.2:5000/v2.0/tokens
  11. 2016-06-22 16:48:18,777 3110 DEBUG openstack_auth.backend Authentication completed.
  12. 2016-06-22 16:48:18,781 3110 INFO openstack_auth.forms Login successful for user "admin".
  13. 2016-06-22 16:48:20,295 3109 DEBUG openstack_dashboard.api.neutron network_list_for_tenant(): tenant_id=eabdd05b5d2048bd86e9656f629204d6, params={}
  14. 2016-06-22 16:48:20,298 3109 DEBUG openstack_dashboard.api.neutron network_list(): params={'shared': False, 'tenant_id': u'eabdd05b5d2048bd86e9656f629204d6'}
  15. 2016-06-22 16:48:20,301 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/networks.json?shared=False&tenant_id=eabdd05b5d2048bd86e9656f629204d6 -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  16. 2016-06-22 16:48:21,084 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:21 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '1177', 'x-openstack-request-id': 'req-141bfc75-c9d9-4d96-98e7-6dd378784572'} {"networks": [{"status": "ACTIVE", "router:external": false, "subnets": ["28e73659-596f-4162-abdd-b291cdcfaf7d"], "name": "admin_internal_net", "admin_state_up": true, "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "contrail:subnet_ipam": [{"subnet_cidr": "192.168.111.0/24", "ipam_fq_name": ["default-domain", "default-project", "default-network-ipam"]}], "shared": false, "contrail:instance_count": 0, "id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "contrail:fq_name": ["default-domain", "admin", "admin_internal_net"]}, {"status": "ACTIVE", "router:external": false, "subnets": ["d16fbcf0-8d04-4a91-87d6-25b0197e6326"], "name": "snat-si-left_snat_cc2d988c-8742-40b9-9c62-05e7da106369_b6001324-6716-473a-8339-497bc3228de0", "admin_state_up": true, "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "contrail:subnet_ipam": [{"subnet_cidr": "100.64.0.0/29", "ipam_fq_name": ["default-domain", "default-project", "default-network-ipam"]}], "shared": false, "contrail:instance_count": 0, "id": "8db66b2d-91e1-4595-b736-3aa2c1b1b30d", "contrail:fq_name": ["default-domain", "admin", "snat-si-left_snat_cc2d988c-8742-40b9-9c62-05e7da106369_b6001324-6716-473a-8339-497bc3228de0"]}]}
  17. 2016-06-22 16:48:21,085 3109 DEBUG openstack_dashboard.api.neutron subnet_list(): params={}
  18. 2016-06-22 16:48:21,086 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/subnets.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  19. 2016-06-22 16:48:21,703 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:21 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '1347', 'x-openstack-request-id': 'req-52ff8ddd-9c5c-465d-bf01-0befc7ac6531'} {"subnets": [{"name": "", "enable_dhcp": true, "network_id": "8db66b2d-91e1-4595-b736-3aa2c1b1b30d", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "100.64.0.1", "end": "100.64.0.6"}], "gateway_ip": "100.64.0.6", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "100.64.0.0/29", "id": "d16fbcf0-8d04-4a91-87d6-25b0197e6326"}, {"name": "admin_floating_net__subnet", "enable_dhcp": true, "network_id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.108.31.66", "end": "10.108.31.126"}], "gateway_ip": "10.108.31.65", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.108.31.64/26", "id": "fe68358d-d49e-425d-83a3-8bae880439aa"}, {"name": "admin_internal_net__subnet", "enable_dhcp": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": ["8.8.4.4", "8.8.8.8"], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.111.2", "end": "192.168.111.254"}], "gateway_ip": "192.168.111.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.111.0/24", "id": "28e73659-596f-4162-abdd-b291cdcfaf7d"}]}
  20. 2016-06-22 16:48:21,704 3109 DEBUG openstack_dashboard.api.neutron network_list(): params={'shared': True}
  21. 2016-06-22 16:48:21,705 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/networks.json?shared=True -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  22. 2016-06-22 16:48:21,802 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:21 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '521', 'x-openstack-request-id': 'req-6589bb4f-82d4-4f2b-935d-bf7926f81e66'} {"networks": [{"status": "ACTIVE", "router:external": true, "subnets": ["fe68358d-d49e-425d-83a3-8bae880439aa"], "name": "admin_floating_net", "admin_state_up": true, "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "shared": true, "contrail:subnet_ipam": [{"subnet_cidr": "10.108.31.64/26", "ipam_fq_name": ["default-domain", "default-project", "default-network-ipam"]}], "contrail:instance_count": 0, "id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "contrail:fq_name": ["default-domain", "admin", "admin_floating_net"]}]}
  23. 2016-06-22 16:48:21,804 3109 DEBUG openstack_dashboard.api.neutron subnet_list(): params={}
  24. 2016-06-22 16:48:21,804 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/subnets.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  25. 2016-06-22 16:48:21,899 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:21 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '1347', 'x-openstack-request-id': 'req-78eeb331-670c-4c3b-a64a-fde661afff0d'} {"subnets": [{"name": "", "enable_dhcp": true, "network_id": "8db66b2d-91e1-4595-b736-3aa2c1b1b30d", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "100.64.0.1", "end": "100.64.0.6"}], "gateway_ip": "100.64.0.6", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "100.64.0.0/29", "id": "d16fbcf0-8d04-4a91-87d6-25b0197e6326"}, {"name": "admin_floating_net__subnet", "enable_dhcp": true, "network_id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.108.31.66", "end": "10.108.31.126"}], "gateway_ip": "10.108.31.65", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.108.31.64/26", "id": "fe68358d-d49e-425d-83a3-8bae880439aa"}, {"name": "admin_internal_net__subnet", "enable_dhcp": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": ["8.8.4.4", "8.8.8.8"], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.111.2", "end": "192.168.111.254"}], "gateway_ip": "192.168.111.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.111.0/24", "id": "28e73659-596f-4162-abdd-b291cdcfaf7d"}]}
  26. 2016-06-22 16:48:21,908 3109 DEBUG keystoneclient.session REQ: curl -g -i --insecure -X GET https://public.fuel.local:5000/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68cf75b295ec3ee9b9e11bccb023966e192fcef6"
  27. 2016-06-22 16:48:22,030 3109 DEBUG keystoneclient.session RESP: [200] content-length: 143 vary: X-Auth-Token server: Apache connection: close date: Wed, 22 Jun 2016 16:48:21 GMT content-type: application/json x-openstack-request-id: req-5fea8b50-978e-4c17-a3d6-dfb52e8ef3ea
  28. RESP BODY: {"tenants_links": [], "tenants": [{"description": "admin tenant", "enabled": true, "id": "eabdd05b5d2048bd86e9656f629204d6", "name": "admin"}]}
  29. 2016-06-22 16:48:22,061 3109 DEBUG horizon.base Checking dashboard project access
  30. 2016-06-22 16:48:22,062 3109 DEBUG horizon.base Finished checking dashboard project access
  31. 2016-06-22 16:48:22,063 3109 DEBUG openstack_dashboard.policy_backend adding enforcer for service: compute
  32. 2016-06-22 16:48:22,065 3109 DEBUG openstack_dashboard.policy_backend adding enforcer for service: network
  33. 2016-06-22 16:48:22,066 3109 DEBUG openstack_dashboard.policy_backend adding enforcer for service: image
  34. 2016-06-22 16:48:22,066 3109 DEBUG openstack_dashboard.policy_backend adding enforcer for service: telemetry
  35. 2016-06-22 16:48:22,067 3109 DEBUG openstack_dashboard.policy_backend adding enforcer for service: volume
  36. 2016-06-22 16:48:22,069 3109 DEBUG openstack_dashboard.policy_backend adding enforcer for service: orchestration
  37. 2016-06-22 16:48:22,069 3109 DEBUG openstack_dashboard.policy_backend adding enforcer for service: identity
  38. 2016-06-22 16:48:22,089 3109 DEBUG novaclient.client REQ: curl -g -i --insecure 'https://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/extensions' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  39. 2016-06-22 16:48:23,322 3109 DEBUG novaclient.client RESP: [200] {'date': 'Wed, 22 Jun 2016 16:48:23 GMT', 'connection': 'close', 'content-type': 'application/json', 'content-length': '21681', 'x-compute-request-id': 'req-30ea81c2-dc08-414b-8b83-6aadc68c11c9'}
  40. RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2014-12-03T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "description": "Disk Management Extension."}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedAvailabilityZone", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "description": "Extended Availability Zone support."}, {"updated": "2014-12-03T00:00:00Z", "name": "ImageSize", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "description": "Adds image size to image listings."}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedIps", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedIpsMac", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedServerAttributes", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "description": "Extended Server Attributes support."}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedStatus", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedVIFNet", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-VIF-NET", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "FlavorDisabled", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "FlavorExtraData", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "SchedulerHints", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "description": "Pass arbitrary key/value pairs to the scheduler."}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerUsage", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "description": "Adds launched_at and terminated_at on Servers."}, {"updated": "2014-12-03T00:00:00Z", "name": "AccessIPs", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "description": "Access IPs support."}, {"updated": "2014-12-03T00:00:00Z", "name": "AdminActions", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n "}, {"updated": "2014-12-03T00:00:00Z", "name": "AdminPassword", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "description": "Admin password management support."}, {"updated": "2014-12-03T00:00:00Z", "name": "Agents", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "description": "Agents support."}, {"updated": "2014-12-03T00:00:00Z", "name": "Aggregates", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "description": "Admin-only aggregate administration."}, {"updated": "2014-12-03T00:00:00Z", "name": "AssistedVolumeSnapshots", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "description": "Assisted volume snapshots."}, {"updated": "2014-12-03T00:00:00Z", "name": "AttachInterfaces", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "description": "Attach interface support."}, {"updated": "2014-12-03T00:00:00Z", "name": "AvailabilityZone", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n "}, {"updated": "2014-12-03T00:00:00Z", "name": "BareMetalExtStatus", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "BareMetalNodes", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "description": "Admin-only bare-metal node administration."}, {"updated": "2014-12-03T00:00:00Z", "name": "BlockDeviceMapping", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "description": "Block device mapping boot support."}, {"updated": "2014-12-03T00:00:00Z", "name": "BlockDeviceMappingV2Boot", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "CellCapacities", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "Cells", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n "}, {"updated": "2014-12-03T00:00:00Z", "name": "Certificates", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "description": "Certificates support."}, {"updated": "2014-12-03T00:00:00Z", "name": "Cloudpipe", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n "}, {"updated": "2014-12-03T00:00:00Z", "name": "CloudpipeUpdate", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ConfigDrive", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "description": "Config Drive Extension."}, {"updated": "2014-12-03T00:00:00Z", "name": "ConsoleAuthTokens", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "description": "Console token authentication support."}, {"updated": "2014-12-03T00:00:00Z", "name": "ConsoleOutput", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "description": "Console log output support, with tailing ability."}, {"updated": "2014-12-03T00:00:00Z", "name": "Consoles", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "description": "Interactive Console support."}, {"updated": "2014-12-03T00:00:00Z", "name": "CreateBackup", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "description": "Create a backup of a server."}, {"updated": "2014-12-03T00:00:00Z", "name": "Createserverext", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "DeferredDelete", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "description": "Instance deferred delete."}, {"updated": "2014-12-03T00:00:00Z", "name": "Evacuate", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "description": "Enables server evacuation."}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedEvacuateFindHost", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedFloatingIps", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedHypervisors", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedNetworks", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedQuotas", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedRescueWithImage", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedServices", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedServicesDelete", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedStatus", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "description": "Extended Status support."}, {"updated": "2014-12-03T00:00:00Z", "name": "ExtendedVolumes", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "description": "Extended Volumes support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FixedIPs", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "description": "Fixed IPs support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FlavorAccess", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "description": "Flavor access support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FlavorExtraSpecs", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "description": "Flavors extra specs support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FlavorManage", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "description": "Flavor create/delete API support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FlavorRxtx", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "description": "Support to show the rxtx status of a flavor."}, {"updated": "2014-12-03T00:00:00Z", "name": "FlavorSwap", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "FloatingIpDns", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "description": "Floating IP DNS support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FloatingIpPools", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "description": "Floating IPs support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FloatingIps", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "description": "Floating IPs support."}, {"updated": "2014-12-03T00:00:00Z", "name": "FloatingIpsBulk", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "description": "Bulk handling of Floating IPs."}, {"updated": "2014-12-03T00:00:00Z", "name": "Fping", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "description": "Fping Management Extension."}, {"updated": "2014-12-03T00:00:00Z", "name": "HideServerAddresses", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "description": "Support hiding server addresses in certain states."}, {"updated": "2014-12-03T00:00:00Z", "name": "Hosts", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "description": "Admin-only host administration."}, {"updated": "2014-12-03T00:00:00Z", "name": "HypervisorStatus", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "Hypervisors", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "description": "Admin-only hypervisor administration."}, {"updated": "2014-12-03T00:00:00Z", "name": "InstanceActions", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "description": "View a log of actions and events taken on an instance."}, {"updated": "2014-12-03T00:00:00Z", "name": "OSInstanceUsageAuditLog", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "description": "Admin-only Task Log Monitoring."}, {"updated": "2014-12-03T00:00:00Z", "name": "Keypairs", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "description": "Keypair Support."}, {"updated": "2014-12-03T00:00:00Z", "name": "LockServer", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "description": "Enable lock/unlock server actions."}, {"updated": "2014-12-03T00:00:00Z", "name": "MigrateServer", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "description": "Enable migrate and live-migrate server actions."}, {"updated": "2014-12-03T00:00:00Z", "name": "Migrations", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "description": "Provide data on migrations."}, {"updated": "2014-12-03T00:00:00Z", "name": "MultipleCreate", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "description": "Allow multiple create in the Create Server v2.1 API."}, {"updated": "2014-12-03T00:00:00Z", "name": "Networks", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "description": "Admin-only Network Management Extension."}, {"updated": "2014-12-03T00:00:00Z", "name": "NetworkAssociationSupport", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "description": "Network association support."}, {"updated": "2014-12-03T00:00:00Z", "name": "PauseServer", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "description": "Enable pause/unpause server actions."}, {"updated": "2014-12-03T00:00:00Z", "name": "Personality", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "description": "Personality support."}, {"updated": "2014-12-03T00:00:00Z", "name": "PreserveEphemeralOnRebuild", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "description": "Allow preservation of the ephemeral partition on rebuild."}, {"updated": "2014-12-03T00:00:00Z", "name": "QuotaClasses", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "description": "Quota classes management support."}, {"updated": "2014-12-03T00:00:00Z", "name": "Quotas", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "description": "Quotas management support."}, {"updated": "2014-12-03T00:00:00Z", "name": "Rescue", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "description": "Instance rescue mode."}, {"updated": "2014-12-03T00:00:00Z", "name": "SecurityGroupDefaultRules", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "description": "Default rules for security group support."}, {"updated": "2014-12-03T00:00:00Z", "name": "SecurityGroups", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "description": "Security group support."}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerDiagnostics", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "description": "Allow Admins to view server diagnostics through server action."}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerExternalEvents", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "description": "Server External Event Triggers."}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerGroupQuotas", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerGroups", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "description": "Server group support."}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerListMultiStatus", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerPassword", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "description": "Server password support."}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerSortKeys", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "ServerStartStop", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "Services", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "description": "Services support."}, {"updated": "2014-12-03T00:00:00Z", "name": "Shelve", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "description": "Instance shelve mode."}, {"updated": "2014-12-03T00:00:00Z", "name": "SimpleTenantUsage", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "description": "Simple tenant usage extension."}, {"updated": "2014-12-03T00:00:00Z", "name": "SuspendServer", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "description": "Enable suspend/resume server actions."}, {"updated": "2014-12-03T00:00:00Z", "name": "OSTenantNetworks", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "description": "Tenant-based Network Management Extension."}, {"updated": "2014-12-03T00:00:00Z", "name": "UsedLimits", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "description": "Provide data on limited resources that are being used."}, {"updated": "2014-12-03T00:00:00Z", "name": "UsedLimitsForAdmin", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "UserData", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "description": "Add user_data to the Create Server API."}, {"updated": "2014-12-03T00:00:00Z", "name": "UserQuotas", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "VirtualInterfaces", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "description": "Virtual interface support."}, {"updated": "2014-12-03T00:00:00Z", "name": "VolumeAttachmentUpdate", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "description": ""}, {"updated": "2014-12-03T00:00:00Z", "name": "Volumes", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "description": "Volumes support."}]}
  41. 2016-06-22 16:48:23,342 3109 DEBUG horizon.base Checking dashboard admin access
  42. 2016-06-22 16:48:23,344 3109 DEBUG horizon.base Finished checking dashboard admin access
  43. 2016-06-22 16:48:23,346 3109 DEBUG horizon.base Checking dashboard identity access
  44. 2016-06-22 16:48:23,348 3109 DEBUG horizon.base Finished checking dashboard identity access
  45. 2016-06-22 16:48:23,793 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/extensions.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  46. 2016-06-22 16:48:23,827 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:23 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '3190', 'x-openstack-request-id': 'req-a325cdc6-4e34-4718-8474-c4caf1b32013'} {"extensions": [{"alias": "flavors", "updated": "2014-07-06T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Service specification for advanced services"}, {"alias": "contrail", "updated": "2014-08-12T10:00:00-00:00", "name": "Contrail Extension", "links": [], "description": "Contrail Extension"}, {"alias": "lbaasv2", "updated": "2014-06-18T10:00:00-00:00", "name": "LoadBalancing service v2", "links": [], "description": "Extension for LoadBalancing service v2"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "ipam", "updated": "2012-07-20T10:00:00-00:00", "name": "Network IP Address Management", "links": [], "description": "Configuration object for holding common to a set of IP address blocks"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "route-table", "updated": "2013-07-24T10:00:00-00:00", "name": "route-table", "links": [], "description": "VPC route tables extension."}, {"alias": "extra_lbaas_opts", "updated": "2015-07-17T15:00:00-00:00", "name": "Loadbalancer as a Service", "links": [], "description": "Custom LBaaS attributes"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "policy", "updated": "2012-07-20T10:00:00-00:00", "name": "Network Policy", "links": [], "description": "Configuration object for Network Policies"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP opts", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "service-interface", "updated": "2014-08-12T10:00:00-00:00", "name": "service-interface", "links": [], "description": "Service Interface"}]}
  47. 2016-06-22 16:48:23,829 3109 DEBUG novaclient.client REQ: curl -g -i --insecure 'https://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/os-quota-sets/eabdd05b5d2048bd86e9656f629204d6' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  48. 2016-06-22 16:48:23,889 3109 DEBUG novaclient.client RESP: [200] {'date': 'Wed, 22 Jun 2016 16:48:23 GMT', 'connection': 'close', 'content-type': 'application/json', 'content-length': '377', 'x-compute-request-id': 'req-d6eccd92-dea9-468d-9779-17b1081470d3'}
  49. RESP BODY: {"quota_set": {"injected_file_content_bytes": 102400, "metadata_items": 1024, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 100, "key_pairs": 10, "injected_file_path_bytes": 4096, "instances": 100, "security_group_rules": 20, "injected_files": 50, "cores": 100, "fixed_ips": -1, "id": "eabdd05b5d2048bd86e9656f629204d6", "security_groups": 10}}
  50. 2016-06-22 16:48:23,892 3109 DEBUG cinderclient.client
  51. REQ: curl -i https://public.fuel.local:8776/v2/eabdd05b5d2048bd86e9656f629204d6/os-quota-sets/eabdd05b5d2048bd86e9656f629204d6?usage=False -X GET -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: gAAAAABXasFSm28LZavbL6K80PNogD4gQMT6U6ZHeTtbAxH1dTC2Le9FuBzILH604BDloHEfQmKaEyy5M78jZ1QAj9GFkzlqB5gKfcnZ5Dz7lSWxk6UE6qn_vTUL-sbk5rbLTK2HoCtPu1OVzhczohKi_-eeTarmHbwlN0IW0EwBvGXmza9IUX49dLg9MpOtKA3B1aRe9uw2"
  52. 2016-06-22 16:48:27,705 3109 DEBUG cinderclient.client RESP: [200] {'content-length': '262', 'x-compute-request-id': 'req-3e314cbb-8197-443a-8815-b87d2e1237b7', 'connection': 'close', 'date': 'Wed, 22 Jun 2016 16:48:27 GMT', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3e314cbb-8197-443a-8815-b87d2e1237b7'}
  53. RESP BODY: {"quota_set": {"per_volume_gigabytes": -1, "gigabytes": 1000, "backup_gigabytes": 1000, "snapshots_volumes_lvm": -1, "snapshots": 10, "volumes_volumes_lvm": -1, "volumes": 10, "backups": 10, "id": "eabdd05b5d2048bd86e9656f629204d6", "gigabytes_volumes_lvm": -1}}
  54. 2016-06-22 16:48:27,706 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/quotas/eabdd05b5d2048bd86e9656f629204d6.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  55. 2016-06-22 16:48:27,890 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:27 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '221', 'x-openstack-request-id': 'req-c67cb6fd-1c59-49be-9684-5174934299f3'} {"quota": {"subnet": -1, "network": -1, "floatingip": 50, "listener": -1, "subnetpool": -1, "security_group_rule": 100, "pool": 10, "security_group": 10, "router": 10, "port": -1, "loadbalancer": 10, "healthmonitor": -1}}
  56. 2016-06-22 16:48:27,892 3109 DEBUG novaclient.client REQ: curl -g -i --insecure 'https://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/servers/detail?all_tenants=True&tenant_id=eabdd05b5d2048bd86e9656f629204d6' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  57. 2016-06-22 16:48:29,128 3109 DEBUG novaclient.client RESP: [200] {'date': 'Wed, 22 Jun 2016 16:48:29 GMT', 'connection': 'close', 'content-type': 'application/json', 'content-length': '1810', 'x-compute-request-id': 'req-cae6eaf3-e9e6-4fa6-b040-2bd94421b562'}
  58. RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"admin_internal_net": [{"OS-EXT-IPS-MAC:mac_addr": "02:85:fc:9b:c3:44", "version": 4, "addr": "192.168.111.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/servers/b6607a71-c0d9-48db-b810-2ec722c716c4", "rel": "self"}, {"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/servers/b6607a71-c0d9-48db-b810-2ec722c716c4", "rel": "bookmark"}], "image": {"id": "59e0b8b9-05fd-453e-94b6-6b0ec1ccc5d3", "links": [{"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/images/59e0b8b9-05fd-453e-94b6-6b0ec1ccc5d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2016-06-22T14:42:17.000000", "flavor": {"id": "01f091e5-5bc7-4250-ad44-38f3a7e9e973", "links": [{"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/flavors/01f091e5-5bc7-4250-ad44-38f3a7e9e973", "rel": "bookmark"}]}, "id": "b6607a71-c0d9-48db-b810-2ec722c716c4", "security_groups": [{"name": "default"}], "user_id": "e452accd59c04470bc75886986b7c4aa", "OS-DCF:diskConfig": "AUTO", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2016-06-22T14:42:19Z", "hostId": "43f6ba3eeb313f6ffed631fde6f21e05c55bfb88e0e6dd38f4ff6994", "OS-EXT-SRV-ATTR:host": "node-2.test.domain.local", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.test.domain.local", "name": "test", "created": "2016-06-22T14:41:57Z", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]}
  59. 2016-06-22 16:48:29,134 3109 DEBUG novaclient.client REQ: curl -g -i --insecure 'https://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/flavors/detail' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  60. 2016-06-22 16:48:29,366 3109 DEBUG novaclient.client RESP: [200] {'date': 'Wed, 22 Jun 2016 16:48:29 GMT', 'connection': 'close', 'content-type': 'application/json', 'content-length': '2666', 'x-compute-request-id': 'req-4f2479c0-25a6-46b9-88fd-8860fc06579f'}
  61. RESP BODY: {"flavors": [{"name": "m1.micro", "links": [{"href": "http://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/flavors/01f091e5-5bc7-4250-ad44-38f3a7e9e973", "rel": "self"}, {"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/flavors/01f091e5-5bc7-4250-ad44-38f3a7e9e973", "rel": "bookmark"}], "ram": 64, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "01f091e5-5bc7-4250-ad44-38f3a7e9e973"}, {"name": "m1.tiny", "links": [{"href": "http://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/flavors/1", "rel": "self"}, {"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/flavors/1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1"}, {"name": "m1.small", "links": [{"href": "http://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/flavors/2", "rel": "self"}, {"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/flavors/2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 20, "id": "2"}, {"name": "m1.medium", "links": [{"href": "http://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/flavors/3", "rel": "self"}, {"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/flavors/3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}, {"name": "m1.large", "links": [{"href": "http://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/flavors/4", "rel": "self"}, {"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/flavors/4", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}, {"name": "m1.xlarge", "links": [{"href": "http://public.fuel.local:8774/v2/eabdd05b5d2048bd86e9656f629204d6/flavors/5", "rel": "self"}, {"href": "http://public.fuel.local:8774/eabdd05b5d2048bd86e9656f629204d6/flavors/5", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}]}
  62. 2016-06-22 16:48:29,370 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/floatingips.json?tenant_id=eabdd05b5d2048bd86e9656f629204d6 -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  63. 2016-06-22 16:48:29,503 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:29 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '19', 'x-openstack-request-id': 'req-afa2e005-be4e-45fe-8515-5e4b14c26d79'} {"floatingips": []}
  64. 2016-06-22 16:48:29,504 3109 DEBUG openstack_dashboard.api.neutron port_list(): params={'tenant_id': u'eabdd05b5d2048bd86e9656f629204d6'}
  65. 2016-06-22 16:48:29,505 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/ports.json?tenant_id=eabdd05b5d2048bd86e9656f629204d6 -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  66. 2016-06-22 16:48:29,754 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:29 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '6188', 'x-openstack-request-id': 'req-05899f8e-cf65-4202-86b6-127f3c267a02'} {"ports": [{"status": "ACTIVE", "name": "4dcc6034-5754-4779-b308-a93bc7ef5047", "admin_state_up": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "network:router_interface", "mac_address": "02:4d:cc:60:34:57", "fixed_ips": [{"subnet_id": "28e73659-596f-4162-abdd-b291cdcfaf7d", "ip_address": "192.168.111.1"}], "id": "4dcc6034-5754-4779-b308-a93bc7ef5047", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "cc2d988c-8742-40b9-9c62-05e7da106369"}, {"status": "ACTIVE", "name": "default-domain__admin__snat_cc2d988c-8742-40b9-9c62-05e7da106369_b6001324-6716-473a-8339-497bc3228de0__1__right__1", "admin_state_up": true, "network_id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "network:router_gateway", "mac_address": "02:25:13:86:f9:60", "fixed_ips": [{"subnet_id": "fe68358d-d49e-425d-83a3-8bae880439aa", "ip_address": "10.108.31.67"}], "id": "80d1010e-3024-4900-b479-a6f7ab0989d9", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "cc2d988c-8742-40b9-9c62-05e7da106369"}, {"status": "ACTIVE", "name": "default-domain__admin__snat_cc2d988c-8742-40b9-9c62-05e7da106369_b6001324-6716-473a-8339-497bc3228de0__1__left__2", "admin_state_up": true, "network_id": "8db66b2d-91e1-4595-b736-3aa2c1b1b30d", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "network:router_gateway", "mac_address": "02:2c:f7:92:42:b9", "fixed_ips": [{"subnet_id": "d16fbcf0-8d04-4a91-87d6-25b0197e6326", "ip_address": "100.64.0.4"}], "id": "3f548e35-52b3-4639-a71b-44deec3066c7", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "cc2d988c-8742-40b9-9c62-05e7da106369"}, {"status": "ACTIVE", "name": "default-domain__admin__snat_cc2d988c-8742-40b9-9c62-05e7da106369_b6001324-6716-473a-8339-497bc3228de0__2__right__1", "admin_state_up": true, "network_id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "network:router_gateway", "mac_address": "02:25:13:86:f9:60", "fixed_ips": [{"subnet_id": "fe68358d-d49e-425d-83a3-8bae880439aa", "ip_address": "10.108.31.67"}], "id": "db419dbe-3f4f-402d-8a98-f514977556e2", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "cc2d988c-8742-40b9-9c62-05e7da106369"}, {"status": "ACTIVE", "name": "default-domain__admin__snat_cc2d988c-8742-40b9-9c62-05e7da106369_b6001324-6716-473a-8339-497bc3228de0__2__left__2", "admin_state_up": true, "network_id": "8db66b2d-91e1-4595-b736-3aa2c1b1b30d", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "network:router_gateway", "mac_address": "02:2c:f7:92:42:b9", "fixed_ips": [{"subnet_id": "d16fbcf0-8d04-4a91-87d6-25b0197e6326", "ip_address": "100.64.0.4"}], "id": "47095f7f-5e0e-4f32-8ed5-871e60a6f271", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "cc2d988c-8742-40b9-9c62-05e7da106369"}, {"status": "DOWN", "name": "7999a0ae-1f86-4d71-8dff-b16756e97cf2", "admin_state_up": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "neutron:LOADBALANCER", "mac_address": "02:d3:df:ed:20:b2", "fixed_ips": [{"subnet_id": "28e73659-596f-4162-abdd-b291cdcfaf7d", "ip_address": "192.168.111.3"}], "id": "d3dfed20-b2c1-4202-8619-74e788a96244", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": ""}, {"status": "ACTIVE", "name": "default-domain__admin__7999a0ae-1f86-4d71-8dff-b16756e97cf2__1__right__1", "admin_state_up": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "", "mac_address": "02:2f:3d:91:a4:3b", "fixed_ips": [{"subnet_id": "28e73659-596f-4162-abdd-b291cdcfaf7d", "ip_address": "192.168.111.3"}], "id": "afc44d85-5503-48b6-9d34-3bb2d4624ffe", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "default-domain__admin__7999a0ae-1f86-4d71-8dff-b16756e97cf2__1"}, {"status": "ACTIVE", "name": "default-domain__admin__7999a0ae-1f86-4d71-8dff-b16756e97cf2__2__right__1", "admin_state_up": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "", "mac_address": "02:2f:3d:91:a4:3b", "fixed_ips": [{"subnet_id": "28e73659-596f-4162-abdd-b291cdcfaf7d", "ip_address": "192.168.111.3"}], "id": "fd37e9fe-8495-4acf-863e-886d65dfde89", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "default-domain__admin__7999a0ae-1f86-4d71-8dff-b16756e97cf2__2"}, {"status": "ACTIVE", "binding:host_id": "node-2.test.domain.local", "name": "85fc9bc3-44e5-4870-8d0b-7e719249ec87", "admin_state_up": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "binding:vif_details": {"port_filter": true}, "binding:vnic_type": "normal", "binding:vif_type": "vrouter", "device_owner": "compute:nova", "mac_address": "02:85:fc:9b:c3:44", "fixed_ips": [{"subnet_id": "28e73659-596f-4162-abdd-b291cdcfaf7d", "ip_address": "192.168.111.4"}], "id": "85fc9bc3-44e5-4870-8d0b-7e719249ec87", "security_groups": ["e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"], "device_id": "b6607a71-c0d9-48db-b810-2ec722c716c4"}]}
  67. 2016-06-22 16:48:29,758 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/security-groups.json?tenant_id=eabdd05b5d2048bd86e9656f629204d6 -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  68. 2016-06-22 16:48:30,041 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:30 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '1555', 'x-openstack-request-id': 'req-3ae2f127-b41f-4d49-8a6d-c73b79c9b82c'} {"security_groups": [{"tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "description": "Default security group", "name": "default", "security_group_rules": [{"remote_group_id": "e16d86f4-9d1d-4a44-ad45-a72d5e8389f2", "direction": "ingress", "protocol": "any", "ethertype": "IPv4", "port_range_max": 65535, "security_group_id": "e16d86f4-9d1d-4a44-ad45-a72d5e8389f2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "port_range_min": 0, "remote_ip_prefix": null, "id": "1e452287-2a5a-45a6-9432-faa3f34f97c8"}, {"remote_group_id": "e16d86f4-9d1d-4a44-ad45-a72d5e8389f2", "direction": "ingress", "protocol": "any", "ethertype": "IPv6", "port_range_max": 65535, "security_group_id": "e16d86f4-9d1d-4a44-ad45-a72d5e8389f2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "port_range_min": 0, "remote_ip_prefix": null, "id": "578b3557-e48b-45b8-9014-521b46e4b6d7"}, {"remote_group_id": null, "direction": "egress", "protocol": "any", "ethertype": "IPv4", "port_range_max": 65535, "security_group_id": "e16d86f4-9d1d-4a44-ad45-a72d5e8389f2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "port_range_min": 0, "remote_ip_prefix": "0.0.0.0/0", "id": "6ceba907-d6ac-4b76-9887-7fb25cec014c"}, {"remote_group_id": null, "direction": "egress", "protocol": "any", "ethertype": "IPv6", "port_range_max": 65535, "security_group_id": "e16d86f4-9d1d-4a44-ad45-a72d5e8389f2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "port_range_min": 0, "remote_ip_prefix": "::/0", "id": "33a7619d-22d5-4b3f-b607-54fefbe06a65"}], "id": "e16d86f4-9d1d-4a44-ad45-a72d5e8389f2"}]}
  69. 2016-06-22 16:48:30,043 3109 DEBUG openstack_dashboard.api.neutron network_list(): params={'shared': False}
  70. 2016-06-22 16:48:30,045 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/networks.json?shared=False -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  71. 2016-06-22 16:48:30,164 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:30 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '16', 'x-openstack-request-id': 'req-2cb08a54-48ed-46ac-a0b3-83b1056f3b96'} {"networks": []}
  72. 2016-06-22 16:48:30,165 3109 DEBUG openstack_dashboard.api.neutron subnet_list(): params={}
  73. 2016-06-22 16:48:30,165 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/subnets.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  74. 2016-06-22 16:48:30,318 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:30 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '1347', 'x-openstack-request-id': 'req-9d014456-ef27-4c75-8030-c9c98e02d4ba'} {"subnets": [{"name": "", "enable_dhcp": true, "network_id": "8db66b2d-91e1-4595-b736-3aa2c1b1b30d", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "100.64.0.1", "end": "100.64.0.6"}], "gateway_ip": "100.64.0.6", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "100.64.0.0/29", "id": "d16fbcf0-8d04-4a91-87d6-25b0197e6326"}, {"name": "admin_floating_net__subnet", "enable_dhcp": true, "network_id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.108.31.66", "end": "10.108.31.126"}], "gateway_ip": "10.108.31.65", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.108.31.64/26", "id": "fe68358d-d49e-425d-83a3-8bae880439aa"}, {"name": "admin_internal_net__subnet", "enable_dhcp": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": ["8.8.4.4", "8.8.8.8"], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.111.2", "end": "192.168.111.254"}], "gateway_ip": "192.168.111.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.111.0/24", "id": "28e73659-596f-4162-abdd-b291cdcfaf7d"}]}
  75. 2016-06-22 16:48:30,319 3109 DEBUG openstack_dashboard.api.neutron subnet_list(): params={}
  76. 2016-06-22 16:48:30,321 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/subnets.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  77. 2016-06-22 16:48:30,493 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:30 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '1347', 'x-openstack-request-id': 'req-80fafd58-be61-4517-8c8a-18d9e25b6b29'} {"subnets": [{"name": "", "enable_dhcp": true, "network_id": "8db66b2d-91e1-4595-b736-3aa2c1b1b30d", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "100.64.0.1", "end": "100.64.0.6"}], "gateway_ip": "100.64.0.6", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "100.64.0.0/29", "id": "d16fbcf0-8d04-4a91-87d6-25b0197e6326"}, {"name": "admin_floating_net__subnet", "enable_dhcp": true, "network_id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.108.31.66", "end": "10.108.31.126"}], "gateway_ip": "10.108.31.65", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.108.31.64/26", "id": "fe68358d-d49e-425d-83a3-8bae880439aa"}, {"name": "admin_internal_net__subnet", "enable_dhcp": true, "network_id": "14b42fbf-2863-4ff4-acb9-9a8f7abc7eb2", "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "dns_nameservers": ["8.8.4.4", "8.8.8.8"], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.111.2", "end": "192.168.111.254"}], "gateway_ip": "192.168.111.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.111.0/24", "id": "28e73659-596f-4162-abdd-b291cdcfaf7d"}]}
  78. 2016-06-22 16:48:30,494 3109 DEBUG neutronclient.client REQ: curl -i https://public.fuel.local:9696/v2.0/routers.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: {SHA1}703d07596dc0975466a319916fcd10129f93d865"
  79. 2016-06-22 16:48:30,625 3109 DEBUG neutronclient.client RESP: 200 {'date': 'Wed, 22 Jun 2016 16:48:30 GMT', 'connection': 'close', 'content-type': 'application/json; charset=UTF-8', 'content-length': '337', 'x-openstack-request-id': 'req-322d06b5-0b54-477a-ac3e-d937a9c3e01d'} {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "cb7d2ff8-28d2-4206-870b-2559fc71eb8f", "enable_snat": true}, "name": "router04", "admin_state_up": true, "tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "id": "cc2d988c-8742-40b9-9c62-05e7da106369", "contrail:fq_name": ["default-domain", "admin", "router04"]}]}
  80. 2016-06-22 16:48:30,627 3109 DEBUG cinderclient.client
  81. REQ: curl -i https://public.fuel.local:8776/v2/eabdd05b5d2048bd86e9656f629204d6/os-volume-transfer/detail?project_id=eabdd05b5d2048bd86e9656f629204d6&all_tenants=1 -X GET -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: gAAAAABXasFSm28LZavbL6K80PNogD4gQMT6U6ZHeTtbAxH1dTC2Le9FuBzILH604BDloHEfQmKaEyy5M78jZ1QAj9GFkzlqB5gKfcnZ5Dz7lSWxk6UE6qn_vTUL-sbk5rbLTK2HoCtPu1OVzhczohKi_-eeTarmHbwlN0IW0EwBvGXmza9IUX49dLg9MpOtKA3B1aRe9uw2"
  82. 2016-06-22 16:48:30,721 3109 DEBUG cinderclient.client RESP: [200] {'content-length': '17', 'x-compute-request-id': 'req-be919a0d-0a92-47df-b2c9-ce70d4be5711', 'connection': 'close', 'date': 'Wed, 22 Jun 2016 16:48:30 GMT', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be919a0d-0a92-47df-b2c9-ce70d4be5711'}
  83. RESP BODY: {"transfers": []}
  84. 2016-06-22 16:48:30,723 3109 DEBUG cinderclient.client
  85. REQ: curl -i https://public.fuel.local:8776/v2/eabdd05b5d2048bd86e9656f629204d6/volumes/detail?all_tenants=1&project_id=eabdd05b5d2048bd86e9656f629204d6 -X GET -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: gAAAAABXasFSm28LZavbL6K80PNogD4gQMT6U6ZHeTtbAxH1dTC2Le9FuBzILH604BDloHEfQmKaEyy5M78jZ1QAj9GFkzlqB5gKfcnZ5Dz7lSWxk6UE6qn_vTUL-sbk5rbLTK2HoCtPu1OVzhczohKi_-eeTarmHbwlN0IW0EwBvGXmza9IUX49dLg9MpOtKA3B1aRe9uw2"
  86. 2016-06-22 16:48:32,535 3109 DEBUG cinderclient.client RESP: [200] {'content-length': '1065', 'x-compute-request-id': 'req-ef3a32b5-d746-4783-96b5-779db6dd62c9', 'connection': 'close', 'date': 'Wed, 22 Jun 2016 16:48:32 GMT', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ef3a32b5-d746-4783-96b5-779db6dd62c9'}
  87. RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://public.fuel.local:8776/v2/eabdd05b5d2048bd86e9656f629204d6/volumes/697b617e-c8f4-4971-aeaa-fd368950f748", "rel": "self"}, {"href": "http://public.fuel.local:8776/eabdd05b5d2048bd86e9656f629204d6/volumes/697b617e-c8f4-4971-aeaa-fd368950f748", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "os-volume-replication:extended_status": null, "replication_status": "disabled", "snapshot_id": null, "id": "697b617e-c8f4-4971-aeaa-fd368950f748", "size": 1, "user_id": "e452accd59c04470bc75886986b7c4aa", "os-vol-tenant-attr:tenant_id": "eabdd05b5d2048bd86e9656f629204d6", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "error", "description": "", "multiattach": false, "os-volume-replication:driver_data": null, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "test", "bootable": "false", "created_at": "2016-06-22T14:43:36.000000", "volume_type": "volumes_lvm"}]}
  88. 2016-06-22 16:48:32,537 3109 DEBUG cinderclient.client
  89. REQ: curl -i https://public.fuel.local:8776/v2/eabdd05b5d2048bd86e9656f629204d6/snapshots/detail?all_tenants=1&project_id=eabdd05b5d2048bd86e9656f629204d6 -X GET -H "X-Auth-Project-Id: eabdd05b5d2048bd86e9656f629204d6" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: gAAAAABXasFSm28LZavbL6K80PNogD4gQMT6U6ZHeTtbAxH1dTC2Le9FuBzILH604BDloHEfQmKaEyy5M78jZ1QAj9GFkzlqB5gKfcnZ5Dz7lSWxk6UE6qn_vTUL-sbk5rbLTK2HoCtPu1OVzhczohKi_-eeTarmHbwlN0IW0EwBvGXmza9IUX49dLg9MpOtKA3B1aRe9uw2"
  90. 2016-06-22 16:48:32,774 3109 DEBUG cinderclient.client RESP: [200] {'content-length': '17', 'x-compute-request-id': 'req-0ed8fc7f-fb51-42c7-8f64-001386173e57', 'connection': 'close', 'date': 'Wed, 22 Jun 2016 16:48:32 GMT', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0ed8fc7f-fb51-42c7-8f64-001386173e57'}
  91. RESP BODY: {"snapshots": []}