beaker: create nova flavor after keystone resources

Beaker jobs are failing because Nova user doesn't exist yet when
creating the flavor for Octavia.

Change-Id: Id6a32228a6c74b6fc42e2535daef0599c3391690
This commit is contained in:
Emilien Macchi 2017-02-25 14:42:51 -05:00
parent b9a24f5f86
commit 259459da3a

View File

@ -64,7 +64,9 @@ describe 'basic octavia' do
}
# We create Nova flavor on the same node where Nova runs
Keystone_user_role['admin@openstack'] -> Nova_flavor<||>
Keystone_user_role <||>-> Nova_flavor<||>
Keystone_user <||>-> Nova_flavor<||>
Keystone_endpoint <||>-> Nova_flavor<||>
}
EOS