Re: [Openstack] Add registration function to horizon

2014-04-25 Thread Arun prasath
Count me in, if you need any help on this. Arun prasath SComputer Science Engineer | Visolve IncPh: +91 9578178060 From: thiagocmarti...@gmail.com Date: Thu, 24 Apr 2014 17:45:45 -0300 To: xiaohanyu1...@gmail.com CC: openstack@lists.openstack.org Subject: Re: [Openstack] Add registration function

Re: [Openstack] Add registration function to horizon

2014-04-25 Thread Ruzicka, Marek
We have created similar registration portal ourselves, but it is not integrated with Horizon, so +1 from me as well. Cheers, Marek From: Arun prasath [mailto:er.arunpras...@outlook.com] Sent: 25. apríla 2014 09:19 To: Martinx - ジェ�`ムズ; Xiao Hanyu Cc: Openstack Subject: Re: [Openstack] Add regis

Re: [Openstack] Add registration function to horizon

2014-04-25 Thread Xiao Hanyu
Thanks for your feedback, guys. I'll ask my boss and make a BP/Patch, maybe in next month. Still working on add some test, fix some minor bugs. Cheers On Fri, Apr 25, 2014 at 3:36 PM, wrote: > We have created similar registration portal ourselves, but it is not > integrated with Horizon, so +

Re: [Openstack] Regions and zones

2014-04-25 Thread Robert van Leeuwen
> What changes will be there in authentication requests for accessing resources > over many regions ? Will > access URLs change for specific regions? The keystone URL will be the same but you will create endpoints in keystone for each region. The client will need to set their region in the requ

Re: [Openstack] Public IPs without NAT

2014-04-25 Thread Matej
Hello Zuo, thank you the information. You are right, br-int cannot be used in bridge and that was one of my mistakes. I was able to solve my issue entirely with the following set-up: two physical interfaces on each network and compute node and one physical interface is used for private (192.168.22

Re: [Openstack] [Heat] Template with dynamic instance count?

2014-04-25 Thread Steven Hardy
On Thu, Apr 24, 2014 at 05:03:38PM -0700, Adam Lawson wrote: > Does Heat support HOT templates where the user can enter the number of > instances to launch with a specific configuration? I would think so but > besides not finding anything other than count: , and the fact that the > resource_id para

[Openstack] openstack swift query

2014-04-25 Thread Ankit Deshwal
Hello Everyone I have installed openstack swift single node and i followed this tutorial http://docs.openstack.org/developer/swift/development_saio.html i have doubt regarding loopback storage. In loopback device storage i gave 10 gb of stoage for sdb1 I want it to be 40 gb How to truncate t

Re: [Openstack] openstack swift query

2014-04-25 Thread Chuck Thier
Hello Ankit, The easiest way is to create a new loopback device that is 40GB in the same way the 10GB device is created. This will create a new empty device, and you will lose your data. This usually isn't a problem since the SAIO is specifically for development and learning-- not for production

Re: [Openstack] NOTE: Re: migrate cinder volume

2014-04-25 Thread Dimitri Maziuk
On 4/24/2014 6:25 PM, Martinx - ジェームズ wrote: If the Cinder volumes _are unattached_ (and are based on LVM2), you can do this: Yes, I know. With nfs backend I copy attached boot volumes back and forth -- as long as the guest is powered off -- and then edit volumes.provider_location in the db

Re: [Openstack] br-tun and br-int bridges in Neutron OVS

2014-04-25 Thread HS
This makes sense. Thanks for the clarification. @jay, As I understand, OVS incompatibility with iptables is not related to br-tun. It has more to do with the security groups associated with VM ports. -hs On Thu, Apr 24, 2014 at 1:21 PM, Narasimhan, Vivekanandan < vivekanandan.narasim...@h

[Openstack] Cinder suggestion on adding delay to connector.py ....

2014-04-25 Thread Remo Mattei
Hello all, I have seen an issue where multipath was not able to execute some drive adding, two identical openstack but one is using a faster computer and even though it is finding the LUN but it cannot complete here is the example: 2014-04-25 05:09:26.983 12657 DEBUG cinder.openstack.common.pr

[Openstack] Open vSwitch not working as expected...?

2014-04-25 Thread Erich Weiler
Hi Y'all, I recently began rebuilding my OpenStack installation under the latest icehouse release, and everything is almost working, but I'm having issues with Open vSwitch, at least on the compute nodes. I'm use the ML2 plugin and VLAN tenant isolation. I have this in my /etc/neutron/plugi

Re: [Openstack] Public IPs without NAT

2014-04-25 Thread Matej
Hello Amit, I am replying also to the group, perhaps someone will find this useful one day :-) I have two physical networks, let's say they are: 192.168.22.0/24 and 102.203.103.80/29. I have a HW router that is the gateway for both networks and there are 2 NICs from every node (compute, network/co

Re: [Openstack] Open vSwitch not working as expected...?

2014-04-25 Thread Aaron Knister
Can you send the output of ovs-vsctl show from both compute and network nodes? Sent from my iPhone > On Apr 25, 2014, at 2:23 PM, Erich Weiler wrote: > > Hi Y'all, > > I recently began rebuilding my OpenStack installation under the latest > icehouse release, and everything is almost working,

Re: [Openstack] Open vSwitch not working as expected...?

2014-04-25 Thread Erich Weiler
Sure! Fro the network node: # ovs-vsctl show 52702cef-6433-4627-ade8-51561b4e8126 Bridge "br-eth2" Port "eth2" Interface "eth2" Port "br-eth2" Interface "br-eth2" type: internal Port "phy-br-eth2" Interface "phy-br-e

Re: [Openstack] Public IPs without NAT

2014-04-25 Thread Amit
Good idea! Thank you Can you please share changes to nova and neutron config. That go with this? I have a Havana cluster with nova net and am trying to migrate my Dev cloud to neutron with flat physical network. Regards Amit On Apr 25, 2014 11:54 AM, "Matej" wrote: > Hello Amit, I am replying

[Openstack] vif_type: binding_failed for VLAN on ML2 in Havana Neutron

2014-04-25 Thread Andrew Richards
Hello all, I'm attempting to migrate my Havana test cluster over to the ML2 plugin from the monolithic OVS plugin. I had been successfully using OVS in VLAN mode. I reset my core_plugin and service_plugins in neutron.conf, I followed the steps to reinitialize my Neutron databases, to upgrade th

[Openstack] Neutron dnsmasq question

2014-04-25 Thread Muralidhar Balcha
Folks, Neutron is populating dnsmasq host file with hostname something like "host-192-168-0-0". This is not particularly useful for me. I need name resolution on the host name. How can I override this behavior? I am using Havana and this behavior is hardcoded in the code. Is there any workaround fo

Re: [Openstack] Neutron dnsmasq question

2014-04-25 Thread Sudhakar Gariganti
Hi Muralidhar, I know of two recent blueprints filed by Carl Baldwin in this area. Have look at these: https://blueprints.launchpad.net/neutron/+spec/internal-dns-resolution https://blueprints.launchpad.net/neutron/+spec/external-dns-resolution I hope this is the functionality you are looking fo