File python-openstackclient.changes of Package python-openstackclient

-------------------------------------------------------------------
Mon Feb 13 11:40:01 UTC 2017 - cloud-devel@suse.de

- update to version 3.8.1:
  - Tivial:update the description format in volume_snapshot.py
  - Should support 'auto' and 'none' as network parameter when boot instances
  - Fix all missing "os to openstack" transformation
  - unskip port test
  - Fix typo in release notes
  - Fix floating IP delete and show by IP
  - change os in command example to openstack(3)
  - Fix network create --project
  - Add one test for "backup set" command
  - Update the description format
  - Fix quota show --default command
  - fix functional tests for network agents
  - Avoid duplicated project_id when show network resources
  - Fix quota set command error for SDK > 0.9.10
  - Add options to allow filtering on agent list
  - Error handling for delete commands in identity
  - Update earliest-version number format in release notes
  - Make 'object save' fast again
  - Add --default option to "volume type list"
  - change os in command example to openstack(2)
  - Add --project and --project-domain option to "volume snapshot list"
  - Add relnotes for the two recent bug fixes
  - Update devref about "--no-property"
  - Functional tests - flavor
  - Release 3.7.0 cleanup
  - Adjust the code sequence in consistency_group.py
  - Fixes image api URL endpoint for certain scenario
  - Fix the missing os in command in example
  - Fix Octavia gate breakage caused by _get_columns()
  - Fix flavor create help re swap size units
  - OSC Network Meter
  - Updated from global requirements
  - Correct missspellings of secret
  - update server migrate '--wait' description
  - SDK Refactor: Prepare router commands
  - Add support for clearing router gateway
  - Add doc for Searchlight client
  - Modified API calls in os usage
  - change assert_show_fields to not fail on new fields
  - SDK Refactor: Prepare port commands
  - [TrivialFix] Fix typo error
  - Add unit tests for usage commands in compute v2
  - Fix network service provider functional test
  - Add server test for image and flavor lookups
  - Beef up floating IP functional tests
  - Functional tests - port
  - Fix filter error in os volume list
  - Add support for setting router gateway
  - Add plugin adoption for trove
  - Update functional test for aggregate.
  - Fix Network QoS rule CLI attrs parsing
  - Introduce overwrite functionality in ``osc router set``
  - Fix port command for SDK >0.9.10
  - Remove the fixed set of choices for network_type
  - Error in the return of command server show, create
  - Fix subnet creating failure in functional test
  - Fix Identity functional tests to not require OS_AUTH_URL
  - Beef up address scope functional tests
  - Add options to "server list" command
  - Remove unneeded methods from OS_Config class
  - Add "consistency group show" command
  - Fix quota show output
  - Cleanup for 3.8.0 release
  - Fix creating a private flavor with ID auto
  - Test-requirements.txt: Bump Hacking to 0.12
  - Use git+file urls instead of directories
  - Handle 403 error on creating trust
  - Error in the return of command 'volume qos create'
  - Add meter rule to OSC
  - Add "dns-name" option to "os port create" and "os port set"
  - Add 'allowed address pairs' option to 'port create/set/unset'
  - Add support for QoS rule type commands
  - Add two consistency group commands
  - Add server_boot_from_volume() test
  - add domain id to expected IdP fields, unskip tests
  - SDK refactor: Prepare security group commands
  - Add "consistency group set" command
  - Support "--no-property" option in volume snapshot set
  - functional test for volume
  - Fix "ip availability show" command
  - change os in command example to openstack
  - Add extra filtering options to floating ip list
  - Add support for Network QoS rule commands
  - Trivial: update volume-qos.rst
  - Remove auth_with_unscoped_saml decorator
  - SDK refactor: Prepare network commands
  - 3.5.0 release note cleanup
  - Add support for Glance 'update image members' feature
  - unskip network qos rule type functional test
  - Fix a spelling error
  - Add unit test for multi volume types delete
  - Fix image member unit tests occasional failures
  - Switch server create to block_device_mapping_v2
  - Add ploop to supported disk formats
  - Adds domain specification for SetUser
  - update plugins documentation
  - add support for running tests with master dependencies
  - Add ":option:` `" in the help message
  - Add "consistency group delete" command
  - Add "consistency-group-snapshot" option to consistency group create
  - Add '--force' option to 'volume snapshot delete' command
  - Update container format choices
  - Add some options to "volume create" command
  - Functional test for volume snapshot
  - Fix OSC networking commands help errors
  - Use image client for images instead of compute
  - To support '--project' and '--project-domain' options
  - Fix address scope list --share
  - Add '--type'and other options to network rbac list
  - WIP: Skip broken functional tests...
  - Fix security group rule list for NEtwork v2
  - skip tests related to SDK 0912 and keystone IdP change
  - Add "--remote-source" option to "volume snapshot create" command
  - Fix network functional tests for sdk 0.9.12
  - Install from /opt/stack/new instead of git.o.o
  - SDK refactor: Prepare network agent commands
  - Fix sphinx errors
  - Add filtering options to the address scope list command
  - Fix functional test for creating subnet
  - Revert "WIP: Skip broken functional tests..."
  - SDK Refactor: Prepare ip availability commands
  - Functional tests debug support
  - Revert "Remove marker and loop from "image list" command"
  - Beef up network functional tests
  - Fix 'mapping set' return value

-------------------------------------------------------------------
Thu Jan 12 21:06:47 UTC 2017 - dmueller@suse.com

- update to 3.2.1:
  * Add relnotes for backports for 3.2.1 release
  * Defer auth prompting until it is actually needed
  * Use project_domain_id only in password auth
  * Use stable/newton branch in tox_install.sh and tox.ini
  * Mask passwords in debug logs for auth_config_hook
  * Updated from global requirements
  * Update .gitreview for stable/newton

-------------------------------------------------------------------
Fri Sep  9 07:50:02 UTC 2016 - tbechtold@suse.com

- Remove some BuildRequires only needed for documentation.

-------------------------------------------------------------------
Fri Sep  2 12:33:49 UTC 2016 - tbechtold@suse.com

update to version 3.2.0
  * [docs] fix incorrect rst markups
  * Cleanup after install
  * Provide fallback prompt function for current osc-lib
  * Clean imports in code
  * Fix six typos
  * Fix auth prompt brokenness
  * Updated from global requirements

-------------------------------------------------------------------
Thu Sep  1 12:25:39 UTC 2016 - tbechtold@suse.com

