Jump to: navigation, search

Meetings/PythonOpenStackSDK

< Meetings
Revision as of 20:09, 29 June 2015 by Everett Toews (talk | contribs) (Agenda)

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

  • #startmeeting python-openstacksdk
  • Roll Call
  • #topic Proposal: moratorium on new services/resources being added until after 1.0
    • 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 find
    • There are a lot of open bugs regarding find. Let's see if we can nail down a path forward for find.
  • #topic reauth on token timeout
    • 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