Re: [Openstack] Restart Devstack

2017-03-21 Thread Hassaan Ali
You have to stack the environment by running the stack.sh script after a reboot. Devstack only works as long as the host is not rebooted. Thanks. Regards, *Hassaan Ali* Cell: +92-324-5725027 Email: [email protected] On Tue, Mar 21, 2017 at 9:30 AM, [email protected] wrote: > > *H

Re: [Openstack] Restart Devstack

2017-03-21 Thread wawayu
"screen -c stack-screenrc" does not work?? -- Original -- From: "Hassaan Ali" Date: Tue, Mar 21, 2017 04:26 PM To: "[email protected]"; Cc: "openstack"; Subject: Re: [Openstack] Restart Devstack You have to stack the environment by running the stack.sh script aft

Re: [Openstack] Newton: not able to login via public key

2017-03-21 Thread Kevin Benton
Nova API. Neutron just relays the metadata requests to Nova. On Sun, Mar 5, 2017 at 8:53 AM, Amit Uniyal wrote: > Hi Kevin, > > > Thanks for response. > > Can you tell which service or which configuration(file) is responsible for > adding metadata to instance. like adding adding keys in new inst

Re: [Openstack] VM can receive traffic, but not send it

2017-03-21 Thread Neil Jerram
On Tue, Mar 21, 2017 at 1:22 AM Sterdnot Shaken wrote: > Wow! Thanks for answering both of my questions! > > So, I did some things you suggested, including setting the MSS in iperf to > something small (1000 bytes) and tested with no improvement. I then changed > the VM running on Openstack to ha

Re: [Openstack] Restart Devstack

2017-03-21 Thread [email protected]
What does "screen -c stack-screenrc" do ? = 董 建 华 地址:杭州滨江区南环路3766号新世纪办公楼 邮编:310053 手机:13857132818 总机:0571-28996000 传真:0571-28996001 热线:4006728686 网址:www.ahope.com.cn Email:[email protected] From: Hassaan Ali Date: 2017-03-21 16:26 To: [email protected].

Re: [Openstack] VM can receive traffic, but not send it

2017-03-21 Thread Kaustubh Kelkar
You can narrow down the point where the packets are being dropped by mirroring and tracing packets on OVS bridge ports. I use a script that does the following (as root): ip link add name sniff0 type dummy ip link set dev sniff0 up ovs-vsctl add-port br1 sniff0 ovs-vsctl -- set Bridge br1 mirrors

Re: [Openstack] [openstack][openstack-ansible] Error while running setup-hosts.yml

2017-03-21 Thread Vivek Nirala
Hi All , I am getting the same error while execting openstack-ansible setup-infrastructure.yml In my deployment I have one infra node and two compute node. Please let us know if anyone has some tweak or workaround. On 20-Mar-2017 10:37 PM, "Amit Kumar" wrote: > Hi All, > > I had deployed Op

[Openstack] Release Naming for R - it's that time again!

2017-03-21 Thread Monty Taylor
Hey everybody, It's your favorite time of the year - it's time for us to pick a name for our "R" release. Since the associated Summit will be in Vancouver, the Geographic Location has been chosen as "British Columbia". Nominations are now open. Please add suitable names to https://wiki.openstack

Re: [Openstack] VM can receive traffic, but not send it

2017-03-21 Thread Sterdnot Shaken
Thanks for everyone's kind help! Steve: I will try and turn off the offload features and see if that helps. Thanks! Neil: I will also check and make sure neither RPF nor TTL are posing any issues. Kaustubh: Is there a reason the mirror approach only seems to work on some of the OVS bridges, but

[Openstack] 回复: Re: Restart Devstack

2017-03-21 Thread [email protected]
What does "screen -c stack-screenrc" do ? 发件人: [email protected] 发送时间: 2017-03-21 21:40 收件人: hassaan.ali.nust 抄送: openstack 主题: Re: [Openstack] Restart Devstack What does "screen -c stack-screenrc" do ? = 董 建 华 地址:杭州滨江区南环路3766号新世纪办公楼 邮编:310053 手机:1

Re: [Openstack] 回复: Re: Restart Devstack

2017-03-21 Thread Nasir Mahmood
screen -c command will open up a virtual screen or another window inside your current terminal to let you work independently. you can switch back and forth between screens while remaining in one terminal. stack-screenrc is a file containing all commands need to be run that new virtual screen.