update to version 3.1.0
  * Add create_one_image_member() in FakeImage class and update test
  * Fix error for find_service() in identity
  * fix one spelling mistake and two help messages
  * Add "--project" option to "volume type create" command
  * Remove discover from test-requirements
  * Standardize import format
  * Update Fakes.py and unit tests for commands in identity V2.0
  * Add support of setting volume's state
  * Remove execute permission on a few files
  * Add a document for required options
  * Add python-neutronclient to OSC plugins
  * Add notes, modify notes in fakes docstring
  * Rework clientmanager
  * Fix doc issue for "compute agent list" command
  * Pass security group id to novaclient
  * Remove useless dest of option in "snapshot create" command
  * Add port security option to network commands
  * skip image tag tests
  * Add "--marker" and "--limit" options to "snapshot list"
  * Add --ip-version filtering option to subnet.rst
  * Add support for domain specific roles
  * Add command to unset information from ports
  * Add Python3.5 to setup.cfg tox.ini
  * Implement network agents functionality
  * Updated from global requirements
  * Pass security group id to novaclient while adding security
  * Allow format selection in get_opts
  * Add '--dhcp' and '--no-dhcp' options to os subnet list cmd
  * Transfer "ip fixed add/remove" to "server add/remove fixed ip"
  * Integ test cleanup
  * arguments are not locale decoded into Unicode
  * Support bulk deletion for delete commands in identityv3
  * Fix OSC identity v3 functional tests
  * "server list": "Image Name", "Image ID" columns
  * skip failing tests due to bug 1599333 is fixed
  * Add command to unset information from Subnet-pools
  * remove unused LOG
  * Add "--snapshot" option to "backup create" command in volumev2
  * OS_DEFAULT_DOMAIN must be an ID
  * Follow upper constraints for all tox targets
  * Implement "network rbac set" command
  * Modify some help and error messages in ec2creds identityv2
  * Restore default auth-type for token/endpoint
  * update requirements and test requirements
  * Fix errors in volume set/unset image properties unit tests
  * Support bulk deletion for delete commands in computev2
  * Fix post and periodic jobs
  * Support multi REST API calls error handling for "volume set" command
  * Add support for deleting volumes with associated snapshots
  * Implement rbac list and show command
  * Support error handling for delete commands in volumev2
  * Add unit tests for group commands in identity v3
  * Add missing "Volume version 2 only" message in backup.rst
  * Remove FakeService.get_services
  * update plugin documentation
  * Remove useless dest of option in volume v1&v2
  * Use identity fake classes instead of old unit tests data
  * Unskip tests caused by bug 1599333
  * Fix up last-minute imports to use osc-lib
  * Implement network rbac create and delete commands
  * osc-lib: shell
  * Rename backup commands in volume v1 and v2
  * Added a note on how to test changes
  * Make set/unset command in volume pass normally when nothing specified
  * image list: Add Checksum column
  * Update the description of project in releasenotes.
  * Temp work around for missing select_auth_plugin()
  * Add '--force' option to 'backup delete' command in volumev2
  * Modify some unusual help messages in computev2
  * Exchange the check order for the dhcp and no-dhcp
  * modify notes in the FakeHypervisorStats docstring
  * Add command to unset information from Routers
  * Remove an outdated directory in tox.ini
  * Gate-unbreaking combo review
  * Change to plural form of object in multi delete error message in networkv2
  * Make set/unset commands pass normally when nothing specified in identityv3
  * Add unit tests for "host list" and "host show" commands
  * Update doc for credential in indentityv3
  * Correct reraising of exception
  * Add "--force" option to "backup create" command in volumev2
  * Change "ID only" to "name or ID" for backup commands
  * Add "--property" option to "snapshot create" command in volumev2
  * Transfer "ip floating add/remove" to "server add/remove
  * Work around a version clash issue with os-client-config
  * Set identity v3 client in networkv2 fake
  * Add "--property" option to "flavor create" command
  * Add "--force" option to "volume qos delete" command
  * fix a few spelling mistakes
  * Unit test of credential in identityv3
  * Refactor identity v3 unit tests with fake class
  * Allow setting quotas for server groups and server group members
  * Remove temporary code in ClientManager
  * Unskip the tests affected by warlock 1.3.0
  * Modify compute agent set command
  * Transfer "ip floating pool list" to "floating ip pool list"
  * Transfer "ip floating CRUD" to "floating ip CRUD"
  * Add missing '(name only)' message for keypair in computev2
  * Modify few words and change output format for command "ip floating list"
  * Clarification of option name rules
  * Use assertEqual() instead of assertDictEqual()
  * Add shell integration test
  * Show project access for volume type
  * Add assignment list to v2 identity and deprecate alternate listing
  * Refactor unit tests for project and domain with fake classes in identityv3
  * Add command to unset information from Subnets
  * osc-lib: api.auth
  * Deduplicate get_opts methods
  * Document network trunk  commands
  * fix some spelling mistakes in doc/
  * Fix several flake8 code style issues in compute tests.
  * document locale and language support tips
  * Add network-topolopy support
  * Implement "network agent set" command
  * Use FakeProject and FakeDomain classes in unit tests of networkv2
  * Add options to "volume type list" command
  * Add "--incremental" option to "backup create" command in volume v2
  * Show "target_project_id" attribute properly for network rbac object
  * Add Support for showing flavor access list
  * Make the doc build reproducible
  * Support to get server rdp/serial/mks type console url
  * Change the wrong import order

-------------------------------------------------------------------
Wed Aug 31 10:01:06 UTC 2016 - tbechtold@suse.com

update to version 2.6.0
  * Add newline to strings in stdout/stderr.write()
  * Implement "address scope create" command
  * Fix server group document issue
  * Add functional tests for IP availability
  * Modify lowercase to uppercase
  * Add functional tests for server group in ComputeV2
  * Imported Translations from Zanata
  * Fix output and error log in server.py
  * Rename --profile to --os-profile
  * Fixes BadRequest when no --pool-prefix given
  * Fix functional test for floatingip add/remove in ComputeV2
  * Support deleting multi address scopes in networkv2
  * i18n support for leftover exception messages in volume
  * Add new share and default parms to subnet pool cmds
  * Documentation updates
  * Added "name" parameter to the help message.
  * Trivial: Remove duplicated line in man page
  * Map server power state num to meanful string
  * fix keypair help msg
  * Support multiple argument for compute agent delete command
  * Add unit tests for "server show" command
  * Refactor TestImageList with FakeImage class
  * Fixed subnet command host route output
  * Release note cleanups for 2.6.0
  * Fix image tests to use warlock resources
  * Add FakeQos class and update unit test for qos_specs in VolumeV2
  * Fix i18n support for help and log.warning in image
  * Refactor service unit tests
  * add unit test for compute agent command
  * Fix functional test failures
  * Added --no-route to the router set command
  * Add functional tests for commands of floating ip
  * Updated from global requirements
  * Changed the nomenclature of credentials command
  * Add support for volume transfer request list
  * keystone: fix catalog output when region is unset
  * Add ip version filter to subnet list
  * Release notes cleanup
  * bump timeout to prevent gate failures
  * Refactor TestAddProjectToImage with FakeImage class
  * Implement "address scope set" command
  * Add support for setting flavor-access
  * Use find_resource() instead of get() in _prep_server_detail()
  * Fix i18n support in cinder
  * Modify the style of translated messages
  * Add "server group list" command
  * Add network segment command object
  * Implement "address scope list" command
  * Update tests for server
  * Add network availability for osc
  * Add "server group show" command
  * Add FakeType class and update volumetype test in VolumeV2
  * Implement "address scope show" command
  * Add "server group create" command
  * remove #noqa from i18n imports
  * Do not require an scope when setting a password
  * Add a unit test for "flavor create" command
  * Add support for removing flavor-access
  * Search by user defined ID for identity providers
  * Add FakeBackup class and updata backup unittest in volumeV2
  * Add some functional tests for commands in VolumeV2
  * Fix error in flavor set/unset command
  * Refactor TestVolumeShow with FakeVolume
  * Support error handling for "port delete" command
  * Update v2 endpoint show help
  * Remove unnecessary type conversions in network unit tests
  * Add commands of clustering service to doc
  * Check port name in set port tests
  * Pep8 environment to run on delta code only
  * Make "flavor show" command to show a private flavor properly
  * Support for volume service list
  * add a bandit environment to tox
  * [compute] Add server backup function
  * Support quota show for current project
  * fix endpoint show help
  * Fix functest "test_server_metadata()" in test_sever.py
  * Add describe of overwrite options behavior into devref
  * Fix network router type display
  * Fix i18n support for help and error messages in compute
  * Search by user defined ID for service providers
  * Fix errors for "volume type unset" command
  * Replace tempest-lib with tempest.lib
  * Ignore domain related config when using with keystone v2
  * Fix help message for "server group delete" command
  * Fix wrong test in flavor unit tests
  * Make set/unset commands in volume return normally when nothing specified
  * Add FakeSnapshot class and update snapshot test in VolumeV2
  * Doc: Add network resource descriptions
  * Spec to Implement IP Availability
  * modify server group
  * Added CONTRIBUTING.rst file
  * Add VLAN Transparent option to ``osc network``
  * Fix unit test for volume commands in volumev2
  * Trivial: Fix i18n support in network/common.py
  * Add "server group delete" command
  * Fix mutable default arguments in tests
  * Trivial: Remove unuseful comments for assertRaise() checking
  * Refactor SetService --enable/disable option
  * Trivial: Fix an omited i18n issue
  * Refactor TestVolumeList with FakeVolume
  * Implement "address scope delete" command
  * Support to set server state
  * Fix i18n support problems in identity
  * Add "image unset" command
  * Support X.latest format for OS_COMPUTE_API_VERSION
  * Fix i18n support for help and error msg in network
  * remove assert in favor an if/else
  * Fix some missing i18n support problems in compute
  * i18n support for help and error messages in cinder
  * include old release notes in reno
  * Devref: Command Beta
  * Avoid TypeError on message object additions
  * Additional network protocol support
  * Add network support for "quota set"
  * Fix --enable options on commands
  * Refactor TestRemoveProjectImage with FakeImage class
  * fix image unset
  * Add server set/unset unit test cases
  * Fix release note links to (now) external docs
