Re: [openstack-dev] [nova][python-novaclient] microversion implementation on client side

2015-05-06 Thread Alex Xu
Thanks, Devananda, I read the ironic spec and it almost cover all the case what I'm looking for. The only we missed in nova is return max/min version by header when nova can't process the requested version. 2015-04-28 15:38 GMT+08:00 Devananda van der Veen devananda@gmail.com: FWIW, we

Re: [openstack-dev] [neutron][api] Extensions out, Micro-versions in

2015-05-06 Thread Salvatore Orlando
Thanks Kevin, answers inline. On 6 May 2015 at 00:28, Fox, Kevin M kevin@pnnl.gov wrote: so... as an operator looking at #3, If I need to support lbaas, I'm getting pushed to run more and more services, like octavia, plus a neutron-lbaas service, plus neutron? This seems like an

Re: [openstack-dev] [Fuel] Transaction scheme

2015-05-06 Thread Igor Kalnitsky
First of all I propose to wrap HTTP handlers by begin/commit/rollback I don't know what you are talking about, but we do wrap handlers in transaction for a long time. Here's the code

Re: [Openstack] [“Potential Spoofed”] Neutron Load Balancer behavior while autoscaling

2015-05-06 Thread ashish.jain14
Hello, I just tested with manually attaching an instance to a neutron load balancer pool. But somehow I see the same behavior where the instance attached while Jmeter is pumping messages does not serve any request. However same instance servers when I restart message pumping from Jmeter.

Re: [openstack-dev] How to turn tempest CLI tests into python-*client in-tree functional tests

2015-05-06 Thread Chris Dent
On Wed, 6 May 2015, Robert Collins wrote: Its actually an antipattern. It tells testr that tests are appearing and disappearing depending on what test entry point a user runs each time. testr expects the set of tests to only change when code changes. So, I fully expect that this pattern is

Re: [Openstack] No valid host found

2015-05-06 Thread Vedsar Kushwaha
Thanks for your valuable suggestions. Problem was solved. OS image I was booting to launch openstack instance, was corrupted. After installing fresh OS image, everything is working perfectly fine. But I didn't understand its connection with centos update.:) On Sun, May 3, 2015 at 5:55 PM,

[Openstack] CenOS7 kilo keystone can not create endpoint with ImportError: No module named oslo_utils

2015-05-06 Thread walterxj
Hi:all    Does anybody test with kilo on CenOS7? I just follow the guide  http://docs.openstack.org/kilo/install-guide/install/yum/content/ and when I create endpoint with: openstack endpoint create \ --publicurl http://controller:5000/v2.0 \ --internalurl http://controller:5000/v2.0 \

Re: [openstack-dev] [Nova][Ironic] Large number of ironic driver bugs in nova

2015-05-06 Thread Lucas Alvares Gomes
Hi I noticed last night that there are 23 bugs currently filed in nova tagged as ironic related. Whilst some of those are scheduler issues, a lot of them seem like things in the ironic driver itself. Does the ironic team have someone assigned to work on these bugs and generally keep an eye

Re: [openstack-dev] [Fuel] Transaction scheme

2015-05-06 Thread Alexander Kislitsky
Hi! The refactoring of transactions management in Nailgun is critically required for scaling. First of all I propose to wrap HTTP handlers by begin/commit/rollback decorator. After that we should introduce transactions wrapping decorator into Task execute/message calls. And the last one is the

[Openstack] Swift - Adding S3 Glacier like interface in Swift Swift3 Object Storage

2015-05-06 Thread Bala
I am new to this list so please excuse me if I posted it in wrong list. We have a tape library which we would like to integrate with OpenStack Swift Swift3 object storage service to provide S3 interface. The current file system we have for the library has been integrated with Swift storage

Re: [openstack-dev] How to turn tempest CLI tests into python-*client in-tree functional tests

2015-05-06 Thread Sean Dague
On 05/06/2015 04:57 AM, Chris Dent wrote: On Wed, 6 May 2015, Robert Collins wrote: Its actually an antipattern. It tells testr that tests are appearing and disappearing depending on what test entry point a user runs each time. testr expects the set of tests to only change when code

Re: [openstack-dev] [all] cross project communication: periodic developer newsletter?

2015-05-06 Thread Thierry Carrez
Joe Gordon wrote: On Tue, May 5, 2015 at 9:53 AM, James Bottomley wrote: On Tue, 2015-05-05 at 10:45 +0200, Thierry Carrez wrote: The issue is, who can write such content ? It is a full-time job to produce authored content, you can't just copy (or link to) content produced

Re: [openstack-dev] [Nova][Ironic] Large number of ironic driver bugs in nova

2015-05-06 Thread John Garbutt
On 6 May 2015 at 09:39, Lucas Alvares Gomes lucasago...@gmail.com wrote: Hi I noticed last night that there are 23 bugs currently filed in nova tagged as ironic related. Whilst some of those are scheduler issues, a lot of them seem like things in the ironic driver itself. Does the ironic

