[Openstack] Data centric hyper-convergence with Openstack Swift and Storlets

2017-03-23 Thread Eran Rom
Hi All, If you care about unstructured data processing, and face bandwidth difficulties don’t miss this talk! On March 30th (next Thursday) I will give a web talk on the above subject. Abstract below. The talk will be given twice that day. Details below. If you wish to, but cannot make it pleas

[Openstack] [Sahara]what about the status of ocata sahara image?

2017-03-23 Thread Shake Chen
Hi I try to test Ocata Sahara, but http://sahara-files.mirantis.com/images/upstream/ only provide Newton, have no Ocata. -- Shake Chen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.op

[Openstack] [Nova] Why only evacuate vm with specific vm_states (ACTIVE, STOPPED, ERROR)

2017-03-23 Thread openstack_ea...@163.com
Hi, In nova/compute/api.py I see @check_instance_state(vm_state=[vm_states.ACTIVE, vm_states.STOPPED, vm_states.ERROR]) def evacuate(self, context, instance, host, on_shared_storage, admin_password=None): Does anyone know the reason for only evacuate AC

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

2017-03-23 Thread Kaustubh Kelkar
From: Sterdnot Shaken Sent: Thursday, March 23, 2017 2:04 PM To: Adam Lawson Cc: Kaustubh Kelkar; openstack@lists.openstack.org Subject: Re: [Openstack] VM can

[Openstack] Unit Test Error when test servers.py using tox

2017-03-23 Thread Pei Pei2 Jia
Hi I'm a freshman in openstack. I want to contribute and learn some exciting by joining openstack. I will be grateful if anyone can help me on my starting process. Now I encounter a problem when I tried the UT with tox. I execute the following command, (.venv-nova)[jiapei2@localhost nova]$ tox

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

2017-03-23 Thread Sterdnot Shaken
Just to clarify: Version: Mitaka with OVS only. Firewall driver: Openvswitch, VM OS: Windows 10 Kaustubh: Thanks for your help on the mirroring part. In my reading yesterday, I came across a thread that stated you can't mirror a patch interface with ovs? So, that would explain why I wasn't seeing

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

2017-03-23 Thread Adam Lawson
For downloads, you're using probably DNAT or SNAT. For *uploads*, you're using floating IP's I'm guessing. Does uploads work for other VM's with a similar configuration? It's rare that this would occur so I would presume it's firewall related (either security group via OpenStack) or firewall on the

[Openstack] [OSSA-2017-002] Nova logs sensitive context from notification exceptions (CVE-2017-7214)

2017-03-23 Thread Jeremy Stanley
=== OSSA-2017-002: Nova logs sensitive context from notification exceptions === :Date: March 23, 2017 :CVE: CVE-2017-7214 Affects ~~~ - Nova: >=13.0.0 <=13.

Re: [Openstack] [openstack-dev] [User-committee] Boston Forum - Formal Submission Now Open!

2017-03-23 Thread Thierry Carrez
Eoghan Glynn wrote: > Thanks for putting this together! > > But one feature gap is some means to tag topic submissions, e.g. > tagging the project-specific topics by individual project relevance. > That could be a basis for grouping topics, to allow folks to better > manage their time during the F

Re: [Openstack] [Heat] Conditions on resource properties

2017-03-23 Thread Lars-Erik Helander
Thanks, found the example in the documentation but I could not make my case to work. What if the values are more complex than strings, e.g. a list of maps, do anyone have an example of that? On 2017-03-22, 20:11, "Zane Bitter" wrote: On 22/03/17 07:45, Lars-Erik Helander wrote: > The