- update _service and switch to upstream spec template

-------------------------------------------------------------------
Fri Mar  4 09:00:16 UTC 2016 - tbechtold@suse.com

- update to 2.2.0:
  * Fix test_aggregate functional test
  * Updated from global requirements
  * Trivial: Reorder unit tests in alphabetical order in volume tests
  * [Image] Check return value is None in image unit tests
  * Support "network create" command in nova network
  * Devref: Options with Choices
  * Clean up unnecessary import of urlparse module
  * Trivial: Update image_list v2 docs
  * Fix regression in interactive client mode
  * Fix 'code-block' tag format issues
  * TrivialOrder: Rearrange Class Names
  * add a checklist for creating a new plugin
  * Trivial: Reorder flavor op order in flavor.py
  * Subnet: Add "subnet delete" command using SDK
  * fix: Exception message includes unnecessary class args
  * Refactor security group list to use SDK
  * take_action() method from command.Command shouldn't return
  * Trivial: Reorder unit tests in test_type.py
  * Fix return value of "image set" command
  * [Compute] Check return value is None in compute unit tests
  * Router: Add --route and --clear-routes options to "router set" command
  * Add MultiKeyValueAction to custom parser action
  * Make SetAggregate inherit from cliff.Command
  * Make SetAgent inherit from cliff.Command
  * Make SetSecurityGroup inherit from cliff.Command
  * Make SetFlavor and UnsetFlavor inherit from cliff.Command
  * Add missing command/configuration object
  * Updated from global requirements
  * Add shell --profile option to trigger osprofiler from CLI
  * update heat object and command doc
  * Add some test cases for "server list" command
  * Floating IP: Neutron support for "ip floating show" command
  * Improve tox to show coverage report on same window
  * Py3 replace dict.iteritems with six.iteritems
  * Updated from global requirements
  * Defaults are ignored with flake8
  * Fixed a bunch of spacing
  * Add "security group rule show" command
  * Fix wrong return value in TestDeleteFloatingIPNetwork
  * Use update_parser_common() in ShowNetwork
  * Use instanceof instead of type
  * Add "os subnet show" command using SDK
  * Initialize _keys in __init__() in FakeFlavorResource
  * Add unit tests for 'hypervisor stats' command
  * Clean redundant argument to dict.get
  * Add functional tests for "volume" commands v2
  * Add functional tests for "image" command v2
  * Updated from global requirements
  * Add unit test for "flavor show" command
  * Refactor: Set "project_id" for FakeXXX in a consistent style
  * Fix Mutable default argument
  * gitignore .idea
  * Trivial: Rename subnet_pool.rst to subnet-pool.rst
  * Replace string format arguments with function parameters
  * Support unscoped token request
  * Use assertIsNone() instead of assertEqual(None, xxx)
  * Don't use Mock.called_once_with that does not exist
  * Floating IP: Fix "ip floating list" in neutron network
  * Subnet Pool: Add "subnet pool show" command
  * Subnet Pool: Add "subnet pool list" command
  * Remove unused test-requirments
  * Subnet Pool: Add "subnet pool delete" command
  * Support "network show" command in nova network
  * Support "network list" command in nova network
  * Add release note for "network delete" command for nova network
  * Define FakeFloatingIP class in tests/compute for nova network commands
  * Add release note for "ip floating delete/list" commands for neutron network
  * Fix 'openstack --help' fails if clouds.yaml cannot be read
  * Rename parameter "identifier" to "network" in network commands
  * Use assertRaises() to check if an exception is raised
  * Support "network delete" command in nova network
  * Floating IP: Neutron support for "ip floating list" command
  * Floating IP: Neutron support for "ip floating delete" command
  * Updated from global requirements
  * Add quota functional tests
  * Add NetworkAndCompute Lister and ShowOne classes
  * Fix identity test_role functional tests
  * Trivial: Fix a typo in test_network.py
  * Updated from global requirements
  * Refactor network AZ exception handling
  * Refactor security group rule delete to use SDK
  * Identity: Fix DisplayCommandBase comments for cliff ShowOne subclass tests
  * Identity: Fix DisplayCommandBase comments for cliff Lister subclass tests
  * Identity: Fix DisplayCommandBase comments for cliff Command subclass tests
  * Trivial: Fix "abstractmethod" to "abstract method"
  * Fix DisplayCommandBase comments for cliff ShowOne subclass tests
  * Add "token revoke" for identity v3
  * Fix DisplayCommandBase comments for cliff Lister subclass tests
  * Fix DisplayCommandBase comments for cliff Command subclass tests
  * Updated from global requirements
  * Add release note for custom logging feature
  * Add release note for recursive delete
  * Add unit tests for "hypervisor show" command
  * Compute: Fix DisplayCommandBase comments for cliff ShowOne subclass tests
  * Compute: Fix DisplayCommandBase comments for cliff Lister subclass tests
  * Compute: Fix DisplayCommandBase comments for cliff Command subclass tests
  * Remove identity_client.projects definition in TestSecurityGroup
  * Define security_group_rules mock in FakeComputev2Client
  * Move security_groups mock definition to FakeComputev2Client
  * Fix formatting in release 2.0.0 notes
  * Fix some release note formatting
  * Add recursive object delete for containers
  * Refactor security group functional tests
  * Add functional tests for snapshots
  * Add support for triggering an crash dump
  * Add unit tests for "hypervisor list" command
  * Allow custom log levels for other loggers
- Adjust Requires according to requirements.txt

-------------------------------------------------------------------
Wed Mar  2 13:12:03 UTC 2016 - tbechtold@suse.com

- Add python-openstacksdk as BuildRequires

-------------------------------------------------------------------
Wed Mar  2 12:47:43 UTC 2016 - dmueller@suse.com

- update to 2.1.0:
  * Minor typo in help text
  * Fix a spell typos
  * Add --marker option to "image list" command
  * Add limit option to "image list" command
  * Remove marker and loop from "image list" command
  * Trivial: Reorder test class in test_volume.py into alphabetical order
  * Fix wrong type of volume attachments in FakeVolume
  * Refactor TestVolumeCreate to use FakeVolume
  * Refactor security group delete to use SDK
  * Add "os port show" command
  * Support listing network availability zones
  * Trivial: Fix wrong comment in test_image.py
  * Network: Abstract get_body() out to be a private helper
  * Drop log_method decorator
  * Updated from global requirements
  * Consume openstackclient.common.command in subnet/port
  * Fix showing network quotas for a project
  * Add missing release notes
  * log take_action parameters in a single place
  * Revert "Skip identity v2 functional tests"
  * Skip identity v2 functional tests
  * Add availability zone support for router commands
  * Update translation setup
  * Add availability zone support for network commands
  * Allow wait_for_delete to work for all clients
  * Updated from global requirements
  * Remove the Tuskar client
  * Use correct terminology for subnets
  * Updated from global requirements
  * Add releasenote for 'subnet list' command support
  * Add router functional tests
  * Subnet List
  * Updated from global requirements
  * Refactor abstract columns and datalist out in image and object test cases
  * Updated from global requirements
  * Refactor abstract columns and datalist out in compute test cases
  * log_method: get logger from decorated method if unspecified
  * Set up logger of each command by metaclass
  * Refactor: Abstract columns and datalist out in volume test cases
  * Add support to delete the ports
  * Initialize activation status
  * Imported Translations from Zanata
  * Updated from global requirements
  * Doc: Network is supported for extension object
  * Change --owner to --project in image commands
  * Support listing volume availability zones
  * Refactor "os availability zone list"
  * Changed the abstract columns and datalists from test cases of common and Identity
  * Updated from global requirements
  * Support non-interactive user password update
  * Use assertTrue/False instead of assertEqual(T/F)
  * Replace assertEqual(*, None) with assertIsNone in tests
  * Updated from global requirements
  * Further improve output for "os security group show"
  * Delete the unused LOG configure code
  * Refactor network endpoint enablement checking

-------------------------------------------------------------------
Sun Oct  4 07:16:35 UTC 2015 - tbechtold@suse.com

- update to 1.7.1:
  * Release notes 1.7.1
  * docs: pip install -e needs an argument
  * Glance `image set` Resolve Fracturing

-------------------------------------------------------------------
Sat Sep 26 17:48:50 UTC 2015 - tbechtold@suse.com