Re: [openstack-dev] [Fuel] Transaction scheme

2015-05-06 Thread Alexander Kislitsky
I mean, that we should have explicitly wrapped http handlers. For example: @transaction def PUT(...): ... We don't need transactions, for example, in GET methods. I propose to rid of complex data flows in our code. Code with 'commit' call inside the the method should be split into independent

Re: [openstack-dev] [TripleO] Core reviewer update proposal

2015-05-06 Thread Jan Provaznik
On 05/05/2015 01:57 PM, James Slagle wrote: Hi, I'd like to propose adding Giulio Fidente and Steve Hardy to TripleO Core. Giulio has been an active member of our community for a while. He worked on the HA implementation in the elements and recently has been making a lot of valuable

Re: [openstack-dev] [all] cross project communication: periodic developer newsletter?

2015-05-06 Thread Thierry Carrez
Hugh Blemings wrote: +2 I think asking LWN if they have the bandwidth and interest to do this would be ideal - they've credibility in the Free/Open Source space and a proven track record. Nice people too. On the bandwidth side, as a regular reader I was under the impression that they

Re: [openstack-dev] [Fuel] Transaction scheme

2015-05-06 Thread Lukasz Oles
On Wed, May 6, 2015 at 10:51 AM, Alexander Kislitsky akislit...@mirantis.com wrote: Hi! The refactoring of transactions management in Nailgun is critically required for scaling. First of all I propose to wrap HTTP handlers by begin/commit/rollback decorator. After that we should introduce

Re: [openstack-dev] [neutron] How should edge services APIs integrate into Neutron?

2015-05-06 Thread Salvatore Orlando
I think Paul is correctly scoping this discussion in terms of APIs and management layer. For instance, it is true that dynamic routing support, and BGP support might be a prerequisite for BGP VPNs, but it should be possible to have at least an idea of how user and admin APIs for this VPN use case

Re: [openstack-dev] [neutron] IPv4 transition/interoperation with IPv6

2015-05-06 Thread Mike Spreitzer
Robert Li (baoli) ba...@cisco.com wrote on 05/05/2015 09:02:08 AM: Currently dual stack is supported. Can you be specific on what interoperation/transition techniques you are interested in? We’ve been thinking about NAT64 (stateless or stateful). thanks, Robert On 5/4/15, 9:56 PM,

