Re: [Openstack] [Neutron] [lbaas] change host of a pool?

2013-12-17 Thread Oleg Bondarev
Hi, Currently there is no such API call and this is not allowed. However you can disable all lbaas agents except one and recreate a pool. Thanks, Oleg On Wed, Dec 18, 2013 at 9:00 AM, Xu (Simon) Chen wrote: > > I wonder if I can change an LB pool from one lbaas-agent host to > another... Not s

Re: [Openstack] vm instances could not get ip address from dhcp agent

2013-12-17 Thread Yuling_C
Actually, I found that the tcpdump -i 'tapf9884dcb-e5' got dhcp reply. However, tcpdump -i br-int only has dhcp request. Also, when I tried to get ip address on the dhcp agent, I was not able to see 'tapf9884dcb-e5' ip netns exec qdhcp-7e73481a-d100-46d4-8dd1-9b3bb7949333 No cmd specified [root

[Openstack] [bug] I found the key of metadata in aggregate accept empty string, Is this a bug?

2013-12-17 Thread 黎林果
Hello, everyone When I set aggregate's metadata, I use nova aggregate-set-metadata llg_aggregate ''='test_key_empty' it returns: ++---+---+---+--+ | Id | Name | Availability Zone | Hosts | Metadata | +--

Re: [Openstack] [Heat] Ceilometer with Multi-Node

2013-12-17 Thread Eoghan Glynn
You appear to be missing the following line from each of your alarm resource definitions in the Heat template: repeat_actions: True (this is required for the Heat autoscaling cooldown logic to work) On the second compute node, do you actually have any nova instances running there? Cheers, Eo

[Openstack] [Neutron] Additional default security group rules

2013-12-17 Thread Craig J
Hi all, In the private cloud that we are building out, we'd like to restrict what users can do with security group rules. We have a solution in mind and would like to vet it in the mailing list. Here's what we'd like to achieve: 1. Lock down security group (and rules) so that only admins can make

Re: [Openstack] vm instances could not get ip address from dhcp agent

2013-12-17 Thread Yuling_C
B.T.W, I just noticed that 'brctl show' command does not show any attached interface on this test bed. Could this be the root cause? # brctl show bridge name bridge id STP enabled interfaces virbr0 8000.525400046ff3 yes virbr0-nic Also, I saw error

[Openstack] Upgrade only Neutron from Grizzly to Havana with others in Grizzly

2013-12-17 Thread Jong-Geun PARK
Hi, Is it possible to upgrade only Neutron from Grizzly to Havana while other projects such as Nova, Keystone, and so on are installed with Grizzly ? If possible, can you let me know how ? Thank you, - Jong-Geun Park ___ Mailing list: http://lists.opens

[Openstack] [Neutron] [lbaas] change host of a pool?

2013-12-17 Thread Xu (Simon) Chen
I wonder if I can change an LB pool from one lbaas-agent host to another... Not sure what the API call is. Thanks.. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe :

[Openstack] olso.config error running Devstack

2013-12-17 Thread Sayali Lunkad
Hello, I get the following error when I run stack.sh on Devstack + /usr/local/bin/ceilometer-dbsync Traceback (most recent call last): File "/usr/local/bin/ceilometer-dbsync", line 6, in from ceilometer.storage import dbsync File "/opt/stack/ceilometer/ceilometer/storage/__init__.py", li

[Openstack] vm instances could not get ip address from dhcp agent

2013-12-17 Thread Yuling_C
Hi All, I have an openstack installation environment of two nodes. One node contains Controller, Network, Nova, Glance, Keystone, Client, and Cinder. The other node is just a nova_compute node. Everything worked very well before. Suddenly we hit the issue that vm instances could not get ip ad

Re: [Openstack] [DevStack] Using create-stack-user.sh

2013-12-17 Thread Dean Troyer
On Tue, Dec 17, 2013 at 5:30 PM, Everett Toews wrote: > I'd like to run DevStack using create-stack-user.sh but am getting an > error. [...] > but having to clone the repo again feels wrong. > Understood, but chicken-v-egg here... How is create-stack-user.sh intended to be used? Is there a w

Re: [Openstack] [DevStack] Using create-stack-user.sh

2013-12-17 Thread Sayaji Patil
Hi Everett, There is no need to clone the repo again. After you create the stack user just do this 1) chown -R stack:stack /opt/devstack 2) su stack 3) ./stack.sh Regards, Sayaji On Tue, Dec 17, 2013 at 3:30 PM, Everett Toews wrote: > Hi All, > > I'd like to run DevStack using