- update to 1.7.0:
  * Add release notes for 1.7.0
  * Use format_list instead of format_dict when listing images
  * Format an images properties and tags
  * Add image create support for image v2
  * Change ignore-errors to ignore_errors
  * Imported Translations from Zanata
  * Remove backticks from help in role commands
  * Move option logging back to start if initialize_app()
  * Set default auth plugin back to 'password'
  * Updated from global requirements
  * set image api to 1 for functional tests
  * Updated from global requirements
  * Imported Translations from Transifex
  * Use novaclient.client.Client for initialization Nova client
  * Add filtering by user for 'openstack server list'
  * Add support for listing servers of other projects
  * Support listing users by group name
  * Fix compute API version snafu
  * Properly handle port arguments for ICMP
  * Use a common decorator to log 'take_action' activation
  * Fix 'auhentication' spelling error/mistake
  * Volume v2 list does not show server name
  * Ignore flavor and image find errors on server show
  * Create log configuration class
  * default OS_VOLUME_API_VERSION to v2
  * Automate flavors, networks, and image get
  * unwedge the osc gate
  * additional functional tests for identity providers
  * Adds documentation on weekly meeting
  * Update the plugin docs for designate
  * Added note to install openstackclient
  * Running 'limits show' returns nothing
  * Optimize log formatting
  * Extract log level from configuration file
  * Move options to log level out of shell.py
  * Move set warnings filters to logging module
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Add tests for volume quota set
- Adjust Requires according to requirements.txt

-------------------------------------------------------------------
Mon Aug 31 08:34:09 UTC 2015 - dmueller@suse.com

- update to 1.6.0:
  * Use correct domain to find project
  * Updated from global requirements
  * Skip functional test: test_server_up
  * Remove non-existing hacking deviations from doc
  * Update plugin documentation
  * Add release notes for 1.6.0
  * Add developer documentation
  * Add --inherited to the role docs
  * Rename command docs to remove underscores
  * Inherited info/option when listing role assignment
  * Alphabetize setup.cfg
  * Add set feature to volume type v2
  * Add list feature to volume v2
  * Fixes inherited role assignments CRUD calls
  * Fix quota show when there is no project id
  * Add functional test for volume type create --property
  * Imported Translations from Transifex
  * Added a new function test for volume type set
  * Introduce functional test for Identity Provider
  * Add domain scoping in 'role assignment list'
  * Removed unnecessary assignment of function result Joined lines together
  * New test for configuration show --mask
  * add new test for configuration show unmask
  * Minor Documentation changes for code samples
  * Set OS_VOLUME_API_VERSION before running functional tests
  * Added test for `volume type show`
  * Add functional tests for volume type list
  * New test for configuration show
  * Fix quota set failed problem
  * Add support for volume v2 commands
  * Add configuration show command
  * Add plugin interface version
  * Fix --os-auth-plugin in auth_with_unscoped_saml
  * add doc for floatingip
  * Fix yet more documentation warnings
  * Make trustee/trustor/project searchable by ID
  * Add create and list for volume type v2
  * add image member commands for image API
  * Fix the way auth_type default value is overriden
  * Format volume type properties when showing
  * Rename type.py to volume_type.py
  * Removes trailing blank in trust show
  * Add volume type show for volume v1
  * --property should be required in `os unset` commands
  * More minor docs fixes
  * Minor identity documentation change
  * Add functional tests server reboot
  * Add functional tests server IP attach and detach
  * Add details to the documentation
  * Making --property as required when openstack flavor unset
  * Do not set default versions in parsed args
  * Add functional tests for servers that require wait
  * enhance tests for user v3
  * Remove unnecessary test extension mock
  * Remove requirements.txt from tox.ini
  * add functional tests for identity v3
  * Add functional tests for volume qos
  * Support multiple volume qos delete
  * add functional tests for identity v2
  * add --project-domain option for user v3
  * only return endpoints that have url
  * Fix the way we call find_resource when only using ID
  * Fix image save with API v2
  * Rename endpoint type to interface
  * temporarily skip help tests
  * Drop py33 support for Liberty
  * Fix interactive password prompt
  * Fix wrong mock method call
  * add functional tests for identity v2
  * Fixes modules index generated by Sphinx
  * Fix address parsing for server ssh command
  * openstack catalog list always returns publicURL for internalURL and adminURL
  * Remove the --dhcp option to network list
  * Remove testing of cliff command line options
  * add functional tests for identity v3
  * Add --os-endpoint-type cli optional argument
  * Show which aggregate a hypervisor is member of
  * Move update code from image create command
  * Fix examples with cacert
  * Add support for volume API v2 QoS commands
  * Add tests for 'list' and 'show' for volume qos v1
  * Alphabetize tests for v1 qos_specs
  * Add docs for QoS specs
  * No need for get_parser on QoS list
  * Alphabetize QoS specs
  * Add support for volume API v1 QoS commands
  * fix confused domain argument for network create v2
  * fix typo in network.rst
  * Add support to inherited project role grant calls
  * fix typo for server create in server.rst
  * Fix typo in user.rst
  * Update 1.4.0 release notes
  * Refactor option handling for user|group|project domain scoping

-------------------------------------------------------------------
Mon Jul 20 20:59:02 UTC 2015 - dmueller@suse.com

- update to 1.5.0:
  * Add release notes for 1.5.0
  * reference corect ec2 helper function
  * Updated from global requirements
  * Improve the hint message
  * Fix the typo in `openstackclient/shell.py`
  * Add oidc plugin for listing federation projects
  * Skip trying to set project_domain_id if not using password
  * Updated from global requirements
  * Updated from global requirements
  * Imported Translations from Transifex
  * Include links to developer workflow documentation
  * Enable specifying domain for group and role commands
  * Not use the deprecated argument
  * Create 1.4.0 release notes
  * Updated from global requirements
  * Add support for volume snapshot v2 command
  * Allow --insecure to override --os-cacert
  * Clean up ec2 credentials help text
  * Add functional tests for volume set and unset
  * Add domain support for ec2creds in v3 identity
  * Add EC2 support for identity v3 API
  * Imported Translations from Transifex
  * Add a reference to the IRC channels
  * Change Credentials header to Blob from data
  * Get rid of oslo_i18n deprecation notice
  * Fix security group list command
  * Rework shell tests
  * Add image functional tests
  * Add volume functional tests
  * Ignore cover directory from git
  * Set tenant options on parsed namespace
  * Add support for volume v2 API
  * add domain scope arguments to v3 role add in doc
  * project create is missing --parent in doc
  * add --domain argument to v3 project set
  * Add --wait to server delete
  * Use ostestr for test runs
  * Add cli tests for --verify and friends
  * Small tweaks to osc plugin docs
  * Fix shell tests
  * Create 1.3.0 release notes
  * Add support for v2 image set command
  * Adds python-tuskarclient to list of plugins
  * Remove oslo serialization requirement
  * Remove oslo incubator config
  * Add missing properties to image set command
  * Add some comments about current plugin support
  * Remove checks for None dates in keypair functional tests
  * Fix client error while rescuing an instance
  * Add support for keypair functional tests
  * Fix insecure/verify options
  * Use format options for functional tests
  * Fix functional test gate
  * Updated from global requirements
  * Enable specifing domains in "role add"
  * Send the correct user-agent to Keystone
  * Updated from global requirements
  * Security group rule delete broken
  * Updated from global requirements
  * Imported Translations from Transifex
  * Don't create empty quota set requests
  * Updated from global requirements
  * Add os-client-config cli tests
  * minor syntax error in tox.ini
  * Add image show tests
  * Minor fix to openstack image show command
  * Create 1.2.0 release notes
  * Fix tiny typo in comment message
  * Minor logging/debug cleanups
  * Redo 1.1.0 release notes
  * Remove unique class names because they are scoped
  * Raise exception if no session is created
  * Reduce parameters to base class execute
  * Functional tests run in many environments
  * Remove references to venv
  * Add a doc that dictates backwards incompatible changes
  * Remove run_tests.sh
  * Security group rule create fails
  * Fix security group create description bug
  * Adds support for container selection for backup
  * Create 1.1.0 release notes
  * Handle the pagination for image list
  * Refactor utility to find identity resources
  * Imported Translations from Transifex
  * remove unnecessary conditionals
  * Update the docs for new nic options
  * Begin documenting --os-cloud
  * Add --os-cloud support
  * Imported Translations from Transifex
  * Re-organize functional tests
  * Role operations should not require list object permission
  * Print warning on authentication error
  * Fix skipped image create attribute location attr
  * Uncap library requirements for liberty
  * Defer client imports
  * Better help for --nic in create server
  * Add support to specify volume quotas per volume type
  * Add docs for service provider CRUD
  * Federation Service Providers CRUD operations
  * Add warning message if unknown version supplied
  * Fix session timing
  * Add support for showing limits of a specific project
  * Suppress warnings user can't fix
  * Use glanceclient's inbuilt images find
  * Updated from global requirements
  * Imported Translations from Transifex
  * Add support to remote_id
  * Add parent field to project creation
  * Add project and domain params to network create
  * Add a doc about authenticating against v3
  * Add the ability to set and unset flavor properties
  * Use cliff deferred help instead of homemade one
  * Base TokenEndpoint plugin on keystoneclient's
