quantum在删除定义的网络时报错,记录情况及解决

简介:

1、报错信息

nova-manage network delete  --uuid=9f4233c5-1c5d-488e-9ae7-9438e240b41c
Command failed, please check log for more info
2012-06-04 16:45:55 CRITICAL nova [req-3963d05f-11c6-4772-a289-dbd50f5a0358 None None] Network 9f4233c5-1c5d-488e-9ae7-9438e240b41c has active ports, cannot delete.

2、排错过程

 2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/:network_id/ports.:(format)', defaults: {'action': u'index', 'controller': <quantum.wsgi.Resource object at 0x248bf10>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x248bf10>, 'action': u'index', 'format': u'json'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json HTTP/1.1" 200 1273 0.010739
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0537c836-96da-42bd-b1e4-870e00d810be/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0537c836-96da-42bd-b1e4-870e00d810be/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'0537c836-96da-42bd-b1e4-870e00d810be'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0537c836-96da-42bd-b1e4-870e00d810be/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0537c836-96da-42bd-b1e4-870e00d810be/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0537c836-96da-42bd-b1e4-870e00d810be/attachment.json HTTP/1.1" 200 170 0.011601
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/07f76133-95c8-400b-9566-60f5e8d28bf9/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/07f76133-95c8-400b-9566-60f5e8d28bf9/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'07f76133-95c8-400b-9566-60f5e8d28bf9'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/07f76133-95c8-400b-9566-60f5e8d28bf9/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/07f76133-95c8-400b-9566-60f5e8d28bf9/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/07f76133-95c8-400b-9566-60f5e8d28bf9/attachment.json HTTP/1.1" 200 170 0.011324
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0916e577-3207-4e7b-8ba6-13a33372a5e2/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0916e577-3207-4e7b-8ba6-13a33372a5e2/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'0916e577-3207-4e7b-8ba6-13a33372a5e2'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0916e577-3207-4e7b-8ba6-13a33372a5e2/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0916e577-3207-4e7b-8ba6-13a33372a5e2/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/0916e577-3207-4e7b-8ba6-13a33372a5e2/attachment.json HTTP/1.1" 200 170 0.011241
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/118de4c6-dea6-4dfb-912b-74e2704f8bb5/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/118de4c6-dea6-4dfb-912b-74e2704f8bb5/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'118de4c6-dea6-4dfb-912b-74e2704f8bb5'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/118de4c6-dea6-4dfb-912b-74e2704f8bb5/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/118de4c6-dea6-4dfb-912b-74e2704f8bb5/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/118de4c6-dea6-4dfb-912b-74e2704f8bb5/attachment.json HTTP/1.1" 200 170 0.012231
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/17e6fd60-fa23-4d74-824c-62f0310d0b2d/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/17e6fd60-fa23-4d74-824c-62f0310d0b2d/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'17e6fd60-fa23-4d74-824c-62f0310d0b2d'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/17e6fd60-fa23-4d74-824c-62f0310d0b2d/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/17e6fd60-fa23-4d74-824c-62f0310d0b2d/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/17e6fd60-fa23-4d74-824c-62f0310d0b2d/attachment.json HTTP/1.1" 200 170 0.011265
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2b5578e2-cb7a-4650-9959-29ff3d28f994/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2b5578e2-cb7a-4650-9959-29ff3d28f994/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'2b5578e2-cb7a-4650-9959-29ff3d28f994'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2b5578e2-cb7a-4650-9959-29ff3d28f994/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2b5578e2-cb7a-4650-9959-29ff3d28f994/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2b5578e2-cb7a-4650-9959-29ff3d28f994/attachment.json HTTP/1.1" 200 170 0.011183
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2e06a62c-473c-4372-baf2-cc0be81b432b/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2e06a62c-473c-4372-baf2-cc0be81b432b/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'2e06a62c-473c-4372-baf2-cc0be81b432b'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2e06a62c-473c-4372-baf2-cc0be81b432b/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2e06a62c-473c-4372-baf2-cc0be81b432b/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2e06a62c-473c-4372-baf2-cc0be81b432b/attachment.json HTTP/1.1" 200 170 0.011199
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2fc59f73-ba68-4b1a-a586-73e660e14eb8/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2fc59f73-ba68-4b1a-a586-73e660e14eb8/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'2fc59f73-ba68-4b1a-a586-73e660e14eb8'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2fc59f73-ba68-4b1a-a586-73e660e14eb8/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2fc59f73-ba68-4b1a-a586-73e660e14eb8/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/2fc59f73-ba68-4b1a-a586-73e660e14eb8/attachment.json HTTP/1.1" 200 170 0.012225
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/322481b1-7b1d-4357-b36d-967441be5881/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/322481b1-7b1d-4357-b36d-967441be5881/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'322481b1-7b1d-4357-b36d-967441be5881'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/322481b1-7b1d-4357-b36d-967441be5881/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/322481b1-7b1d-4357-b36d-967441be5881/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/322481b1-7b1d-4357-b36d-967441be5881/attachment.json HTTP/1.1" 200 170 0.011290
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/3b53288f-9745-4930-96bd-a03fa4b499df/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/3b53288f-9745-4930-96bd-a03fa4b499df/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'3b53288f-9745-4930-96bd-a03fa4b499df'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/3b53288f-9745-4930-96bd-a03fa4b499df/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/3b53288f-9745-4930-96bd-a03fa4b499df/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/3b53288f-9745-4930-96bd-a03fa4b499df/attachment.json HTTP/1.1" 200 170 0.011216
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4944d3cc-9a12-47ad-99b5-d77d76514854/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4944d3cc-9a12-47ad-99b5-d77d76514854/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'4944d3cc-9a12-47ad-99b5-d77d76514854'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4944d3cc-9a12-47ad-99b5-d77d76514854/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4944d3cc-9a12-47ad-99b5-d77d76514854/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4944d3cc-9a12-47ad-99b5-d77d76514854/attachment.json HTTP/1.1" 200 170 0.011124
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4f825984-a6f0-4925-9694-06f50a6ff42c/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4f825984-a6f0-4925-9694-06f50a6ff42c/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'4f825984-a6f0-4925-9694-06f50a6ff42c'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4f825984-a6f0-4925-9694-06f50a6ff42c/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4f825984-a6f0-4925-9694-06f50a6ff42c/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/4f825984-a6f0-4925-9694-06f50a6ff42c/attachment.json HTTP/1.1" 200 170 0.012305
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/61bf1aa4-5c5c-4822-902b-47dc54ad2a52/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/61bf1aa4-5c5c-4822-902b-47dc54ad2a52/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'61bf1aa4-5c5c-4822-902b-47dc54ad2a52'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/61bf1aa4-5c5c-4822-902b-47dc54ad2a52/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/61bf1aa4-5c5c-4822-902b-47dc54ad2a52/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/61bf1aa4-5c5c-4822-902b-47dc54ad2a52/attachment.json HTTP/1.1" 200 170 0.013079
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/6e14bcfb-b98d-4e6e-9a0a-c0f5e6dceae6/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/6e14bcfb-b98d-4e6e-9a0a-c0f5e6dceae6/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'6e14bcfb-b98d-4e6e-9a0a-c0f5e6dceae6'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/6e14bcfb-b98d-4e6e-9a0a-c0f5e6dceae6/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/6e14bcfb-b98d-4e6e-9a0a-c0f5e6dceae6/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/6e14bcfb-b98d-4e6e-9a0a-c0f5e6dceae6/attachment.json HTTP/1.1" 200 138 0.011963
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/74965671-664d-49c1-8978-60ed5b45feac/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/74965671-664d-49c1-8978-60ed5b45feac/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'74965671-664d-49c1-8978-60ed5b45feac'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/74965671-664d-49c1-8978-60ed5b45feac/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/74965671-664d-49c1-8978-60ed5b45feac/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/74965671-664d-49c1-8978-60ed5b45feac/attachment.json HTTP/1.1" 200 170 0.011726
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/787c85ee-b577-4525-9617-023c8f63e8a8/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/787c85ee-b577-4525-9617-023c8f63e8a8/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'787c85ee-b577-4525-9617-023c8f63e8a8'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/787c85ee-b577-4525-9617-023c8f63e8a8/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/787c85ee-b577-4525-9617-023c8f63e8a8/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/787c85ee-b577-4525-9617-023c8f63e8a8/attachment.json HTTP/1.1" 200 170 0.012430
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/a3d4825c-989b-4ead-a274-7bace978971b/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/a3d4825c-989b-4ead-a274-7bace978971b/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'a3d4825c-989b-4ead-a274-7bace978971b'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/a3d4825c-989b-4ead-a274-7bace978971b/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/a3d4825c-989b-4ead-a274-7bace978971b/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/a3d4825c-989b-4ead-a274-7bace978971b/attachment.json HTTP/1.1" 200 170 0.012301
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/ac67b454-9c6f-4163-9160-83b372c0b0c2/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/ac67b454-9c6f-4163-9160-83b372c0b0c2/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'ac67b454-9c6f-4163-9160-83b372c0b0c2'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/ac67b454-9c6f-4163-9160-83b372c0b0c2/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/ac67b454-9c6f-4163-9160-83b372c0b0c2/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/ac67b454-9c6f-4163-9160-83b372c0b0c2/attachment.json HTTP/1.1" 200 170 0.011259
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/b135fb22-cfa8-4dcb-8115-7e7985b3dbb1/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/b135fb22-cfa8-4dcb-8115-7e7985b3dbb1/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'b135fb22-cfa8-4dcb-8115-7e7985b3dbb1'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/b135fb22-cfa8-4dcb-8115-7e7985b3dbb1/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/b135fb22-cfa8-4dcb-8115-7e7985b3dbb1/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/b135fb22-cfa8-4dcb-8115-7e7985b3dbb1/attachment.json HTTP/1.1" 200 148 0.011163
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/c7d69516-00c7-4038-956c-785df258b37e/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/c7d69516-00c7-4038-956c-785df258b37e/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'c7d69516-00c7-4038-956c-785df258b37e'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/c7d69516-00c7-4038-956c-785df258b37e/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/c7d69516-00c7-4038-956c-785df258b37e/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/c7d69516-00c7-4038-956c-785df258b37e/attachment.json HTTP/1.1" 200 170 0.012318
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/e87c392c-dd08-4ef2-8ba4-e3e76beb5d80/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/e87c392c-dd08-4ef2-8ba4-e3e76beb5d80/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'e87c392c-dd08-4ef2-8ba4-e3e76beb5d80'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/e87c392c-dd08-4ef2-8ba4-e3e76beb5d80/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/e87c392c-dd08-4ef2-8ba4-e3e76beb5d80/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/e87c392c-dd08-4ef2-8ba4-e3e76beb5d80/attachment.json HTTP/1.1" 200 126 0.011535
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f6b2393b-1591-43b6-b0f4-f8ac2d891d6b/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f6b2393b-1591-43b6-b0f4-f8ac2d891d6b/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'f6b2393b-1591-43b6-b0f4-f8ac2d891d6b'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f6b2393b-1591-43b6-b0f4-f8ac2d891d6b/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f6b2393b-1591-43b6-b0f4-f8ac2d891d6b/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f6b2393b-1591-43b6-b0f4-f8ac2d891d6b/attachment.json HTTP/1.1" 200 170 0.011279
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c/attachment.json HTTP/1.1" 200 170 0.011184
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/fe777e4b-e42e-4ec6-9a9e-019df8ce5a67/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/fe777e4b-e42e-4ec6-9a9e-019df8ce5a67/attachment.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/{network_id}/ports/{id}/attachment{.format}', defaults: {'action': u'get_resource', 'controller': <quantum.wsgi.Resource object at 0x24a4790>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'format': u'json', 'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x24a4790>, 'action': u'get_resource', 'id': u'fe777e4b-e42e-4ec6-9a9e-019df8ce5a67'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/fe777e4b-e42e-4ec6-9a9e-019df8ce5a67/attachment.json
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:33     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/fe777e4b-e42e-4ec6-9a9e-019df8ce5a67/attachment.json returned with HTTP 200
2012-06-04 17:01:33    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:33] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports/fe777e4b-e42e-4ec6-9a9e-019df8ce5a67/attachment.json HTTP/1.1" 200 170 0.012215
2012-06-04 17:01:33    DEBUG [routes.middleware] No route matched for GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Matched GET /tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json
2012-06-04 17:01:33    DEBUG [routes.middleware] Route path: '/tenants/{tenant_id}/networks/:network_id/ports.:(format)', defaults: {'action': u'index', 'controller': <quantum.wsgi.Resource object at 0x248bf10>}
2012-06-04 17:01:33    DEBUG [routes.middleware] Match dict: {'network_id': u'9f4233c5-1c5d-488e-9ae7-9438e240b41c', 'tenant_id': u'default', 'controller': <quantum.wsgi.Resource object at 0x248bf10>, 'action': u'index', 'format': u'json'}
2012-06-04 17:01:33     INFO [quantum.common.wsgi] GET http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json?attachment=gw-9f4233c5-1c
2012-06-04 17:01:33    DEBUG [quantum.common.wsgi] Empty body provided in request
2012-06-04 17:01:34     INFO [quantum.common.wsgi] http://127.0.0.1:9696/v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json?attachment=gw-9f4233c5-1c returned with HTTP 200
2012-06-04 17:01:34    DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [04/Jun/2012 17:01:34] "GET /v1.1/tenants/default/networks/9f4233c5-1c5d-488e-9ae7-9438e240b41c/ports.json?attachment=gw-9f4233c5-1c HTTP/1.1" 200 167 0.209151

 3、再查端口状态

 quantum list_ports_detail default 9f4233c5-1c5d-488e-9ae7-9438e240b41c