[Openstack] [DevStack] Using create-stack-user.sh

2013-12-17 Thread Everett Toews
Hi All, I'd like to run DevStack using create-stack-user.sh but am getting an error. Steps: ssh root@ sudo apt-get -y update sudo apt-get -y install git git clone https://github.com/openstack-dev/devstack.git -b stable/havana devstack/ cd devstack/ vim localrc # copy in the contents of https:/

Re: [Openstack] [openstack][ceilometer] MongoDB replica set connection string

2013-12-17 Thread Francois Charlier
- Original Message - > From: "Prashanth Hari" > To: openstack@lists.openstack.org > Sent: Tuesday, December 17, 2013 8:35:03 PM > Subject: [Openstack] [openstack][ceilometer] MongoDB replica set connection > string > > I assume ceilometer currently supports MongoDB replica sets. > Can

[Openstack] [Heat] Ceilometer with Multi-Node

2013-12-17 Thread Jon Kon
Hi all, I want to autoscale with ceilometer and heat in devstack. The Single-Node-Configuration works. But now I want to configure for Multi-Node. Here is the localrc of the controller-node: https://gist.github.com/anonymous/8006733 And here is the localrc of the compute-node: https://gist.gith

[Openstack] [openstack][ceilometer] MongoDB replica set connection string

2013-12-17 Thread Prashanth Hari
I assume ceilometer currently supports MongoDB replica sets. Can someone provide inputs on how to enable replica set definitions in configs ? Thanks, Prashanth ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

Re: [Openstack] Additional Grizzly releases?

2013-12-17 Thread Jeremy Stanley
On 2013-12-17 10:15:28 -0700 (-0700), David Medberry wrote: > This page, presumably correct, shows one more Grizzly release in > March: > https://wiki.openstack.org/wiki/StableBranchRelease > > Planned stable/grizzly releases > > 2013.1.5 Mar 20 2014 It's worth noting that we're still merging

Re: [Openstack] Keystone active/active

2013-12-17 Thread Syed Armani
You should look at the token format you will be using for this setup. On Tue, Dec 17, 2013 at 10:27 PM, Anton Massoud wrote: > > Hi, > This is my setup now in keystone.conf > > > [catalog] > driver = keystone.catalog.backends.sql.Catalog > ... > [identity] > driver = keystone.identity.backends.

Re: [Openstack] Additional Grizzly releases?

2013-12-17 Thread David Medberry
This page, presumably correct, shows one more Grizzly release in March: https://wiki.openstack.org/wiki/StableBranchRelease Planned stable/grizzly releases 2013.1.5 Mar 20 2014 On Tue, Dec 17, 2013 at 8:13 AM, Drew Fisher wrote: > Are there plans for additional Grizzly releases, or is Hava

Re: [Openstack] Keystone active/active

2013-12-17 Thread Anton Massoud
Hi, This is my setup now in keystone.conf [catalog] driver = keystone.catalog.backends.sql.Catalog ... [identity] driver = keystone.identity.backends.sql.Identity I assume this is not to use memcache, right? # Dogpile.cache backend module. It is recommended that Memcache # (dogpile.cache.me

Re: [Openstack] [Keystone] Keystone performance work

2013-12-17 Thread Adam Young
On 12/16/2013 02:56 AM, Neependra Khare wrote: On 12/14/2013 02:04 AM, Adam Young wrote: On 12/13/2013 02:28 PM, Jay Pipes wrote: On 12/13/2013 08:14 AM, Neependra Khare wrote: On 12/12/2013 12:00 PM, Neependra Khare wrote: On 12/12/2013 01:11 AM, Adam Young wrote: Can you indicate which is

Re: [Openstack] Keystone active/active

2013-12-17 Thread Clint Byrum
Excerpts from Anton Massoud's message of 2013-12-17 06:14:36 -0800: > Hi, > Could keystone HA active/active? > Any hints or links how to do that if possible ? Any special setting that is > required Keystone is basically stateless if configured to use only the SQL and Memcache backends. Both of th

[Openstack] Additional Grizzly releases?

2013-12-17 Thread Drew Fisher
Are there plans for additional Grizzly releases, or is Havana the only supported release now? Thanks! -Drew ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http:/