- remove 0001-Fix-image-create-location-attribute.patch

-------------------------------------------------------------------
Fri Jun 12 13:10:33 UTC 2015 - mjura@suse.com

- Add 0001-Fix-image-create-location-attribute.patch, bnc#932270

-------------------------------------------------------------------
Fri Apr 24 12:10:59 UTC 2015 - tbechtold@suse.com

- Use %{version} in source

-------------------------------------------------------------------
Thu Apr 23 20:20:13 UTC 2015 - tbechtold@suse.com

- Switch to version 1.0.3

-------------------------------------------------------------------
Wed Apr 22 18:06:29 UTC 2015 - tbechtold@suse.com

- Add missing Requires for python-oslo.config

-------------------------------------------------------------------
Wed Apr 22 18:05:55 UTC 2015 -  tbechtold@suse.com

- Update to version python-openstackclient-1.0.3.post52:
  * Handle the pagination for image list
  * Imported Translations from Transifex
  * remove unnecessary conditionals
  * Update the docs for new nic options
  * Begin documenting --os-cloud
  * Add --os-cloud support
  * Role operations should not require list object permission
  * Defer client imports
  * Add support for showing limits of a specific project

-------------------------------------------------------------------
Sat Apr 18 23:52:03 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post35:
  * Imported Translations from Transifex
  * Print warning on authentication error
  * Suppress warnings user can't fix

-------------------------------------------------------------------
Fri Apr 17 23:52:17 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post29:
  * Re-organize functional tests
  * Fix skipped image create attribute location attr
  * Uncap library requirements for liberty
  * Better help for --nic in create server
  * Fix session timing

-------------------------------------------------------------------
Fri Apr 17 00:59:56 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post20:
  * Add support to specify volume quotas per volume type

-------------------------------------------------------------------
Wed Apr 15 01:02:04 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post18:
  * Add warning message if unknown version supplied
  * Use cliff deferred help instead of homemade one

-------------------------------------------------------------------
Tue Apr 14 01:00:32 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post14:
  * Use glanceclient's inbuilt images find

-------------------------------------------------------------------
Thu Apr  2 00:55:53 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post13:
  * Updated from global requirements

-------------------------------------------------------------------
Wed Apr  1 00:54:23 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post11:
  * Imported Translations from Transifex
  * Add support to remote_id

-------------------------------------------------------------------
Tue Mar 24 01:48:54 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post8:
  * Add project and domain params to network create
  * Add a doc about authenticating against v3
  * Add the ability to set and unset flavor properties

-------------------------------------------------------------------
Fri Mar 13 01:50:41 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post3:
  * Look harder to find DevStack

-------------------------------------------------------------------
Thu Mar 12 01:52:45 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3.post1:
  * Base TokenEndpoint plugin on keystoneclient's

-------------------------------------------------------------------
Wed Mar 11 01:55:35 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.3:
  1.0.3
  * Create 1.0.3 release notes
  * Move OSC auth plugins so they can be found
  * Add identity v3 catalog show
  * Update README
  * Imported Translations from Transifex
  * Add identity v3 catalog list
  * Fix catalog list when region name is absent
  * Add ability for diplaying hypervisor statistics
  * Add 'uptime' in 'hypervisor show'
  * Raise AttributeError for unknown attributes
  * Add hypervisor docs
  * Don't hack the image url
  * Fix embarrassing typo in man page
  * Updated from global requirements
  * Fix identity v2 catalog list
  * Fix help messages
  * Handle novaclient >2.20.0
  * Rename --verify for server resize to avoid conflict

-------------------------------------------------------------------
Tue Mar  3 01:55:55 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post50:
  * Fix auth-required for help command
  * Fix error msg in sort_items

-------------------------------------------------------------------
Fri Feb 27 01:54:59 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post46:
  * change oslo namespace to avoid warning
  * Revert "Skip functional tests until they are fixed"

-------------------------------------------------------------------
Thu Feb 26 01:53:59 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post42:
  * Updated from global requirements

-------------------------------------------------------------------
Wed Feb 11 01:44:49 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post41:
  * Skip functional tests until they are fixed
  * Restrict groups and users from changing domains
  * Do not allow user to change domain of a project
  * Implement trust in identity v3 api

-------------------------------------------------------------------
Sun Feb  8 01:02:06 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post34:
  * Imported Translations from Transifex
  * Change volume create --snapshot-id to --snapshot
  * Add sort support to image list

-------------------------------------------------------------------
Sat Feb  7 01:02:20 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post29:
  * Check volume status before extending size
  * Adding default user_domain_id parameter only when using password auth
  * Added capabilities/options to 'openstack flavor list' command to match capabilities already provided by 'nova flavor-list':
  * Add network support to quota show
  * Begin low-level API for Network v2

-------------------------------------------------------------------
Fri Feb  6 01:02:10 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post19:
  * tenant_id to project_id in server show

-------------------------------------------------------------------
Tue Feb  3 01:02:43 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post18:
  * Improving the help of the lock command

-------------------------------------------------------------------
Fri Jan 30 10:11:12 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post16:
  * Updated from global requirements

-------------------------------------------------------------------
Thu Jan 29 01:39:05 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post15:
  * Change test order to avoid incompatibliity
  * Add filter to image list
  * Add the ability to extend volumes in `osc volume set`

-------------------------------------------------------------------
Wed Jan 28 01:43:02 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post10:
  * fix the wrong order of assertEqual args
  * Add 'find by name' to --nic for creating server

-------------------------------------------------------------------
Tue Jan 27 01:39:25 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post7:
  * Remove ignore portion of tox.ini

-------------------------------------------------------------------
Sun Jan 25 01:37:34 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post6:
  * fix object list command naming

-------------------------------------------------------------------
Fri Jan 23 01:39:15 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post5:
  * Command docs: network

-------------------------------------------------------------------
Thu Jan 22 01:37:27 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2.post3:
  * Add region name for identity and volume clients
  * Begin low-level API for Image v1 and v2

-------------------------------------------------------------------
Tue Jan 20 01:38:02 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.2:
  1.0.2
  * Fix doc building errors
  * Create 1.0.2 release notes
  * Imported Translations from Transifex
  * Add version url config workaround

-------------------------------------------------------------------
Mon Jan 19 01:37:56 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.1.post122:
  * Add missing oslo-config to requirements

-------------------------------------------------------------------
Sat Jan 17 01:37:24 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.1.post121:
  * Update service clist commands for v2 and v3
  * Default user domain id and project domain id
  * Add helpful messages when authN'ing with password

-------------------------------------------------------------------
Fri Jan 16 01:38:41 UTC 2015 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.1.post115:
  * Use session for neutron client
  * Imported Translations from Transifex
  * Deprecate project usage list command
  * Copy wiki content to index page
  * Copy HIG from wiki
  * Check if service.name available before access

-------------------------------------------------------------------
Wed Jan 14 15:48:20 UTC 2015 -  tbechtold@suse.com

