# Pastebin LG9hiFFT ================================================================================ [280/9768] Error executing action `restart` on resource 'service[nova-network]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit with [0], but received '1' ---- Begin output of /sbin/start nova-network ---- STDOUT: STDERR: start: Unknown job: nova-network ---- End output of /sbin/start nova-network ---- Ran /sbin/start nova-network returned 1 Resource Declaration: --------------------- # In /var/chef/cache/cookbooks/openstack-compute/recipes/network.rb 40: service 'nova-network' do 41: service_name platform_options['compute_network_service'] 42: supports status: true, restart: true 43: subscribes :restart, resources('template[/etc/nova/nova.conf]') 44: action :enable 45: end 46: Compiled Resource: ------------------ # Declared in /var/chef/cache/cookbooks/openstack-compute/recipes/network.rb:40:in `from_file' service("nova-network") do action [:enable] supports {:status=>true, :restart=>true} retries 0 retry_delay 2 default_guard_interpreter :default service_name "nova-network" pattern "nova-network" declared_type :service cookbook_name "openstack-compute" recipe_name "network" end [2015-03-06T19:23:41+00:00] INFO: template[/etc/nova/nova.conf] sending restart action to service[nova-compute] (delayed) Recipe: openstack-compute::compute * service[nova-compute] action restart[2015-03-06T19:23:41+00:00] INFO: Processing service[nova-compute] action restart (openstack-compute::compute line 88) ================================================================================ Error executing action `restart` on resource 'service[nova-compute]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit with [0], but received '1' ---- Begin output of /sbin/start nova-compute ---- STDOUT: STDERR: start: Unknown job: nova-compute ---- End output of /sbin/start nova-compute ---- Ran /sbin/start nova-compute returned 1 Resource Declaration: