Fix typo in hooks patch
Change-Id: Ifece12de086922b859cdbe57b72fbed38bb63247
This commit is contained in:

committed by
Clayton O'Neill

parent
cb77bc295f
commit
64b1838863
@@ -97,7 +97,7 @@ class nova::compute::rbd (
|
|||||||
command => "/usr/bin/virsh secret-set-value --secret ${libvirt_rbd_secret_uuid} --base64 ${libvirt_key}",
|
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}",
|
unless => "/usr/bin/virsh secret-get-value ${libvirt_rbd_secret_uuid}",
|
||||||
require => Exec['get-or-set virsh secret'],
|
require => Exec['get-or-set virsh secret'],
|
||||||
before => Achor['nova::config::end'],
|
before => Anchor['nova::config::end'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user