[Openstack] (no subject)

2015-07-28 Thread sumanth udupa
sumanth0...@gmail.com ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] networking-ovs-dpdk

2015-07-28 Thread Dave Johnston
Hi, I was wondering if anyone was aware of the state of 'networking-ovs-dpdk' https://github.com/stackforge/networking-ovs-dpdk I've been trying to get it running with Kilo, but with little success so far. Can this just be installed on compute nodes, or does the controller require changes as we

[Openstack] VM goes for cyclic reboot

2015-07-28 Thread varun bhatnagar
Hi, I am having Juno multinode setup with 1Controller, 1 Network and 10 Compute nodes. There are 12 VMs running on that setup. After some time one of my VM starts printing some strange messages on console repeatedly, which says: [78943.168505] Dead loop on virtual device vnf_sig_sp, fix it urgen

[Openstack] Cinder volume from vmware sparse vmdk

2015-07-28 Thread Brent Troge
I have an openstack created instance running within my vmware compute node. The vmdk boot image I used to create this instance, is stored in glance and contains the below disk properties: adapter type = lsiLogic disk type = sparse Now, if I use this image to boot an instance, all works as expec

[Openstack] [OSSA 2015-013] Glance task flow may fail to delete image from backend

2015-07-28 Thread Grant Murphy
= OSSA-2015-013: Glance task flow may fail to delete image from backend = :Date: July 28, 2015 :CVE: CVE-2015-3289 Affects ~~~ - Glance: versions 2015.1.0

[Openstack] [Security][LP# 1471161] Designate mDNS DoS through incorrect handling of large RecordSets

2015-07-28 Thread Kiall Mac Innes
Launchpad Number: 1471161 CVE: TBA Date: July 28, 2015 Title: Designate mDNS DoS through incorrect handling of large RecordSets Reporter: Florian Weimer (Red Hat) Products: Designate Versions: 2015.1.0 through 1.0.0.0b1 Description: Florian Weimer from Red Hat reported a vulnerability in Designate

[Openstack] Upgrade nova-network without downtime?

2015-07-28 Thread Andrew Bogott
I'm running Icehouse with the 'legacy' nova-network service and a single network node. Everything in my cluster is running Ubuntu Trusty and ready for an upgrade to Juno, except for my network node, which is still running Precise. How do I upgrade it without causing cloud-wide downtime? I can

[Openstack] IBM System Z

2015-07-28 Thread Michael Lindner
Hi List, Has anyone used zLinux on s390x based mainframes to run Openstack? If so is RHEL or SLES better? NB I mean the whole stack, not just as a hypervisor. We're having issues with dependant packages not existing. Thanks, Mike. -- Michael Lindner IT Systems Consultant Sent from a Linux

Re: [Openstack] [Fuel] changing assigned VLANs after install

2015-07-28 Thread Fabrizio Soppelsa
Can we add this to the official documentation? On 07/27/2015 08:39 AM, Alexander Liemieshko wrote: Changing VLAN ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe

Re: [Openstack] Python API for Dynamic Large Objects in Swift

2015-07-28 Thread Mark Kirkwood
On 25/07/15 00:28, Vincenzo Pii wrote: > To upload a Dynamic Large Object with the Swift CLI one can just do > > swift upload newcont -S 1048576000 large_object > > but, is there any equivalent in the swift python APIs (swiftclient module > from https://github.com/openstack/python-swiftclient)? >

Re: [Openstack] Python API for Dynamic Large Objects in Swift

2015-07-28 Thread John Dickinson
You can also use swiftclient.service module. It is the wrapper on top of the low-level swiftclient.client that is actually what the CLI tool uses for some of its higher-order functions (like splitting larger local files and making manifest objects). You'd have something like: results = swiftcl

Re: [Openstack] Python API for Dynamic Large Objects in Swift

2015-07-28 Thread Mark Kirkwood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/07/15 17:01, John Dickinson wrote: > You can also use swiftclient.service module. It is the wrapper on > top of the low-level swiftclient.client that is actually what the > CLI tool uses for some of its higher-order functions (like > splitting la

Re: [Openstack] Python API for Dynamic Large Objects in Swift

2015-07-28 Thread Clint Byrum
Excerpts from John Dickinson's message of 2015-07-28 22:01:54 -0700: > You can also use swiftclient.service module. It is the wrapper on top of the > low-level swiftclient.client that is actually what the CLI tool uses for some > of its higher-order functions (like splitting larger local files an