9 Commits

Author SHA1 Message Date
venkatamahesh
9b566a1471 Fix the typo "version"
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
2015-09-02 23:15:21 +05:30
Danny Al-Gaaf
120984db0c Fix typo "authogenerate" in manila-manage
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>
2015-01-21 22:41:27 +01:00
Andreas Jaeger
ba713b70f7 Improve documentation build
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
2014-09-22 21:29:37 +02:00
Julia Varlamova
f8408e2720 Use Alembic instead of Sqlalchemy-migrate in Manila
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
2014-08-26 17:12:57 +04:00
vponomaryov
08612d7524 Update manila's docs
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
2014-06-23 19:19:28 +03:00
vponomaryov
bc2d20d3bb Removed swiftclient from dependencies
Swiftclient was in dependencies as artifact after port from cinder.
Removed as unnecessary requirement itself and related stuff.

Change-Id: I92fa249031e98a38aba721c0f3d1d7489abd562a
2014-03-03 16:30:22 +02:00
Yulia Portnova
894157512d modified docs 2013-09-17 12:21:17 +03:00
Yulia Portnova
9169fc311e docs 2013-09-17 10:57:47 +03:00
Ben Swartzlander
f99ef92c90 Initialize from cinder 2013-08-08 10:34:06 -04:00