- Update to version python-openstackclient-1.0.1.post104:
  * Tweaks to the catalog doc and show command
  * Fine tune some of the helps commands
  * Command doc: policy
  * Updated from global requirements
  * Upgrade hacking to 0.10
  * Command docs: add service
  * fix some small issues in catalog show
  * Rework role list v2 for --user and --project
  * Add versioning to the docs that missed it
  * Updated from global requirements
  * Command doc: access token
  * Request token authorize
  * Command doc: snapshot
  * Fix up snapshot command
  * Command doc: image
  * Request token creation docs + tweaks
  * Command doc: consumer
  * Allow user list to filter by project
  * Command doc: federation protocol
  * Command doc: identity provider
  * Command doc: mapping
  * Command doc: backup
  * Fixup backup list output
  * Command docs: volume
  * Update the command list
  * Command doc: volume type
  * tweak the server command docs
  * Command docs: group
  * Add endpoint v3 docs
  * Command docs: ec2 credentials
- Adjust Requires according to requirements.txt

-------------------------------------------------------------------
Wed Dec 10 01:46:07 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.1.1.g52d2235:
  * Tweaks after the fact

-------------------------------------------------------------------
Tue Dec  9 01:47:17 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.1:
  1.0.1
  * Release 1.0.1

-------------------------------------------------------------------
Sun Dec  7 01:46:20 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.0.5.g8b9f45c:
  * Followup for ec2 credentials command fix

-------------------------------------------------------------------
Sat Dec  6 01:46:52 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.0.3.g95b1853:
  * Fix ec2 credentials commands for new auth
  * Workflow documentation is now in infra-manual

-------------------------------------------------------------------
Fri Dec  5 01:49:04 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-1.0.0:
  1.0.0
  * Command object docs: catalog, credentials, endpoint, region, token
  * Safely pop project parent id
  * Add documentation of interactive mode
  * 1.0.0 release notes
  * Command object docs: server, server image

-------------------------------------------------------------------
Wed Dec  3 01:48:53 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.157.gcc54f98:
  * Add the ability to list projects based on a user

-------------------------------------------------------------------
Tue Dec  2 01:48:05 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.155.g2663e16:
  * Add support for domains when deleting identity v3 resources
  * Command object docs: project, role, user
  * Updated from global requirements
  * Command object docs: aggregate, console *, keypair
  * Begin copying wiki command list here
  * Enhance the theming for modules page

-------------------------------------------------------------------
Sat Nov 22 01:31:32 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.143.ga2450d8:
  * Liberalize version matching a bit

-------------------------------------------------------------------
Thu Nov 20 15:39:13 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.141.gae00019:
  * Fix volume create --image
  * add keystone v3 region object
  * Updated from global requirements
  * Add --or-show support for v3 identity resources
  * Add authentication description doc
  * Add environment variable in the os-auth-type help
  * Add more session/api examples
  * Add an API example base and functional test base
  * Add arg to 'server image create' tests
  * Add additional support for --or-show

-------------------------------------------------------------------
Sat Nov 15 01:28:22 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.122.gf5a2811:
  * Remove links from oauth consumers
  * Remove links from federation related commands in identity v3
  * cleanup files that are created for swift functional tests
  * Beef up object-store tests

-------------------------------------------------------------------
Thu Nov 13 01:30:17 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.114.gb8d8e35:
  * Tests work fine with random PYTHONHASHSEED
  * Use fixtures from keystoneclient for static data

-------------------------------------------------------------------
Tue Nov 11 01:30:12 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.110.gc8ddfd8:
  * Swap remaining assertEqual arguments
  * Add --or-show option to user create

-------------------------------------------------------------------
Mon Nov 10 00:56:28 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.106.g951ca3a:
  * Updated from global requirements

-------------------------------------------------------------------
Sat Nov  8 00:56:22 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.105.g59735bf:
  * Add cliff-tablib to requirements

-------------------------------------------------------------------
Thu Nov  6 00:56:45 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.104.g631ed3c:
  * Unscoped federated user-specific commands

-------------------------------------------------------------------
Mon Oct 27 17:11:54 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.103.g2c9d263:
  * Fix server create for boot-from-volume
  * Adjust some logging levels
  * Change --os-auth-plugin to --os-auth-type
  * Include support for using oslo debugger in tests
  * Clean up shell authentication
  * Fix token issue after auth changeup
  * only generate one clientmanager instance in interactive mode
  * Remove ClientManager._service_catalog
  * Remove now-unnecessary client creation hacks
  * use jsonutils in oslo.serialization instead of keystoneclient
  * Close files on server create, add tests
  * Close files on image create
  * Move plugin stuff to clientmanager
  * Update use of open() in object API
  * Add plugin to support token-endpoint auth

-------------------------------------------------------------------
Wed Oct 15 00:09:05 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.78.gfa9cdef:
  * Put pbr and six first in requirements list
  * Fix operation on clouds with availability-zones
  * Add 'command list' command

-------------------------------------------------------------------
Tue Oct 14 00:09:36 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.72.g79a9331:
  * Remove 'links' section from several v3 Identity objects
  * Fix issue token for v3
  * Updated from global requirements
  * Add translation markers for user v2 actions
  * Mark identity v2 resources for translation
  * Update compute server messages for translation

-------------------------------------------------------------------
Sun Oct 12 00:12:02 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.60.gf0c57e1:
  * Allow --domain to be used for identity commands without lookup
  * Add domain parameters to user show for Identity V3

-------------------------------------------------------------------
Fri Oct 10 00:08:43 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.58.g0c77a9f:
  * Support for keystone auth plugins
  * CRUD operations for federated protocols
  * Update for cliff commandmanager >=1.6.1
  * Pass in domain and project as positional args, not kwargs

-------------------------------------------------------------------
Thu Oct  9 00:07:55 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.51.gd405b1b:
  * Implement CRUD operations for Mapping objects
  * Fix issues with object related commands

-------------------------------------------------------------------
Tue Oct  7 17:14:44 UTC 2014 - dmueller@suse.com

- Update to version python-openstackclient-0.4.1.47.g0cb204e:
  * Update gitignore
  * Add some code-blocks to the docs
  * Place the command to generate docs on one line
  * Remove duplicate env function in shell.py
  * Create a whole slew of functional tests for identity
  * Add functional tests to osc
  * Move object-store commands to low-level API
  * Add low-level API base class
  * Test top-to-bottom: object-store containers

-------------------------------------------------------------------
Mon Sep 29 00:33:38 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.34.g02320a5:
  * Updated from global requirements
  * utils.find_resource does not catch right exception

-------------------------------------------------------------------
Thu Sep 25 08:23:52 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.30.g1212ddb:
  * Remove unused reference to keyring

-------------------------------------------------------------------
Tue Sep 23 23:35:32 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.29.g2d12256:
  * v3 credential set always needs --user option
  * Use oslo.utils

-------------------------------------------------------------------
Mon Sep 22 12:10:01 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.1.27.gceae0be:
  * Change help text for image save command
  * Fixing typo and improving docstring of find_domain

-------------------------------------------------------------------
Mon Sep 22 05:20:46 UTC 2014 - tbechtold@suse.com

- Update to version python-openstackclient-0.4.1.24.g2a2c8ee:
  * Updated from global requirements
  * Acknowlege git.o.o as OpenStack's git server
  * Add service catalog commands
  * Return current user/project for user/project show commands
  * Add support for 'file' format objects
  * Add preliminary save container support
  * Add preliminary support for downloading objects
  * Stop using intersphinx
  * Updated from global requirements
  0.4.1
  * Use Keystone client session.Session
  * Multiple args for object and container commands
  * Work toward Python 3.4 support and testing
  * Add network extension list

-------------------------------------------------------------------
Tue Sep  9 23:43:58 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.113.g696c967:
  * Update docs and release notes for 0.4.1 release
  * Add action 'user password set' for identiy v3
  * Unordered dicts and lists causes variable results
  * Leverage openstack.common.importutils for import_class
  * Sync with oslo-incubator and add importutils
  * assertEquals order wrong
  * Make Identity client load like the others
  * Fix server add security group
  * Fix security group list for non-admin
  * Change app.restapi to app.client_manager.session
  * Network use enable/disable vs admin state up/down
  * add service/interface/region filter for endpoint v3

-------------------------------------------------------------------
Tue Aug 26 05:18:56 UTC 2014 - tbechtold@suse.com

- Update BuildRequires and Requires

-------------------------------------------------------------------
Sun Aug 24 23:40:20 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.89.g1eb7aba:
  * Add i18n module to openstackclient
  * Create message variables for exceptions
  * Add oslo.i18n as a dependency

-------------------------------------------------------------------
Sat Aug 23 23:40:45 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.83.g7a8c9a7:
  * Updated from global requirements
  * add tests for identity v3 endpoint

