Jump to: navigation, search

Difference between revisions of "Meetings/PythonOpenStackSDK"

(agenda)
Line 13: Line 13:
 
* #startmeeting python-openstacksdk
 
* #startmeeting python-openstacksdk
 
* Roll Call
 
* Roll Call
* #topic Proposal: moratorium on new services/resources being added until after 1.0
+
* #topic previous meeting action items
** In order to be able to release, we're going to need to put a halt to adding support for new operations while we catch up on functional tests, documentation, and the other larger initiatives we need to complete.
+
* #topic version negotiation
* #topic second meeting
+
** Related links:
** Qiming and the rest of the Senlin team is interested in coming to our meetings, but they're between 11-13 hours difference. I caught their Senlin team meeting from 0800-0900 US/Central time.
+
*** Add capability for user to specify arbitrary version path https://bugs.launchpad.net/python-openstacksdk/+bug/1413763
** As the project grows, we're going to need to reach more people anyway, so we're going to have to have two meetings at some point - not everyone can or has to make both meetings, but we'll just need to make sure everyone is aware of what's going on, and that decisions are appropriately handled inside and outside of meetings due to the increasingly distributed nature of the contributors.
+
*** Version discovery (Invalid?) https://bugs.launchpad.net/python-openstacksdk/+bug/1353031
* #topic find
+
*** Select version from available versions in version REST API https://blueprints.launchpad.net/python-openstacksdk/+spec/version-discovery
** There are a lot of open bugs regarding find. Let's see if we can nail down a path forward for find.
+
* #topic big tent
* #topic create images
+
** Example governance: https://review.openstack.org/#/c/188014/
** To create an image in glance you have to send a bunch of info in the request headers. The same info is returned in the JSON body of the response. I'm not sure how to best handle the duplicate fields in the Image resource yet.
+
** Example git namespace change: https://review.openstack.org/#/c/197672/
* #topic reauth on token timeout
+
* #topic vacation
** Does the SDK automatically reauth on token timeout? If not, this will be essential for 1.0. If we don't have it, the SDK can't be used in long lived processes (e.g. web apps, daemons, etc.). These are essential use cases.
 
* #topic registering error handlers
 
** Related to reauth. Is it possible to register an error handler in the SDK? The best way to handle reauth is to register an error handler for 401s and let it automatically handle the reauth for users. If we can register an error handler for that, might as well open up the capability to users.
 
  
 
== Previous Meetings ==
 
== Previous Meetings ==

Revision as of 14:10, 7 July 2015

Weekly Python-OpenStackSDK Team Meeting

If you're interested in the PythonOpenStackSDK, we will be holding public meetings weekly to discuss its ongoing development. Please feel free to add items to the agenda below with your IRC nickname and we'll cover them. The meeting will last 1 hour.

Meetings

Agenda

Previous Meetings