Ports on Virtual Network: 9f4233c5-1c5d-488e-9ae7-9438e240b41c
for Tenant: default
 Logical Port: 0537c836-96da-42bd-b1e4-870e00d810be
  administrative State: ACTIVE
 Logical Port: 07f76133-95c8-400b-9566-60f5e8d28bf9
  administrative State: ACTIVE
 Logical Port: 0916e577-3207-4e7b-8ba6-13a33372a5e2
  administrative State: ACTIVE
 Logical Port: 118de4c6-dea6-4dfb-912b-74e2704f8bb5
  administrative State: ACTIVE
 Logical Port: 17e6fd60-fa23-4d74-824c-62f0310d0b2d
  administrative State: ACTIVE
 Logical Port: 2b5578e2-cb7a-4650-9959-29ff3d28f994
  administrative State: ACTIVE
 Logical Port: 2e06a62c-473c-4372-baf2-cc0be81b432b
  administrative State: ACTIVE
 Logical Port: 2fc59f73-ba68-4b1a-a586-73e660e14eb8
  administrative State: ACTIVE
 Logical Port: 322481b1-7b1d-4357-b36d-967441be5881
  administrative State: ACTIVE
 Logical Port: 3b53288f-9745-4930-96bd-a03fa4b499df
  administrative State: ACTIVE
 Logical Port: 4944d3cc-9a12-47ad-99b5-d77d76514854
  administrative State: ACTIVE
 Logical Port: 4f825984-a6f0-4925-9694-06f50a6ff42c
  administrative State: ACTIVE
 Logical Port: 61bf1aa4-5c5c-4822-902b-47dc54ad2a52
  administrative State: ACTIVE
 Logical Port: 6e14bcfb-b98d-4e6e-9a0a-c0f5e6dceae6
  administrative State: DOWN
 Logical Port: 74965671-664d-49c1-8978-60ed5b45feac
  administrative State: ACTIVE
 Logical Port: 787c85ee-b577-4525-9617-023c8f63e8a8
  administrative State: ACTIVE
 Logical Port: a3d4825c-989b-4ead-a274-7bace978971b
  administrative State: ACTIVE
 Logical Port: ac67b454-9c6f-4163-9160-83b372c0b0c2
  administrative State: ACTIVE
 Logical Port: b135fb22-cfa8-4dcb-8115-7e7985b3dbb1
  administrative State: ACTIVE
 Logical Port: c7d69516-00c7-4038-956c-785df258b37e
  administrative State: ACTIVE
 Logical Port: e87c392c-dd08-4ef2-8ba4-e3e76beb5d80
  administrative State: DOWN
 Logical Port: f6b2393b-1591-43b6-b0f4-f8ac2d891d6b
  administrative State: ACTIVE
 Logical Port: f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c
  administrative State: DOWN
 Logical Port: fe777e4b-e42e-4ec6-9a9e-019df8ce5a67
  administrative State: DOWN

