[openstack-dev] [devstack] What's required to accept a new distro rlease?
Ian Wienand
iwienand at redhat.com
Fri May 15 03:35:06 UTC 2015
On 05/15/2015 01:05 PM, Tony Breeds wrote:
> I'm wondering what are the requirements for accepting something
> like:
> -if [[ ! ${DISTRO} =~ (precise|trusty|7.0|wheezy|sid|testing|jessie|f20|f21|rhel7) ]]; then
> +if [[ ! ${DISTRO} =~ (precise|trusty|vivid|7.0|wheezy|sid|testing|jessie|f20|f21|rhel7) ]]; then
Having a CI story makes it a no-brainer... anyone working on getting
vivid nodes up in nodepool? In the past we've generally accepted if
people have a convincing story that it works (i.e. they're using it
and tempest is working, etc).
Honestly I doubt 7.0|wheezy|sid|testing|jessie all work anyway -- they
don't have any CI (I know of) -- so we're probably overselling it
anyway.
> I figure there must be more to it as utopic was never added.
I think that was approved, failed a test and was never re-merged [1].
So I guess it's more nobody cared?
-i
[1] https://review.openstack.org/#/c/98844/
More information about the OpenStack-dev
mailing list