Re: [Openstack] able to ping but not able to ssh to instance

2014-09-19 Thread Akilesh K
The mail from Andreas was correct you need to add a rule for (ingress, tcp, port 22 and cidr 0.0.0.0/0). In case the rule is already there. check the host firewall rules using iptables -t nat -L iptables -t mangle -L iptables -t filter -L None of the tables should have any rule. On Fri, Sep 19,

Re: [Openstack] Question about VXLAN support

2014-09-19 Thread Andreas Scheuring
Thanks for this clarification. Just wondering: Do multiple network nodes (router + dhcp) help to exceed the 4k subnet limitation? In such a scenario, will dhcp + routing be distributed or is a second network node just something like a hot-standby? Thanks! -- Andreas (irc: scheuran) On Thu, 2

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-19 Thread Andreas Scheuring
Hi Srinivas, in the past I had a similar issue while I was setting up openstack with devstack. Not sure if that fits for your issue, as you're not using devstack if I got it right. The reason for this where the default security groups and rules config of devstack. If you have a look at the this c

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-19 Thread Srinivasreddy R
hi, i had addeed a rule for (ingress, tcp, port 22 and cidr 0.0.0.0/0). still not able to ssh . my instance overview http://paste.openstack.org/show/113170/ i pasted my ip tables [ nat, mangle,filter] output .. please let me know i want to add or delete any thing in iptables . http://paste.o

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-19 Thread Raghu Vadapalli
Just to confirm if iptables are the issue try stopping iptables and see if it works and then you can debug further.— Sent from Mailbox On Fri, Sep 19, 2014 at 3:55 AM, Srinivasreddy R wrote: > hi, > i had addeed a rule for (ingress, tcp, port 22 and cidr 0.0.0.0/0). still > not able to ssh .

[Openstack] [cinder] Sonething went wrong