-------------------------------------------------------------------
Fri Aug 22 23:40:53 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.80.gfc44578:
  * add tests for identity v3 domain

-------------------------------------------------------------------
Wed Aug 13 00:23:24 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.78.g19b8605:
  * a mistake in tests/identity/v3/test_role.py
  * Add commands for object upload and delete

-------------------------------------------------------------------
Mon Aug 11 12:15:35 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.75.g0cfd0b1:
  * test_find_resource fails if run alone
  * Use oslosphinx to generate documentation
  * user create v2.0 depends on tenantId in response
  * Updated from global requirements
  * v3 endpoint set shouldn't always need service option
  * Add container create and delete support

-------------------------------------------------------------------
Sat Aug  2 00:16:14 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.64.g75e8490:
  * Cleanup README.rst

-------------------------------------------------------------------
Wed Jul 30 00:14:40 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.63.g81d1179:
  * fix typo in identity/v3/endpoint.py

-------------------------------------------------------------------
Tue Jul 29 00:15:41 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.62.g02cdebb:
  * More make_client() logging cleanup
  * Add more columns to image list output

-------------------------------------------------------------------
Fri Jul 25 23:37:00 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.58.g01f7a5f:
  * Change V2 image tests to actually run V2 image code

-------------------------------------------------------------------
Thu Jul 24 23:36:53 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.56.ge0cf68f:
  * Normalize more help strings

-------------------------------------------------------------------
Thu Jul 24 08:02:34 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.54.g8c556e6:
  * Fix PEP8 E302 errors
  * Change object API_NAME to 'object_store'

-------------------------------------------------------------------
Tue Jul 22 23:37:03 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.51.g4d3d287:
  * Fix IDP commands
  * Update help text for some network commands

-------------------------------------------------------------------
Thu Jul 17 00:16:49 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.48.g3cfb97e:
  * Add Python 3 support

-------------------------------------------------------------------
Sat Jul 12 23:50:57 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.47.g5830007:
  * Fix server resize

-------------------------------------------------------------------
Fri Jul 11 23:51:44 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.45.gbc6495c:
  * Add basic timing support

-------------------------------------------------------------------
Wed Jul  9 23:51:40 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.43.g7028374:
  * Domain administrator cannot do project operations
  * Allow network find to use alternate name
  * Add support to list volume extensions

-------------------------------------------------------------------
Tue Jul  8 23:50:52 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.37.gba15646:
  * Clean up make_client() logging
  * Python 3: do not compare a list to a zip object
  * Catch SystemExit for parse args
  * Python 3: remove a useless code to safe_encode()
  * Add support to list compute extensions

-------------------------------------------------------------------
Mon Jul  7 23:51:32 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.27.gea938e8:
  * Replaced some UTF-8 characters with ASCII characters
  * Move network stuff to v2 instead of v2_0

-------------------------------------------------------------------
Fri Jul  4 23:51:09 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.24.gb3736fd:
  * Remove keyring support from openstackclient
  * trust authentication
  * Python 3: do not use __builtin__

-------------------------------------------------------------------
Thu Jul  3 00:09:39 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.18.g8e12949:
  * Updated from global requirements
  * Remove backslash usage from a few tests

-------------------------------------------------------------------
Sat Jun 28 00:06:21 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.4.0.15.gddf0c16:
  * Sort/clean setup.cfg
  * Rename token classes to match command
  * Fix PEP8 E126 and E202 errors
  * Fix PEP8 E265 errors
  * Fix PEP8 H405 errors
  * Fixed typos in the identity client

-------------------------------------------------------------------
Thu Jun 26 10:08:47 UTC 2014 - dmueller@suse.com

- Update to version python-openstackclient-0.4.0.4.g8f59524:
  * Network CRUD
  * Updated from global requirements
  * sync oslo bits
  0.4.0
  * Update docs and release notes for 0.4.0
  * Updated from global requirements
  * Complete Identity v3 list command filters
  * Change the token verb to issue/revoke
  * Update docs template
  * Add a docs job to tox.ini
  * Fix find_resource for keystone and cinder
  * Refactor role list subcommand for identity v3 api
  * Add token delete command for identity v2

-------------------------------------------------------------------
Tue Jun 24 08:20:55 UTC 2014 - dmueller@suse.com

- add python_requires service 

-------------------------------------------------------------------
Wed Jun 18 00:20:53 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.67.g6380b8b:
  * Image create and set command updates and tests
  * Refactor oauth1 code for updates

-------------------------------------------------------------------
Tue Jun 17 00:19:40 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.64.gfbb9e7a:
  * Clean up logging levels

-------------------------------------------------------------------
Mon Jun 16 00:19:03 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.62.g5c2d9f3:
  * Updated from global requirements

-------------------------------------------------------------------
Sun Jun 15 00:19:30 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.60.g0da5bfe:
  * Ignore most of the new hacking 0.9.2 rules
  * Add support for extension list

-------------------------------------------------------------------
Sat Jun 14 00:19:54 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.56.g497a389:
  * Add role assignments list support to identity v3

-------------------------------------------------------------------
Wed Jun 11 00:19:48 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.54.g7f6a901:
  * replace string format arguments with function parameters
  * Add tests for identity endpoints

-------------------------------------------------------------------
Thu May 29 00:40:31 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.50.gfb65652:
  * Fixed several typos throughout the codebase
  * Fix server image create

-------------------------------------------------------------------
Fri May 16 00:47:11 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.46.g870e7dd:
  * Change volume create --volume-type to --type

-------------------------------------------------------------------
Sat May 10 00:47:23 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.45.ga93851d:
  * Implement CRUD operations for Identity Providers

-------------------------------------------------------------------
Thu May  8 00:46:16 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.43.g03b9a72:
  * Display all server log when --lines option is None
  * Fix help message for `ip floating delete`

-------------------------------------------------------------------
Wed May  7 00:45:14 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.40.g834867b:
  * volume type create should display properties
  * Skip auth in cinderclient

-------------------------------------------------------------------
Sat May  3 00:29:44 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.37.g6c5f2e3:
  * Updated from global requirements

-------------------------------------------------------------------
Wed Apr 23 23:45:42 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.36.gc744abd:
  * Updated from global requirements
  * Fix the project option to user list so it filters
  * Make endpoint commands more consistent

-------------------------------------------------------------------
Fri Apr 18 00:17:36 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.30.g8ec78a1:
  * Pass arguments to v3 keystoneclient by kwarg
  * Make bash comple command best effort to authorize
  * In anticipation of network agents, rename compute

-------------------------------------------------------------------
Wed Apr 16 00:15:02 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.24.g01db6d9:
  * move read_blob_file_contents to utils

-------------------------------------------------------------------
Mon Mar 24 00:36:21 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.23.gee22070:
  * Correct display of project/tenant id on display of credentials

-------------------------------------------------------------------
Sun Mar 23 00:36:19 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.21.g4900c64:
  * Produce a useful error message for NoUniqueMatch

-------------------------------------------------------------------
Fri Mar 14 01:37:04 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.20.g0c0803d:
  * identity v3 allow project list filtering by domain
  * Add ability to set key value pairs in projects

-------------------------------------------------------------------
Thu Mar 13 01:14:22 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.17.g65f094e:
  * Updated from global requirements

-------------------------------------------------------------------
Tue Mar 11 01:49:34 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.16.gcf8506d:
  * Fix 'keypair show' command output

-------------------------------------------------------------------
Mon Mar 10 16:02:09 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.1.14.g4632238:
  * add interface and url to endpoint list
  * Fixed spelling error, compatability to compatibility
  * Fixed Spelling errors - compatability to compatibility
  * Fixed spelling errors - occurance to occurence
  * Updated from global requirements
  * Add --volume option to image create command
  0.3.1

-------------------------------------------------------------------
Sat Mar  1 00:55:19 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.50.g808fa65:
  * Update release notes for 0.3.1
  * Fix format errors in nova security group rule list

-------------------------------------------------------------------
Thu Feb 27 01:40:09 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.46.gb7f673c:
  * Use cacert values when creating identity client
  * Fix volume commands with multiple regions

-------------------------------------------------------------------
Tue Feb 25 01:02:45 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.43.g1253932:
  * Updated from global requirements

