8 Commits

Author SHA1 Message Date
Danny Al-Gaaf
84e953ca75 Unify usage of project name in doc to 'manila'
Change project name in doc according to style rules in
http://docs.openstack.org/contributor-guide/writing-style/openstack-components.html

Closes-Bug: #1537808

Change-Id: I849b0ec34a1bfc01263f35a9ef0128100945867e
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2016-02-15 20:25:28 +01:00
Igor Malinovskiy
cc97cfe8e0 Implement shrink_share() method in Generic driver
- Add implementation for shrink_share() method
- Add methods to generic driver helpers:
  - disable_access_for_maintenance()
  - restore_access_after_maintenance()
- Add appropriate unit tests
- Add appropriate tempest tests
- Update generic driver documentation

Partially implements bp shrink-share-in-generic-driver

Change-Id: I256db947b65f66dfe514e0c0b350c1949da7f7be
2015-07-20 18:11:08 +03:00
Igor Malinovskiy
72728025a9 Implement extend_share() method in Generic driver
- Add implementation for extend_share() method
- Add appropriate unit tests

Partially implements bp share-extend-api

Change-Id: I81c4278a8caa75a2b475eaf5538a5ae6d3ed18d5
2015-06-04 09:40:33 +03:00
Jenkins
7d928b5956 Merge "Fix doc build warnings so docs build clean" 2014-10-14 15:49:45 +00:00
jason bishop
43413ca1b4 Fix doc build warnings so docs build clean
Tried for as minimal changes as possible.

example warning is:
manila/share/drivers/service_instance.py:docstring of
manila.share.drivers.service_instance.ServiceInstanceManager:5: ERROR: Unexpected indentation.

Change-Id: Ic3cce38ac555deaac4b80bc5eb0d8484bc92364f
Closes-Bug: 1379935
2014-10-10 16:21:30 -07:00
vponomaryov
264f03cc3e Add info to generic driver doc
Add known restriction to cDOT driver doc, that says:
- Juno version does not use security services data provided with share-network.
  These data will be just ignored.

Change-Id: Idf118242fbe9a6e6be44a243cd1aac8e34cc1227
2014-10-01 12:42:15 +03:00
Valeriy Ponomaryov
7202a5b1ef Make copyrights in docs as comments instead of page content
Without this change copyrights are shown in result docs, but should not be
shown.

Change-Id: Id65890e0ecb9f4c38093283d9ec6a561c4133455
2014-09-23 23:22:38 +03:00
vponomaryov
124dcb7bbd Add doc for generic driver
Add doc for generic driver with description of its possibilities and
requirements.

Change-Id: I406b38d5c7a9bc9a4467424d5f4f17754f73d182
2014-09-22 20:21:56 +03:00