# Pastebin bLiKrQkK [2015-02-09T16:22:15+00:00] WARN: Current yum_package[MySQL-python]: /var/chef/cache/cookbooks/openstack-identity/recipes/server.rb:38:in `block in from_file' ================================================================================ Recipe Compile Error in /var/chef/cache/cookbooks/openstack-identity/recipes/server.rb ================================================================================ NoMethodError ------------- No resource or method named `admin_endpoint' for `Chef::Recipe "server"' Cookbook Trace: --------------- /var/chef/cache/cookbooks/openstack-identity/recipes/server.rb:161:in `from_file' Relevant File Content: ---------------------- /var/chef/cache/cookbooks/openstack-identity/recipes/server.rb: 154: # service endpoints where there could be separate 'admin', 155: # 'public', and 'internal'. (Well, actually I suppose we 156: # could shoehorn it into that infrastructure, but for now 157: # I propose that we leave them with the general endpoint 158: # lookup routine.) 159: bind_endpoint = endpoint 'identity-bind' 160: admin_bind_endpoint = endpoint 'identity-admin-bind' 161>> identity_admin_endpoint = admin_endpoint 'identity-admin' 162: 163: # These values are going into the templated catalog and 164: # since they're the endpoints being used by the clients, 165: # we should put in the public endpoints for each service. 166: identity_endpoint = public_endpoint 'identity-api' 167: compute_endpoint = public_endpoint 'compute-api' 168: ec2_endpoint = public_endpoint 'compute-ec2-api' 169: image_endpoint = public_endpoint 'image-api' 170: network_endpoint = public_endpoint 'network-api' Running handlers: [2015-02-09T16:22:15+00:00] ERROR: Running exception handlers Running handlers complete [2015-02-09T16:22:15+00:00] ERROR: Exception handlers complete [2015-02-09T16:22:15+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out Chef Client failed. 0 resources updated in 61.454890524 seconds [2015-02-09T16:22:15+00:00] ERROR: No resource or method named `admin_endpoint' for `Chef::Recipe "server"' [2015-02-09T16:22:15+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) [2015-02-09T11:22:17-05:00] INFO: Completed chef-client -l info on vagrant@127.0.0.1: exit status 1