Skip to content

Commit

Permalink
Updated the default version back to 1.0, as there are some quirks wit…
Browse files Browse the repository at this point in the history
…h 1.1
  • Loading branch information
Brian Lamar committed Aug 3, 2011
1 parent 454daa2 commit 9080e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions novaclient/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def get_base_parser(self):
help='Defaults to env[NOVA_URL].')

parser.add_argument('--version',
default='1.1',
help='Accepts 1.0 or 1.1, defaults to 1.1')
default='1.0',
help='Accepts 1.0 or 1.1, defaults to 1.0')

return parser

Expand Down

0 comments on commit 9080e80

Please sign in to comment.