diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-03-26 18:42:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-03-26 18:42:27 +0000 |
| commit | ff150b326e649f75ee523ab42f9f0a409c0f4eca (patch) | |
| tree | b072ce534f7cdaf80c7bddf6cba5d562e6b08d77 /bin | |
| parent | fa9f8e6d266bc86cfe82dd19e36904d1e6e7ce19 (diff) | |
| parent | 9576d9258672f5fa61a1f8a35bc007d4ee34bdd8 (diff) | |
| download | nova-ff150b326e649f75ee523ab42f9f0a409c0f4eca.tar.gz nova-ff150b326e649f75ee523ab42f9f0a409c0f4eca.tar.xz nova-ff150b326e649f75ee523ab42f9f0a409c0f4eca.zip | |
Merge "Fix 'nova-manage config convert'"
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index 0b040df13..65082ba90 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -1455,9 +1455,9 @@ class ConfigCommands(object): if value is not None: print '%s = %s' % (key, value) - @args('--infile', dest='file_path', metavar='<path>', + @args('--infile', dest='infile', metavar='<path>', help='old-style flagfile to convert to config') - @args('--outfile', dest='file_path', metavar='<path>', + @args('--outfile', dest='outfile', metavar='<path>', help='path for output file. Writes config' 'to stdout if not specified.') def convert(self, infile, outfile=None): |
