Add new OpenStack releases to testing mocks

Add queens and rocky release names to unit test mock data.

Change-Id: I7ab3e06c3cc2da15d4cbfbf91cd89ad52b8b5285
This commit is contained in:
James Page 2017-12-05 15:23:11 +00:00
parent fab13633ed
commit 012725aa17
1 changed files with 2 additions and 0 deletions

View File

@ -55,4 +55,6 @@ def mock_charmhelpers():
'newton',
'ocata',
'pike',
'queens',
'rocky',
)