-------------------------------------------------------------------
Mon Feb 24 01:13:45 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.42.g8fe50fc:
  * Fix some help strings

-------------------------------------------------------------------
Sun Feb 23 00:39:05 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.40.g034a9d1:
  * Add ability to prompt for passwords for user create and set

-------------------------------------------------------------------
Sat Feb 22 01:34:54 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.38.g8b494f0:
  * Update oslo incubator bits
  * Rename Openstack to OpenStack

-------------------------------------------------------------------
Fri Feb 21 01:42:34 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.34.g2958421:
  * Python 3: the content of a FakeResponse must be bytes
  * Glance client no longer isa http client

-------------------------------------------------------------------
Fri Feb 14 09:04:45 UTC 2014 - speilicke@suse.com

- Run testr directly

-------------------------------------------------------------------
Wed Feb 12 00:57:21 UTC 2014 -  cloud-devel@suse.de

- Update to version python-openstackclient-0.3.0.31.g2f5e823:
  * FakeResponse: use a default status code
  * Python 3: fix a syntax error
  * Fix misspellings in python openstackclient

-------------------------------------------------------------------
Tue Feb 11 16:01:15 UTC 2014 - speilicke@suse.com

- Replace git_tarballs source service with download_files and set_version
  + Use upstream URL as source (enables verification)

-------------------------------------------------------------------
Sat Feb  1 01:47:47 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.22.g6323633:
  + Add token create subcommand for identity v3 api

-------------------------------------------------------------------
Thu Jan 30 16:52:15 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.20.g0aeb357:
  + Fix keyring issue where there were name space problems
  + Updated from global requirements

-------------------------------------------------------------------
Fri Jan 24 13:47:23 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.17.gcb2fd0a:
  + Add token create subcommand for identity v2 api
  + Remove remaining print statements
  + Remove copyright from empty files

-------------------------------------------------------------------
Sat Jan 18 01:13:24 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.11.g81d33a5:
  + Fix image set properties error
  + Sync with global requirements

-------------------------------------------------------------------
Sat Jan 11 00:58:28 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.8.gb00bbaa:
  + Displaying curl commands for nova and cinder calls
  + Fix errant underscores

-------------------------------------------------------------------
Thu Jan  9 01:40:37 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.4.ge821a6b:
  + Add support for specifying custom domains

-------------------------------------------------------------------
Thu Jan  2 18:25:37 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.2.g202c3e3:
  + Closes-Bug: #1262322 Make links clickable

-------------------------------------------------------------------
Sat Dec 21 01:43:05 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.3.0.1.g12f31ee:
  + Release notes for 0.3.0 release
  + Closes-Bug: #1262321

-------------------------------------------------------------------
Wed Dec 18 01:15:27 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.37.g4595ca1:
  + Remove mox3 requirement

-------------------------------------------------------------------
Wed Dec 11 01:06:33 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.36.gc645049:
  + Updated from global requirements

-------------------------------------------------------------------
Sat Dec  7 00:52:28 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.35.gfacdc87:
  + Update docs for plugins and release notes
  + Bring RESTApi closer to ithe imminent keystoneclient.Session

-------------------------------------------------------------------
Fri Dec  6 11:03:06 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.31.gb88a7b8:
  + Update OSC's CommandManager subclass
  + Add missing requests and six requirements
  + Add module list command

-------------------------------------------------------------------
Wed Dec  4 13:39:17 UTC 2013 - speilicke@suse.com

- Run testsuite during build (%check section) and obsolete the test
  package. An overall simplification of the test process
- Fixed totally broken dependencies

-------------------------------------------------------------------
Tue Dec  3 01:24:15 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.26.g5dcc3b6:
  + Add return Closes-Bug: 1246356

-------------------------------------------------------------------
Tue Nov 26 01:29:12 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.25.g935781f:
  + Restore Object API name 'object-store'

-------------------------------------------------------------------
Mon Nov 25 14:22:25 UTC 2013 - dmueller@suse.com

- switch to python-setuptools 

-------------------------------------------------------------------
Sat Nov 23 00:38:02 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.24.g9062811:
  + Expand support for command extensions

-------------------------------------------------------------------
Thu Nov 21 01:21:09 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.23.gd45187a:
  + Support building wheels (PEP-427)
  + Fix typo
  + change execute to run
  + Complete basic test infrastructure
  + Add server image create command

-------------------------------------------------------------------
Tue Nov 12 00:51:35 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.14.gc946192:
  + Update URL for global hacking doc and fix typos

-------------------------------------------------------------------
Sat Nov  9 01:22:32 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.13.ge118f21:
  + Remove httpretty from test requirements
  + Updated from global requirements

-------------------------------------------------------------------
Tue Oct 29 01:03:49 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.10.g9137cc3:
  + Do lookups for user, project in volume create

-------------------------------------------------------------------
Sun Oct 27 10:28:36 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.9.g1fa1330:
  + Adjust to non-deprecated names in Keyring 1.6.+

-------------------------------------------------------------------
Sun Oct 27 10:28:10 UTC 2013 - dmueller@suse.com

- remove 0001-Adjust-to-non-deprecated-names-in-Keyring-1.6.patch 

-------------------------------------------------------------------
Thu Oct 24 12:26:20 UTC 2013 - dmueller@suse.com

- add 0001-Adjust-to-non-deprecated-names-in-Keyring-1.6.patch 
- fix requires

-------------------------------------------------------------------
Thu Oct 17 16:03:02 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.8.ga1bda21:
  + Updated from global requirements

-------------------------------------------------------------------
Mon Oct 14 12:22:33 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.7.g29642c2:
  + Add options to support TLS certificate verification
  + Add to clientmanager tests
  + Sync oslo-incubator for py33 fixes

-------------------------------------------------------------------
Tue Oct  8 12:49:24 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.2.gbca4cf9:
  + Updated from global requirements

-------------------------------------------------------------------
Mon Sep 30 23:56:28 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.2.1.gad59b03:
  + Add object-store show commands

-------------------------------------------------------------------
Sat Sep 21 00:32:12 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.19.g74f4e31:
  + Fix security group entrypoints
  + Sort entrypoints in setup.cfg
  + Update release notes for 0.2.2

-------------------------------------------------------------------
Mon Sep 16 23:38:09 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.16.g6fe687f:
  + Delay authentication to handle commands that do not require it

-------------------------------------------------------------------
Wed Sep 11 23:38:34 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.15.g8898e02:
  + Update tox.ini for new tox 1.6 config
  + Prepare for Identity v3 tests
  + Identity v3 tests

-------------------------------------------------------------------
Thu Sep  5 00:08:19 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.11.g44c97cc:
  + Update requirements.txt and test-requirements.txt
  + Refactor fake data for projects and users
  + Add Identity v2 role and service tests

-------------------------------------------------------------------
Sat Aug 31 00:12:59 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.7.g725e254:
  + Object API commands using our REST API layer

-------------------------------------------------------------------
Thu Aug 29 00:13:20 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.6.g17f13f7:
  + Create a new base REST API interface

-------------------------------------------------------------------
Fri Aug 23 23:46:28 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.5.gb440986:
  + Re-order oauth commands and sync with keystoneclient

-------------------------------------------------------------------
Thu Aug 22 23:38:13 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.3.g22a6e88:
  + Add Identity v2 user tests

-------------------------------------------------------------------
Tue Aug 20 00:16:21 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1.2.g493339d:
  + Add Identity v2 project tests

-------------------------------------------------------------------
Wed Aug  7 00:23:47 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.1:
  + Sync with global requirements
  + Add release notes in docs

--------------------------------------------------------------------
Fri Aug  2 23:51:30 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 0.2.rc1.2.gaf87489:
  + Modify run_tests.sh to just run tox
  + Change version reporting to use pbr

-------------------------------------------------------------------
Thu Aug  1 12:32:52 UTC 2013 - speilicke@suse.com

- Only require discover on SLE

-------------------------------------------------------------------
Fri Jul 12 08:24:58 UTC 2013 - naehring@b1-systems.de

- added python-keyring to requires 

-------------------------------------------------------------------
Tue Jul  2 07:51:48 UTC 2013 - dmueller@suse.com

- fix requires 

-------------------------------------------------------------------
Wed Jun 26 11:29:24 UTC 2013 - dmueller@suse.com

- Initial package 

openSUSE Build Service is sponsored by