File openstack-cinder-doc.changes of Package openstack-cinder

-------------------------------------------------------------------
Fri Jul 19 20:34:16 UTC 2013 - dmueller@suse.com

- adjust rm command 

-------------------------------------------------------------------
Tue Feb 26 11:21:48 UTC 2013 - dmueller@suse.com

- add python-oslo-config buildrequires 

-------------------------------------------------------------------
Fri Feb 22 11:23:00 UTC 2013 - saschpe@suse.de

- BuildRequire openstack-suse-macros instead of openstack-macros

-------------------------------------------------------------------
Tue Jan 15 15:36:50 UTC 2013 - saschpe@suse.de

- Revert "fix", it's sufficient to require python-cinder

--------------------------------------------------------------------
Tue Jan 15 14:08:28 UTC 2013 - cloud-devel@suse.de

- Update to version 2013.1+git.1358255308.7905b6b:
  + Factor out LVM code.

--------------------------------------------------------------------
Mon Jan 14 12:01:00 UTC 2013 - dmueller@suse.com

- Update to version 2013.1+git.1358161260.643f916:
  + Implement filter scheduler
  + Revert "Implement filter scheduler"
  + Provide HP 3PAR array iSCSI driver
  + Fix CinderClient exception name in EMCISCSIDriver.
  + Enable cinder exception format checking in tests.
  + Update exceptions to pass correct kwargs.
  + Add option to make exception format errors fatal.
  + Implement filter scheduler
  + Use tempdir for lock_path in tests.
  + Make WebOb version specification more flexible
  + Fix cmds clearing in TargetAdminTestCase.
  + Add missing library
  + use deleted = False, not 0 for update
  + Implement ability to Clone volumes in Cinder.
  + Add pyflakes
  + Adds synchronization to attach volume.
  + Add EMC Volume Driver in Cinder
  + Adding marker, pagination, sort key and sort direction to v2 api
  + Fix typo in image_utils tempfile handling
  + Make the NetAppISCSIDriver._is_clone_done() method able to handle
  + Make sure we don't double remove tmp on exception
  + Add service mgmt extension.
  + Added the lockutils, fileutils, gettextutils
  + Fixes a Windows volume driver bug on disk export
  + Moving host admin extension with other extensions
  + Allow the lvm backed drivers to use mirrrors
  + CHAP support for IBM Storwize/SVC driver.
  + Remove instance quota re-sync code
  + Add image metadata API extension
  + Raise NotImplemented for drivers that don't support images
  + Add *.swp to gitignore.
  + Support glance servers over https
  + Add commands used by NFS volume driver to rootwrap
  + Changing display_name to name in v2 api
  + Make summary and detail view consistent with other projects
  + creating separate v1 and v2 stubs and general fakes
  + Make copy_to_volume a bit more useful.
  + Delete type call in api needs update to use ID.
  + Convert volume_type id from int to uuid.
  + Rename Config osapi_compute_link_prefix to osapi_volume_base_URL
  + Fix exception when size is None.
  + Ensure request_spec can be serialized.
  + attaching volumes will set instance_uuid instantly
  + Revert changes to monkey_patch.
  + Improve provider_location cleanup code for RBD.
  + Fix import order to make it alphabetical.
  + Fix None being passed into as_int().
  + Use auth_token middleware from keystoneclient.
  + Provide i18n to those messages without _()
  + Revert "use O_DIRECT when copying from /dev/zero too"
  + Make pep8 checks a bit stricter.
  + Unpin lxml requirements
  + use O_DIRECT when copying from /dev/zero too
  + Add CONTRIBUTING file.
  + Add the persistency to the volume created by iscsi IET.
  + adding copy of v1 as v2
  + Moving contrib to cinder.api
  + Moving api v1 implementation into v1 directory
  + Switching api to use base extension manager
  + moving all middleware code in cinder.api.middleware
  + Moving common api code into cinder.api
  + Cleaning up volume driver paths
  + Add volume bootable information to api response
  + Add XenAPINFSDriver
  + Add db table for Glance Metadata
  + Remove redundant db.volume_update() in volume manager create_volume()
  + Pin pep8 1.3.3
  + Removes the xensm driver
  + Pass in correct volume_ref to create_from_snapshot.
  + Add hosts extension to Cinder.
  + Remove unused python-daemon dependency
  + Make tox.ini run pep8/hacking checks on bin.
  + Various pep8/HACKING fixes for Cinder.
  + Volume RPC API Versioning
  + Remove gen_uuid()
  + Remove obsolete use_local_volumes
  + Import order cleanup per HACKING
  + Remove unused volume API method - remove_from_compute()
  + Scheduler API clean up and refactor
  + Remove dm_setup(remove) call in volume_delete.
  + Add ability to disable secure volume delete.
  + Remove the zeroing out of the volume altogether
  + Add 'create_volume' to scheduler RPC API.
  + Fix run_tests.sh ambiguous usage msg and behaviour for -x option
  + Add admin only action for force detach
  + Changes bit mode of zadara.py to 644
  + Port openstack-common/uuidutils to Cinder
  + Fix 401 from auth_token middleware
  + Splitting out volume drivers in driver.py
  + Minor optimization in create_volume in HpSanISCSIDriver
  + Adding a SSH Connection Pool.
  + Return volume type name on volume create
  + pin sqlalchemy to the 0.7 series
  + Add VolumeTenantAttribute API extension
  + Log the body of an /action
  + Detect and fix issues caused by vol ID migration
  + Split out drivers in san.py
  + Add VolumeHostAttribute API extension
  + Add default volume type flag
  + Fix typo so setting volume_tmp_dir works
  + Rollback for resources during volume creation failure
  + Allow the user to update a volume's metadata
  + Add the generation of the username and password for iSCSI target.
  + Update HACKING.rst and related changes from Nova/PEP8.
  + Add trove classifiers for PyPI
  + Ensure device node exists before wiping during volume deletion
  + Update volume and snapshot status on delete
  + Drop unused quota_usage db methods
  + Drop duplicate sqlalchemy db api methods
  + Change output strings to i18ned
  + Adds support for Windows 2012 Storage Server
  + Update common.
  + Fix incorrect class path for legacycinder formatter in logging_sample.conf
  + Error message references incorrect variable
  + Loosen anyjson dependency to avoid clash with ceilometer
  + Configuration Options clean up
  + Fix typo in policy documentation
  + Add snapshot force delete admin action
  + Mock out sleep in some retry tests
  + Use policy based rule to define context.is_admin
  + Sync openstack common and add policy
  + Fix typo in sample configuration file
  + Update distribute version in test requires.
  + Revert explicit usage of tgt-adm --conf option.
  + Fixes remove_export for IetAdm
  + Add missing entries in setup, fix up pip-requires
  + Fix NetAppCmodeISCSIDriver._get_lun_handle() method
  + Remove unused code: check_for_export.
  + Return 400 if create volume snapshot force parameter is invalid
  + Fix cinder-volume-usage-audit
  + Sync with nova change I135ed85a.
  + Remove cinder gating hack
  + Set the default availability zone back to nova
  + Add lun number (0) to model_update in HpSanDriver
  + Fixes to the SolarisISCSI Driver
  + Stop double logging to the console
  + Restore SIGPIPE default action for subprocesses
  + Replace builtin hash with MD5 to solve 32/64-bit issues.
  + Correct IetAdm remove_iscsi_target
  + Add nova migrate_version check to cinder import
  + Bump version to 2013.1
  + Clean up db.volume_create()
  + Fix volume deletion when device mapper is used
  + Update quota when deleting volume that failed to be scheduled
  + Sync a change to rpc from openstack-common.
  + Add a resume delete on volume manager startup
  + Improve entity validation in volumes APIs
  + Add entity body validation helper
  + Should've added super().tearDown() in test_iscsi
  + Fixes bug 1050135.
  + Fix FLAGS.volumes_dir help message
  + Use tmpdir and avoid leaving test files behind
  + Sync log format changes from openstack-common.
  + Update rpc from openstack-common.
  + Add volume quota in volume/api.py and olume/manager.py
  + Fixes bug 1049446.
  + Revert "Don't zero out snapshot volume on snapshot_delete"
  + Add update to volume and snapshot controllers

-------------------------------------------------------------------
Wed Dec 19 15:34:13 UTC 2012 - saschpe@suse.de

- It's a noarch package

--------------------------------------------------------------------
Wed Dec 19 12:23:37 UTC 2012 - saschpe@suse.de

- Update to version 2012.2.3+git.1355916217.070c8c9:
  + Bump next version to 2012.2.3
  + Bump next version to 2012.2.2
  + Final versioning for 2012.2.1
  + Remove unused python-daemon dependency
  + Improve provider_location cleanup code for RBD.
  + Detect and fix issues caused by vol ID migration
  + pin sqlalchemy to the 0.7.x series

-------------------------------------------------------------------
Fri Nov 23 13:40:12 UTC 2012 - saschpe@suse.de

- Add further documentation requirements

-------------------------------------------------------------------
Thu Nov 15 14:12:01 UTC 2012 - saschpe@suse.de

- Use openstack-macros
- Add additional documentation requirements

-------------------------------------------------------------------
Thu Nov  8 11:48:46 UTC 2012 - saschpe@suse.de

- Drop from_vcs build flag

-------------------------------------------------------------------
Wed Oct 17 10:57:18 UTC 2012 - saschpe@suse.de

- Initial version

openSUSE Build Service is sponsored by