2014-09-19 Thread Stephane EVEILLARD
hello I'm still having troubles with my openstack install after installling cinder, I've got the "something went wrong" in horizon and everything went back in order when stopping openstack-cinder-api and openstack-cinder-scheduler services in /var/log/httpd/error_log I ve got [Fri Sep 19 11:42:0

Re: [Openstack] [cinder] Sonething went wrong

2014-09-19 Thread nithish B
Hi, Looking at the log, it seems like the auth key for cinder does not exist. >From the python docs, exception KeyError is raised when a mapping (dictionary) key is not found in the set of existing keys. So, please check the cinder installation and setup. Also, cinder logs might give you a bet

[Openstack] 徐本磊,希望您能加我为领英联系人

2014-09-19 Thread Peter Cheung
我想邀請您加入我的 LinkedIn 人脈網。 接受: http://www.linkedin.com/blink?simpleRedirect=c3wUcz0Oe34VdjkQdPgTe34VdjR4imVLqnhxt6BSrCACsj9Dj5wJsSIZumlbp6lOomxP9zwOnT9BoCRBrlZBt6BSrCAZqSkCpnhFtCVFtSlKbnhMpmdzoiRybmRSrCBvrmRLoORIrmkZpSVFqSdxsDgCpSRVjndKhk5HkP18kk4ZrClHrRhAqmQCpnhFtCV9sClyrmlJfm4Ce2ROpntUrzAMqiQQpTx

[Openstack] 徐本磊,希望您能加我为领英联系人

2014-09-19 Thread Zhengguang Ou
我正在 LinkedIn (领英) 拓展职业人脉,希望能与您建立联系。 接受: http://www.linkedin.com/blink?simpleRedirect=0Scj8PcjcOc30Mcj0RdjsUcjARfkh9rCZFt65QqnpKqipHpR11iD5UmzRVpkJApn9xq7cCe39vsClyrmlJnSlQqnpKqjRHpipBt6BSrCBTpmUJt71BoSdxbm8JrnpKqlZJrmZzbmNJpjRDrCBHoS5Ot2pDrnBdsSV5gmJjc4xhgjRKpmJLl6hFripBt6BSrABOpm9JpmQZoipxcOQNs

[Openstack] 徐本磊,希望您能加我为领英联系人

2014-09-19 Thread Rajdeep Dua
徐本磊,您好: 可以加我为您的领英联系人吗? Rajdeep Dua Director R&D 接受: http://www.linkedin.com/blink?simpleRedirect=c3oVe30UdzAMc30UdjoTe34VdjR4imVLqnhxt6BSrCACclZoiANaojAZumlbp6lOomxP9zwOnT9BoCRBrlZBt6BSrCAZqSkCpnhFtCVFtSlKbnhMpmdzoiRybmRSrCBvrmRLoORIrmkZpSVFqSdxsDgCpSRVjndKhk5HkP18kk4ZrClHrRhAqmQCpnhFtCV9sClyrml

Re: [Openstack] able to ping but not able to ssh to instance

2014-09-19 Thread Srinivasreddy R
Hi, Tried to ssh form the network node to instance .. Observed packets ssh packets are transmitted to and from . but connection is not established . What may be the reason .? Below are few dumps in the path from external network of network node to instance . My instance overview is p

Re: [Openstack] [Devstack][Neutron][Neutron N1KV Plugin] How to enable in local.conf?

2014-09-19 Thread foss geek
Hi Pritesh, I'm struggling to understand the below issue still. I guess the N1KV plugin tries to pull policy profiles from VSM. It seems either VSM Error or VSM Connection issue it is not able to pull policy profiles from VMS. Any help to troubleshoot this issue? $ screen-q-svc.log create fail

Re: [Openstack] Question about VXLAN support

2014-09-19 Thread George Mihaiescu
My understanding is that in Icehouse you can have only one L3 agent serving a Neutron subnet at a time, but you could have two Neutron nodes with different L3 agents serving a total of 8000 subnets. Each subnet would basically be served by only one of these L3 agents. The DHCP agents can run in

Re: [Openstack] [Devstack][Neutron][Neutron N1KV Plugin] How to enable in local.conf?

2014-09-19 Thread Pritesh Kothari (pritkoth)
On Sep 19, 2014, at 10:16 AM, foss geek mailto:thefossg...@gmail.com>> wrote: Hi Pritesh, I'm struggling to understand the below issue still. I guess the N1KV plugin tries to pull policy profiles from VSM. It seems either VSM Error or VSM Connection issue it is not able to pull policy profile

Re: [Openstack] cinder create error

2014-09-19 Thread b t
thanks , John . here is the cinder.conf in the controller node . root@controller:/etc/cinder# more cinder.conf [DEFAULT] rootwrap_config = /etc/cinder/rootwrap.conf api_paste_confg = /etc/cinder/api-paste.ini iscsi_helper = tgtadm volume_name_template = volume-%s volume_group = cinder-volumes ve

Re: [Openstack] [Devstack][Neutron][Neutron N1KV Plugin] How to enable in local.conf?

2014-09-19 Thread foss geek
On Fri, Sep 19, 2014 at 11:45 PM, Pritesh Kothari (pritkoth) < pritk...@cisco.com> wrote: > > On Sep 19, 2014, at 10:16 AM, foss geek wrote: > > Hi Pritesh, > > I'm struggling to understand the below issue still. > > I guess the N1KV plugin tries to pull policy profiles from VSM. It seems > e

Re: [Openstack] [Devstack][Neutron][Neutron N1KV Plugin] How to enable in local.conf?

2014-09-19 Thread Pritesh Kothari (pritkoth)
WARNING neutron.plugins.cisco.n1kv.n1kv_neutron_plugin [-] No policy profile populated from VSM Actually there is patch in process for devstack to get few things like this handled, but this error seems to be because the VSM seems to be lacking a default policy, if you can check that the VSM ha

Re: [Openstack] cinder create error

2014-09-19 Thread b t
hi, John : I passed the cinder error now , its command error . I am not nova boot stage and troubleshooting status error , will keep you posted . FYI . root@controller:/var/log/nova# nova list +--++++-+--+

Re: [Openstack] cinder create error

2014-09-19 Thread Radek Smigielski
root@controller:/var/log/cinder# more cinder-scheduler.log 2014-09-12 22:47:41.757 10328 ERROR cinder.scheduler.flows.create_volume [req-5c268fcf-5c4d-49ed-be1b-0460411e76b0 33444db757c14559add65a2e606c2102 d4c3bf6ee2af44129fc38bf76f4a5623 - - -] Failed to schedule_crea