4、更改ACTIVE状态为DOWN

quantum update_port default 9f4233c5-1c5d-488e-9ae7-9438e240b41c f9ee4d80-4b43-40e3-a2c9-e81b5ff7ee8c state=

不会吧,这么多PORT,一个个更改,放弃。










本文转自 jxwpx 51CTO博客,原文链接:http://blog.51cto.com/jxwpx/887234,如需转载请自行联系原作者
目录
相关文章
|
28天前
|
SDN 数据中心 网络架构
【计算巢】软件定义网络(SDN):网络管理的未来趋势
【5月更文挑战第31天】SDN(Software Defined Networking)是新兴的网络架构模式,通过分离控制平面和数据平面实现集中化管理,提高网络可见性和可控性。它以软件定义为核心,打破传统硬件限制,促进网络创新。SDN 提供快速部署、降低成本并增强灵活性。示例代码展示了使用 Python 实现的简单 SDN 控制器。随着技术发展,SDN 在数据中心和电信网络等领域广泛应用,引领网络技术的未来。
|
1月前
|
安全 网络安全 数据安全/隐私保护
【专栏】IT 知识百科:访问控制列表(ACL)是网络安全的关键机制,用于定义和管理网络资源的访问权限
【4月更文挑战第28天】访问控制列表(ACL)是网络安全的关键机制,用于定义和管理网络资源的访问权限。ACL工作原理包括定义规则、匹配规则和执行操作。标准ACL基于源IP过滤,扩展ACL则提供更多筛选条件。时间及用户基础的ACL提供更细化的控制。优点在于增强安全性和精细管理,但管理复杂性和性能影响也是挑战。未来,ACL将趋向智能化和自动化,与更多安全技术结合,以提升网络安全。**
|
6天前
|
安全 Java 网络安全
【认知革命】JAVA网络编程新视角:重新定义URL与URLConnection,让网络资源触手可及!
【6月更文挑战第22天】JAVA网络编程中,URL代表统一资源定位符,用于表示网络资源地址。通过`new URL(&quot;address&quot;)`创建URL对象,可解析和访问其组件。URLConnection是与URL建立连接的接口,用于定制HTTP请求,如设置GET/POST、超时及交换数据。
|
30天前
|
监控 安全 网络安全
网络安全行为可控定义以及表现内容简述
网络安全行为可控定义以及表现内容简述
21 1
|
1月前
|
网络安全 SDN 网络虚拟化
《计算机网络简易速速上手小册》第8章:软件定义网络(SDN)与网络功能虚拟化(NFV)(2024 最新版)
《计算机网络简易速速上手小册》第8章:软件定义网络(SDN)与网络功能虚拟化(NFV)(2024 最新版)
54 2
|
1月前
|
安全 数据建模 网络安全
深入理解SSL数字证书:定义、工作原理与网络安全的重要性
本文阐述了SSL数字证书在网络安全中的关键作用,定义了其作为验证服务器身份的数字凭证,基于PKI体系保障数据传输安全。文章介绍了三种类型的证书,包括DV、OV和EV,适用于不同安全需求的网站。获取和安装证书涉及向证书颁发机构申请并部署到服务器。在网络安全挑战下,正确使用和管理SSL证书对于保护用户数据和提升信任度至关重要。
140 2
|
1月前
|
Linux SDN 网络虚拟化
Linux虚拟网络设备全景解析:定义、工作模式与实践应用
在深入探索Linux操作系统的强大功能时,我们不可避免地会遇到虚拟网络设备的概念。这些设备扮演着构建和维护虚拟化环境中网络通信的关键角色。本文旨在详细介绍Linux虚拟网络设备的定义、工作模式以及它们的多样化用途。
Linux虚拟网络设备全景解析:定义、工作模式与实践应用
|
1月前
|
安全 网络安全 网络虚拟化
【专栏】子网划分是网络管理关键,涉及子网定义、子网掩码作用及意义
【4月更文挑战第28天】子网划分是网络管理关键,涉及子网定义、子网掩码作用及意义。方法包括确定子网数和主机数、选择子网掩码、计算地址范围和分配地址。网络工程师应合理规划、考虑扩展性,避免子网重叠,结合VLAN技术,定期评估优化。实际应用广泛,如企业、数据中心和校园网络。掌握子网划分技巧,能提升网络性能、安全性和管理效率。
|
1月前
|
监控 数据中心
【专栏】交换机电口和光口的定义、特点及应用场景,做网络的这个常识得懂!
【4月更文挑战第28天】本文探讨了交换机电口和光口的定义、特点及应用场景。电口,常见于局域网和办公环境,成本低但传输距离有限;光口,适用于长距离、高速率传输,如城域网、数据中心,具有抗干扰强但成本高的特点。选择接口时需考虑传输距离、速率和成本,注意兼容性、线缆选择及维护管理。理解两者差异有助于网络规划和管理。
|
1月前
|
人工智能 安全 大数据
SDN(软件定义网络)——重塑网络架构的新视角
SDN(软件定义网络)是网络架构革新的关键,通过分离控制与数据平面,实现网络的灵活、高效管理。未来,SDN将更广泛应用于各行业,与云计算、大数据、AI融合,推动数字化转型。开放与标准化的趋势将促进SDN生态发展,提供以业务需求为导向、智能化自动化管理及增强网络安全的新视角。SDN将在更多领域扮演重要角色,支持网络技术的创新与进步。

热门文章

最新文章