[Openstack] How to use glance and nova-manage in command with keystone

2011-10-09 Thread mao weijie
Hi, I used devstack to install openstack and it work well with dashboard. But now I want to use command(glance or nova-manage), it tells me that credentials problem. Does anyone use dashboard with keystone and also use command in terminal? 非淡泊無以明志,非寧靜無以致遠

[Openstack] Access an instance via its public (floating ip) from within the same instance

2011-10-09 Thread Kiall Mac Innes
Hiya, I'm looking to find out if there is any way to access an instance via its public (floating ip) from within the same instance. The docs mention that this is not possible here: http://docs.openstack.org/diablo/openstack-compute/admin/content/associating-public-ip.html My question is this: is

Re: [Openstack] How to use glance and nova-manage in command with keystone

2011-10-09 Thread Jae Sang Lee
Hi, This is my glance and nova-client rc. Change User, Key value for your configuration. glancerc: export OS_AUTH_USER=admin export OS_AUTH_KEY=secrete export OS_AUTH_TENANT=demo export OS_AUTH_URL=192.168.0.151:5000/v2.0/ <--- Keystone IP export OS_AUTH_STRATEGY=keystone testrc: (different with

Re: [Openstack] How to use glance and nova-manage in command with keystone

2011-10-09 Thread Vishvananda Ishaya
It looks like if you change your authurl to port 35357 in your glancerc that you can use glance index without passing in the auth key. On Oct 9, 2011, at 5:45 PM, Jae Sang Lee wrote: > Hi, > > This is my glance and nova-client rc. Change User, Key value for your > configuration. > > glancerc:

[Openstack] nova-manage is not related to nova database anymore after useing devstack installation.

2011-10-09 Thread DeadSun
Hi, all I used devstack project script to install openstack. It works well in dashboard. Now I have two problems: 1. I use nova-manage to create floating ips, list the networks, add fixed_ips, etc. But nova-manage command cannot do any change in nova db. It seems it is not related to the nova db.

Re: [Openstack] create/attach volume in openstack

2011-10-09 Thread haynes.davis
Thanks for the replies. My actual question was regarding euca-attach-volume. I could run euca-attach-volume from host successfully. But from guest I could not find a new disk. Regards, Haynes -Original Message- From: openstack-bounces+haynes.davis=accenture@lists.launchpad.net [m

Re: [Openstack] create/attach volume in openstack

2011-10-09 Thread Kiall Mac Innes
I've noticed euca-attach-volume wont complain if you give it bad args... Try using /dev/vdc as the device, and check dmesg | tail inside the instance after... Kiall Sent from a mobile - sorry for being short! On Oct 10, 2011 6:57 a.m., wrote: > Thanks for the replies. > > My actual question wa