Re: [Openstack] Bringing focus to the Operators and Users at the next summit

2013-12-17 Thread Everett Toews
Hi Tristan, Can you clarify what you meant by Users in your subject line? I took it to mean application developers (i.e. the developers writing applications on top of OpenStack) and possibly application operators (i.e. the operators deploying applications on top of OpenStack). They seem to have

Re: [Openstack] Ceph bootable cinder volume not working in Havana

2013-12-17 Thread Edward Lezondra
So I finally got Ceph and cinder bootable volume to work. For those interested on what I had to do. I had to reinstall everything and before I installed the nova components I installed the latest ceph client emperor. Now in the nova install there are some ceph components that it will install.

[Openstack] Keystone active/active

2013-12-17 Thread Anton Massoud
Hi, Could keystone HA active/active? Any hints or links how to do that if possible ? Any special setting that is required regards Anton ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.opensta

Re: [Openstack] Unable to boot instance

2013-12-17 Thread Kevin Breit
As hard as it is to believe, ti looks like it works now. I don’t know what happened but it didn’t work when I went to bed and works this morning. Thank you all for your response. I’ll let you know if this becomes a problem again. On December 17, 2013 at 4:11:16 AM, Swapnil Kulkarni (swapnilkul

Re: [Openstack] Problem with neutron

2013-12-17 Thread Jitendra Kumar Bhaskar
Hi Martins, I am also trying with XCP 1.6 but getting some error. If possible can you please share reference docs any that you used ? Error : Compute node : 2013-12-17 17:57:31.934 3710 AUDIT nova.compute.resource_tracker [-] Free ram (MB): 65013 2013-12-17 17:57:31.935 3710 AUDIT nova.compute.

Re: [Openstack] [Keystone] Keystone performance work

2013-12-17 Thread Neependra Khare
On 12/17/2013 12:48 AM, Joshua Harlow wrote: Another thing that u might consider. The rally project[1] has been using a tool called tomograph[2] and making tomograph better and it has been collecting some similar use-cases and test-cases around various openstack performance related work (also it

Re: [Openstack] Q: Switft OwnCloud

2013-12-17 Thread Christian Schwede
Am 17.12.13 06:14, schrieb Frans Thamura: > or is there alternative to use swift as file sharing in office and on internet There is also an alternative webclient, you can find it here: https://github.com/cschwede/django-swiftbrowser Christian ___ Ma

Re: [Openstack] Unable to boot instance

2013-12-17 Thread Jeff Cai
Check whether your memory size and hard disk meets the requirement of your chosen flavor. Jeff From: yatin kumbhare [mailto:yatinkumbh...@gmail.com] Sent: Tuesday, December 17, 2013 5:16 PM To: Kevin Breit Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Unable to boot instance Hello

Re: [Openstack] Unable to boot instance

2013-12-17 Thread kevinzhang
you can check nova-scheduler service log, you can find about error log. Maybe you have no valid nova-compute host, check you ntp and nova-compute is work! Kevin Zhang Weibo:kevin_prajna Twitter:topshare MSN:zhangjin...@hotmail.com On Dec 17, 2013, at 2:21 PM, Kevin Breit wrote: > No valid ho

Re: [Openstack] Unable to boot instance

2013-12-17 Thread Swapnil Kulkarni
I have seen the same issue yesterday with my devstack, where the images were not available due to some issue with swifft as glance backend and it was giving the same no valid host was found error on dashboard. Best Regards, Swapnil On Tue, Dec 17, 2013 at 3:31 PM, kevinzhang wrote: > you can

Re: [Openstack] [Keystone] Keystone performance work

2013-12-17 Thread Neependra Khare
Hi Wanghong, On 12/17/2013 03:10 PM, 王宏 wrote: Hi Neependra. We have done some keystone performance works already at HuaWei. We are interested in the number of PKI_token_authentication or PKI_token_revocation_list_get requests that keystone V3 can handle per second. We also made some attempt

Re: [Openstack] Bringing focus to the Operators and Users at the next summit

2013-12-17 Thread Thierry Carrez
Tim Bell wrote: > I would also propose that these user/operator points should be provided to > the PTLs at least one month in advance of the summit. Armed with this input, > the PTLs can factor this into the summit session planning. If there are needs > for a user/operator advocate in design ses

Re: [Openstack] Q: Switft OwnCloud

2013-12-17 Thread Christian Berendt
On 17.12.2013 06:33, Tom Fifield wrote: Yes, swift is supported as a file store backend of OwnCloud, including with Keystone support. Should work, yes. At least I reworked the existing implementation some time ago (https://github.com/owncloud/core/pull/5468) and all test cases run without iss

Re: [Openstack] [Keystone] Keystone performance work

2013-12-17 Thread 王宏
Hi Neependra. We have done some keystone performance works already at HuaWei. We are interested in the number of PKI_token_authentication or PKI_token_revocation_list_get requests that keystone V3 can handle per second. We also made some attempts to improve the concurrency value per second. We ha

Re: [Openstack] Bringing focus to the Operators and Users at the next summit

2013-12-17 Thread Tristan Goode
Perfect stated Tom. Thank you. > -Original Message- > From: Tom Fifield [mailto:t...@openstack.org] > Sent: Tuesday, 17 December 2013 11:23 AM > To: openstack@lists.openstack.org > Subject: Re: [Openstack] Bringing focus to the Operators and Users at the next > summit > > On 17/12/13 02:55

Re: [Openstack] Unable to boot instance

2013-12-17 Thread yatin kumbhare
Hello Kevin, First check $nova-manage service list Is your compute nodes smiling :) check your scheduler logs, most probably you are getting this error from filter_scheduler, schedule_run_instance() method. scheduler not able to find valid host. Regards, Yatin On Tue, Dec 17, 2013 at 11:51 A

Re: [Openstack] Failed to resize

2013-12-17 Thread Mārtiņš Jakubovičs
Thanks! It works! .. sort of... Migration starts, but it fails with error message . Looks like in OpenStack is not supported shared storage with XenServer. https://bugs.launchpad.net/nova/+bug/1201863 On 2013.12.17. 10:24, wu jiang wrote: Hi Mārtiņš,

[Openstack] [Ceilometer] - Formulas From low level metrics to QoS

2013-12-17 Thread Rima Grati
Good morning, Please what are the formulas which can do the mappings from low levels metrics (extracted from ceilometer) to the QoS values. I know how to calculate the response time of a service from the values bandwith, inbytes .. Are you aware of other formulas for other values of QoS. Tha

[Openstack] Ceilometer - Formulas From low level metrics to QoS

2013-12-17 Thread Rima Grati
Hello everyone, Please what are the formulas which can do the mappings from low levels metrics (extracted from ceilometer) to the QoS values. I know how to calculate the response time of a service from the values bandwith, inbytes .. Are you aware of other formulas for other values of QoS. T

[Openstack] Ceilometer - Formulas From low level metrics to QoS

2013-12-17 Thread Rima Grati
Hello everyone, Please what are the formulas which can do the mappings from low levels metrics (extracted from ceilometer) to the QoS values. I know how to calculate the response time of a service from the values bandwith, inbytes .. Are you aware of other formulas for other values of QoS. T

Re: [Openstack] Failed to resize

2013-12-17 Thread Ashok Kumaran
Can you ensure you have the below "allow_resize_to_same_host=true" and "allow_migrate_to_same_host=true" set in nova.conf,its needed for all in one deployment or a scenario with only one available compute node. Restart nova services and try to resize the instance Best, Ashok On Tue, Dec 17, 20

[Openstack] [Ceilometer] - Formulas From low level metrics to QoS

2013-12-17 Thread Rima Grati
Hello everyone, Please what are the formulas which can do the mappings from low levels metrics (extracted from ceilometer) to the QoS values. I know how to calculate the response time of a service from the values bandwith, inbytes .. Are you aware of other formulas for other values of QoS. T

Re: [Openstack] Failed to resize

2013-12-17 Thread wu jiang
Hi Mārtiņš, Add 'allow_resize_to_same_host=True' to /etc/nova/nova.conf, restart nova service (api/compute) and try again~ wingwj On Tue, Dec 17, 2013 at 4:08 PM, Mārtiņš Jakubovičs wrote: > Hello all, > > I got a lot problems with XenServer + OpenStack and one more is with > instance resize

[Openstack] Failed to resize

2013-12-17 Thread Mārtiņš Jakubovičs
Hello all, I got a lot problems with XenServer + OpenStack and one more is with instance resize. When I attempt to resize instance nothing happens, only in nova-conductor.log I got some error messages. Maybe someone know how to fix this? Looks like sch