Need to restart glance-registry on template changes

This commit is contained in:
Jay Pipes 2012-11-28 15:53:27 -05:00
parent 3fe44be7fd
commit ccb7dac19c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.swp

View File

@ -155,6 +155,7 @@ template "/etc/glance/glance-registry.conf" do
)
notifies :run, resources(:execute => "glance-manage version_control"), :immediately
notifies :restart, resources(:service => "glance-registry"), :immediately
end
template "/etc/glance/glance-registry-paste.ini" do