Re: [Openstack] Snapshot failure with VMwareVCDriver

2013-10-25 Thread Gary Kotton
Hi, Are you using the latest trunk version? Do you see any errors in the n-cpu screen? Thanks Gary On 10/24/13 10:55 PM, "Cristian Falcas" wrote: >Hy Xin, > >I was wandering if you could share your nova config? I'm trying to >connect openstack with vsphere, but i keep getting errors regarding >n

[Openstack] The dashboard crash after attaching a volume to a VM

2013-10-25 Thread 董建华
Hello, I just installed and configured the cinder services on the controller node. After attaching a volume to a instance, i clicked the link of the instance name, the dashborad ceashed, i got the below error messages, however i can click other instances without issue. Have anybody encountered

[Openstack] 回复: The dashboard crash after attaching a volume to a VM

2013-10-25 Thread 董建华
Adding comment. This is the apache error log. root@controller:/var/log/apache2# nova volume-attach test1 81554eb2-69c4-45c3-9886-21369a5238d7 /dev/vdb +--+--+ | Property | Value| +--+-

Re: [Openstack] libvirtd and Folsom Quantum/Neutron and iptables

2013-10-25 Thread Daniel P. Berrange
On Thu, Oct 24, 2013 at 04:02:04PM -0700, Craig E. Ward wrote: > I have a Folsom installation that has re-tasked some of the host > hardware. What was a nova compute node is now a Quantum (agent) > node. In the conversion, the libvirtd service was not removed. It > looks like it could be cause some

Re: [Openstack] 回复: The dashboard crash after attaching a volume to a VM

2013-10-25 Thread Lingala Srikanth Kumar-B37208
Hi, Please check your ‘/etc/nova/nova.conf’. After installing cinder, you need to configure some cinder settings in nova.conf. Please follow the below link to install and configure cinder in controller node: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenSta

Re: [Openstack] Migrate instances/tenants between clouds

2013-10-25 Thread Alexander Stellwag
Joshua, On 24.10.2013 21:48, Joshua Harlow wrote: > Whatever happened to doing in-place upgrades? > > Has that been problematic for u, are people just not doing it? If > they are avoiding it, why? If it was possible for us, then I would be the first to do it. Unfortunately it's not that easy bec

Re: [Openstack] Migrate instances/tenants between clouds

2013-10-25 Thread Alexander Stellwag
Tim, On 24.10.2013 19:51, Tim Bell wrote: > Have you tried > > - snapshot > - glance download of the snapshot > - glance upload of the snapshot to new instance > - boot from snapshot thank you very much. This is working fine but unfortunately not enough for us. This way, we loose all the metada

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Darragh O'Reilly
Hi Thiago, you have configured DHCP to push out a MTU of 1400. Can you confirm that the 1400 MTU is actually getting out to the instances by running 'ip link' on them? There is an open problem where the veth used to connect the OVS and Linux bridges causes a performance drop on some kernels -

[Openstack] Doc or Link for enabling Active Directory authentication for login information in Havana

2013-10-25 Thread ankush grover
Hi All, I have setup Openstack Havana release through Redhat RDO utility. Openstack is working fine but I am not able to configure Active Directory authentication for login information only in Openstack. In Havana Release Notes it is mentioned. I am looking forward to do the same in Openstack Hava

Re: [Openstack] Snapshot failure with VMwareVCDriver

2013-10-25 Thread Cristian Falcas
Thank you all for your answers. I had the nova-network service stopped. Currently I can launch virtual machines on vmware, but they can't boot from the disk. I'm tryingthat to convert the image using vmkfstools to see if this helps. Best regards, Cristian Falcas On Fri, Oct 25, 2013 at 10:11 AM,

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
Hi Darragh, Yes, Instances are getting MTU 1400. I'm using LibvirtHybridOVSBridgeDriver at my Compute Nodes. I'll check BG 1223267 right now! The LibvirtOpenVswitchDriver doesn't work, look: http://paste.openstack.org/show/49709/ http://paste.openstack.org/show/49710/ My NICs are "RTL8111/8

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Darragh O'Reilly
Hi Thiago, for the VIF error: you will need to change qemu.conf as described here: http://openvswitch.org/openstack/documentation/ Re, Darragh. On Friday, 25 October 2013, 15:14, Martinx - ジェームズ wrote: Hi Darragh, > > >Yes, Instances are getting MTU 1400. > > >I'm using LibvirtHybridOVSBr

Re: [Openstack] Doc or Link for enabling Active Directory authentication for login information in Havana

2013-10-25 Thread Mike Smith
I'm looking to do the exact same thing Ankush (AD just for Keystone user authentication but SQL backend for everything else Keystone related) and have done quite a bit of searching. So far I see multiple people saying it can be done, but haven't found anyone who's documented how to do it. +1 r

Re: [Openstack] Doc or Link for enabling Active Directory authentication for login information in Havana

2013-10-25 Thread Anne Gentle
http://docs.openstack.org/developer/keystone/configuration.html#configuring-the-ldap-identity-provider Not sure how accurate these are, but I think they were updated last release at least. Anne On Fri, Oct 25, 2013 at 9:48 AM, Mike Smith wrote: > I'm looking to do the exact same thing Ankush

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
I think can say... "YAY!!":-D With "LibvirtOpenVswitchDriver" my internal communication is the double now! It goes from ~200 (with LibvirtHybridOVSBridgeDriver) to *400Mbit/s*(with LibvirtOpenVswitchDriver)! Still far from 1Gbit/s (my physical path limit) but, more acceptable now. The command

[Openstack] One Time Keystone Use Tokens?

2013-10-25 Thread Brian Chong
Hi, I'm trying to figure out if its possible to configure KeyStone tokens to be one time use. My use case is that when a user requests that they want to take a action on the platform (i.e.: boot a VM) they aren't also using that same token to load a image in Glance or delete another VM, etc. H

Re: [Openstack] Migrate instances/tenants between clouds

2013-10-25 Thread Tim Bell
We'd really appreciate it if there was a git tool that we could try out and put in pull requests for any further functions we need. I feel the use case is reasonably common that if we can establish a tool for it, we could then propose a blueprint to include it into the mainstream product with t

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Rick Jones
On 10/25/2013 08:19 AM, Martinx - ジェームズ wrote: I think can say... "YAY!!":-D With "LibvirtOpenVswitchDriver" my internal communication is the double now! It goes from ~200 (with LibvirtHybridOVSBridgeDriver) to *_400Mbit/s_* (with LibvirtOpenVswitchDriver)! Still far from 1Gbit/s (my physica

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Darragh O'Reilly
the uneven ssh performance is strange - maybe learning on the tunnel mesh is not stablizing. It is easy to mess it up by giving a wrong local_ip in the ovs-plugin config file. Check the tunnels ports on br-tun with 'ovs-vsctl show'. Is each one using the correct IPs? Br-tun should have N-1 gre

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
Here we go: --- root@net-node-1:~# grep local_ip /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini local_ip = 10.20.2.52 root@net-node-1:~# ip r | grep 10.\20 10.20.2.0/24 dev eth1 proto kernel scope link src 10.20.2.52 --- --- root@hypervisor-1:~# grep local_ip /etc/neutron/plugins/ope

[Openstack] Instances created without any networks assigned

2013-10-25 Thread Igor Cardoso
Hello. I am having a very weird problem when trying to create and boot new instances, in Havana. No networks are assigned to these instances, so they fail while spawning. I have a controller node, network node and compute node. I do not have nova-network installed anywhere. Neutron is installed i

Re: [Openstack] Migrate instances/tenants between clouds

2013-10-25 Thread Allamaraju, Subbu
+1. On Oct 25, 2013, at 8:37 AM, Tim Bell wrote: > We'd really appreciate it if there was a git tool that we could try out and > put in pull requests for any further functions we need. > > I feel the use case is reasonably common that if we can establish a tool for > it, we could then propose

[Openstack] [horizon] Weird behaviour of 'user_home' and 'default_dashboard" paramenters in HORIZON_CONFIG

2013-10-25 Thread Timur Sufiev
Hello there! So I specify following config lines: HORIZON_CONFIG['default_dashboard'] = 'murano' HORIZON_CONFIG['user_home'] = 'muranodashboard.views.get_user_home' HORIZON_CONFIG['dashboards'] += ('murano',) where get_user_home function is defined in muranodashboard/views.py: def get_user_home(

Re: [Openstack] Migrate instances/tenants between clouds

2013-10-25 Thread Joshua Harlow
Hi alex, I know that different situations calls for different measures and I understand the reason. Y! is moving from nova-network to quantum (in-place) so I know its possible, but yes it requires pretty deep understanding of nova, quantum, packaging... Of course not everyone has the resources o

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Darragh O'Reilly
ok, the tunnels look fine. One thing that looks funny on the network node are these untagged tap* devices. I guess you switched to using veths and then  switched back to not using them. I don't know if they matter, but you should clean them up by stopping everthing, running neutron-ovs-cleanup

Re: [Openstack] [horizon] Weird behaviour of 'user_home' and 'default_dashboard" paramenters in HORIZON_CONFIG

2013-10-25 Thread Lyle, David
Hi Timur, You have correctly analyzed the current behavior. And it is confusing. In our implementation, we have implemented a user_home method that uses the "default_dashboard" to give the user a default dashboard. Now the question is of course, should that be the default behavior for Horiz

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
Okay, cool! tap** removed, neutron-ovs-cleanup ok, bridges empty, all nodes rebooted. BUT, still poor performance when reaching "External" network from within a Instance (plus SSH lags)... [?] I'll install a new Network Node, in another hardware, to test it more... Weird thing is, my Grizzly

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
Hi Rick, On 25 October 2013 13:44, Rick Jones wrote: > On 10/25/2013 08:19 AM, Martinx - ジェームズ wrote: > >> I think can say... "YAY!!":-D >> >> With "LibvirtOpenVswitchDriver" my internal communication is the double >> now! It goes from ~200 (with LibvirtHybridOVSBridgeDriver) to >> *_400Mbit

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Xu (Simon) Chen
You can use "ethtool -k eth0" to view the setting and use "ethtool -K eth0 gro off" to turn off GRO. On Fri, Oct 25, 2013 at 3:03 PM, Martinx - ジェームズ wrote: > Hi Rick, > > On 25 October 2013 13:44, Rick Jones wrote: > >> On 10/25/2013 08:19 AM, Martinx - ジェームズ wrote: >> >>> I think can say... "

[Openstack] VMs unable to communicate between each other using their floating IPs

2013-10-25 Thread Narayanan, Krishnaprasad
Hi all, Im my OpenStack setup, i am using nova-network to manage the networks. I could see that the VMs are unable to communicate between each other via their floating IPs. Can I know what is the reason and how to get rid of the problem? Thanks, Krishnaprasad __

[Openstack] does the nova client python API support Keystone's token-based authentication?

2013-10-25 Thread openstack learner
hi guys, Instead of username/password, does the nova client python API support Keystone's token-based authentication? thanks xin ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.or

[Openstack] what is the default timeout of the session the python nova client instance set up with the compute endpoint?

2013-10-25 Thread openstack learner
Hi guys, I am using the python-novaclient api and creating a nova client using "client = Client(USERNAME, PASSWORD, PROJECT_ID, AUTH_URL)" My question is: what is the default timeout of the session the nova client instance set up with the compute endpoint? >From the man page of the novaclient.

Re: [Openstack] One Time Keystone Use Tokens?

2013-10-25 Thread Ali, Haneef
I don't think it is possible. Can't you revoke the token after VM boot? Thanks Haneef From: Brian Chong [mailto:brian_ch...@symantec.com] Sent: Friday, October 25, 2013 8:19 AM To: openstack@lists.openstack.org Subject: [Openstack] One Time Keystone Use Tokens? Hi, I'm trying to figure out if

Re: [Openstack] One Time Keystone Use Tokens?

2013-10-25 Thread Brian Chong
Ah ok, so is there a event broadcast for Keystone to revoke it after the token is used? Or do I need to write some kind of "listener" on the AMQP to see if the event takes place? Can I correlate the event to the token being used for that event on the AMQP as part of the base of OpenStack? Also,

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Rick Jones
> Listen, maybe this sounds too dumb from my part but, it is the first > time I'm talking about this stuff (like "NIC peer-into GRE" ?, or GRO > / CKO... No worries. So, a slightly brief history of stateless offloads in NICs. It may be too basic, and I may get some details wrong, but it should

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
WOW!! Thank you for your time Rick! Awesome answer!!=D I'll do this tests (with ethtool GRO / CKO) tonight but, do you think that this is the main root of the problem?! I mean, I'm seeing two distinct problems here: 1- Slow connectivity to the External network plus SSH lags all over the clo

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Rick Jones
On 10/25/2013 02:37 PM, Martinx - ジェームズ wrote: WOW!! Thank you for your time Rick! Awesome answer!!=D I'll do this tests (with ethtool GRO / CKO) tonight but, do you think that this is the main root of the problem?! I mean, I'm seeing two distinct problems here: 1- Slow connectivity to th

[Openstack] OpenStack Community Weekly Newsletter (Oct 18 - 25)

2013-10-25 Thread Stefano Maffulli
Register Now For The Summit in Hong Kong ???, Solum: Open Development From Day One

[Openstack] How do I enforce provider location to use a specific IP of the cinder volume node

2013-10-25 Thread Gangur, Hrushikesh (R & D HP Cloud)
During grizzly days, I used to enforce it through cinder.conf: iscsi_ip_address=192.168.125.142 However, am not seeing this being picked up in Havana release. It picks up randomly either 127.0.0.1 or public IP on the node. Am I missing anything here? Here is my cinder.conf: [DEFAULT] logdir =

[Openstack] Key Injection not working after upgrading from Grizzly to Havana

2013-10-25 Thread Bill Owen
I've just updated my test environment to stable-havana. I have booted vm instances with Fedora and Ubuntu images with a key_name specified: $ nova boot --key_name key --image --flavor 2 test_vm After the image becomes active, I try to ssh to the image, but get an error message: $ ssh -i key.

[Openstack] 回复: 回复: The dashboard crash after attaching a volume to a VM

2013-10-25 Thread 董建华
Hello, Issue resolved after restart appache2 service. Dongjh 发件人: 董建华 发送时间: 2013-10-25 16:14 收件人: openstack 主题: 回复: The dashboard crash after attaching a volume to a VM Adding comment. This is the apache error log. root@controller:/var/log/apache2# nova volume-attach test1 81554eb2-69c4-45c3-

Re: [Openstack] One Time Keystone Use Tokens?

2013-10-25 Thread Adam Young
On 10/25/2013 04:03 PM, Ali, Haneef wrote: I don't think it is possible. Can't you revoke the token after VM boot? Yes, but I would not recommend doing that. You would have to modify every place that used tokens. Youncould make the token timeout very short, but it will break on any long r

Re: [Openstack] Doc or Link for enabling Active Directory authentication for login information in Havana

2013-10-25 Thread Adam Young
On 10/25/2013 11:17 AM, Anne Gentle wrote: http://docs.openstack.org/developer/keystone/configuration.html#configuring-the-ldap-identity-provider Not sure how accurate these are, but I think they were updated last release at least. Those are correct. The LDAP configuration has not changed sign

[Openstack] Final Call: China & HK OpenStack User Group Meet-up (4-Nov)

2013-10-25 Thread Bruce Lok
Hello OpenStackers, Celebrating the remarkable OpenStack Summit 2013 in Hong Kong and the launch of the Cyberport Community Cloud, the OpenStack User Group Meet-up will be held prior to the Summit at Hong Kong Cyberport Campus If you are coming to Hong Kong for the OpenStack Summit, we would li

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
LOL... One day, Internet via "Quantum Entanglement"! Oops, Neutron! =P I'll ignore the problems related to the "performance between two instances on different hypervisors" for now. My priority is the connectivity issue with the External networks... At least, internal is slow but it works. I'm

[Openstack] [Swift] Upgrading from 1.9.1 to 1.10.0

2013-10-25 Thread Shrinand Javadekar
Hi, My attempt to upgrade my 3 node swift installation from v1.9.1 to v1.10.0 fails without any errors :(. I downloaded the tar ball from https://launchpad.net/swift/havana/1.10.0/+download/swift-1.10.0.tar.gz and then followed these steps: 1. Stopped the services running on my storage nodes usin

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-25 Thread Martinx - ジェームズ
I was able to enable "ovs_use_veth" and start Instances (VXLAN / DHCP / Metadata Okay)... But, same problem when accessing External network. BTW, I have valid "Floating IPs" and easy access to the Internet from the Network Node, if someone wants to debug, just ping a message. On 26 October 2013