Re: [Openstack] nova bug?

2013-07-07 Thread andrews...@gmail.com
It looks like the instance type selected had 2 cores per. The quota message was stating you requested 40 cores. Ben On Jul 7, 2013 11:00 PM, "Peter Cheung" wrote: > hi guys, >Is it a nova bug? > > https://www.dropbox.com/s/88d9172a1838arr/nova%20boot%20error.png > > https://www.dropbox.com/s

Re: [Openstack] nova bug?

2013-07-07 Thread andrews...@gmail.com
Also the first error was based upon going over the instance quota... On Jul 7, 2013 11:00 PM, "Peter Cheung" wrote: > hi guys, >Is it a nova bug? > > https://www.dropbox.com/s/88d9172a1838arr/nova%20boot%20error.png > > https://www.dropbox.com/s/v16akkm7zw75ztk/nova%20boot%20error%202.png > >

Re: [Openstack] CLI username and password prompt

2013-07-16 Thread andrews...@gmail.com
use env vars. export OS_PASSWORD=password export OS_USERNAME=user export OS_TENANT_NAME=project export OS_AUTH_URL=:8770/v2.0 On Wed, Jul 17, 2013 at 2:19 AM, 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(-

Re: [Openstack] CLI username and password prompt

2013-07-16 Thread andrews...@gmail.com
Should be something similar to: http://(url or ip):8770/v2.0 On Jul 17, 2013 2:29 AM, "Jake G." wrote: > What should the OS_AUTH_URL look like?| > > -- > *From:* "andrews...@gmail.com" > *To:* Jake G. > *Cc:* "openstac

Re: [Openstack] CLI username and password prompt

2013-07-16 Thread andrews...@gmail.com
Hubcap coming through with the docs... Go with the url he referenced which will tell you what all the possible environment variables are. On Jul 17, 2013 2:31 AM, "andrews...@gmail.com" wrote: > Should be something similar to: > > http://(url or ip):8770/v2.0 > On Jul 17,