Fix typo in hooks patch

Change-Id: Ifece12de086922b859cdbe57b72fbed38bb63247
This commit is contained in:
Clayton O'Neill
2015-12-09 12:23:21 +00:00
committed by Clayton O'Neill
parent cb77bc295f
commit 64b1838863

View File

@@ -97,7 +97,7 @@ class nova::compute::rbd (
command => "/usr/bin/virsh secret-set-value --secret ${libvirt_rbd_secret_uuid} --base64 ${libvirt_key}",
unless => "/usr/bin/virsh secret-get-value ${libvirt_rbd_secret_uuid}",
require => Exec['get-or-set virsh secret'],
before => Achor['nova::config::end'],
before => Anchor['nova::config::end'],
}
}