The ceilometer team released python-ceilometerclient vesion 1.0.11 yesterday:
https://pypi.python.org/pypi/python-ceilometerclient/1.0.11 Cheers, Eoghan > Keystone team has released 0.11.1 of python-keystoneclient. Due to some > delays getting things through the gate this took a few extra days. > > https://pypi.python.org/pypi/python-keystoneclient/0.11.1 > > —Morgan > > > — > Morgan Fainberg > > > -----Original Message----- > From: John Dickinson <m...@not.mn> > Reply: OpenStack Development Mailing List (not for usage questions) > <openstack-dev@lists.openstack.org>> > Date: September 17, 2014 at 20:54:19 > To: OpenStack Development Mailing List (not for usage questions) > <openstack-dev@lists.openstack.org>> > Subject: Re: [openstack-dev] [release] client release deadline - Sept 18th > > > I just release python-swiftclient 2.3.0 > > > > In addition to some smaller changes and bugfixes, the biggest changes are > > the support > > for Keystone v3 and a refactoring that allows for better testing and > > extensibility of > > the functionality exposed by the CLI. > > > > https://pypi.python.org/pypi/python-swiftclient/2.3.0 > > > > --John > > > > > > > > On Sep 17, 2014, at 8:14 AM, Matt Riedemann wrote: > > > > > > > > > > > On 9/15/2014 12:57 PM, Matt Riedemann wrote: > > >> > > >> > > >> On 9/10/2014 11:08 AM, Kyle Mestery wrote: > > >>> On Wed, Sep 10, 2014 at 10:01 AM, Matt Riedemann > > >>> wrote: > > >>>> > > >>>> > > >>>> On 9/9/2014 4:19 PM, Sean Dague wrote: > > >>>>> > > >>>>> As we try to stabilize OpenStack Juno, many server projects need to > > >>>>> get > > >>>>> out final client releases that expose new features of their servers. > > >>>>> While this seems like not a big deal, each of these clients releases > > >>>>> ends up having possibly destabilizing impacts on the OpenStack whole > > >>>>> (as > > >>>>> the clients do double duty in cross communicating between services). > > >>>>> > > >>>>> As such in the release meeting today it was agreed clients should > > >>>>> have > > >>>>> their final release by Sept 18th. We'll start applying the dependency > > >>>>> freeze to oslo and clients shortly after that, all other requirements > > >>>>> should be frozen at this point unless there is a high priority bug > > >>>>> around them. > > >>>>> > > >>>>> -Sean > > >>>>> > > >>>> > > >>>> Thanks for bringing this up. We do our own packaging and need time > > >>>> for legal > > >>>> clearances and having the final client releases done in a reasonable > > >>>> time > > >>>> before rc1 is helpful. I've been pinging a few projects to do a final > > >>>> client release relatively soon. python-neutronclient has a release > > >>>> this > > >>>> week and I think John was planning a python-cinderclient release this > > >>>> week > > >>>> also. > > >>>> > > >>> Just a slight correction: python-neutronclient will have a final > > >>> release once the L3 HA CLI changes land [1]. > > >>> > > >>> Thanks, > > >>> Kyle > > >>> > > >>> [1] https://review.openstack.org/#/c/108378/ > > >>> > > >>>> -- > > >>>> > > >>>> Thanks, > > >>>> > > >>>> Matt Riedemann > > >>>> > > >>>> > > >>>> > > >>>> _______________________________________________ > > >>>> 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 > > >>> > > >> > > >> python-cinderclient 1.1.0 was released on Saturday: > > >> > > >> https://pypi.python.org/pypi/python-cinderclient/1.1.0 > > >> > > > > > > python-novaclient 2.19.0 was released yesterday [1]. > > > > > > List of changes: > > > > > > mriedem@ubuntu:~/git/python-novaclient$ git log 2.18.1..2.19.0 --oneline > > > --no-merges > > > cd56622 Stop using intersphinx > > > d96f13d delete python bytecode before every test run > > > 4bd0c38 quota delete tenant_id parameter should be required > > > 3d68063 Don't display duplicated security groups > > > 2a1c07e Updated from global requirements > > > 319b61a Fix test mistake with requests-mock > > > 392148c Use oslo.utils > > > e871bd2 Use Token fixtures from keystoneclient > > > aa30c13 Update requirements.txt to include keystoneclient > > > bcc009a Updated from global requirements > > > f0beb29 Updated from global requirements > > > cc4f3df Enhance network-list to allow --fields > > > fe95fe4 Adding Nova Client support for auto find host APIv2 > > > b3da3eb Adding Nova Client support for auto find host APIv3 > > > 3fa04e6 Add filtering by service to hosts list command > > > c204613 Quickstart (README) doc should refer to nova > > > 9758ffc Updated from global requirements > > > 53be1f4 Fix listing of flavor-list (V1_1) to display swap value > > > db6d678 Use adapter from keystoneclient > > > 3955440 Fix the return code of the command "delete" > > > c55383f Fix variable error for nova --service-type > > > caf9f79 Convert to requests-mock > > > 33058cb Enable several checks and do not check docs/source/conf.py > > > abae04a Updated from global requirements > > > 68f357d Enable check for E131 > > > b6afd59 Add support for security-group-default-rules > > > ad9a14a Fix rxtx_factor name for creating a flavor > > > ff4af92 Allow selecting the network for doing the ssh with > > > 9ce03a9 fix host resource repr to use 'host' attribute > > > 4d25867 Enable H233 > > > 60d1283 Don't log sensitive auth data > > > d51b546 Enabled hacking checks H305 and H307 > > > 8ec2a29 Edits on help strings > > > c59a0c8 Add support for new fields in network create > > > 67585ab Add "version-list" for listing REST API versions > > > 0ff4afc Description is mandatory parameter when creating Security Group > > > 6ee0b28 Filter endpoints by region whenever possible > > > 32d13a6 Add missing parameters for server rebuild > > > f10d8b6 Fixes typo in error message of do_network_create > > > 9f1ee12 Mention keystoneclient.Session use in docs > > > 58cdcab Fix booting from volume when using api v3 > > > 52c5ad2 Sync apiclient from oslo-incubator > > > 2acfb9b Convert server tests to httpretty > > > 762bf69 Adding cornercases for set_metadata > > > 313a2f8 Add way to specify key-name from environ > > > > > > [1] https://pypi.python.org/pypi/python-novaclient/2.19.0 > > > > > > -- > > > > > > Thanks, > > > > > > Matt Riedemann > > > > > > > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > 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