Add a new cli argument (--timeout) which
is by default 600 seconds which will be
set in the requests library so that timeouts
can occur correctly.
Change-Id: I716ac15fe08f42c9464ee43010bc8fd2667bcbde
Use testtools as the base testclass. Use fixtures library for managing
fixtures.
Part of blueprint grizzly-testtools
Change-Id: Iac5af286b988787acf7049344641aadf140b9398
* Implement correct certificate verification
* Add --os-cacert
* Rework tests for requests
Pinned requests module to < 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.
Blueprint: tls-verify
Change-Id: I9a25a94c8dfcaf483c4c8328439809d65cf10b38
When calling nova without arguments you'll receive the following
output:
error: too few arguments
Try 'nova help ' for more information.
Changing 'and' to 'or' the help is also shown when calling nova
without arguments. I think that's the expected behavior.
Change-Id: Id14f0292ad00e6e45ad66dd010f449c3abbf3871
With no other arguments, '--help' now outputs the same as 'help', so
that the list of subcommands are no longer omitted. Additionally,
'$subcommand --help' now yields the same output as 'help $subcommand'.
Change-Id: Iabd926574e296ad14b622862b9fba038fdede66e
Depricate --apikey, --projectid, --url (though still present for
compatibility). Fully support OS_* env vars per
http://wiki.openstack.org/CLIAuth Password Flow.
Fixes lp897304
Change-Id: I655631194ed62133c24f30c9114e6fdc0fa77636