Re: [openstack-dev] [PKG-Openstack-devel][horizon][xstatic] XStatic-Angular-Bootstrap in violation of the MIT/Expat license (forwarded from: python-xstatic-angular-bootstrap_0.11.0.2-1_amd64.changes R

2015-05-06 Thread Thomas Goirand
On 05/05/2015 05:05 PM, Michael Krotscheck wrote: The real question seems to be whether packagers have a disproportionate amount of power to set development goals, tools, and policy. This is a common theme that I've encountered frequently, and it leads to no small amount of tension. This

Re: [Openstack] Savana/Swift large object copy error

2015-05-06 Thread Christian Schwede
Hello Ross, On 05.05.15 21:54, Ross Lillie wrote: My understanding is that Swift should automagically split files greater that 5G into multiple segments grouped under a metafile but this appears to not be working. This was working under the Havana release (Ubuntu) using the Swift File System

Re: [Openstack] Problem with cinder backup : type 'NoneType' can't be encoded

2015-05-06 Thread Maxime Aubry
Hello, problem solved ! I had to put : rbd_user = glance into /etc/cinder/cinder.conf. That's why we've got an exception throwed by /usr/lib/python2.7/dist-packages/cinder/volume/drivers/rbd.py : self.user = encodeutils.safe_encode(user) 2015-05-05 12:01 GMT+02:00 Maxime Aubry

[Openstack] Neutron Load Balancer behavior while autoscaling

2015-05-06 Thread ashish.jain14
Hello, I am using neutron load balancer along with heat. I auto-scale instances and all the new instances are automatically attached to neutron load balancer. I am using apache jmeter to create CPU load. I instantiate apache jmeter for 5 minutes to create load and I am able to auto spawn

Re: [openstack-dev] How to turn tempest CLI tests into python-*client in-tree functional tests

2015-05-06 Thread Robert Collins
On 14 February 2015 at 10:26, Joe Gordon joe.gord...@gmail.com wrote: Digging through the logs this originated from this bug: https://bugs.launchpad.net/tempest/+bug/1260710 Its probably not needed everywhere and in all the clients. So I've looked more closely at this. Its actually an

Re: [Openstack] CenOS7 kilo keystone can not create endpoint with ImportError: No module named oslo_utils

2015-05-06 Thread Christian Berendt
On 05/06/2015 11:59 AM, walterxj wrote: I get the error: ImportError: No module named oslo_utils . This is a packaging issue with the current state of the RDO repository. The RDO Kilo repository is not yet stable. You have to manually install a few packages at the moment (looks like I forgot

Re: [Openstack] [“Potential Spoofed”] Re: [“Potential Spoofed”] Neutron Load Balancer behavior while autoscaling

2015-05-06 Thread ashish.jain14
Looks like the issue is with Jmeter and Lbaas compatibility, I wrote a simple shell script to simulate a similar load situation and somehow I do not see the issue any more. Regards Ashish From: ashish.jai...@wipro.com ashish.jai...@wipro.com Sent:

Re: [openstack-dev] [nova] Which error code should we return when OverQuota

2015-05-06 Thread Chris Dent
On Wed, 6 May 2015, Sean Dague wrote: All other client errors, just be a 400. And use the emerging error reporting json to actually tell the client what's going on. Please do not do this. Please use the 4xx codes as best as you possibly can. Yes, they don't always match, but there are several

[openstack-dev] [cinder][nova] Question on Cinder client exception handling

2015-05-06 Thread Chen CH Ji
Hi In order to work on [1] , nova need to know what kind of exception are raised when using cinderclient so that it can handle like [2] did? In this case, we don't need to distinguish the error case based on string compare , it's more accurate and less error leading

[Openstack] heat: Using IP address of one VM with-in another VM

2015-05-06 Thread ashish.jain14
Hi, Is it possible to somehow pass IP of a VM to another VM during heat deployment. For example IP of a DB server in a VM to a client in another VM. Regards Ashish The information contained in this electronic message and any attachments to this message are intended for the exclusive use

[openstack-dev] [heat][ceilometer] autoscaling

2015-05-06 Thread ICHIBA Sara
hey there, Please I wanna know if their is anyway I can have cpu, ram and network meters for each VM returned by ceilometer to heat for autoscaling tasks? In advance, thank you for your response, Sara __ OpenStack

Re: [openstack-dev] [nova] Which error code should we return when OverQuota

2015-05-06 Thread Sean Dague
On 05/06/2015 07:11 AM, Chris Dent wrote: On Wed, 6 May 2015, Sean Dague wrote: All other client errors, just be a 400. And use the emerging error reporting json to actually tell the client what's going on. Please do not do this. Please use the 4xx codes as best as you possibly can. Yes,

Re: [openstack-dev] [nova] Which error code should we return when OverQuota

2015-05-06 Thread Sean Dague
It does, however I looked through the history of that repo, and that's just in one of Jay's documents that predates the group. I'm a little cautious to give it a lot of weight without rationale. Honestly, there is this obsession of assuming that there *are* good fits for HTTP status codes for non

[openstack-dev] [Fuel][Plugin] Contributor license agreement for fuel plugin code?

2015-05-06 Thread Emma Gordon (projectcalico.org)
If fuel plugin code is checked into a stackforge repository (as suggested in the fuel plugin wiki https://wiki.openstack.org/wiki/Fuel/Plugins#Repo), who owns that code? Is there a contributor license agreement to sign? (For example, contributors to OpenStack would sign this

Re: [openstack-dev] [Fuel][Plugin] Contributor license agreement for fuel plugin code?

2015-05-06 Thread Jeremy Stanley
On 2015-05-06 11:02:42 + (+), Emma Gordon (projectcalico.org) wrote: If fuel plugin code is checked into a stackforge repository (as suggested in the fuel plugin wiki https://wiki.openstack.org/wiki/Fuel/Plugins#Repo), who owns that code? I am not a lawyer, but my understanding is

Re: [openstack-dev] [neutron][api] Extensions out, Micro-versions in

2015-05-06 Thread Bob Melander (bmelande)
Hi Salvatore, Two questions/remarks below. From: Salvatore Orlando sorla...@nicira.commailto:sorla...@nicira.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: onsdag 6 maj 2015 00:13 To:

Re: [openstack-dev] [oslo.config] MultiStrOpt VS. ListOpt

2015-05-06 Thread Davanum Srinivas
ZhiQiang, Please log a bug and we can try to do what jd suggested. -- dims On Wed, May 6, 2015 at 9:21 AM, Julien Danjou jul...@danjou.info wrote: On Wed, May 06 2015, ZhiQiang Fan wrote: I come across a problem that crudini cannot handle MultiStrOpt[1], I don't know why such type

[openstack-dev] [fuel] Some changes in build script

2015-05-06 Thread Vladimir Kozhukalov
Dear colleagues, Please, be informed that I've made some changes in our build script in order to support priorities for rpm repositories. I've also removed some unnecessary variables (EXTRA_RPM_REPOS and EXTRA_DEB_REPOS) and renamed some others. We don't need EXTRA_DEB_REPOS any more because it

Re: [openstack-dev] [opentack-dev][meetings] Proposing changes in Rally meetings

2015-05-06 Thread Mikhail Dubov
Tony, many thanks for noticing it, I didn't see it for some reason while looking at the iCal file / checking the wiki. We will use another time then. Best regards, Mikhail Dubov Engineering OPS Mirantis, Inc. E-Mail: mdu...@mirantis.com Skype: msdubov On Wed, May 6, 2015 at 5:15 AM, Tony

Re: [openstack-dev] [all] TC Communications planning

2015-05-06 Thread Maish Saidel-Keesing
On 05/06/15 16:13, Anne Gentle wrote: Hi all, In the interest of communicating sooner rather than later, I wanted to write a new thread to say that Flavio Percoco and I are going to work on a TC communications plan as co-chairs of a TC communications working group. I think we can find a

[openstack-dev] ?????? [heat][ceilometer] autoscaling

2015-05-06 Thread Luo Gangyi
I don't understand what you mean. Firstly, ceilometer doesn't return meters or samples to heat. In fact, heat configures an alarm in ceilometer and the action of this alarm is to send a REST to heat. When heat gets this REST, it triggers autoscalling. Besides, you can use #ceilometer

[openstack-dev] [oslo.config] MultiStrOpt VS. ListOpt

2015-05-06 Thread ZhiQiang Fan
Hi, devs I come across a problem that crudini cannot handle MultiStrOpt[1], I don't know why such type configuration option is needed. It seems ListOpt is a better choice. Currently I find lots of MultiStrOpt options in both Nova and Ceilometer, and I think other projects have too. Here are my

Re: [openstack-dev] [heat][ceilometer] autoscaling

2015-05-06 Thread Zane Bitter
On 06/05/15 08:25, ICHIBA Sara wrote: hey there, Please I wanna know if their is anyway I can have cpu, ram and network meters for each VM returned by ceilometer to heat for autoscaling tasks? In advance, thank you for your response, Sara The openstack-dev list is for discussing future

Re: [openstack-dev] [all] cross project communication: periodic developer newsletter?

2015-05-06 Thread James Bottomley
On Wed, 2015-05-06 at 11:54 +0200, Thierry Carrez wrote: Hugh Blemings wrote: +2 I think asking LWN if they have the bandwidth and interest to do this would be ideal - they've credibility in the Free/Open Source space and a proven track record. Nice people too. On the bandwidth

[Openstack] Neutron-legacy error

2015-05-06 Thread Silvia Fichera
Hi all, I'm installig Openstack using Devstack, and I'm includind the ODL plugin. This is my local.conf file: [[local|localrc]] #IP Details HOST_IP=10.30.3.231 #Please Add The Control Node IP Address in this line FLAT_INTERFACE=eth0 SERVICE_HOST=$HOST_IP FIXED_RANGE=172.31.31.0/24

Re: [openstack-dev] [Neutron][IPAM] Do we need migrate script for neutron IPAM now?

2015-05-06 Thread John Belamaric
I agree, we should amend it to not run pluggable IPAM as the default for now. When we decide to make it the default, the migration scripts will be needed. John On 5/5/15, 1:47 PM, Salvatore Orlando sorla...@nicira.commailto:sorla...@nicira.com wrote: Patch #153236 is introducing pluggable

Re: [openstack-dev] [Fuel] LBaaS in version 5.1

2015-05-06 Thread Stanislaw Bogatkin
Hi Daniel, Unfortunately, we never supported LBaaS until Fuel 6.0 when plugin system was introduced and LBaaS plugin was created. So, I think than docs about it never existed for 5.1. But as I know, you can easily install LBaaS in 5.1 (it should be shipped in our repos) and configure it with

Re: [Openstack] heat: Using IP address of one VM with-in another VM

2015-05-06 Thread Chris Friesen
On 05/06/2015 06:20 AM, ashish.jai...@wipro.com wrote: Hi, Is it possible to somehow pass IP of a VM to another VM during heat deployment. For example IP of a DB server in a VM to a client in another VM. Yes. As an example take a look at

Re: [Openstack-operators] expanding to 2nd location

2015-05-06 Thread Joseph Bajin
Just to add in my $0.02, we run in multiple sites as well. We are using regions to do this. Cells at this point have a lot going for it, but we thought it wasn't there yet. We also don't have the necessary resources to make our own changes to it like a few other places do. With that, we said

[openstack-dev] [RefStackl] - http://refstack.org/ - does not resolve

2015-05-06 Thread Arkady_Kanevsky
What are we doing to have name resolved? Meanwhile what is IP address to reach it? Do we really expect people to submit results to that web site? Thanks, Arkady __ OpenStack Development Mailing List (not for usage questions)

Re: [Openstack-operators] Modification in nova policy file

2015-05-06 Thread Joseph Bajin
The Policy file is not a filtering agent. It basically just provides ACL type of abilities. Can you do this action? True/False Do you have the right permissions to call this action? True/False If you wanted to pull back just the instances that the user owns, then you would actually have to

Re: [openstack-dev] [oslo.config] MultiStrOpt VS. ListOpt

2015-05-06 Thread Julien Danjou
On Wed, May 06 2015, ZhiQiang Fan wrote: I come across a problem that crudini cannot handle MultiStrOpt[1], I don't know why such type configuration option is needed. It seems ListOpt is a better choice. Currently I find lots of MultiStrOpt options in both Nova and Ceilometer, and I think

[openstack-dev] [Fuel] LBaaS in version 5.1

2015-05-06 Thread Daniel Comnea
HI all, Recently i used Fuel 5.1 to deploy Openstack Icehouse on a Lab (PoC) and a request came with enabling Neutron LBaaS. I have looked up on Fuel doc to see if this is supported in the version i'm running but failed ot find anything. Anyone can point me to any docs which mentioned a) yes it

Re: [openstack-dev] [TripleO] Core reviewer update proposal

2015-05-06 Thread Dan Prince
On Tue, 2015-05-05 at 07:57 -0400, James Slagle wrote: Hi, I'd like to propose adding Giulio Fidente and Steve Hardy to TripleO Core. Giulio has been an active member of our community for a while. He worked on the HA implementation in the elements and recently has been making a lot of

Re: [openstack-dev] Fuel][Plugin] Contributor license agreement for fuel plugin code?

2015-05-06 Thread Irina Povolotskaya
/openstack-dev/attachments/20150506/1e3ca3d4/attachment-0001.html -- Message: 2 Date: Wed, 06 May 2015 09:26:37 +0200 From: Thomas Goirand z...@debian.org To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org

[openstack-dev] [all] TC Communications planning

2015-05-06 Thread Anne Gentle
Hi all, In the interest of communicating sooner rather than later, I wanted to write a new thread to say that Flavio Percoco and I are going to work on a TC communications plan as co-chairs of a TC communications working group. I think we can find a happy medium amongst meeting minutes, gerrit

Re: [openstack-dev] [Neutron][IPAM] Do we need migrate script for neutron IPAM now?

2015-05-06 Thread Carl Baldwin
On Tue, May 5, 2015 at 11:47 AM, Salvatore Orlando sorla...@nicira.com wrote: I suggest to not enable it by default, and then consider in L-3 whether we should do this switch. I agree. At the least, the switch should be decoupled from that patch. I think decoupling them before merging the

Re: [openstack-dev] [api] Changing 403 Forbidden to 400 Bad Request for OverQuota was: [nova] Which error code should we return when OverQuota

2015-05-06 Thread Everett Toews
On May 6, 2015, at 1:58 PM, David Kranz dkr...@redhat.commailto:dkr...@redhat.com wrote: +1 The basic problem is we are trying to fit a square (generic api) peg in a round (HTTP request/response) hole. But if we do say we are recognizing sub-error-codes, it might be good to actually give them

Re: [openstack-dev] [all] TC Communications planning

2015-05-06 Thread Doug Hellmann
Excerpts from Maish Saidel-Keesing's message of 2015-05-06 17:11:23 +0300: On 05/06/15 16:13, Anne Gentle wrote: Hi all, In the interest of communicating sooner rather than later, I wanted to write a new thread to say that Flavio Percoco and I are going to work on a TC communications

Re: [Openstack-operators] expanding to 2nd location

2015-05-06 Thread Mike Dorman
+1 to second site = second region. I would not recommend using cells unless you have a real nova scalability problem. There are a lot of caveats/gotchas. Cells v2 I think should come as an experimental feature in Liberty, and past that point cells will be the default mode of operation. It

Re: [openstack-dev] [puppet][operators] How to specify Keystone v3 credentials?

2015-05-06 Thread Mike Dorman
We also run all masterless/puppet apply. And we just populate a bare bones keystone.conf on any box that does not have keystone installed, but Puppet needs to be able to create keystone resources. Also agreed on avoiding puppetdb, for the same reasons. (Something to note for those of us doing

[openstack-dev] [neutron] Neutron meeting for the next few weeks is cancelled

2015-05-06 Thread Kyle Mestery
Hi folks! Given most of us will be in Vancouver for the Summit and we've finished planning out the design summit, we'll go ahead and cancel the Neutron meeting for the next 3 weeks. We'll resume the week after the Summit, which is 6/2/2015 at 1400UTC [1]. Thanks! Kyle [1]

[Openstack] Neutron LBaaS with L3 HA

2015-05-06 Thread Abhishek Chanda
Hi, I am trying to run Neutron LBaaS with the HAProxy driver with L3 HA. When I associate a floating IP to the LBaaS VIP, I cannot access my backend service over the floating IP. It seems, this is because the haproxy instance happens to be scheduled on a node that is not the current master for L3

Re: [openstack-dev] [all] TC Communications planning

2015-05-06 Thread Zane Bitter
On 06/05/15 09:13, Anne Gentle wrote: Hi all, In the interest of communicating sooner rather than later, I wanted to write a new thread to say that Flavio Percoco and I are going to work on a TC communications plan as co-chairs of a TC communications working group. I think we can find a happy

Re: [openstack-dev] [puppet][operators] How to specify Keystone v3 credentials?

2015-05-06 Thread Colleen Murphy
On Wed, May 6, 2015 at 4:26 PM, Mike Dorman mdor...@godaddy.com wrote: We also run all masterless/puppet apply. And we just populate a bare bones keystone.conf on any box that does not have keystone installed, but Puppet needs to be able to create keystone resources. Also agreed on avoiding

Re: [openstack-dev] [puppet][operators] How to specify Keystone v3 credentials?

2015-05-06 Thread Mike Dorman
Cool, fair enough. Pretty glad to hear that actually! From: Colleen Murphy Reply-To: OpenStack Development Mailing List (not for usage questions) Date: Wednesday, May 6, 2015 at 5:31 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev]

Re: [openstack-dev] [keystone] On dynamic policy, role hierarchies/groups/sets etc.

2015-05-06 Thread Hu, David J (Converged Cloud)
Nice summary Henry. My comments in brown. From: Adam Young [mailto:ayo...@redhat.com] Sent: Tuesday, May 5, 2015 8:35 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [keystone] On dynamic policy, role hierarchies/groups/sets etc. On 05/05/2015 07:05 AM, Henry Nash wrote:

Re: [openstack-dev] [RefStackl] - http://refstack.org/ - does not resolve

2015-05-06 Thread Jeremy Stanley
On 2015-05-06 19:53:44 + (+), Rochelle Grober wrote: The Refstack team is working with Infra to get refstack.org up in a vm under Infra's purview. Right now, the demo is on refstack.net refstack.net will go away once refstack.org is up and managed. Yep, I recall the discussion. I

[openstack-dev] [neutron][lbaas][octavia] No Octavia meeting today

2015-05-06 Thread Eichberger, German
All, In order to work on the demo for Vancouver we will be skipping todays, 5/6/15 meeting. We will have another meeting on 5/13 to finalize for the summit -- If you have questions you can find us in the channel — and again please keep up the good work with reviews! Thanks, German

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-06 Thread Georgy Okrokvertskhov
Hi, From Murano experience I can tell you that ssh to VM in general case will not work. In order to have an ssh access you will have to assign floating IPs so that Mistral service will be able to connect to VM. That is exactly the reason why Murano uses agent and MQ mechanism when client on VM

Re: [openstack-dev] [neutron] IPv4 transition/interoperation with IPv6

2015-05-06 Thread Carl Baldwin
On Wed, May 6, 2015 at 12:46 AM, Mike Spreitzer mspre...@us.ibm.com wrote: While I am a Neutron operator, I am also a customer of a lower layer network provider. That network provider will happily give me a few /64. How do I serve IPv6 subnets to lots of my tenants? In the bad old v4 days

Re: [openstack-dev] [Neutron] Success of the IPv6 Subteam - Proposal to disband

2015-05-06 Thread Brian Haley
On 05/04/2015 08:37 PM, Sean M. Collins wrote: It is a bittersweet moment - I am proposing that due to the amazing success that we have had as a subteam, that because we have accomplished so much, that it makes sense for our team to disband and re-integrate with other subteams (the L3 subteam

Re: [openstack-dev] [neutron] Are routed TAP interfaces (and DHCP for them) in scope for Neutron?

2015-05-06 Thread Carl Baldwin
This brings up something I'd like to discuss. We have a config option called allow_overlapping_ips which actually defaults to False. It has been suggested [1] that this should be removed from Neutron and I've just started playing around with ripping it out [2] to see what the consequences are.

Re: [Openstack] Swift - Adding S3 Glacier like interface in Swift Swift3 Object Storage

2015-05-06 Thread Tim Bell
There was a recent post on a SWIFT tape implementation at https://github.com/BDT-GER/SWIFT-TLC Tim -Original Message- From: Samuel Merritt [mailto:s...@swiftstack.com] Sent: 06 May 2015 19:03 To: openstack@lists.openstack.org Subject: Re: [Openstack] Swift - Adding S3 Glacier like

Re: [openstack-dev] [keystone] On dynamic policy, role hierarchies/groups/sets etc.

2015-05-06 Thread Tim Hinrichs
Hi all, Inline. From: Adam Young ayo...@redhat.commailto:ayo...@redhat.com Reply-To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Tuesday, May 5, 2015 at 8:34 PM To:

Re: [Openstack] How to ping instance IP ?

2015-05-06 Thread Kevin Benton
Yes, it sounds like you just have nova network right now. Did you use devstack? If so, follow this guide. https://wiki.openstack.org/wiki/NeutronDevstack On Wed, May 6, 2015 at 11:02 AM, Wilson Kwok leiw...@gmail.com wrote: repeat this message to all, I can't see network and router option in

[Openstack] Link is down in openvswitch port

2015-05-06 Thread Xeniya L
Hi all! I try to resolve this problem during 2 weeks :( I use up-to-date Centos 7 and Juno. I have study infrastructure: 1) compute node // probably works fine 2) controller node // probably works fine 3) nethost node // here is mistery and crazy problems with openvswitch if I manually up

[Openstack] How to use VirtIO SCSI by default?

2015-05-06 Thread Martinx - ジェームズ
Hey guys! How can I use VirtIO SCSI by default? I'm seeing that it might be possible to update image properties at Glance, like this: hw_disk_bus_model=virtio-scsi but, I would like to make it the default. Is there a nova.conf / libvirt option for that? Thanks! Thiago

[Openstack] Routing from instances to floating ips in nova-network -- possible?

2015-05-06 Thread Andrew Bogott
Since time immemorial, I've accepted as a fact of life that routing from a nova instance to another instance via floating ip is impossible. We've coped with this via a hack in dnsmasq, setting an alias to rewrite public IPs to the corresponding internal IP. Right now I'm trying to

Re: [Openstack] How to use VirtIO SCSI by default?

2015-05-06 Thread Martinx - ジェームズ
BTW, I'm running Juno, planning to upgrade to Kilo ASAP. Ubuntu 14.04.2. On Wed, May 6, 2015 at 6:06 PM Martinx - ジェームズ thiagocmarti...@gmail.com wrote: Hey guys! How can I use VirtIO SCSI by default? I'm seeing that it might be possible to update image properties at Glance, like this:

Re: [openstack-dev] [api] Changing 403 Forbidden to 400 Bad Request for OverQuota was: [nova] Which error code should we return when OverQuota

2015-05-06 Thread Ryan Brown
On 05/06/2015 02:07 PM, Jay Pipes wrote: Adding [api] topic. API WG members, please do comment. On 05/06/2015 08:01 AM, Sean Dague wrote: On 05/06/2015 07:11 AM, Chris Dent wrote: On Wed, 6 May 2015, Sean Dague wrote: All other client errors, just be a 400. And use the emerging error

Re: [openstack-dev] [api] Changing 403 Forbidden to 400 Bad Request for OverQuota was: [nova] Which error code should we return when OverQuota

2015-05-06 Thread David Kranz
On 05/06/2015 02:07 PM, Jay Pipes wrote: Adding [api] topic. API WG members, please do comment. On 05/06/2015 08:01 AM, Sean Dague wrote: On 05/06/2015 07:11 AM, Chris Dent wrote: On Wed, 6 May 2015, Sean Dague wrote: All other client errors, just be a 400. And use the emerging error

Re: [OpenStack-Infra] [Third-party-announce] Netapp-CI account disabled

2015-05-06 Thread Meade, Alex
Hello, I believe I have tracked down the issue. When setting up our Fibre Channel CI, we created a script to listen to the gerrit event stream that was using the Œnetapp-ci¹ account. This script had a code path where the paramiko ssh connection would not be closed and this has been resolved.

Re: [openstack-dev] [RefStackl] - http://refstack.org/ - does not resolve

2015-05-06 Thread Rochelle Grober
The Refstack team is working with Infra to get refstack.org up in a vm under Infra's purview. Right now, the demo is on refstack.net refstack.net will go away once refstack.org is up and managed. --rocky -Original Message- From: Jeremy Stanley [mailto:fu...@yuggoth.org] Sent:

Re: [openstack-dev] [Nova][Ironic] Large number of ironic driver bugs in nova

2015-05-06 Thread John Villalovos
JohnG, I work on Ironic and would be willing to be a cross project liaison for Nova and Ironic. I would just need a little info on what to do from the Nova side. Meetings to attend, web pages to monitor, etc... I assume I would start with this page:

Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-06 Thread Emilien Macchi
On 05/06/2015 01:36 PM, Tim Bell wrote: Julien, Has anyone started on the RPMs and/or Puppet modules ? We'd be interested in trying this out. We wrote https://github.com/stackforge/puppet-gnocchi But we have to wait for packaging. I know it's WIP in RDO, no clue for Debian/Ubuntu.

[openstack-dev] [Cinder] Static Ceph mon connection info prevents VM restart

2015-05-06 Thread Arne Wiebalck
Hi, As we swapped a fraction of our Ceph mon servers between the pre-production and production cluster — something we considered to be transparent as the Ceph config points to the mon alias—, we ended up in a situation where VMs with volumes attached were not able to boot (with a probability

Re: [openstack-dev] [api] Changing 403 Forbidden to 400 Bad Request for OverQuota was: [nova] Which error code should we return when OverQuota

2015-05-06 Thread Chris Dent
On Wed, 6 May 2015, Jay Pipes wrote: I think Sean makes an excellent point that if you have 1 condition that results in a 403 Forbidden, it actually does not make things more expressive. It actually just means both humans and clients need to now delve deeper into the error context to

[openstack-dev] [QA] Meeting Thursday May 7th at 17:00 UTC

2015-05-06 Thread Matthew Treinish
Hi everyone, Just a quick reminder that the weekly OpenStack QA team IRC meeting will be tomorrow Thursday, May 7th at 17:00 UTC in the #openstack-meeting channel. The agenda for tomorrow's meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting Anyone is welcome to add

Re: [openstack-dev] [Cinder] Static Ceph mon connection info prevents VM restart

2015-05-06 Thread David Medberry
Hi Arne, We've had this EXACT same issue. I don't know of a way to force an update as you are basically pulling the rug out from under a running instance. I don't know if it is possible/feasible to update the virsh xml in place and then migrate to get it to actually use that data. (I think we

Re: [openstack-dev] Gerrit downtime and upgrade on Saturday 2015-05-09 at 1600 UTC

2015-05-06 Thread Elizabeth K. Joseph
On Tue, Apr 14, 2015 at 2:57 PM, James E. Blair cor...@inaugust.com wrote: On Saturday, May 9 at 16:00 UTC Gerrit will be unavailable for about 4 hours while we upgrade to the latest release of Gerrit: version 2.10. We are currently running Gerrit 2.8 so this is an upgrade across two major

Re: [OpenStack-Infra] [openstack-dev] Gerrit downtime and upgrade on Saturday 2015-05-09 at 1600 UTC

2015-05-06 Thread Elizabeth K. Joseph
On Tue, Apr 14, 2015 at 2:57 PM, James E. Blair cor...@inaugust.com wrote: On Saturday, May 9 at 16:00 UTC Gerrit will be unavailable for about 4 hours while we upgrade to the latest release of Gerrit: version 2.10. We are currently running Gerrit 2.8 so this is an upgrade across two major

Re: [openstack-dev] [api] Changing 403 Forbidden to 400 Bad Request for OverQuota was: [nova] Which error code should we return when OverQuota

2015-05-06 Thread Ryan Brown
On 05/06/2015 03:15 PM, Chris Dent wrote: On Wed, 6 May 2015, Jay Pipes wrote: I think Sean makes an excellent point that if you have 1 condition that results in a 403 Forbidden, it actually does not make things more expressive. It actually just means both humans and clients need to now

Re: [openstack-dev] [Fuel] Nominate Julia Aranovich for fuel-web core

2015-05-06 Thread Vitaly Kramskikh
So, there is no objections and Julia is now a core reviewer for fuel-web. Congratulations! 2015-05-05 16:17 GMT+03:00 Vitaly Kramskikh vkramsk...@mirantis.com: Thanks for voting. If nobody has objections by tomorrow, Julia will get +2 rights for fuel-web. 2015-05-05 15:30 GMT+03:00 Dmitry

Re: [openstack-dev] [RefStackl] - http://refstack.org/ - does not resolve

2015-05-06 Thread Steve Gordon
- Original Message - From: Jeremy Stanley fu...@yuggoth.org To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org On 2015-05-06 09:37:26 -0500 (-0500), arkady_kanev...@dell.com wrote: What are we doing to have name resolved? Meanwhile

Re: [Openstack] Swift - Adding S3 Glacier like interface in Swift Swift3 Object Storage

2015-05-06 Thread Samuel Merritt
On 5/6/15 2:34 AM, Bala wrote: I am new to this list so please excuse me if I posted it in wrong list. We have a tape library which we would like to integrate with OpenStack Swift Swift3 object storage service to provide S3 interface. The current file system we have for the library has been

Re: [openstack-dev] [chef] Feedback to move IRC Monday meeting and time.

2015-05-06 Thread Jan Klare
Hi, for me (i live in Germany) the full hour (so 15:00 UTC) is fine. Cheers, Jan On May 6, 2015, at 7:11 PM, JJ Asghar jasg...@chef.io wrote: Hey everyone! As we move forward with our big tent move[1] Jan suggested we move from our traditional IRC meeting in our main channel

Re: [openstack-dev] [oslo] Adding Joshua Harlow to oslo-core

2015-05-06 Thread Vilobh Meshram
Not a core but definitely a +1 from my side. Has great technical insights and is someone who is always happy to help others. -Vilobh On Tue, May 5, 2015 at 12:55 PM, David Medberry openst...@medberry.net wrote: Not a voting member, but +1 from me. He's core in my book. On Tue, May 5, 2015 at

Re: [openstack-dev] [Fuel] LBaaS in version 5.1

2015-05-06 Thread Daniel Comnea
Thanks Stanislaw for reply. sure i can do that the only unknown question i have is related to the Fuel HA controllers. I assume i can easily ignore the controller HA (LBaaS doesn't support HA :) ) and just go the standard LBaaS? On Wed, May 6, 2015 at 2:55 PM, Stanislaw Bogatkin

Re: [openstack-dev] [Ceilometer][Gnocchi] How to try ceilometer with gnocchi ?

2015-05-06 Thread Tim Bell
Sorry to add another question, can Gnocchi be installed on a Juno cloud or do we need to be running Kilo ? Tim -Original Message- From: Tim Bell [mailto:tim.b...@cern.ch] Sent: 06 May 2015 19:36 To: OpenStack Development Mailing List (not for usage questions); Luo Gangyi Subject:

Re: [Openstack] How to ping instance IP ?

2015-05-06 Thread Wilson Kwok
repeat this message to all, I can't see network and router option in System panel, I think need install neutron, right ? do you have any guide for help ? Thanks 2015-05-07 1:53 GMT+08:00 Wilson Kwok leiw...@gmail.com: Hello, I can't see network and router option in System panel, I think

  1   2   >