Merge "Install cinderclient before nova"

This commit is contained in:
Jenkins
2013-01-18 09:56:28 +00:00
committed by Gerrit Code Review

View File

@@ -9,7 +9,9 @@ if $::is_virtual == "true" {
$libvirt_type = "kvm"
}
package{'python-cinderclient':}
package{'python-cinderclient':
before => Class["nova"]
}
nova_config{
"network_host": value => "%(CONFIG_NOVA_NETWORK_HOST)s";