Skip to content

Version 1.9.0

Compare
Choose a tag to compare
@EdLeafe EdLeafe released this 15 Jul 14:46
· 989 commits to master since this release

2014.07.14 - Version 1.9.0

  • Cloud Files / Swift
    • Removed dependency on python-swiftclient
    • Ensured that URIs are properly encoded and quoted.
    • Improved verbose output for sync_folder_to_container().
    • CDN-related attributes were sometimes not initialized correctly. GitHub #399 and #423
    • Fixed case where passing async=True to bulk_delete() was ignored. GitHub #398
  • General
    • Fixed case where envronment variables are improperly ignored.
    • Fixed missing 'connect' param in identity authenticate().
    • Added support for different auth_endpoint values when using Rackspace authentication.
  • Cloud Servers / Nova
    • Load extenstions already installed in the local novaclient. GitHub #425
    • Made sure that 'personality' files are properly base-64 encoded.
  • Cloud Images / Glance
    • Added the find_images_by_name() method to list images by case-insensitive partial name matches.
  • Autoscale
    • Updated update_launch_config(). The 'flavorRef' variable was being incorrectly set to None.
    • Fixed 400 error when not including a personality file value.
  • Cloud Networks
    • The networks client was not being returned in cases where novaclient had already been created, due to incorrect caching of clients. GitHub #406
  • Cloud Load Balancers
    • Made get_stats() call available from the LB. GitHub #394