Created
September 20, 2012 12:24
-
-
Save williamherry/3755599 to your computer and use it in GitHub Desktop.
still use previes IP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2012-09-20T05:03:43-07:00] INFO: Processing monitoring_metric[glance-registry-proc] action measure (glance::registry line 85) | |
[2012-09-20T05:03:43-07:00] INFO: Processing execute[glance-manage db_sync] action nothing (glance::registry line 93) | |
[2012-09-20T05:03:43-07:00] INFO: Processing execute[glance-manage version_control] action nothing (glance::registry line 101) | |
[2012-09-20T05:03:48-07:00] INFO: Processing file[/var/lib/glance/glance.sqlite] action delete (glance::registry line 108) | |
[2012-09-20T05:03:48-07:00] INFO: Processing keystone_register[Register Service Tenant] action create_tenant (glance::registry line 113) | |
================================================================================ | |
Error executing action `create_tenant` on resource 'keystone_register[Register Service Tenant]' | |
================================================================================ | |
Errno::EHOSTUNREACH | |
------------------- | |
No route to host - connect(2) | |
Cookbook Trace: | |
--------------- | |
/var/chef/cache/cookbooks/keystone/providers/register.rb:356:in `_find_id' | |
/var/chef/cache/cookbooks/keystone/providers/register.rb:152:in `block in class_from_file' | |
Resource Declaration: | |
--------------------- | |
# In /var/chef/cache/cookbooks/glance/recipes/registry.rb | |
112: # Register Service Tenant | |
113: keystone_register "Register Service Tenant" do | |
114: auth_host ks_admin_endpoint["host"] | |
115: auth_port ks_admin_endpoint["port"] | |
116: auth_protocol ks_admin_endpoint["scheme"] | |
117: api_ver ks_admin_endpoint["path"] | |
118: auth_token keystone["admin_token"] | |
119: tenant_name node["glance"]["service_tenant_name"] | |
120: tenant_description "Service Tenant" | |
121: tenant_enabled "true" # Not required as this is the default | |
122: action :create_tenant | |
123: end | |
124: | |
Compiled Resource: | |
------------------ | |
# Declared in /var/chef/cache/cookbooks/glance/recipes/registry.rb:113:in `from_file' | |
keystone_register("Register Service Tenant") do | |
action [:create_tenant] | |
retries 0 | |
retry_delay 2 | |
cookbook_name "glance" | |
recipe_name "registry" | |
auth_host "192.168.24.99" | |
auth_port "35357" | |
auth_protocol "http" | |
api_ver "/v2.0" | |
auth_token "tCIHnRdlqAd9V2r2gz_L" | |
tenant_name "service" | |
tenant_description "Service Tenant" | |
tenant_enabled "true" | |
end | |
[2012-09-20T05:03:51-07:00] ERROR: Running exception handlers | |
[2012-09-20T05:03:52-07:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json | |
[2012-09-20T05:03:52-07:00] ERROR: Exception handlers complete | |
[2012-09-20T05:03:52-07:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out | |
[2012-09-20T05:03:52-07:00] FATAL: Errno::EHOSTUNREACH: keystone_register[Register Service Tenant] (glance::registry line 113) had an error: Errno::EHOSTUNREACH: No route to host - connect(2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment