In manila-manage.rst version is misspelled
it is corrected. In manage.py according to
help option I changed revision to version
Change-Id: Icc83b3dcfc31104a015c9e6929335daed5a8bb8b
Closes-Bug: #1487249
Change authogenerate to autogenerate for command argument
and in documentation.
Closes-Bug: 1413315
Change-Id: Id35604030abd414f235ced148cdec61c04d0c9cf
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Fix some problems found during documentation build:
* Remove reference to obsolete files
* Fix warning about too short title underlining
* Include api reference in index page
* Include man page in index page
* We have no _static files, so don't set the config option for it
* Fix reference for tests.share
Change-Id: I798d1ab65184689d75c559de9bffdf5969b9f013
Alembic offers the following functionality:
- Can emit ALTER statements to a database in order to change
the structure of tables and other constructs
- Provides a system whereby "migration scripts" may be constructed;
each script indicates a particular series of steps that can "upgrade"
a target database to a new version, and optionally a series of steps
that can "downgrade" similarly, doing the same steps in reverse.
- Allows the scripts to execute in some sequential manner.
1. Add Alembic migrations support.
2. Move 001_manila_init.py migration to
manila/db/sqlalchemy/alembic/versions/162a3e673105_manila_init.py.
3. Remove manila/db/sqlalchemy/migrate_repo directory.
4. Fix unit tests.
5. Add ability to runtime updrade/downgrade db.
Implements bp alembic-instead-of-sqlalchemy-migrate
Change-Id: Iadc0d9596e826323ba19bd25be741c401b90b688
After manila's fork from cinder, its docs were not
updated well.
This info is used by doc-builder, see doc/README.rst
Partially implements: blueprint manila-documentation
Change-Id: Ic97584db291b60505d5d310a517c2866fc6fcf5f
Swiftclient was in dependencies as artifact after port from cinder.
Removed as unnecessary requirement itself and related stuff.
Change-Id: I92fa249031e98a38aba721c0f3d1d7489abd562a