This patch adds documentation and sample
file for default policy in code feature.
Change-Id: I597971a19ec61a1bf8c991b2712ec7644b2e2693
Partial-Implements: blueprint policy-in-code
This patch adds policy in code support for availability_zone,
scheduler_stats and message resources.
Change-Id: I9a79b5ececc583e85149cc920321e461e832b245
Partial-Implements: blueprint policy-in-code
Allow the ganesha driver to store ganesha exports
and export counter as Ceph RADOS objects. This enables
highly available(HA) Ganesha servers in manila deployments
to store their config in a HA storage.
Implements: blueprint ganesha-ha-rados
Change-Id: Ia51156055fa10d0661e662c9c998829864f1a204
Adding basic driver version for the INFINIDAT Infinibox storage array.
Change-Id: I8299915a12b51c80a044f41ceb7a49da32745272
Implements: blueprint infinidat-manila-driver
we fix the project_domain_id and user_domain_id to user_domain_name
and user_domain_name for the keystone_auth_token section in the doc
Change-Id: I810d69956478344a187be841da6ee7c35982f5c7
Closes-bug: 1712073
Currently, Manila does not support secure access the manila
APIs, obviously, this is a defect for manila service. This
change is to add ssl support for manila project.
Closes-bug: #1732844
Closes-bug: #1730529
Change-Id: I2dbc52ce95933e648cc065b2b2112788bf4484d0
since support for nova network was removed back in Ocata [1] [2].
Also fix a self-referential link.
[1] 0f33dcf62b61547e54011e831f3af939e472e5bc
[2] I8b9a559fbea61979f01737ed1dc272276c4f1269
TrivialFix
Change-Id: I7f7fdcbf72c2ed38a9141977a0b48dc3fec2f46e
They were deprecated in pike [1].
Remove them in Queens.
TrivialFix
[1] If39f1622583dd797152de0c93ba68ab0b28cb632
Change-Id: Icd89f1d3bddbecc48d4af0f2e9ead9f61cc6f6fe
Since we were move stuff from contributor to admin [1],
We also need to change links from contributor to admin
in docs.
[1] I6d9dec56890fb3a9bc0539c45c43233517cea048
Change-Id: I2d9dec56890fb3a9bc0539c45c43233517cea023
As agreed in weekly manila community meetings and at the
Queens PTG, several documents currently presented to contributors
are really of general interest to cloud administrators and should
be presented accordingly.
Move the docs on manila back ends, the feature support mapping,
capabilities and extra specs, and export locations and metatdata
to the admin section.
Change-Id: I6d9dec56890fb3a9bc0539c45c43233517cea048
Separate add share group description in other API or CLI echo in
this patch from add share group itself description in other patches:
Added share group iteslf in api-ref [1]
Added share api admin doc [2]
Added share group in driver requirements [3]
[1] I852d264eb120027aad32997dc64a6ca428ee55a4
[2] Ia0cc534e0bfb2ca5e495e575237e9911c746691b
[3] Iedde5a9a774a60e760b47d5eb2973f42d79227d4
Change-Id: Iedde5a9a774a60e760b47d5eb2973f42d79127d3
Since consistency group APIs were removed in 2.31 API version.
Now we delete consistency group description in docs.
Change-Id: I6499ae6c98d9489a257bb20febd6c1ddb9e17b12
1. doc/source/_static will be auto generated when build docs and usually
cause difference with the original one after doc building.
2. manila/doc/.gitignore file is unnecessary because manila/.gitignore
already ignore the doc/build directory.
3. add git ignore of doc/source/_static in manila/.gitignore
Change-Id: Ibf13e08f0b0b57718d453ee3240d30124940b521
1. remove duplicate html_last_updated_fmt in doc/source/conf.py
the second one cause the new added one not take effect.
2. update html_last_updated_fmt in api-ref/source/conf.py
use the recommended '%Y-%m-%d %H:%M' data time format.
Change-Id: Ib37b8a05c88667b34438186c55b6eb3f64b64960
Some docs links have changed.
We should update the wrong links in our codes.
Change-Id: Id45d9f96abad7c6b5163e45ed7f1b1c2608ef022
Signed-off-by: yanghuichan <yanghc@fiberhome.com>
This isn't actually used and is a leftover from a thing we did
seven years ago that survives today through copy-pasta.
Change-Id: I80972fec4c20bfaff82ebee56d84aac6aa65ac29
This causes failure when use build_sphinx to generate docs.
Fix it by replace the ini code block with console.
Change-Id: Iaf15fc99fefceb58c765fabc947f99ad8225723b
Closes-bug: #1713291