Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. arosen@OpenStackController:/opt/stack/nova$ nova help | grep no_cache
  2. usage: nova [--debug] [--no_cache] [--timings] [--os_username OS_USERNAME]
  3. --no_cache Don't use the auth token cache.
  4. arosen@OpenStackController:/opt/stack/nova$ nova list --no_cache
  5. usage: nova [--debug] [--no_cache] [--timings] [--os_username OS_USERNAME]
  6. [--os_password OS_PASSWORD] [--os_tenant_name OS_TENANT_NAME]
  7. [--os_auth_url OS_AUTH_URL] [--os_region_name OS_REGION_NAME]
  8. [--service_type SERVICE_TYPE] [--service_name SERVICE_NAME]
  9. [--volume_service_name VOLUME_SERVICE_NAME]
  10. [--endpoint_type ENDPOINT_TYPE]
  11. [--os_compute_api_version OS_COMPUTE_API_VERSION]
  12. [--username USERNAME] [--region_name REGION_NAME]
  13. [--apikey APIKEY] [--projectid PROJECTID] [--url URL]
  14. [--bypass_url BYPASS_URL]
  15. <subcommand> ...
  16. error: unrecognized arguments: --no_cache
  17. Try 'nova help ' for more information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement