Add a coupld of api deps

- nova-common should be installed first
- keystone client libs should be installed.
This commit is contained in:
Dan Bode 2012-11-06 12:07:54 -08:00
parent 0dd15714c9
commit 1f56b9eef4
1 changed files with 3 additions and 0 deletions

View File

@ -28,10 +28,13 @@ class nova::api(
) {
include nova::params
require keystone::python
Package<| title == 'nova-api' |> -> Exec['nova-db-sync']
Package<| title == 'nova-api' |> -> Nova_paste_api_ini<| |>
Package<| title == 'nova-common' |> -> Class['nova::api']
Nova_paste_api_ini<| |> ~> Exec['post-nova_config']
Nova_paste_api_ini<| |> ~> Service['nova-api']