Re: [Openstack] vm can not get ip

2013-01-22 Thread Rain Li
controller host machine. I already add the corresponding secgroup rules. With command "route -n", I can see the route entry for 169.254.0.0. Hope someone can show some clues for this problem. Rain Li On Mon, Jan 21, 2013 at 8:50 PM, sam lee wrote: > the following are my dhcp-agen

[Openstack] Metadata server unreachable and can't passwordless login to instance

2013-01-28 Thread Rain Li
Hi all, I want to know if this bug has been fixed or not. https://bugs.launchpad.net/nova/+bug/719798. When starting an instance, I still get this error: cloud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id wget: can't connect to remote host (169.254.169.254): Network is

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Rain Li
Have you setup the secgroup rules? On Wed, Jan 30, 2013 at 2:02 PM, Ritesh Nanda wrote: > Can you give more details for your setup. > > On Thu, Jan 31, 2013 at 12:55 AM, Guilherme Russi < > luisguilherme...@gmail.com> wrote: > >> Hello all, >> >> I'm using Folsom on Ubuntu server 12.04 and I'm

[Openstack] 'novarc' environment setting failed to authenticated

2013-02-07 Thread Rain Li
Hi, all, I am following OpenStack Basic Install guide ( http://docs.openstack.org/folsom/basic-install/content/index.html), but when executing the keystone-endpoint.sh script on the controller-node, I always get this error message: Expecting authentication method via either a service token, --to

[Openstack] 'novarc' environment setting failed to authenticated

2013-02-08 Thread Rain Li
t variables instead: > > ** ** > > **· **SERVICE_ENDPOINT=”http://10.0.0.1:35357/v2.0” > > **· **SERVICE_TOKEN= file> > > ** ** > > Mark > > ** ** > > *From:* openstack-bounces+mark.m.miller=hp@lists.launchpad.net[mailto: > openstack-bounces+mark.m.

[Openstack] quantum net-list command get error

2013-02-08 Thread Rain Li
Hi all, When setting the virtual network on network-node with the basic-install guide, I failed to authenticate with the environment variables as suggested in novarc. Then I directly execute command quantum net-list with credential parameters contained. I get this error: DEBUG: quantumclient.quan

[Openstack] Need clarification for the official folsom deployment on fedora

2013-03-08 Thread Rain Li
Hi, all, I am following the official guide for installation and deploying openstack folsom on fedora: http://docs.openstack.org/folsom/openstack-compute/install/yum/content/, can someone please clarify my mind? 1, The controller has one NIC with ip 192.168.206.130, this is within the management n

[Openstack] No output from "nova list"

2013-03-13 Thread Rain Li
Hi, all, I set up a three-hosts openstack environment, but I can't synchronize nova output with horizon output. When execute "nova --list", it generates "Please enter password for encrypted keyring:" message. Then I issue "nova --no-cache list", it output nothing. I can initialize a instance from

Re: [Openstack] No output from "nova list"

2013-03-13 Thread Rain Li
14eed21 | | 8f6da458-9dcc-4f8d-ac76-9b170fbacfa9 | | 192.168.1.228 | | +--+--+-+------+ So is there any other information you guys needed

Re: [Openstack] using vlan tagged ports in cluster

2013-03-15 Thread Rain Li
Hi, JR, You should check your route. Before "ovs-vsctl add-port br-ex p1p1.4", you should have the route entry like: 192.168.251.0 0.0.0.0 255.255.255.0 U 0 0 0 p1p1.4 But after that, since p1p1.4 is plugged in br-ex, you should change the above route to go through br-ex, and may also change ot