Re: [Openstack] Swift Clients for Windows.

2015-06-15 Thread Eren Türkay
On 11-06-2015 15:26, Shanker Gudipati wrote: > Can I know the names of swift clients which supports mounting of cloud > files(Object Storage) onto windows file system. ? These Clients must > support the facility of mounting swift on to windows environment. Hello, Have you tried solutions from Cl

Re: [Openstack] Devstack installation - neutron error

2015-06-15 Thread Silvia Fichera
Hi Anthony. I have not installed the ODL Controller in the same machine of the Openstack controller. So they have different IP address. Have a nice day. Silvia 2015-06-12 20:35 GMT+02:00 Chow, Anthony T (Anthony)** CTR ** < anthony.c...@alcatel-lucent.com>: > Should HOST_IP=10.30.3.*232* and >

Re: [Openstack] [vtn-dev] Devstack installation - neutron error

2015-06-15 Thread Silvia Fichera
Hi Venkat, thanks for your suggestions. I've checked if the firewall was enabled and it was not. I've tryed the commands you gave me. The outpus are: 1 - { "networks" : [ ] } 2 - sudo ovs-vsctl show 857c23a5-ce17-46d7-b6f1-944fdb160395 Bridge "br0" Port "br0" Interface

[Openstack] [monitoring][metering][billing] Master's Thesis on cloud monitoring improvements

2015-06-15 Thread Nejc Saje
Hey guys! I hope the Ceilometer dev team still remembers me as a contributor (sorry for the absence, school comes first! :-) ), but for others, a quick introduction. My name is Nejc Saje and I’ve participated in the OpenStack community by contributing mainly to Ceilometer and attending design s

[Openstack] Facing an issue while launching an instance using ISO images

2015-06-15 Thread vikrant ambedkar
Hi We are facing an issue while launching new instance using any ISO images. We have not configured cinder and swift yet. Following are the configuration of our OpenStack Setup. Controller node - keystone, MySQL, rabbitmq, and remaining recommended nova and neutron api. Neutron node - neutron s

Re: [Openstack] Data from the OpenStack Dashboard for MSR Conference

2015-06-15 Thread Thierry Carrez
Jesus M. Gonzalez-Barahona wrote: > [...] > Do you agree that we use the OpenStack data, and would you nominate some > person(s) from your community that could collaborate, as stated above? The data is collected from public activity so it's certainly OK to reuse in the data mining challenge. Is a

Re: [Openstack] heat-config-script and heat-config

2015-06-15 Thread Binan AL Halabi
Hi Qiming,Thank you for your response.Is the second option you mentioned (Boot config for installing software-config agent) available in Openstack Icehouse release ? Thank you/ Binan Den måndag, 15 juni 2015 3:57 skrev Qiming Teng : Check this: https://github.com/openstack/heat-te

[Openstack] network issue

2015-06-15 Thread Yngvi Páll Þorfinnsson
Hi We're using Ubuntu 14.04 on all servers. Using 1 controller node, 2 network nodes, 4 compute nodes as well as 4 swift nodes. I've been doing some changes on my network configuration and introducing vlans ( also bonding). My goal is to have all networks running on one 10G interface, as VLANs.

[Openstack] FW: problem using redundant ldap servers with keystone

2015-06-15 Thread Chris Card
[correct destination this time] From: ctc...@hotmail.com To: openldap-techni...@openldap.org Subject: problem using redundant ldap servers with keystone Date: Mon, 15 Jun 2015 18:10:25 + Hi, I have an HA OpenStack installation with a keystone domain backed by an LDAP server. I want to mak

Re: [Openstack] [openstack-dev] Starting the M Release Name Poll

2015-06-15 Thread James E. Blair
Hi, I'd like to apologize to all of the people who worked hard on researching and proposing names for the M release that did not appear in the poll. When we worked on the new method for choosing a name, we did so with the idea that the entire process should be public and that the community is equ

Re: [Openstack] Data from the OpenStack Dashboard for MSR Conference

2015-06-15 Thread Jesus M. Gonzalez-Barahona
On Mon, 2015-06-15 at 14:01 +0200, Thierry Carrez wrote: > Jesus M. Gonzalez-Barahona wrote: > > [...] > > Do you agree that we use the OpenStack data, and would you nominate some > > person(s) from your community that could collaborate, as stated above? > > The data is collected from public activ

[Openstack] What code structure is recommended for a Neutron plugin( L2 and L3)?

2015-06-15 Thread Sam Su
Hi stackers, I am going to implement a Neutron plugin, however when I checked the current Neutron code(master) structure, I found there are two way to organize a Neutron plugin: 1. The first one is implement all L2 and L3 functions under the folder ../neutron/plugins/xxx, e.g. vmware, pl