CHANGES
=======

2015.1.0b1
----------

* ganesha: NFS-Ganesha instrumentation
* Add driver mode interface
* Updated from global requirements
* Move networking from share manager to driver interface
* Workflow documentation is now in infra-manual
* Fix error message in share delete method
* glusterfs: create share of specific size
* Fix metadata validation in share api
* Fix devstack plugin custom config opt setting
* Enhance devstack plugin
* Update EMC Manila driver framework using stevedore
* Alternative way to import emc.plugins.registry
* Fix wrong mock assertions in unit tests
* Release network resources properly
* Updated from global requirements
* Imported Translations from Transifex
* Add support for volume types with Generic driver
* Fix H302 rule after release of oslo.concurrency 0.3.0
* Fix for debugging m-shr in PyCharm
* Updated from global requirements
* Fix tempest compatibility for cli tests
* Fix context.elevated
* Updated from global requirements
* Updated from global requirements
* Remove obsolete methods from tempest service client
* Switch to oslo.concurrency for processutils
* Updated from global requirements
* Use oslo.utils.netutils function to set tcp_keepalive
* Fix couple of nit picks
* Use keystonemiddleware and manila.conf for config
* Imported Translations from Transifex
* Updated from global requirements
* Fix share manager to save data after driver error
* Adding GPFS Manila driver
* Remove object in wsgi LOG.info
* Fix share network id in tempest test
* Convert files to use _LE and friends
* Imported Translations from Transifex
* Fix concurrency issue in security-service tempest test
* Sync Tempest plugin with latest Tempest changes
* Improve share-network list API filtering
* Updated from global requirements
* Don't translate LOG messages in testsuite
* Add admin doc for multiple backends configuration
* Remove gettextutils
* Use proper value for osap_share_extension
* Refactor shares client init in Tempest plugin
* Delete unused versionutils module
* Sync with oslo-incubator
* Updated from global requirements
* Use oslo.utils - remove importutils usage
* Switch to oslo.config
* Use oslo.serialization
* Use oslo.utils
* Silence tox warning
* Add manila specific hacking checks
* Remove extra flake8 args
* Sync with global requirements
* Improve share snapshots list API filtering
* Use oslo.i18n
* Use six instead of str for exceptions
* Add info to cDOT driver doc
* Fix tempest compatibility
* Add new search options for security service
* Fix doc build
* Add Admin doc for an Introduction to Manila
* Add share server id field in shares detail info
* Improve share list API filtering
* Fix doc build warnings so docs build clean
* Remove extraneous vim editor configuration comments
* Add share network id field in share server info
* Fix tempest compatibility
* Use 'generate_request_id' func from common code
* Remove vim headers
* Add info to generic driver doc
* Open Kilo development
* Add doc for EMC VNX driver

2014.2
------

* Fix creation of share from snapshot
* Specify the correct Samba share path
* Fixes several typos (Manila)
* Fix KeyError while creating share from snapshot
* Fix references in jenkins.rst
* Update translation information
* Mention Samba in intro.rst
* Add doc for an Introduction to Manila

2014.2.rc1
----------

