Re: [Openstack] Reusing Floating ip after disassociating

2015-10-31 Thread kevin parrikar
forgot to mention i am using nova-network and not neutron Thanks for any help On Sat, Oct 31, 2015 at 1:20 PM, kevin parrikar wrote: > hello All, >I have very limited number of floating ips ,and while > testing i used all of them and then

Re: [Openstack-operators] Need help with adding instance with fixed ip in external network with out using private and floating ip.

2015-10-31 Thread George Paraskevas
Hello there, >From what I understand you want to assign ip from that network directly to the instance with out the use of a private net and floating ip over nat. Now you need to correct some things and you will be quite there. First when you create an external network then that network can only

[Openstack] Unable to launch instance: BadRequest: Specifying 'tenant_id' other than authenticated tenant in request requires admin privileges

2015-10-31 Thread Marco Antonio Carcano
Hi all, I'm a total newbie to openstack, and I'm trying to install a testing environment to study it. I installed Openstack Juno on CentOS 7 following "Openstack Installation Guide for Red Hat 7, CentOS 7 and Fedora 20" - I'm working on CentOS 7 I'm not able to launch the CirrOS

Re: [Openstack] instance moving to another AZ while doing resize

2015-10-31 Thread kevin parrikar
Thanks after changing parameters in controller node its working On Fri, Oct 30, 2015 at 6:37 AM, nithish B wrote: > Hi Kevin, > This generally happens when nova does not find enough system resources to > resize to the new node. Please check the nova-compute logs and let

[Openstack] Reusing Floating ip after disassociating

2015-10-31 Thread kevin parrikar
hello All, I have very limited number of floating ips ,and while testing i used all of them and then disassociated that from instances. Now the issue is i no longer can associate those ips to any instance whether in that tenant or for other tenants. In the db under "project_id"

Re: [Openstack] Devstack on unsupported - RabbitMQ PAM error

2015-10-31 Thread Tony Su
After more inspection, I came to the conclusion that the install was borked for unknown reasons. I re-built a new machine using the script I posted and it just completed successfully. For anyone who wishes to install Devstack on openSUSE (and probably SLE*), I'll leave my script up at its current

Re: [openstack-dev] Is there any incubating Data Backup projects?

2015-10-31 Thread Marzi, Fausto
Hi Yitao, That’s the idea and the direction we are taking. Please refer to the following wiki for more information: - https://wiki.openstack.org/wiki/Freezer Currently there’s an application to include Freezer in the big tent, it is available here: -

Re: [openstack-dev] [app-catalog] [glance] [murano] Data Assets API for App Catalog

2015-10-31 Thread Ian Cordasco
Does that mean that https://review.openstack.org/177397 will be updated to fully address the API-WG and Defcore feedback? How soon can we expect the spec to reflect that feedback and the code will be updated for it? On 10/30/15, 18:54, "Alexander Tivelkov" wrote: >Hi

Re: [Openstack-operators] Need help with adding instance with fixed ip in external network with out using private and floating ip.

2015-10-31 Thread Geo Varghese
Hi George, I just tried your method and it seems working perfectly :) Thanks for your valuable inputs. On Sat, Oct 31, 2015 at 6:42 PM, Geo Varghese wrote: > Hi George, > > Thanks for the update. Yes, you are right that is the exact requirement. > > "assign ip from that

[openstack-dev] Using openstack-ansible to install Neutron LBaaS v2

2015-10-31 Thread Jamie Hannaford
How do I install https://github.com/openstack/neutron-lbaas? using openstack-ansible? With devstack you can using the localrc file, but I'm unsure how to do it with Ansible. Any help would be appreciated! Jamie Rackspace International GmbH a company

Re: [openstack-dev] [puppet] Creating puppet-keystone-core and proposing Richard Megginson core-reviewer

2015-10-31 Thread Matthew Mosesohn
While I am not core, I would like to say that Rich's leadership in improving our Keystone Puppet module has been immensely valuable. +1 from me. -Matthew On Oct 31, 2015 5:58 PM, "Emilien Macchi" wrote: > At the Summit we discussed about scaling-up our team. > We

Re: [openstack-dev] Is there any incubating Data Backup projects?

2015-10-31 Thread Thomas Goirand
On 10/31/2015 01:07 PM, Marzi, Fausto wrote: > Hi Yitao, > > That’s the idea and the direction we are taking. Please refer to the > following wiki for more information: > > - https://wiki.openstack.org/wiki/Freezer > > Currently there’s an application to include Freezer in the big

Re: [openstack-dev] Neutron sub-project release association with Liberty?

2015-10-31 Thread Kyle Mestery
On Fri, Oct 30, 2015 at 4:05 AM, Vadivel Poonathan < vadivel.openst...@gmail.com> wrote: > Hi, > > Once the Neutron's sub-project is released to pyPI, where does it show > that this sub-project release is associated with Liberty release of > Openstack?.. I tried to see it in the Liberty Release

Re: [Openstack-operators] Need help with adding instance with fixed ip in external network with out using private and floating ip.

2015-10-31 Thread Geo Varghese
Hi George, Thanks for the update. Yes, you are right that is the exact requirement. "assign ip from that network directly to the instance with out the use of a private net and floating ip over nat" I got a update about external network like this from list. Thats why i tried it like that.

Re: [openstack-dev] Is there any incubating Data Backup projects?

2015-10-31 Thread Zhipeng Huang
Hi Yitao, You could also check out a new project called Smaug just announced at the Tokyo summit, the presentation could be found at https://www.openstack.org/summit/tokyo-2015/videos/presentation/disaster-recovery-your-cloud-one-more-choice-than-volume-replication, more info will be available

[Openstack] How to create an image that can be installed to other hypervisors or load it on other instances in another openstack cloud?

2015-10-31 Thread Michelakis, Spiros (Nokia - GR/Athens)
Hi, I have questions regarding the images and how you can load them into instances. Please find below my questions: 1. Has anyone create an image that can be installed into other hypervisors than openstack? I mean that I have the image, (let's say a Cirros image), on an instance and I

Re: [Openstack] [Openstack-operators] Need help with adding instance with fixed ip in external network with out using private and floating ip.

2015-10-31 Thread Geo Varghese
Hi George, Thanks for the update. Yes, you are right that is the exact requirement. "assign ip from that network directly to the instance with out the use of a private net and floating ip over nat" I got a update about external network like this from list. Thats why i tried it like that.

Re: [Openstack-operators] Need help with adding instance with fixed ip in external network with out using private and floating ip.

2015-10-31 Thread George Paraskevas
Hello again, that's great! As for the method you mentioned i haven't tried it but i will just to see what happens. Thanks again George On 31 October 2015 at 15:29, Geo Varghese wrote: > Hi George, > > I just tried your method and it seems working perfectly :) > > Thanks

Re: [openstack-dev] [neutron][networking-sfc] API clarification questions

2015-10-31 Thread Giuseppe (Pino) de Candia
On Oct 28, 2015 19:17, "Russell Bryant" wrote: > > On 10/28/2015 05:14 PM, Giuseppe (Pino) de Candia wrote: > > On Wed, Oct 28, 2015 at 4:20 PM, Russell Bryant > > wrote: > > > > I read through the proposed SFC API here: > >

Re: [openstack-dev] [neutron][networking-sfc] API clarification questions

2015-10-31 Thread Giuseppe (Pino) de Candia
On Oct 29, 2015 08:37, "Cathy Zhang" wrote: > > Hi Giuseppe, > > > > Please see inline, > > > > Regards, > > Cathy > > > > From: Giuseppe (Pino) de Candia [mailto:gdecan...@midokura.com] > Sent: Wednesday, October 28, 2015 5:15 PM > To: OpenStack Development Mailing List

Re: [openstack-dev] [neutron][networking-sfc] API clarification questions

2015-10-31 Thread Giuseppe (Pino) de Candia
Hi Gal, Sorry for the slow reply. Actually, thinking about it now, I'm not sure. First, I assume that the pipeline must be in reverse order for ingress/egress. Do you agree? For a generic VM, it might be best to have chaining between the network and the port-level FW. This would allow a

Re: [Openstack] [Openstack-operators] Need help with adding instance with fixed ip in external network with out using private and floating ip.

2015-10-31 Thread Geo Varghese
Hi George, I just tried your method and it seems working perfectly :) Thanks for your valuable inputs. On Sat, Oct 31, 2015 at 6:42 PM, Geo Varghese wrote: > Hi George, > > Thanks for the update. Yes, you are right that is the exact requirement. > > "assign ip from that

Re: [Openstack] [Openstack-operators] Need help with adding instance with fixed ip in external network with out using private and floating ip.

2015-10-31 Thread Geo Varghese
Hi George, Thanks for trying that method. For me, thats not worked. On Sat, Oct 31, 2015 at 7:13 PM, George Paraskevas wrote: > Hello again, > that's great! As for the method you mentioned i haven't tried it but i > will just to see what happens. > > Thanks again > George

[openstack-dev] [puppet] review the core-reviewer members

2015-10-31 Thread Emilien Macchi
Hi, At the summit we discussed about updating the core-reviewer members [1]. To continue the OpenStack meritocracy model, I believe we should keep the list consistent with how our group is currently working and who is really active [2]. Puppet OpenStack group would not be here without these

[openstack-dev] [puppet] Creating puppet-keystone-core and proposing Richard Megginson core-reviewer

2015-10-31 Thread Emilien Macchi
At the Summit we discussed about scaling-up our team. We decided to investigate the creation of sub-groups specific to our modules that would have +2 power. I would like to start with puppet-keystone: https://review.openstack.org/240666 And propose Richard Megginson part of this group. Rich is

Re: [openstack-dev] [Infra][Nova][Neutron] 6WIND Networking CI - approval for posting comments

2015-10-31 Thread Armando M.
On 30 October 2015 at 23:59, Matt Riedemann wrote: > > > On 10/30/2015 7:41 AM, Armando M. wrote: > >> >> >> On 30 October 2015 at 18:41, Francesco Santoro >> > wrote: >> >> >> Hi Armando, >>

[Openstack] Trying DevStack, and getting errors

2015-10-31 Thread Thales
Hello, I wanted to try out OpenStack, so I downloaded DevStack to my Ubuntu 14.04 OS.   However, when I attempt to run it, using ./stack.sh, I get the following error:  ImportError: No module named _io I figure this is a problem with the virtual environment (virtualenv), because if I try my

Re: [openstack-dev] [app-catalog] [glance] [murano] Data Assets API for App Catalog

2015-10-31 Thread Flavio Percoco
On 31/10/15 18:41 +, Ian Cordasco wrote: Does that mean that https://review.openstack.org/177397 will be updated to fully address the API-WG and Defcore feedback? How soon can we expect the spec to reflect that feedback and the code will be updated for it? Yes, All the updates will be