Re: [openstack-dev] Oslo final releases ready

2014-09-20 Thread Michael Still
And the python-novaclient release has now been done.

Thanks,
Michael

On Sat, Sep 20, 2014 at 6:53 AM, Michael Still mi...@stillhq.com wrote:
 Thanks. That's now approved and we're waiting for the merge.

 Michael

 On Fri, Sep 19, 2014 at 7:30 PM, Andrey Kurilin akuri...@mirantis.com wrote:
 Here you are!:)
 https://review.openstack.org/#/c/122667

 On Fri, Sep 19, 2014 at 9:02 AM, Michael Still mi...@stillhq.com wrote:

 I would like to do a python-novaclient release, but this requirements
 commit hasn't yet turned into a requirements proposal for novaclient
 (that I can find). Can someone poke that for me?

 Michael

 On Fri, Sep 19, 2014 at 12:04 AM, Doug Hellmann d...@doughellmann.com
 wrote:
  All of the final releases for the Oslo libraries for the Juno cycle are
  available on PyPI. I’m working on a couple of patches to the global
  requirements list to update the baseline in the applications. In all 
  cases,
  the final release is a second tag on a previously released version.
 
  - oslo.config - 1.4.0 (same as 1.4.0.0a5)
  - oslo.db - 1.0.0 (same as 0.5.0)
  - oslo.i18n - 1.0.0 (same as 0.4.0)
  - oslo.messaging - 1.4.0 (same as 1.4.0.0a5)
  - oslo.rootwrap - 1.3.0 (same as 1.3.0.0a3)
  - oslo.serialization - 1.0.0 (same as 0.3.0)
  - oslosphinx - 2.2.0 (same as 2.2.0.0a3)
  - oslotest - 1.1.0 (same as 1.1.0.0a2)
  - oslo.utils - 1.0.0 (same as 0.3.0)
  - cliff - 1.7.0 (previously tagged, so not a new release)
  - stevedore - 1.0.0 (same as 1.0.0.0a2)
 
  Congratulations and *Thank You* to the Oslo team for doing an amazing
  job with graduations this cycle!
 
  Doug
 
 
  ___
  OpenStack-dev mailing list
  OpenStack-dev@lists.openstack.org
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 --
 Rackspace Australia

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




 --
 Best regards,
 Andrey Kurilin.

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




 --
 Rackspace Australia



-- 
Rackspace Australia

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Oslo final releases ready

2014-09-19 Thread Michael Still
I would like to do a python-novaclient release, but this requirements
commit hasn't yet turned into a requirements proposal for novaclient
(that I can find). Can someone poke that for me?

Michael

On Fri, Sep 19, 2014 at 12:04 AM, Doug Hellmann d...@doughellmann.com wrote:
 All of the final releases for the Oslo libraries for the Juno cycle are 
 available on PyPI. I’m working on a couple of patches to the global 
 requirements list to update the baseline in the applications. In all cases, 
 the final release is a second tag on a previously released version.

 - oslo.config - 1.4.0 (same as 1.4.0.0a5)
 - oslo.db - 1.0.0 (same as 0.5.0)
 - oslo.i18n - 1.0.0 (same as 0.4.0)
 - oslo.messaging - 1.4.0 (same as 1.4.0.0a5)
 - oslo.rootwrap - 1.3.0 (same as 1.3.0.0a3)
 - oslo.serialization - 1.0.0 (same as 0.3.0)
 - oslosphinx - 2.2.0 (same as 2.2.0.0a3)
 - oslotest - 1.1.0 (same as 1.1.0.0a2)
 - oslo.utils - 1.0.0 (same as 0.3.0)
 - cliff - 1.7.0 (previously tagged, so not a new release)
 - stevedore - 1.0.0 (same as 1.0.0.0a2)

 Congratulations and *Thank You* to the Oslo team for doing an amazing job 
 with graduations this cycle!

 Doug


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Rackspace Australia

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Oslo final releases ready

2014-09-19 Thread Joshua Hesketh
Howdy,

