OpenStack Instance HA
Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/rock
- Source: http://git.openstack.org/cgit/mathematrix/rock
- Bugs: http://bugs.launchpad.net/rock
- TODO
- Initialize Database
After rock installed, modify /etc/rock/alembic.ini, setup the sqlalchemy.url in section [alembic].
Initialize database:
$ rock-db-manage upgrade head
Downgrade database:
$ rock-db-manage downgrade base