diff options
| author | Andy Smith <code@term.ie> | 2011-01-19 01:39:41 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-01-19 01:39:41 +0000 |
| commit | 4eed55b46cfaba58b5d344f0ca96eba090d8bd34 (patch) | |
| tree | be28644743097fd8228134f31be9f3dc683db7c8 /tools | |
| parent | 3b874805e2f7de43fd143f2b414e40ceef70e0c4 (diff) | |
| parent | 7f352a72333e94c642d8288638c73a166cfb2943 (diff) | |
Allows moving from the Austin-style db to the Bexar-style.
Prevents the db from being created automatically when services run.
Adds nova-manage db sync and nova manage db version to bring the db up-to-date and to check the current version. Must be run with the same privileges as the services who will access the database (or you need to chmod the db afterwards if sqlite)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index a6676a5e9..895e81eb3 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -25,5 +25,6 @@ bzr Twisted>=10.1.0 PasteDeploy paste +sqlalchemy-migrate netaddr glance |
