Merge lp:~soren/nova/lp734081 into lp:~hudson-openstack/nova/trunk

Proposed by Soren Hansen
Status: Merged
Approved by: Jay Pipes
Approved revision: 795
Merged at revision: 795
Proposed branch: lp:~soren/nova/lp734081
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 10 lines (+1/-1)
1 file modified
bin/nova-manage (+1/-1)
To merge this branch: bzr merge lp:~soren/nova/lp734081
Reviewer Review Type Date Requested Status
Jay Pipes (community) Approve
Review via email: mp+53165@code.launchpad.net

Commit message

Fix instructions for setting up the initial database.

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) wrote :

lgtm.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/nova-manage'
--- bin/nova-manage 2011-03-11 19:49:32 +0000
+++ bin/nova-manage 2011-03-13 09:54:42 +0000
@@ -276,7 +276,7 @@
276 print caught_exception276 print caught_exception
277 print _("The above error may show that the database has not "277 print _("The above error may show that the database has not "
278 "been created.\nPlease create a database using "278 "been created.\nPlease create a database using "
279 "nova-manage sync db before running this command.")279 "'nova-manage db sync' before running this command.")
280 exit(1)280 exit(1)
281281
282282