This commit fixes an error - 'D005 No newline at end of file' below.
cinder/doc/source/sample_policy.rst:17:
D005 No newline at end of file
Change-Id: I9051b30da01d81dfb966613decf225804b3b9c0e
This commit fixes the document of cinder-controller-install*.rst.
Otherwise, the html docs are a little weird.
Change-Id: I615d5cab95b07f995318266166480a9fd4d713f8
Restructuring the configuration content for the ScaleIo driver
and adding more information on how to specify a specific
protection domain and storage pool in a volume type as well as
providing examples of setting QOS specs.
Change-Id: I5f4af36e7643b41b68ac438ce048559c15b6c5b8
Add python3-dev instructions for Ubuntu16.04.
Verified thos packages in new version and drop Ubuntu12.04 tag.
Change-Id: I59849d0b5b1ec6636ad1e1af004277fcfa319473
Close-Bug: #1659568
The Unified Driver for NetApp Storage in Cinder
supports two families of ONTAP, 7mode and Clustered
Data ONTAP.
ONTAP 7 is now officially nearing the end-of-life
of product support. The deprecation notice [1]
for these drivers in Cinder was issued in the Newton
Release, so it is time to remove them from tree.
[1] http://lists.openstack.org/pipermail/openstack-operators/2016-November/011957.html
Implements: bp remove-netapp-7mode-drivers
Change-Id: I129ca060a89275ffd56481b8f64367b0d803cff5
Over the last few cycles we have removed drivers, but we did not always
clean up the documentation from the openstack-manuals project. Those docs
were moved over wholesale as part of the docs migration, so we ended up
with them in the repo with no corresponding driver files.
This removes those leftover docs and cleans up the generated documentation.
Change-Id: Ib9fc4e14333548b84666e3f571e7b42fe20e0319
This patch adds documentation and sample
file for default policy in code feature.
Change-Id: I597971a29ec61a1bf8c991b2715ec7644b2e2692
Partial-Implements: blueprint policy-in-code
It was decided by the documentation team that we should,
for consistency, call our install documentation 'guides'.
Our pages were listed as 'Tutorials'. This change
corrects the inconsistency.
Change-Id: Id5d915064aa24a5b0c66364ecd618561ed18df9b
This change just updates the tox.ini file to call stestr directly
instead of going through ostestr.
For more background you can read the ML posting:
https://goo.gl/TFvcxy
So now you won't need `--n` to run single tests, and you can also
supply regex directly without even the `--`. For example:
`tox -epy27 $regex`
Change-Id: I75d4ca19f87fe1930cf54b554b7e232632a4a21c
Correct the minimum versions for Solutions Enabler and Unisphere.
Add QoS to the list of supported operations.
Change-Id: Ief648a8a464d1bd6f463774d48438441ae9502e2
Closes-Bug: #1722497
Although we had some effort to fix these before, it still left lots
of outdated link address, this patch is to fix them all.
Change-Id: I2f9ee172306bf5a99575e0cb6f5eac0ea87b0483
This driver was marked as deprecated and unsupported in Pike due to lack
of CI. This has not change and it will now be removed.
Change-Id: I1920f905fdf83b01840e86646dc948fd3a113536
This driver was marked as deprecated and unsupported in Pike due to lack
of CI. This has not changed and it is now being removed.
Change-Id: I39a450159becb4d32b63e6073c3fcd6f08bd93a3
This driver was marked deprecated and unsupported in Pike due to lack of
CI. This has not changed and it is now removed.
Change-Id: I475172f16784ab9cab2194589851ec7ce01d46a7
These drivers were marked as deprecated and unsupported in Pike due to
lack of CI. This has not changed and they will now be removed.
Change-Id: I935990d09f1374a8789b2a0dad8e8a334aa39abc
The QNAP driver was marked as deprecated and unsupported in Pike due
to not meeting CI requirements. This situation has not changed and
it will now be removed.
Change-Id: I29a874ebe0ebaeca58b428faa0bab50482baf6f1
The Infortrend drivers were marked as deprecated and unsupported in Pike
due to lack of CI. This situation has not changed and they will now be
removed.
Change-Id: I0f1d12776cfa553b117c5b3698b2ae0c9c88735e
Reorganizes and cleans up the docs landing page so viewers eyes don't
immediately start bleeding. Also tries to simplify things and put them
in a more logical and consumable order.
Change-Id: I1c3ee6ad21bd27a5ef7f6691ddd8dde25e9c4c01
A few small cleanups:
- Remove irrelevant text about linux kernel
- Remove recommendations about file systems
- Remove outdated note about config option
Closes-Bug: #1716991
Change-Id: I0c1593a72473f0db5fb8b5e4d436fee4c9f5c62a
nimble storage driver doesnt support unicode
characters in volume name and description, update
the configuration document accordingly
Change-Id: Ia2e746d961b17c0bf983cf194eaf3be071c1b4a1
Closes-Bug: 1719030
We very often end up with merge conflicts for any patches that increment
microversions due to conflicting numbers. We can't really solve that,
but we can avoid the need to update version numbers throughout the code
by defining a constant value in one place and using that variable instead.
Change-Id: Ib3a80fee6caaabb49af097aa197f550c65d94985
Castellan commit 8980bf7da55dd084ad84c84534fe937f0d43b9c0 deprecated the
api_class option in favor of the new backend option. This causes doc build
failures in Cinder due to us treating warnings as errors.
This changes over to use backend (the library will still recognize api_class
as an option) and removed some of the key manager code deprecated in Newton.
Depends-on: I112f7a4654a65c3291526b408838d7b1c175b069
Closes-bug: #1718468
Change-Id: I8d3638a69f4efcc52053269c51c01667fb810172