Create m1.small flavor required by murano tests
murano tempest tests post [1] and [2] requires a flavor with name "m1.small". [1] https://review.openstack.org/#/c/455773/ [2] https://review.openstack.org/#/c/462486/ Change-Id: Ib31593cc2b8fda1a07295ccc8e0eab89939bf1b8
This commit is contained in:
parent
cf579039ff
commit
b8c73d1c2f
@ -18,6 +18,14 @@ class openstack_integration::provision {
|
||||
disk => '0',
|
||||
vcpus => '1',
|
||||
}
|
||||
# NOTE(ykarel): "m1.small" flavor is required by murano scenario tests
|
||||
nova_flavor { 'm1.small':
|
||||
ensure => present,
|
||||
id => '2',
|
||||
ram => '128',
|
||||
disk => '0',
|
||||
vcpus => '1',
|
||||
}
|
||||
Keystone_user_role <||>-> Nova_flavor<||>
|
||||
Keystone_endpoint <||>-> Nova_flavor<||>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user