Fix user creation for nova network

When nova network is enabled Packstack fails because
the nova user is not yet created while checking the
list of networks.

Change-Id: Iac66addbfce1ca27f7a10be106d16a3c102c2540
Closes-bug: #1602675
This commit is contained in:
Ivan Chavero 2016-07-20 02:12:00 -06:00
parent 2522b5cef8
commit ae579f6486
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class packstack::nova::network ()
$nova_network_privif = hiera('CONFIG_NOVA_NETWORK_PRIVIF')
$nova_network_pubif = hiera('CONFIG_NOVA_NETWORK_PUBIF')
Class['::keystone'] -> Nova::Manage::Network<||>
Class['::nova::keystone::auth'] -> Nova::Manage::Network<||>
class { '::nova::network':
enabled => true,