I did some digging and it appears because the proposal bot failed and
skipped out updating keystone-specs:
http://logs.openstack.org/c2/c2372ca3ef6c3ced31934429aecf830daafe583a/post/propose-requirements-updates/e9bbc05/console.html#_2014-09-18_22_56_42_181
(the exit comes from here:
http://git.openstack.org/cgit/openstack/requirements/tree/update.py#n171)

Basically the problem is that keystone-specs have change
requirements.txt where it possibly shouldn't have. I'm not sure what
the policy is here but I'm guessing the keystone-specs repository
shouldn't be in the global requirements project list. There is no need
for deployers to have requirements that are needed for specs.

I've proposed a change to remove the keystone-specs repository from
projects.txt. If that merges the post jobs for the requirements
project will be re-ran and and proposals for the missed projects
should come through then.
https://review.openstack.org/#/c/122619/

As a side note, we should probably have failed post-jobs reported to
the somewhere. I've also put up a proposal for this:
https://review.openstack.org/#/c/122620/

Cheers,
Josh

On Fri, Sep 19, 2014 at 4:02 PM, Michael Still mi...@stillhq.com wrote:
 I would like to do a python-novaclient release, but this requirements
 commit hasn't yet turned into a requirements proposal for novaclient
 (that I can find). Can someone poke that for me?

 Michael

 On Fri, Sep 19, 2014 at 12:04 AM, Doug Hellmann d...@doughellmann.com wrote:
 All of the final releases for the Oslo libraries for the Juno cycle are 
 available on PyPI. I’m working on a couple of patches to the global 
 requirements list to update the baseline in the applications. In all cases, 
 the final release is a second tag on a previously released version.

 - oslo.config - 1.4.0 (same as 1.4.0.0a5)
 - oslo.db - 1.0.0 (same as 0.5.0)
 - oslo.i18n - 1.0.0 (same as 0.4.0)
 - oslo.messaging - 1.4.0 (same as 1.4.0.0a5)
 - oslo.rootwrap - 1.3.0 (same as 1.3.0.0a3)
 - oslo.serialization - 1.0.0 (same as 0.3.0)
 - oslosphinx - 2.2.0 (same as 2.2.0.0a3)
 - oslotest - 1.1.0 (same as 1.1.0.0a2)
 - oslo.utils - 1.0.0 (same as 0.3.0)
 - cliff - 1.7.0 (previously tagged, so not a new release)
 - stevedore - 1.0.0 (same as 1.0.0.0a2)

 Congratulations and *Thank You* to the Oslo team for doing an amazing job 
 with graduations this cycle!

 Doug


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 --
 Rackspace Australia

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Oslo final releases ready

2014-09-19 Thread Thierry Carrez
Thomas Goirand wrote:
 However, I made a small mistake. I used 1.4.0.0~a5 instead of 1.4.0~a5.
 As a consequence, I may upload 1.4.0.0 instead of 1.4.0, so that it is
 greater than 1.4.0.0~a5 (to avoid adding an EPOC, which is ugly and
 annoying to maintain). It's going to be the same version though, I just
 need to add a new tag, which isn't much of a problem for me (since I use
 a git based workflow).
 
 The 1.4.0.0a5 is confusing... :(

According to Donald Stufft PEP 440 now allows 1.4.0.a5 now so we may not
need that extra 0 anymore.

-- 
Thierry Carrez (ttx)

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Oslo final releases ready

2014-09-19 Thread Andrey Kurilin
Here you are!:)
https://review.openstack.org/#/c/122667

On Fri, Sep 19, 2014 at 9:02 AM, Michael Still mi...@stillhq.com wrote:

 I would like to do a python-novaclient release, but this requirements
 commit hasn't yet turned into a requirements proposal for novaclient
 (that I can find). Can someone poke that for me?

 Michael

 On Fri, Sep 19, 2014 at 12:04 AM, Doug Hellmann d...@doughellmann.com
 wrote:
  All of the final releases for the Oslo libraries for the Juno cycle are
 available on PyPI. I’m working on a couple of patches to the global
 requirements list to update the baseline in the applications. In all cases,
 the final release is a second tag on a previously released version.
 
  - oslo.config - 1.4.0 (same as 1.4.0.0a5)
  - oslo.db - 1.0.0 (same as 0.5.0)
  - oslo.i18n - 1.0.0 (same as 0.4.0)
  - oslo.messaging - 1.4.0 (same as 1.4.0.0a5)
  - oslo.rootwrap - 1.3.0 (same as 1.3.0.0a3)
  - oslo.serialization - 1.0.0 (same as 0.3.0)
  - oslosphinx - 2.2.0 (same as 2.2.0.0a3)
  - oslotest - 1.1.0 (same as 1.1.0.0a2)
  - oslo.utils - 1.0.0 (same as 0.3.0)
  - cliff - 1.7.0 (previously tagged, so not a new release)
  - stevedore - 1.0.0 (same as 1.0.0.0a2)
 
  Congratulations and *Thank You* to the Oslo team for doing an amazing
 job with graduations this cycle!
 
  Doug
 
 
  ___
  OpenStack-dev mailing list
  OpenStack-dev@lists.openstack.org
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 --
 Rackspace Australia

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




-- 
Best regards,
Andrey Kurilin.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Oslo final releases ready

2014-09-19 Thread Michael Still
Thanks. That's now approved and we're waiting for the merge.

Michael

