Got it....on that note, what I'm wondering is a) how return OPENSTACK_CODENAMES[vers] will ever return ('nova-common' version is vers=12.0.0 which is passed as a key to OPENSTACK_CODENAMES)? ...hence its indexing is incorrect. b) The introduction of the LIBERTY_PACKAGE_CODENAME_VERSIONS variable fixes the problem, does it introduce another(besides not being general enough for all cases)?
David,
Got it....on that note, what I'm wondering is a) how return OPENSTACK_ CODENAMES[ vers] will ever return ('nova-common' version is vers=12.0.0 which is passed as a key to OPENSTACK_ CODENAMES) ? ...hence its indexing is incorrect. b) The introduction of the LIBERTY_ PACKAGE_ CODENAME_ VERSIONS variable fixes the problem, does it introduce another(besides not being general enough for all cases)?