-
Notifications
You must be signed in to change notification settings - Fork 208
Development plans
Ed Leafe edited this page Aug 26, 2013
·
8 revisions
-
Complete Cloud Monitoring
- docs
- code samples
-
Add autoscaling
- wrap API
- docs
- code samples
- Add variation to wait_for_* methods in utils:
wait_for_change()
. This will wait until the value of the specified attribute changes to anything different than the initial value.
-
Replace Cloud Databases with python-troveclient
-
Replace auth code in client.py with python-keystoneclient
-
Remove the
identity
object from the pyrax module level namespace. Replace with a private list of identity objects, with a property namedidentity
that emits a deprecation warning, and then returnspyrax._identities[-1]
to preserve existing behavior. -
Change each client to receive a method object for re-authentication. This would be a closure, so that multiple auth clients can be present at once without breaking re-authentication.