Merge "Change Amphora flavor from public to private"
This commit is contained in:
commit
79a4f07904
@ -111,6 +111,7 @@ class octavia::worker (
|
|||||||
'ram' => '1024',
|
'ram' => '1024',
|
||||||
'disk' => '2',
|
'disk' => '2',
|
||||||
'vcpus' => '1',
|
'vcpus' => '1',
|
||||||
|
'is_public' => false,
|
||||||
'tag' => ['octavia']
|
'tag' => ['octavia']
|
||||||
}
|
}
|
||||||
$nova_flavor_defaults = merge($octavia_flavor_defaults, $nova_flavor_config)
|
$nova_flavor_defaults = merge($octavia_flavor_defaults, $nova_flavor_config)
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Change amphora flavor is_public property from true to false.
|
@ -62,6 +62,7 @@ describe 'octavia::worker' do
|
|||||||
:ram => '1024',
|
:ram => '1024',
|
||||||
:disk => '2',
|
:disk => '2',
|
||||||
:vcpus => '1',
|
:vcpus => '1',
|
||||||
|
:is_public => false,
|
||||||
:tag => ['octavia'],
|
:tag => ['octavia'],
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user