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
1=== modified file 'bin/nova-manage'
2--- bin/nova-manage 2011-03-11 19:49:32 +0000
3+++ bin/nova-manage 2011-03-13 09:54:42 +0000
4@@ -276,7 +276,7 @@
5 print caught_exception
6 print _("The above error may show that the database has not "
7 "been created.\nPlease create a database using "
8- "nova-manage sync db before running this command.")
9+ "'nova-manage db sync' before running this command.")
10 exit(1)
11
12