On Fri, Sep 19, 2014 at 7:30 PM, Andrey Kurilin akuri...@mirantis.com wrote:
 Here you are!:)
 https://review.openstack.org/#/c/122667

 On Fri, Sep 19, 2014 at 9:02 AM, Michael Still mi...@stillhq.com wrote:

 I would like to do a python-novaclient release, but this requirements
 commit hasn't yet turned into a requirements proposal for novaclient
 (that I can find). Can someone poke that for me?

 Michael

 On Fri, Sep 19, 2014 at 12:04 AM, Doug Hellmann d...@doughellmann.com
 wrote:
  All of the final releases for the Oslo libraries for the Juno cycle are
  available on PyPI. I’m working on a couple of patches to the global
  requirements list to update the baseline in the applications. In all cases,
  the final release is a second tag on a previously released version.
 
  - oslo.config - 1.4.0 (same as 1.4.0.0a5)
  - oslo.db - 1.0.0 (same as 0.5.0)
  - oslo.i18n - 1.0.0 (same as 0.4.0)
  - oslo.messaging - 1.4.0 (same as 1.4.0.0a5)
  - oslo.rootwrap - 1.3.0 (same as 1.3.0.0a3)
  - oslo.serialization - 1.0.0 (same as 0.3.0)
  - oslosphinx - 2.2.0 (same as 2.2.0.0a3)
  - oslotest - 1.1.0 (same as 1.1.0.0a2)
  - oslo.utils - 1.0.0 (same as 0.3.0)
  - cliff - 1.7.0 (previously tagged, so not a new release)
  - stevedore - 1.0.0 (same as 1.0.0.0a2)
 
  Congratulations and *Thank You* to the Oslo team for doing an amazing
  job with graduations this cycle!
 
  Doug
 
 
  ___
  OpenStack-dev mailing list
  OpenStack-dev@lists.openstack.org
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 --
 Rackspace Australia

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




 --
 Best regards,
 Andrey Kurilin.

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




-- 
Rackspace Australia

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Oslo final releases ready

2014-09-18 Thread Davanum Srinivas
w00t!

-- dims

On Thu, Sep 18, 2014 at 10:04 AM, Doug Hellmann d...@doughellmann.com wrote:
 All of the final releases for the Oslo libraries for the Juno cycle are 
 available on PyPI. I’m working on a couple of patches to the global 
 requirements list to update the baseline in the applications. In all cases, 
 the final release is a second tag on a previously released version.

 - oslo.config - 1.4.0 (same as 1.4.0.0a5)
 - oslo.db - 1.0.0 (same as 0.5.0)
 - oslo.i18n - 1.0.0 (same as 0.4.0)
 - oslo.messaging - 1.4.0 (same as 1.4.0.0a5)
 - oslo.rootwrap - 1.3.0 (same as 1.3.0.0a3)
 - oslo.serialization - 1.0.0 (same as 0.3.0)
 - oslosphinx - 2.2.0 (same as 2.2.0.0a3)
 - oslotest - 1.1.0 (same as 1.1.0.0a2)
 - oslo.utils - 1.0.0 (same as 0.3.0)
 - cliff - 1.7.0 (previously tagged, so not a new release)
 - stevedore - 1.0.0 (same as 1.0.0.0a2)

 Congratulations and *Thank You* to the Oslo team for doing an amazing job 
 with graduations this cycle!

 Doug


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Davanum Srinivas :: https://twitter.com/dims

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Oslo final releases ready

2014-09-18 Thread Thomas Goirand
On 09/18/2014 10:04 PM, Doug Hellmann wrote:
 All of the final releases for the Oslo libraries for the Juno cycle are 
 available on PyPI. I’m working on a couple of patches to the global 
 requirements list to update the baseline in the applications. In all cases, 
 the final release is a second tag on a previously released version.
 
 - oslo.config - 1.4.0 (same as 1.4.0.0a5)
 - oslo.db - 1.0.0 (same as 0.5.0)
 - oslo.i18n - 1.0.0 (same as 0.4.0)
 - oslo.messaging - 1.4.0 (same as 1.4.0.0a5)
 - oslo.rootwrap - 1.3.0 (same as 1.3.0.0a3)
 - oslo.serialization - 1.0.0 (same as 0.3.0)
 - oslosphinx - 2.2.0 (same as 2.2.0.0a3)
 - oslotest - 1.1.0 (same as 1.1.0.0a2)
 - oslo.utils - 1.0.0 (same as 0.3.0)
 - cliff - 1.7.0 (previously tagged, so not a new release)
 - stevedore - 1.0.0 (same as 1.0.0.0a2)
 
 Congratulations and *Thank You* to the Oslo team for doing an amazing job 
 with graduations this cycle!
 
 Doug

Great! Thanks for doing this early in the freeze.

FYI, I have already uploaded all Juno dependencies to Debian, either in
Sid, or in Experimental.

However, I made a small mistake. I used 1.4.0.0~a5 instead of 1.4.0~a5.
As a consequence, I may upload 1.4.0.0 instead of 1.4.0, so that it is
greater than 1.4.0.0~a5 (to avoid adding an EPOC, which is ugly and
annoying to maintain). It's going to be the same version though, I just
need to add a new tag, which isn't much of a problem for me (since I use
a git based workflow).

The 1.4.0.0a5 is confusing... :(

Thomas Goirand (zigo)


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev