Re: [Openstack] Horizon panel and database

2014-07-03 Thread Lukáš Vízner
Hello, thanks for reply. Yes I have model for data in the models.py file. I am able to show empty table in the panel but what I do not know is how the code of the function "get_data" in the views.py file should look like. When I try to look to another views.py files I can see that openstack api is

[Openstack] [Ceilometer] Question regarding the meter "cpu time used"

2014-07-03 Thread 饶定远
Hi folks, I found that the “cpu time used” meter actually means “cpu time used *since last boot-up*”, at least in libvirt environments. It will be reset to ZERO after VM restart. As far as I understand, a cumulative type meter should be strictly increasing, so it looks very strange to me.

Re: [Openstack] Glance performance v1 vs v2

2014-07-03 Thread Zhi Yan Liu
Hi, I have done some tests [0] to try to figure out what's perf problem there. As comparing, I did it by two separated cases a) sending request by glanceclient cli normally, just like what you did before. b) to around the glanceclient cli to send those equal api calls to glance server directly. Th

Re: [Openstack] Using HA rabbitmq cluster

2014-07-03 Thread Richard Raseley
On Tue, Jul 1, 2014 at 6:39 PM, Xicheng Chang wrote: > Greetings, > > This is my first post. Sorry for this beginner's question. > > I have read some docs on how to configure OpenStack to use Highly > available rabbitmq. Looks like simply configuring services with all queue > nodes in that HA

[Openstack] Nova test case failures

2014-07-03 Thread Green, Paul
I just ran the Icehouse Nova self-tests under Devstack under VirtualBox, and found that 75 of them failed. Is there a list anywhere of the known failing tests, or should all of them have passed? Or am I doing something dumb? I'm using Ubuntu Trusty (14.04) and the current copy of devstack. I st

Re: [Openstack] Nova test case failures

2014-07-03 Thread Clint Byrum
Excerpts from Green, Paul's message of 2014-07-03 09:51:52 -0700: > I just ran the Icehouse Nova self-tests under Devstack under VirtualBox, and > found that 75 of them failed. Is there a list anywhere of the known failing > tests, or should all of them have passed? Or am I doing something dumb?

Re: [Openstack] Nova test case failures

2014-07-03 Thread Green, Paul
Thanks, Clint. I'll give that a try. PG ___ 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] ownCloud and openstack

2014-07-03 Thread Frank Karlitschek
Hi everyone, Tom Fifield recommended that I send a message to this list. As some of you might know we at ownCloud just added Swift support as primary storage to ownCloud. This will be released as part of our upcoming release 7 in about 3 weeks. The code can be seen here. https://github.com/ow

Re: [Openstack] ownCloud and openstack

2014-07-03 Thread Kuo Hugo
Hi Frank, This is Hugo. I do like to try the ownCloud over Swift. We're interesting in any 3rd parties solution for Swift. I'll get back to you once the analysis is done later. Cheers // Hugo 2014-07-04 9:01 GMT+08:00 Frank Karlitschek : > Hi everyone, > > > Tom Fifield recommended that I sen

[Openstack] Help increasing MTU

2014-07-03 Thread Clint Dilks
Hi, I have a three node Icehouse Cluster running on CentOS 6.5 ( using RDO yum repostories but not installed via packstack ). We are using GRE Tunnels, so experience the issues where some packets are truncated because they exceed the 1500 mtu size. >From what I have read most people are reducing

Re: [Openstack] ownCloud and openstack

2014-07-03 Thread John Dickinson
That's fantastic news! Hearing more companies and applications supporting Swift is great for the community, and it gives us as contributors yet another use case to reference. I work with Hugo, so I'll peek over his shoulder to check it out. Meanwhile, if there's anything I can do to help answer

Re: [Openstack] Help increasing MTU

2014-07-03 Thread Remo Mattei
1500 is too big with gre if you try to lower the 9000 by 4k it may work just a suggestion. I have seen several issues with the 1500 between instances performance is crappy a lot of frags Inviato da iPhone () > Il giorno Jul 3, 2014, alle ore 19:13, Clint Dilks ha > scritto: > > Hi, > > I

[Openstack] ask - Multiple External Network and Multiple NIC

2014-07-03 Thread Mahardhika Gilang
Dear all, i've used this doc for installation http://docs.openstack.org/trunk/install-guide/install/apt/content/ and used 3 node architecture in some vm it will be use for this schema : vm1 have 2 interface that will connect to 2 external net, eth0 will connect to externalnet eth1 will connect

[Openstack] [ironic]How to add a new node (under libvirt) ?

2014-07-03 Thread Li, Chen
Hi list, I have installed a devstack environment with ironic. And I can successfully boot instance with the VMs (work as ironic node) created by devstack. Now I want to create a new VM on the same physical machine and add the new VM as an ironic node. I tried to follow steps in "devstack/lib/i

[Openstack] [ironic]How to update an ironic node's ssh name ?

2014-07-03 Thread Li, Chen
Hi list, I have create a new ironic node by command "ironic node-create". Unfortunately, I have set the wrong ssh_username for the node: -i ssh_username=$IRONIC_SSH_USERNAME How can I change this username to the right one without delete the old node and re-create one ?? I tried to user c

Re: [Openstack] [ironic]How to update an ironic node's ssh name ?

2014-07-03 Thread Li, Chen
Get answer from IRC, ironic node-update replace driver_info/ssh_username= Thanks. -chen From: Li, Chen [mailto:chen...@intel.com] Sent: Friday, July 04, 2014 12:27 PM To: openstack@lists.openstack.org Subject: [Openstack] [ironic]How to update an ironic node's ssh name ? Hi list, I have create

Re: [Openstack] [Ceilometer] Question regarding the meter "cpu time used"

2014-07-03 Thread Piyush Masrani
Hi Kurt, Your understanding is correct about the the 'cpu time used' meter. It is a cumulative meter, ever increasing since boot-up and reset to zero on restart. Vsphere does not support this meter. Details about meters supported by different hypervisors can be found at: http://docs.openstack.

Re: [Openstack] ask - Multiple External Network and Multiple NIC

2014-07-03 Thread sylecn
Hi, vm1eth0localnet - externalnet--Internet > vm1eth1---localnet 1-- externalnet1 - Internet > > I have confidence this works. The logical network topology will look like this: externalnetexternalnet1 ||

Re: [Openstack] ask - Multiple External Network and Multiple NIC

2014-07-03 Thread Andalabs
I will give it a try, will update this mail soon, thanks Email-an dari Kokpit > On Jul 4, 2014, at 12:42 PM, sylecn wrote: > > Hi, > >> vm1eth0localnet - externalnet--Internet >> vm1eth1---localnet 1-- externalnet1 - Internet > > I have confidence this works. The l

[Openstack] 答复: [Ceilometer] Question regarding the meter "cpu time used"

2014-07-03 Thread 饶定远
Thanks a lot Piyush. That helps a lot! I think delta counter makes more sense too. In that way, the billing system can simply query something like /v2/meters/cpu/statistics?groupby=resource_id and then the “sum” value is the “total cpu time consumed” by each VM. Otherwise, billing system nee