* Add support for working with multiple glusterfs volumes
* Minor Manila doc change
* Make copyrights in docs as comments instead of page content
* Update challenges in the developer docs
* Update naming from clustered mode to cDOT
* Fix doc build errors in db/sqlalchemy/models.py
* Improve documentation build
* Add doc for netapp cluster mode driver
* Add doc for generic driver
* Fix using key for ssh
* Fix getting ssh key if ssh path is not set
* Rename stackforge to openstack in docs
* Move from stackforge to openstack
* Fix two functional tests within tempest_plugin
* glusterfs: edit config option specifying volume
* Change exception thrown by db method
* Fix some LOG.debug invocations
* Fix Invalid pathname for netapp cmode driver
* Make block devices mounts permanent within service instances
* Stop using intersphinx
* Increase share-network default quota
* Don't allow security service to be updated if used
* Move db related unittests to proper places
* Fix update of backend details in cmode driver
* Update shares and snapshot create to show details
* Use oslosphinx and remove local copy of doc theme
* Move driver unittest modules to proper place
* Move unittests related to manila/share/*.py modules to proper place
* Make NFS exports in generic driver permanent
* Fix ssh connection recreation in generic driver
* Drop a forgotten fragment
* warn against sorting requirements
* Fix version number to Juno

2014.2.b3
---------

* Add support for glusterfs native protocol driver
* Fix some LOG invocations and messages
* EMC VNX Manila Plugin
* Add support for cert based access type
* Make m-shr more stable on start up
* Fix scheduled share creation with generic driver
* Add "." at end of exceptions
* py3: Use six module for StringIO imports
* Update share_network obj after db update
* Transform Exception args to strings when exceptions
* Fix string concatenation
* glusterfs: Fix docstring
* Fix concurrent policy issue in unittest
* Remove redundant glance config options
* Improve help strings
* Remove hash seed dependency for unittests
* Updated usage of locks
* Fix creation of cifs entry in cmode driver
* Flake8: Fix and enable H405
* Forbid to attach security services with same type to share network
* Flake8: Fix H501
* Flake8: Fix and enable H404
* Flake8: Fix E128
* Fix device mount/umount methods in generic driver
* Change service VM connectivity
* Use Alembic instead of Sqlalchemy-migrate in Manila
* Flake8: Fix H302
* Remove NetApp 7-mode driver as obsolete
* Flake8: Fix F841
* Remove bin/manila-rpc-zmq-receiver
* Cmode, CIFS shares, fix allowed share access type
* Fix obtaining of service VM ip
* EMC Manila driver
* Add specific docs build option to tox
* Flake8: Fix some occurences of F841
* Flake8: Fix E126 and E127
* Flake8: Fix F401
* pep8: Enable H303 and F403
* Sync requirements with global requirements
* Remove extra setenv from tox.ini
* Enable E121,E122,E123,E124,E125,E129 flake8 tests
* Refactor NetApp Cmode driver
* Use opportunistic migrations
* Add config option for share volume fs type
* Fix failing of unittests in one thread
* Fix H402 hacking rules
* Fix pep8 issues in manila/tests
* Clean up devstack plugin after LVM driver removal
* Remove LVM driver
* Fix pep8 failures in manila/{db,volume}
* Handle missing config options for tests gracefully
* Add oslo.utils and oslo.i18n libs to requirements
* Issue one SQL statement per execute() call
* Further pep8 fixes
* Fix pep8 F811 and F812
* Rename 'sid' to 'user' in access rules and sec services
* Decrease amount of threads for Tempest tests
* Flake8 in bin/*
* Remove manila-clear-rabbit-queues
* Sync scripts with oslo-incubator
* Replace utils.config_find with CONF.find_file
* Use common code within manila.policy module
* Fix bad indentation in manila
* Refactor cifs helper for generic driver
* Fix share status waiter within tempest
* Fix update of share with share-server-id
* Use common config generator
* Add config module from oslo-incubator
* Remove dangerous arguments default
* Remove unused imports
* Fix F402 pep8
* Make flake8 ignore list more fine granular
* Sync common modules from Oslo
* Add share_server_id filter option to 'get_all' share API method
* Fix tempest compatibility
* Fix pep8 F821
* Update requirements file matching global requ
* glusterfs: Edit comments and docstrings
* glusterfs: Modify interface methods
* Fix setting up security-services in Cmode
* Update pep8 testing
* Added calculating capacity info in Cmode
* Added calculating capacity info to 7mode driver
* Adds undocumented policies and defaults in policy.json
* Add check on eventlet bug #105 (ipv6 support)
* Remove reference to 'in-use' state in share manager
* Enable check for H237
* Use oslo.rootwrap library instead of local copy
* py3.x: Use six.text_type() instead of unicode()
* py3: use six.string_types instead of basestring
* Use oslo.db in manila
* Fix compatibility with tempest project
* README merge
* Refactor test framework
* Add interprocess locks to net interfaces handlers
* Fix obtaining of service instance ip
* Setup for translation
* Enabled hacking checks H305 and H307
* Fix service subnet capacity within service_instance module
* Fix metaclasses assignment
* Enable hacking check H236
* Add share-server-delete API
* Change get_client_with_isolated_creads() to *_creds()
* Sync with global requirements
* Fix E112 expected an indented block
* Fix E713 test for membership should be 'not in'
* Fix E131 continuation line unaligned for hanging indent
* Address H104 File contains nothing but comments
* Fix E251 unexpected spaces around keyword / parameter equals
* Fix E265 block comment should start with '# '
* Fix usage of ProcessExecutionError exception
* Enabled hacking check H403
* py33: use six.iteritems for item iterations (part2)
* Cleanup manila.utils module (part1)
* glusterfs: Implement methods to update share stats
* glusterfs: Fix issues in backend instrumentation
* Enabled hacking check H401
* Use ssh_execute function from common code
* Use execute() and trycmd() functions from common code
* Use looping calls for running services from common code
* Fix typo in error message for share_export_ip
* py33: use six.iteritems for item iterations (part1)
* Change logging level AUDIT to INFO
* Teardown/setup server enhancements
* Removed custom synchronized in service_instance
* Migrate to oslo.messaging instead of commom/rpc
* Removed redundant methods from singletenant drivers
* Replace python print operator with print function (pep H233, py33)
* share.manager: Modify allow_access method call
* Delete skipped quota tests as invalid
* Add CLI tests for share-server-list API
* Added retrieving vserver name from backend details
* Update ci scripts
* service_instance: Add lock to creation of security_group
* Enable skipped tests from test_capacity_weigher.py
* Add using share-server backend details in Generic driver
* Fixed passing share_server to teardown_network
* Fix create_share_from_snapshot method
* Added tempest tests
* Cleaned up exception module and added unittests
* Check share net ids when creating share from snapshot
* Update manila's docs
* Replace usage of unittest module with manila.test
* Fix tempest test's rare concurrent issue
* Improved share_servers db api
* Fixed passing share_server to ensure_share
* Rewrited mox tests to mock (part 2)
* Fix lvm driver to be compatible with share manager
* Rewrited mox tests to mock (part 1)
* Replace json with jsonutils from common code
* Removed redundant code for glance
* Use testtools module instead unittest module
* Cleanup resources with tempest more reliably
* Added service_instance_locks directory to .gitignore
* Added force-delete action to admin actions
* Update contrib/ci bash scripts
* devstack: strip obsolete part of m-shr instumentation
* Sync common modules from Oslo
* Several fixies to tempest plugin
* Moved exports needed for tempest into post_test_hook
* Fix some cosmetic issues in README.rst
* Fixed ci bash scripts
* Remove explicit dependency on amqplib
* Added share server api
* Removed redundant dependency of hp3parclient
* Add multibackend test suite for tempest plugin
* Added bash scripts for ci jobs
* Added multibackendency to devstack plugin
* Switch to Hacking 0.8.x
* Use Python 3.x compatible except construct
* assertEquals is deprecated, use assertEqual
* Share server details
* Added locks into service_instance module
* Removed redundant option from devstack plugin
* Separated locks for cifs and server operations
* Share servers implementation
* Made safe get of security_groups with nova's response
* Made service_instance consider driver's config
* Set locks for shared resources in generic driver's cifs helper
* change assertEquals to assertEqual
* change assert_ to assertTrue
* Added handling of secgroup for service_instance module
* set default auth_strategy to keystone
* Enabled ip rules tests for cifs in tempest
* Increase default quota for share networks from 3 to 5
* debug level logs should not be translated
* tempest plugin update
* Fixed tempest plugin compatibility
* Fixed possibility to have more than 25 shares with generic driver
* Retrieve share_backend name from config on get_share_stats
* Fixed retrieving export ip address in Cmode drv
* Made template for service VM unique using generic driver
* Fixed usage of config option in generic driver
* Replaced manila.conf.sample with README.manila.conf
* Added API to manage volume types
* Fixed rise of Duplicate exception for DB
* Added volume_types to DB
* Removed unused module from unittests
* Raise max header size to accommodate large tokens
* Added cli tests for service-list request
* Allowed devstack not fail if couldn't stop smb service
* Removed redundant keystone token usage
* Refactored service-list filters
* Fixed tempest plugin compatibility with master
* Checking security service is not used while deleting
* Added creation of secgroup for service vms in devstack plugin
* Removed unique constraint for share networks
* Added type field to security services index list
* Update tempest plugin for latest changes of manila
* Made max limit name for snapshots unique
* Made limits usages names unique
* Fixed ownership for service volumes
* Fixed quotas for share-networks
* Fixes bug with share network deactivation
* Added extension that provides used resources in absolute limits
* Fixed detail list for shares
* Added quota for share-networks
* Teardown share network in Netapp Cmode driver
* Fixed detail list for security-services
* Fix venv installation for run_tests.sh
* Updated generic_driver and service_instance with activation
* Added Cmode driver
* Fixed race condition in tempest plugin
* Fixes bug with simultaneous network modification
* Fixes bug with keypair creating
* Update tempest plugin, make it more stable
* Add exception to tempest plugin
* Splits service_instance module from generic driver
* Make functions in manila uniquenamed
* Fixed creation of cinder's volumes
* Add share network activate and deactivate
* Separate action and creation tests in tempest
* Add handling of share-networks to tempest plugin
* Fix sequence of called functions in devstack plugin
* Update policy.json
* Enforce function declaration format in bash8
* Switched devstack plugin to use generic driver
* DevStack plugin: make source dirs configurable
* Fixes bug with getting hostname
* Fix DevStack plugin's source collection issue
* Let DevStack plugin get python executable path
* Removed swiftclient from dependencies
* Use uuid instead of uuidutils
* Update plugin for tempest
* Add detail filter for share-network-list
* Add function cidr_to_netmask to utils
* Fixes bug with path to ssh keys
* Fixed detail list for security-services
* Removed cinder artifacts in devstack plugin
* Added to devstack plugin passwords for services
* Generic driver
* Fix devstack plugin's usage of RECLONE option
* Removes use of timeutils.set_time_override
* Adds modules for managing network interfaces for generic driver
* Extends neutron api with methods needed for generic driver
* Adds nova api needed for generic driver implementation
* Adds cinder api needed for generic driver implementation
* Squash all migrations into one
* Add network id verification on share creation
* Add policy checks in share networks API
* Fix policy.py
* Updated from global requirements
* Fix bad calls to model_query()
* Change manila DB to have working unique constraint
* Change 'deleted' to Boolean in project_user_quotas
* Fixes handling of duplicate share access rule creation
* Fixes empty network_info for share
* Use actual rootwrap option in manila.conf instead deprecated one
* Fix xml response for create/update security service
* Add 'password' field to the security service
* Adds network creation to ShareManager
* Checking if access rule exists in share api
* Add share's networks API
* Add share's networks DB model, API and neutron support
* Fix manila's devstack plugin for using Fedora/CentOS/RHEL distro
* Add manila's tempest-plugin
* Security service API
* Add security service DB model and API
* Remove redundant options in devstack plugin
* Fix bug with full access to reset-state
* glusterfs: Add GlusterFS driver
* Fix manila's devstack plugin
* Adds an ability to reset snapshot state
* Adds validation of access rules
* Adds admin actions extension to provide reset-state command
* Refactoring driver interfaces
* Move NetAppApiClient to separate module
* Moved netapp.py from drivers to drivers/netapp
* Insert validation of losetup duplicates
* Remove redundant options for manila
* Place devstack files to proper dirs
* Fixes inappropriate size of metadata value
* Adds 'metadata' key to list of options for xml responses
* Adds an ability to manage share metadata
* Added Neutron API module
* Add consume_from_share method to HostState class
* Add devstack integration
* Update requirements.txt for keystoneclient
* Support building wheels (PEP-427)
* Update openstack/common/lockutils
* Remove unused manila.compute.aggregate_states
* Remove obsolete redhat-eventlet.patch
* Added per user-tenant quota support
* Change wording of short description
* Removing deprecated using of flags module from project
* Fixed share size validation while creating from snapshot
* Fixed xml response for share snapshot
* Added share size checking if creating from snapshot
* Fixed values passed to share_rpcapi.create_share
* Remove d2to1 dependency
* Update functionality implementation for manila api
* Fixed policy check for manila api
* Added XML serialization for access actions
* Check policy implementation for shares api
* Update README with relevant Manila information
* Fix xml response content for share list/show
* Add .gitreview file
* Unittests failure fix
* Fixed snapshot_id None for share
* Quota releasing on snapshot deleting bug fixed
* Fixed absolute limits
* fixed pep8
* Stubed driver do_setup in start_service
* Quota tests fixed
* removed egg-info
* modified conf sample
* modified docs
* docs
* snapshot view, size added
* quotas for snapshot
* fixed api error
* snapshot size
* fixed TYPO
* Access create empty boy fix
* User cannot delete snapshot fix
* Can not delete share with error status fixed
* response status for share with snapshot delete request - fixed
* fixed null value validation for snapshot id
* fixed share temaplate name
* fixed share snapshots
* pep8 fix
* License flake8 error fixed
* Fixed flake8 errors
* Api share-snapshots to snapshots
* Removed unused imports
* Fixed api tests
* Removed v2 api. Moved shares and snapshots from contrib to v1
* quotas exception fix
* Quotas fix
* Deleted api v2
* Quotas fixed. quotas unittests fixed
* Removed ubused unittests
* fixed fake flags
* Removed volume specific tests
* merge
* Mass replace osapi_volume to osapi_share Removed locale
* Update connfig.sample scripts
* Update connfig.sample scripts
* Removed unused opts from flags.py
* removed some volume occurances
* removed block specific exceptions
* osapi_volume to osapi_share
* removed volumes from bin scripts
* Added help to smb_config_path conf
* modified fake flags
* deleted brick
* fixed manila manage
* api-paste.ini: osapi_volume to osapi-share
* Replaced cinder with manila
* Renamed service api config opts. Set default port to 8786
* removed volumes from scheduler
* deleteted .idea, added .gitignore
* volume api removed
* fixed keystone context
* api fix
* Removed backups
* DB cleaned
* Removed SM models and migrations
* Modified models
* Modified migrations
* Removed block-specific from DB api
* Deleted manila.volume
* Renamed cinder to manila. Fixed setup.py, fixed bin scripts
* Initialize from cinder
* Initial commit
