manila/contrib/tempest
Valeriy Ponomaryov c0019bce6b Add snapshot gigabytes quota
Manila has used single gigabytes quota for shares and snapshots.
Config opt 'no_snapshot_gb_quota' is set to False by default, that has been
used for enabling/disabling of snapshot gigabytes quota considerations.

Add separate snapshot gigabyte quota and remove opt 'no_snapshot_gb_quota' that
is not needed anymore. To be able to set infinite quota for snapshot gigabytes,
just set value for new config option 'quota_snapshot_gigabytes' to '-1'.

Change-Id: I43cb95ff3d0d3e6191f520b52edb67a0a44e9c2c
Implements BP add-snapshot-gb-quota
2015-02-26 07:42:28 +00:00
..
tempest Add snapshot gigabytes quota 2015-02-26 07:42:28 +00:00
README.rst Update documentation for tempest integration 2015-01-09 15:00:52 +01:00

Tempest Integration

This directory contains the files necessary for tempest to cover Manila project.

To install:

$ TEMPEST_DIR=<path to tempest> $ TEMPEST_COMMIT=<Commit-ID in pre_test_hook.sh> $ cd ${TEMPEST_DIR} $ git checkout ${TEMPEST_COMMIT} $ cd -$ cp -r tempest ${TEMPEST_DIR}

Notes

These are pluggable-like files to Tempest project without requirement to change core Tempest files. But, due to constant changes of Tempest and absence of sync it can become incompatible with some states of Tempest. So, please look at file contrib/ci/pre_test_hook.sh where you can find commit that is used as HEAD of Tempest master branch.