config: Deprecate release_is_layered option
Fixes: https://pagure.io/pungi/issue/977 Merges: https://pagure.io/pungi/pull-request/1204 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
4e5f74b78d
commit
ce066707c1
15 changed files with 66 additions and 64 deletions
|
|
@ -245,7 +245,6 @@ class TestVolumeIdGenerator(unittest.TestCase):
|
|||
conf = {
|
||||
'release_short': 'rel_short2',
|
||||
'release_version': '6.0',
|
||||
'release_is_layered': False,
|
||||
'image_volid_formats': [format],
|
||||
'image_volid_layered_product_formats': [],
|
||||
'volume_id_substitutions': {},
|
||||
|
|
@ -281,7 +280,6 @@ class TestVolumeIdGenerator(unittest.TestCase):
|
|||
conf = {
|
||||
'release_short': 'rel_short2',
|
||||
'release_version': '6.0',
|
||||
'release_is_layered': False,
|
||||
'image_volid_formats': [format],
|
||||
'image_volid_layered_product_formats': [],
|
||||
'volume_id_substitutions': {},
|
||||
|
|
@ -310,7 +308,6 @@ class TestVolumeIdGenerator(unittest.TestCase):
|
|||
conf = {
|
||||
'release_short': 'rel_short2',
|
||||
'release_version': '6.0',
|
||||
'release_is_layered': False,
|
||||
'image_volid_formats': [
|
||||
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', # 34 chars
|
||||
'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb', # 33 chars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue