Re: [Openstack] CLI username and password prompt

2013-07-17 Thread andrews...@gmail.com
use env vars. export OS_PASSWORD=password export OS_USERNAME=user export OS_TENANT_NAME=project export OS_AUTH_URL=url:8770/v2.0 On Wed, Jul 17, 2013 at 2:19 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: Hi All, Every time I type a command from the CLI it requires me to enter a

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
What should the OS_AUTH_URL look like?| From: andrews...@gmail.com andrews...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Wednesday, July 17, 2013 3:23 PM Subject: Re: [Openstack] CLI

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Michael Basnight
On Jul 16, 2013, at 11:19 PM, Jake G. wrote: Hi All, Every time I type a command from the CLI it requires me to enter a username(--os-username) and password(--os-password) . Anyway to prevent having to enter these everytime? See [1] Set environment variables [1]

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread andrews...@gmail.com
...@yahoo.com *Cc:* openstack@lists.launchpad.net openstack@lists.launchpad.net *Sent:* Wednesday, July 17, 2013 3:23 PM *Subject:* Re: [Openstack] CLI username and password prompt use env vars. export OS_PASSWORD=password export OS_USERNAME=user export OS_TENANT_NAME=project export OS_AUTH_URL=url

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread andrews...@gmail.com
:* Wednesday, July 17, 2013 3:23 PM *Subject:* Re: [Openstack] CLI username and password prompt use env vars. export OS_PASSWORD=password export OS_USERNAME=user export OS_TENANT_NAME=project export OS_AUTH_URL=url:8770/v2.0 On Wed, Jul 17, 2013 at 2:19 AM, Jake G. dj_dark_jungl...@yahoo.comwrote

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Wednesday, July 17, 2013 3:32 PM Subject: Re: [Openstack] CLI username and password prompt Hubcap coming through with the docs... Go with the url he referenced which will tell you what all the possible environment variables

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Michael Basnight
On Jul 16, 2013, at 11:39 PM, Jake G. wrote: OK got the URL to work but now I get the error ERROR: Invalid OpenStack Nova credentials What should the default credentials be or is there a place this is stored? If you are using devstack you should be able to source ~/devstack/openrc, and it

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
: Re: [Openstack] CLI username and password prompt On Jul 16, 2013, at 11:39 PM, Jake G. wrote: OK got the URL to work but now I get the error ERROR: Invalid OpenStack Nova credentials What should the default credentials be or is there a place this is stored? If you are using devstack you

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Michael Basnight
On Jul 16, 2013, at 11:48 PM, Jake G. wrote: Using RDO Packstack From http://openstack.redhat.com/Quickstart Once the process is complete, you can log in to the OpenStack web interface Horizon by going tohttp://$YOURIP/dashboard. The username is admin. The password can be found in the file

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
: Wednesday, July 17, 2013 3:55 PM Subject: Re: [Openstack] CLI username and password prompt On Jul 16, 2013, at 11:48 PM, Jake G. wrote: Using RDO Packstack From http://openstack.redhat.com/Quickstart Once the process is complete, you can log in to the OpenStack web interface Horizon by going