*** pvo has joined #openstack-dev | 00:03 | |
*** adalbas has quit IRC | 00:03 | |
*** edmund has quit IRC | 00:16 | |
*** krtaylor has quit IRC | 00:16 | |
*** mrodden has joined #openstack-dev | 00:17 | |
*** gyee has quit IRC | 00:19 | |
*** mrodden1 has joined #openstack-dev | 00:19 | |
openstackgerrit | A change was merged to openstack/glance: Sample config and doc for the show_image_direct_url option. https://review.openstack.org/21277 | 00:19 |
---|---|---|
*** amotoki has joined #openstack-dev | 00:20 | |
*** boden has quit IRC | 00:21 | |
*** mrodden has quit IRC | 00:22 | |
*** asalkeld_ has joined #openstack-dev | 00:25 | |
*** dachary has quit IRC | 00:25 | |
*** dachary has joined #openstack-dev | 00:25 | |
*** asalkeld has quit IRC | 00:26 | |
*** bearovercloud has left #openstack-dev | 00:26 | |
*** dolphm has joined #openstack-dev | 00:28 | |
*** tomoe_ has joined #openstack-dev | 00:29 | |
*** fifieldt has joined #openstack-dev | 00:29 | |
*** ewindisch has joined #openstack-dev | 00:30 | |
*** dolphm has quit IRC | 00:31 | |
*** dolphm has joined #openstack-dev | 00:32 | |
*** markwash has quit IRC | 00:33 | |
*** jergerber has quit IRC | 00:35 | |
*** woodspa has quit IRC | 00:35 | |
*** EmilienM has left #openstack-dev | 00:36 | |
*** jergerber has joined #openstack-dev | 00:38 | |
*** joshuamckenty has quit IRC | 00:39 | |
*** ewindisch has quit IRC | 00:42 | |
*** ewindisch has joined #openstack-dev | 00:43 | |
*** aeperezt has quit IRC | 00:44 | |
*** maurosr has quit IRC | 00:45 | |
*** maurosr has joined #openstack-dev | 00:46 | |
*** bencherian has joined #openstack-dev | 00:49 | |
*** eharney has joined #openstack-dev | 00:49 | |
*** eharney has quit IRC | 00:49 | |
*** eharney has joined #openstack-dev | 00:49 | |
*** lloydde has quit IRC | 00:51 | |
*** racedo has quit IRC | 00:51 | |
*** racedo has joined #openstack-dev | 00:54 | |
*** andrewsben has joined #openstack-dev | 00:59 | |
*** dolphm has quit IRC | 01:01 | |
*** dolphm has joined #openstack-dev | 01:03 | |
*** soody has quit IRC | 01:03 | |
*** alszar has joined #openstack-dev | 01:06 | |
*** vuntz has quit IRC | 01:07 | |
*** cloudchimp has quit IRC | 01:08 | |
*** soody has joined #openstack-dev | 01:09 | |
*** devoid has quit IRC | 01:10 | |
nati_ueno | danwent: amotoki: Le'ts discuss about vif & firewalling stuff | 01:12 |
*** njoy1__ has quit IRC | 01:12 | |
nati_ueno | danwent: I have discussed with amotoki on private channel. | 01:12 |
danwent | nati_ueno: ok | 01:13 |
buzztroll_ | are any glance folks around, i have a question about some expected behavior | 01:13 |
danwent | nati_ueno, amotoki what is your current thinking? | 01:13 |
nati_ueno | danwent: so we start feeling to use have_firewalling and needs_iptables | 01:13 |
*** stevemar has joined #openstack-dev | 01:13 | |
openstackgerrit | A change was merged to openstack/ceilometer: swift: configure RPC service correctly https://review.openstack.org/21879 | 01:13 |
nati_ueno | danwent: the reason is vif info shows port's attributes | 01:13 |
nati_ueno | so has_firewalling can read a port has_firewalling | 01:13 |
amotoki | The subject is "quantum". (quantum) has firewalling, (quantum) needs iptables. | 01:14 |
danwent | nati_ueno: i view it more that vif_info is giving instructions to nova in terms of what vif-plugging to do. | 01:14 |
openstackgerrit | A change was merged to openstack/ceilometer: pipeline: flush after publishing call https://review.openstack.org/21658 | 01:14 |
openstackgerrit | A change was merged to openstack/python-glanceclient: Update .coveragerc https://review.openstack.org/21307 | 01:14 |
danwent | i think that is more what danb is thinking | 01:15 |
danwent | vif-type for example, is telling nova to use nova vif-type of X | 01:15 |
nati_ueno | danwent:you and danb thought is "nova should enable_iptable_filtering" | 01:15 |
danwent | nati_ueno: yes, or "use_bridge" | 01:15 |
nati_ueno | nova should enable_nova_firewalling | 01:15 |
danwent | nati_ueno: yes | 01:16 |
nati_ueno | amotoki pointed quantum is not specific to the nova | 01:16 |
danwent | basically, not should be told what to do, not infer what to do based on an explanation of what quantum is doing | 01:16 |
*** lloydde_ has joined #openstack-dev | 01:16 | |
danwent | nati_ueno: but I think the port-binding extension is | 01:16 |
danwent | it sends a nova host id | 01:16 |
danwent | and passes back vif-types that are defined in nova | 01:17 |
nati_ueno | so it is nova specific extension | 01:17 |
danwent | perhaps the extension shoudl be renamed… i actually don't like the name port-binding | 01:17 |
danwent | but i guess you could argue that other services could emulate nova | 01:17 |
*** TerryH has quit IRC | 01:17 | |
danwent | so perhaps its best not to hardcode nova in the name, but view it more as a vif-plugging extension | 01:18 |
nati_ueno | danwent: It looks it is HOST_ID https://github.com/openstack/quantum/blob/master/quantum/extensions/portbindings.py#L50 | 01:18 |
*** rnirmal has quit IRC | 01:18 | |
nati_ueno | danwent: I believe HOST_ID is generic term, so the other service may follow this | 01:18 |
danwent | my general concern with the notion of "quantum has firewalling" is that it is not very explicit in telling nova what it should do. | 01:18 |
*** otherwiseguy has quit IRC | 01:18 | |
danwent | should nova still be preventing a VM from spoofing macs? its not clear | 01:19 |
danwent | nati_ueno: sure, HOST_ID could be general | 01:19 |
nati_ueno | danwent: it make sence | 01:19 |
amotoki | nati_ueno: danwent: agree too | 01:19 |
nati_ueno | so (nova should) enable_firewalling ? | 01:19 |
danwent | so i guess my point is that I don't really care on direction, as long as we're being very explicit about what nova is or is not supposed to do. | 01:19 |
nati_ueno | (nova should) enable_iptables_filtering | 01:20 |
*** asalkeld_ has quit IRC | 01:20 | |
*** asalkeld has joined #openstack-dev | 01:20 | |
danwent | nati_ueno: and if we need to make a distinction between nova doing SG and nova preventing spoofing, we should have different options | 01:20 |
*** jaypipes has quit IRC | 01:20 | |
*** ewindisch has quit IRC | 01:20 | |
nati_ueno | enable_security_group | 01:21 |
danwent | i'm not sure we need to, but I'd like to be able to make a distinction if we have to, and it seems hard to do that if we just have a "quantum is using firewalling" option. | 01:21 |
nati_ueno | enable_ip_spoofing | 01:21 |
danwent | nati_ueno: yeah | 01:21 |
nati_ueno | how about this there options? | 01:21 |
nati_ueno | enable_iptables_filtering enable_security_group enable_ip_spoofing | 01:21 |
nati_ueno | amotoki: How do you think? | 01:21 |
openstackgerrit | A change was merged to openstack/ceilometer: plugin: format docstring as rst https://review.openstack.org/21661 | 01:21 |
openstackgerrit | A change was merged to openstack/ceilometer: Import service when cfg.CONF.os_* is used https://review.openstack.org/21754 | 01:21 |
openstackgerrit | A change was merged to openstack/ceilometer: api: use delta_seconds() https://review.openstack.org/21773 | 01:21 |
danwent | i'd have to look at the nova code a bit more, but I think nova makes a pretty clear distinction between "spoofing" mechanism, and security group mechanisms. | 01:22 |
*** sacharya has joined #openstack-dev | 01:22 | |
danwent | so that would make sense to me | 01:22 |
nati_ueno | danwent: I agree | 01:22 |
amotoki | my PC is stucked.. | 01:22 |
amotoki | generaly agree. | 01:23 |
*** pabelanger has joined #openstack-dev | 01:23 | |
amotoki | My only concern is the subject of enable_* is a little unclear. nova or quantum? | 01:23 |
nati_ueno | amotoki: yes. it is confusing | 01:23 |
nati_ueno | someone may think (quantum should) enable_iptables_filterin | 01:24 |
nati_ueno | hmm | 01:24 |
danwent | nati_ueno: yes, though this is a read-only field being returned from quantum to nova | 01:24 |
danwent | but i agree… one could be confused | 01:24 |
nati_ueno | generally, vif is attribute of the port | 01:25 |
*** jog0 has quit IRC | 01:25 | |
nati_ueno | so, it may read a port ( enable_firewall) | 01:25 |
danwent | we coudl name things such that its clear that these are vif-plugging requirements | 01:25 |
danwent | that's one of the reaons I don't like the name "port bindings" | 01:26 |
nati_ueno | vif_needs_enable_iptables_filtering ? | 01:26 |
danwent | or just vif_enable_iptabls | 01:26 |
*** maurosr has quit IRC | 01:26 | |
*** maurosr has joined #openstack-dev | 01:26 | |
nati_ueno | ok so vif_enable_iptables vif_enable_spoofing vif_enable_securitygroup | 01:26 |
danwent | mmm… enable_spoofing isn't right | 01:27 |
*** vuntz has joined #openstack-dev | 01:27 | |
danwent | enable_spoof_prevention? or substitute "use" for "enable" | 01:27 |
amotoki | vif_prevent_spoofing? | 01:27 |
danwent | sure | 01:27 |
*** bswartz has quit IRC | 01:27 | |
danwent | ok, i think we get the idea | 01:27 |
nati_ueno | vif_enable_iptables vif_prevent_spoofing vif_enable_securitygroup ? | 01:27 |
*** markmcclain has quit IRC | 01:28 | |
danwent | i think that's at least close | 01:29 |
*** dachary has quit IRC | 01:29 | |
danwent | to the point we can put it in code review and get more comments there | 01:29 |
nati_ueno | one concern is it looks a vif is enabling iptables | 01:29 |
amotoki | How about substituting "require" for "enable"? | 01:29 |
nati_ueno | +1 | 01:29 |
nati_ueno | vif_require_iptables vif_prevent_spoofing vif_require_securitygroup | 01:30 |
*** Tross has quit IRC | 01:30 | |
*** radez has quit IRC | 01:30 | |
amotoki | "vif_" seems unnecesary. | 01:31 |
*** sandywalsh has quit IRC | 01:31 | |
nati_ueno | it shows who is the subject | 01:32 |
nati_ueno | which is confusing | 01:32 |
danwent | yeah, if the extension itself made it clear that these were all aspects of the vif, we wouldn't need it, but I don't think that's currently the case | 01:33 |
*** kaganos has quit IRC | 01:33 | |
*** alexxu has joined #openstack-dev | 01:34 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Fix debug with requests. https://review.openstack.org/21874 | 01:35 |
*** ewindisch has joined #openstack-dev | 01:35 | |
nati_ueno | amotoki: How do you think? | 01:35 |
amotoki | Agree. It would be better we have "vif_" prefix if we think port-binding extension is enhanced to more general one in the future. | 01:35 |
nati_ueno | OK let's go with vif_require_iptables vif_prevent_spoofing vif_require_securitygroup for sending patch and continue on the review | 01:36 |
nati_ueno | Should we file a bug report for this? | 01:36 |
amotoki | nati_ueno: dont we have the bug already? | 01:37 |
nati_ueno | amotoki: Can we track two fix (nova and quantum) in same bug report? | 01:37 |
*** jaypipes has joined #openstack-dev | 01:38 | |
amotoki | yes. | 01:38 |
amotoki | the bug is associated with both nova and quantum, so both reviews will be linked | 01:38 |
nati_ueno | amotoki: I got it. so let's me take the fix on quantum side also, since I'm not core dev, if I write it I got two core already :) | 01:39 |
amotoki | We need to enhance network and VIF models in nova. | 01:39 |
amotoki | https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L691 | 01:39 |
nati_ueno | ahhm it is the other concern.. | 01:40 |
nati_ueno | how we keep backward compatibility | 01:40 |
nati_ueno | ah it looks vif will get extra paramters | 01:40 |
nati_ueno | so no problem | 01:40 |
danwent | yes, we will need to add new params, but it shoudln't be a big deal | 01:41 |
amotoki | extra attributes does not affect the existing ones. | 01:41 |
danwent | weill will have to extend this fairly frequently | 01:41 |
nati_ueno | k | 01:41 |
nati_ueno | so the fix looks straightforward | 01:41 |
*** lloydde_ has quit IRC | 01:41 | |
openstackgerrit | A change was merged to openstack/keystone: add check for config-dir parameter (bug1101129) https://review.openstack.org/20505 | 01:42 |
*** alunduil has joined #openstack-dev | 01:43 | |
*** darjeeling has quit IRC | 01:44 | |
nati_ueno | danwent: amotoki: OK thank for this discussion, I'll report this on the bug report, and send patch in today or tomorrow morning | 01:44 |
*** dhellmann has quit IRC | 01:44 | |
danwent | nati_ueno, amotoki, thanks! | 01:44 |
amotoki | nati_ueno: danwent: you are welcome. | 01:44 |
openstackgerrit | A change was merged to openstack/keystone: don't create a new, copied list in get_project_users https://review.openstack.org/21115 | 01:44 |
*** cloudchimp has joined #openstack-dev | 01:45 | |
*** bdpayne has quit IRC | 01:47 | |
*** dims has quit IRC | 01:47 | |
*** giulivo has quit IRC | 01:47 | |
*** sandywalsh has joined #openstack-dev | 01:48 | |
*** alunduil has quit IRC | 01:49 | |
*** jergerber has quit IRC | 01:52 | |
*** anniec has quit IRC | 01:55 | |
*** dprince has joined #openstack-dev | 01:56 | |
*** jergerber has joined #openstack-dev | 01:58 | |
*** nati_ueno has quit IRC | 02:02 | |
*** dims has joined #openstack-dev | 02:02 | |
*** timello has quit IRC | 02:05 | |
*** ewindisch has quit IRC | 02:05 | |
*** READ10 has quit IRC | 02:06 | |
*** bswartz has joined #openstack-dev | 02:06 | |
*** aeperezt has joined #openstack-dev | 02:06 | |
*** adjohn has quit IRC | 02:09 | |
*** baba has quit IRC | 02:09 | |
*** anniec has joined #openstack-dev | 02:09 | |
openstackgerrit | A change was merged to openstack/keystone: Tenant update on LDAP breaks if there is no update to apply https://review.openstack.org/21322 | 02:11 |
openstackgerrit | A change was merged to openstack/nova: Add GlusterFS libvirt volume connector https://review.openstack.org/21357 | 02:11 |
openstackgerrit | A change was merged to openstack-dev/devstack: Fixes openvz driver support for nova when deployed with devstack. https://review.openstack.org/21556 | 02:11 |
openstackgerrit | A change was merged to openstack/nova: Correct misspelling in PowerVM comment https://review.openstack.org/21892 | 02:13 |
*** dolphm has quit IRC | 02:15 | |
*** andrewsben has quit IRC | 02:15 | |
*** crandquist has quit IRC | 02:16 | |
*** pabelanger has quit IRC | 02:17 | |
openstackgerrit | A change was merged to openstack/nova: Module import style checking changes https://review.openstack.org/21244 | 02:17 |
openstackgerrit | A change was merged to openstack/nova: Resize/Migrate functions for PowerVM driver https://review.openstack.org/20173 | 02:17 |
openstackgerrit | A change was merged to openstack/horizon: Adds API Access information to Access & Security panel. https://review.openstack.org/21586 | 02:18 |
*** sandywalsh has quit IRC | 02:18 | |
*** eharney has quit IRC | 02:20 | |
*** andrewsben has joined #openstack-dev | 02:20 | |
*** dolphm has joined #openstack-dev | 02:20 | |
*** jimfehlig has joined #openstack-dev | 02:21 | |
*** BalleS__ has joined #openstack-dev | 02:22 | |
*** pabelanger has joined #openstack-dev | 02:24 | |
*** BalleS_ has quit IRC | 02:26 | |
openstackgerrit | A change was merged to openstack/tempest: Remove unused imports https://review.openstack.org/21741 | 02:27 |
openstackgerrit | A change was merged to openstack/tempest: Fixes around variable usage https://review.openstack.org/21752 | 02:29 |
openstackgerrit | A change was merged to openstack/quantum: Synchronize code from oslo https://review.openstack.org/21226 | 02:29 |
openstackgerrit | A change was merged to openstack/nova: API extension for accessing instance_actions https://review.openstack.org/21355 | 02:29 |
*** pabelanger has quit IRC | 02:30 | |
*** dolphm has quit IRC | 02:31 | |
*** dolphm has joined #openstack-dev | 02:32 | |
*** joshuamckenty has joined #openstack-dev | 02:33 | |
*** Tross has joined #openstack-dev | 02:35 | |
*** Mandell has quit IRC | 02:38 | |
*** networkstatic has quit IRC | 02:40 | |
*** melwitt has quit IRC | 02:41 | |
*** joshuamckenty has quit IRC | 02:43 | |
*** dprince has quit IRC | 02:45 | |
*** esp1 has quit IRC | 02:47 | |
*** ewindisch has joined #openstack-dev | 02:48 | |
*** fedgoat has joined #openstack-dev | 02:50 | |
*** dims has quit IRC | 02:52 | |
*** cloudchimp has quit IRC | 02:55 | |
*** mikal has quit IRC | 02:57 | |
*** alunduil has joined #openstack-dev | 02:57 | |
*** thingee is now known as thingee_zzz | 02:59 | |
*** krtaylor has joined #openstack-dev | 03:00 | |
*** jcmartin has quit IRC | 03:01 | |
*** maurosr has quit IRC | 03:02 | |
*** danwent has quit IRC | 03:03 | |
*** pabelanger has joined #openstack-dev | 03:06 | |
*** darjeeling has joined #openstack-dev | 03:06 | |
*** dolphm has quit IRC | 03:08 | |
*** melwitt has joined #openstack-dev | 03:10 | |
*** anniec has quit IRC | 03:10 | |
*** dolphm has joined #openstack-dev | 03:11 | |
*** lcheng has quit IRC | 03:12 | |
*** otherwiseguy has joined #openstack-dev | 03:12 | |
*** pixelbeat has quit IRC | 03:14 | |
*** salv-orlando has quit IRC | 03:15 | |
*** maurosr has joined #openstack-dev | 03:16 | |
*** salv-orlando has joined #openstack-dev | 03:17 | |
*** salv-orlando has quit IRC | 03:18 | |
*** Ryan_Lane has quit IRC | 03:18 | |
*** mikal has joined #openstack-dev | 03:21 | |
*** jergerber has quit IRC | 03:21 | |
*** mikal has quit IRC | 03:25 | |
*** jcmartin has joined #openstack-dev | 03:27 | |
*** pixelbeat has joined #openstack-dev | 03:33 | |
*** lbragstad has joined #openstack-dev | 03:37 | |
*** mikal has joined #openstack-dev | 03:37 | |
ayoung | dolphm, long term, how are we going to indicate "admin-ness" for Keystone? The current setup, where admin in any project means overall adminess is obviously wrong. What is the plan? | 03:40 |
*** esp has joined #openstack-dev | 03:43 | |
*** darjeeling has quit IRC | 03:43 | |
*** arosen has quit IRC | 03:43 | |
openstackgerrit | A change was merged to openstack/glance: Replace nose plugin with testtools details. https://review.openstack.org/19042 | 03:45 |
*** KurtMartin has joined #openstack-dev | 03:48 | |
*** ladquin has quit IRC | 03:49 | |
*** alszar_ has joined #openstack-dev | 03:57 | |
*** stevebaker has quit IRC | 03:57 | |
*** alszar_ has quit IRC | 03:57 | |
*** Tross has quit IRC | 03:57 | |
*** BalleS_ has joined #openstack-dev | 03:57 | |
*** cweidenkeller has quit IRC | 03:57 | |
*** alszar has quit IRC | 03:57 | |
*** jimfehlig has quit IRC | 03:57 | |
*** cweidenkeller has joined #openstack-dev | 03:57 | |
*** adam_g has quit IRC | 03:57 | |
*** belliott has quit IRC | 03:57 | |
*** adam_g has joined #openstack-dev | 03:57 | |
*** adam_g has quit IRC | 03:57 | |
*** adam_g has joined #openstack-dev | 03:57 | |
*** belliott has joined #openstack-dev | 03:57 | |
*** tomoe_ has quit IRC | 03:58 | |
*** BalleS__ has quit IRC | 04:00 | |
*** markmcclain has joined #openstack-dev | 04:03 | |
*** vkmc has quit IRC | 04:05 | |
*** ajc_ has joined #openstack-dev | 04:08 | |
*** esp has left #openstack-dev | 04:09 | |
*** jimfehlig has joined #openstack-dev | 04:11 | |
*** KurtMartin has quit IRC | 04:13 | |
*** KurtMartin has joined #openstack-dev | 04:13 | |
openstackgerrit | A change was merged to openstack/nova: Use a more specific error reporting invalid disk hardware https://review.openstack.org/21814 | 04:14 |
openstackgerrit | A change was merged to openstack/nova: Fix passing conductor to get_instance_nw_info() https://review.openstack.org/21820 | 04:15 |
*** novas0x2a|laptop has quit IRC | 04:15 | |
*** Mandell has joined #openstack-dev | 04:18 | |
*** fedgoat_ has joined #openstack-dev | 04:23 | |
*** nati_ueno has joined #openstack-dev | 04:23 | |
*** stevebaker has joined #openstack-dev | 04:24 | |
*** nati_ueno has quit IRC | 04:24 | |
*** fedgoat has quit IRC | 04:24 | |
openstackgerrit | A change was merged to openstack/nova: Fix regression in non-admin simple_usage:show. https://review.openstack.org/21673 | 04:25 |
openstackgerrit | A change was merged to openstack/nova: maint: remove unused imports from bin/nova-* https://review.openstack.org/21451 | 04:25 |
*** martine has joined #openstack-dev | 04:26 | |
openstackgerrit | A change was merged to openstack/nova: Return dest_check_data as expected by the Scheduler https://review.openstack.org/21449 | 04:27 |
openstackgerrit | A change was merged to openstack/nova: Add "is not" test to hacking.py https://review.openstack.org/21845 | 04:27 |
*** ajc_ has quit IRC | 04:28 | |
*** winston-d has joined #openstack-dev | 04:30 | |
*** jimfehlig has quit IRC | 04:30 | |
*** thingee_zzz is now known as thingee | 04:39 | |
*** darjeeling has joined #openstack-dev | 04:46 | |
*** boris-42 has joined #openstack-dev | 04:49 | |
*** Tross has joined #openstack-dev | 04:49 | |
*** esp has joined #openstack-dev | 04:50 | |
*** aeperezt has quit IRC | 04:51 | |
*** pixelbeat has quit IRC | 04:52 | |
*** esp has left #openstack-dev | 04:53 | |
*** pabelanger has quit IRC | 04:54 | |
*** dolphm has quit IRC | 04:56 | |
*** crandquist has joined #openstack-dev | 04:59 | |
*** crandquist has quit IRC | 04:59 | |
*** pfreund has joined #openstack-dev | 05:02 | |
*** HenryG has quit IRC | 05:04 | |
*** maurosr has quit IRC | 05:05 | |
*** mohits has joined #openstack-dev | 05:06 | |
*** markmcclain has quit IRC | 05:10 | |
*** navid_ has joined #openstack-dev | 05:12 | |
*** martine has quit IRC | 05:12 | |
*** nunosantos has quit IRC | 05:12 | |
*** koolhead17 has joined #openstack-dev | 05:15 | |
*** BalleS__ has joined #openstack-dev | 05:18 | |
*** censhin_ has joined #openstack-dev | 05:18 | |
*** locke105 has quit IRC | 05:19 | |
*** locke105 has joined #openstack-dev | 05:20 | |
*** jaypipes has quit IRC | 05:20 | |
*** BalleS_ has quit IRC | 05:21 | |
*** censhin has quit IRC | 05:21 | |
*** edmund1 has joined #openstack-dev | 05:22 | |
*** soody has quit IRC | 05:22 | |
ewindisch | ttx: how are you updating bin/*-rootwrap out of common? I don't see it in openstack-config.conf | 05:26 |
*** tomoe_ has joined #openstack-dev | 05:26 | |
*** jbr_ has joined #openstack-dev | 05:27 | |
*** zaitcev has quit IRC | 05:35 | |
*** garyk has quit IRC | 05:43 | |
*** nati_ueno has joined #openstack-dev | 05:44 | |
*** adjohn has joined #openstack-dev | 05:45 | |
*** henrynash has joined #openstack-dev | 05:48 | |
*** bencherian has quit IRC | 05:49 | |
*** armaan has joined #openstack-dev | 05:49 | |
*** bencherian has joined #openstack-dev | 05:50 | |
*** sacharya has quit IRC | 05:51 | |
*** nati_ueno_2 has joined #openstack-dev | 05:51 | |
*** morganfainberg has quit IRC | 05:52 | |
*** Tross has quit IRC | 05:52 | |
*** stevemar has quit IRC | 05:54 | |
ttx | ewindisch: not sure I get your question | 05:55 |
*** nati_ueno has quit IRC | 05:55 | |
ttx | ewindisch: You add "rootwrap" to the modules list and run update.py | 05:55 |
ewindisch | ttx: neverind. I figured it out. | 05:55 |
ttx | ok ;) | 05:55 |
ewindisch | oslo expected that bin/ files are bin/oslo-<module>-* | 05:55 |
ewindisch | I named mine wrong and it got past code-review. :-/ | 05:56 |
ewindisch | I had to sneak into update.py to figure it out, but I've put in a fix now that I know. | 05:56 |
*** winston-d has quit IRC | 05:56 | |
*** stevebaker has quit IRC | 05:58 | |
openstackgerrit | A change was merged to openstack/nova: Allow multiple dns servers when starting dnsmasq https://review.openstack.org/21444 | 06:03 |
openstackgerrit | A change was merged to openstack/nova: Allow aggregate create to have None as the az https://review.openstack.org/21829 | 06:03 |
openstackgerrit | A change was merged to openstack/quantum: Persist updated expiration time https://review.openstack.org/21317 | 06:03 |
*** hugokuo has joined #openstack-dev | 06:03 | |
*** sthaha has quit IRC | 06:04 | |
*** pfreund has quit IRC | 06:06 | |
*** Mandell has quit IRC | 06:06 | |
*** nati_ueno_2 has quit IRC | 06:08 | |
*** melwitt has quit IRC | 06:08 | |
*** nati_ueno has joined #openstack-dev | 06:09 | |
*** jcmartin has quit IRC | 06:09 | |
*** alexxu has quit IRC | 06:11 | |
*** markwash has joined #openstack-dev | 06:12 | |
*** k4n0 has joined #openstack-dev | 06:13 | |
*** ewindisch has quit IRC | 06:15 | |
*** lloydde has joined #openstack-dev | 06:15 | |
*** stevebaker has joined #openstack-dev | 06:16 | |
*** hattwick has quit IRC | 06:19 | |
*** Mandell has joined #openstack-dev | 06:21 | |
*** edmund1 has quit IRC | 06:24 | |
*** zaneb has joined #openstack-dev | 06:28 | |
*** darjeeling has quit IRC | 06:28 | |
*** zbitter has quit IRC | 06:29 | |
*** metral has joined #openstack-dev | 06:32 | |
*** fedgoat_ is now known as fedgoat | 06:33 | |
*** garyk has joined #openstack-dev | 06:33 | |
*** lloydde has quit IRC | 06:37 | |
*** metral_ has joined #openstack-dev | 06:42 | |
*** metral has quit IRC | 06:45 | |
*** metral_ is now known as metral | 06:45 | |
*** KurtMartin has quit IRC | 06:46 | |
*** mrodden1 has quit IRC | 06:51 | |
*** mrodden has joined #openstack-dev | 06:51 | |
*** metral_ has joined #openstack-dev | 06:52 | |
*** metral has quit IRC | 06:55 | |
*** metral_ is now known as metral | 06:55 | |
*** mrodden has quit IRC | 06:55 | |
*** nati_ueno_2 has joined #openstack-dev | 06:57 | |
*** nati_ueno_2 has quit IRC | 06:57 | |
*** nati_ueno_2 has joined #openstack-dev | 06:57 | |
*** metral has quit IRC | 07:00 | |
*** nati_ueno has quit IRC | 07:00 | |
*** ondergetekende has joined #openstack-dev | 07:00 | |
*** Ryan_Lane has joined #openstack-dev | 07:01 | |
*** nati_ueno_2 has quit IRC | 07:02 | |
*** gargya has joined #openstack-dev | 07:03 | |
*** b1rkh0ff has quit IRC | 07:07 | |
*** andrewsben has quit IRC | 07:10 | |
*** gargya has quit IRC | 07:11 | |
*** sc68cal has quit IRC | 07:12 | |
*** larsbutler_ has joined #openstack-dev | 07:17 | |
*** andrewbogott is now known as andrewbogott_afk | 07:18 | |
*** yolanda has joined #openstack-dev | 07:18 | |
*** larsbutler has quit IRC | 07:19 | |
*** larsbutler_ is now known as larsbutler | 07:19 | |
*** b1rkh0ff has joined #openstack-dev | 07:19 | |
*** ondergetekende has quit IRC | 07:19 | |
*** edmund1 has joined #openstack-dev | 07:21 | |
*** darjeeling has joined #openstack-dev | 07:22 | |
*** koolhead17 has quit IRC | 07:25 | |
*** mikal has quit IRC | 07:25 | |
openstackgerrit | A change was merged to openstack/glance: Add LazyPluggable utility from nova. https://review.openstack.org/21359 | 07:26 |
openstackgerrit | A change was merged to openstack-dev/devstack: Move auth_token configurations to quantum.conf https://review.openstack.org/21650 | 07:27 |
*** mikal has joined #openstack-dev | 07:27 | |
*** mindpixel has joined #openstack-dev | 07:29 | |
*** kpavel has joined #openstack-dev | 07:29 | |
*** nmagnezi has joined #openstack-dev | 07:29 | |
*** boris-42 has quit IRC | 07:30 | |
*** esp has joined #openstack-dev | 07:31 | |
*** mrunge has joined #openstack-dev | 07:32 | |
*** avishay has joined #openstack-dev | 07:34 | |
*** esp has quit IRC | 07:38 | |
*** sanju has joined #openstack-dev | 07:40 | |
*** ociuhandu has quit IRC | 07:42 | |
*** corXi has joined #openstack-dev | 07:42 | |
*** otherwiseguy has quit IRC | 07:42 | |
*** ociuhandu has joined #openstack-dev | 07:44 | |
*** yuanz has quit IRC | 07:44 | |
*** yuanz has joined #openstack-dev | 07:44 | |
*** ajc_ has joined #openstack-dev | 07:44 | |
*** lloydde has joined #openstack-dev | 07:48 | |
*** AnilV4 has joined #openstack-dev | 07:50 | |
*** gargya has joined #openstack-dev | 07:51 | |
*** lloydde has quit IRC | 07:52 | |
openstackgerrit | A change was merged to openstack/glance: Fix version issue during nosetests run https://review.openstack.org/21485 | 08:00 |
*** rafaduran has joined #openstack-dev | 08:00 | |
openstackgerrit | A change was merged to openstack/keystone: adding additional backend tests (bug1101244) https://review.openstack.org/20040 | 08:00 |
*** esp has joined #openstack-dev | 08:04 | |
*** jeblair has quit IRC | 08:05 | |
*** reidrac has joined #openstack-dev | 08:08 | |
*** dachary has joined #openstack-dev | 08:08 | |
*** jeblair has joined #openstack-dev | 08:09 | |
*** darraghb has joined #openstack-dev | 08:09 | |
*** esp has quit IRC | 08:11 | |
*** jprovazn has joined #openstack-dev | 08:12 | |
*** edmund1 has quit IRC | 08:15 | |
*** adjohn has quit IRC | 08:15 | |
*** giulivo has joined #openstack-dev | 08:16 | |
*** kpavel has quit IRC | 08:16 | |
*** sthaha has joined #openstack-dev | 08:21 | |
*** jpich has joined #openstack-dev | 08:22 | |
*** andreaf has quit IRC | 08:29 | |
*** eglynn has quit IRC | 08:33 | |
*** jgallard has joined #openstack-dev | 08:33 | |
*** mmagr has joined #openstack-dev | 08:33 | |
*** thingee is now known as thingee_zzz | 08:35 | |
*** esp has joined #openstack-dev | 08:38 | |
*** m4xmr has joined #openstack-dev | 08:44 | |
*** mohits has quit IRC | 08:44 | |
*** mohits has joined #openstack-dev | 08:44 | |
*** zoresvit has joined #openstack-dev | 08:44 | |
*** adjohn has joined #openstack-dev | 08:45 | |
*** almaisan-away is now known as al-maisan | 08:46 | |
*** zoresvit has quit IRC | 08:47 | |
*** esp has quit IRC | 08:48 | |
*** zoresvit has joined #openstack-dev | 08:49 | |
*** milez has quit IRC | 08:51 | |
*** milez has joined #openstack-dev | 08:51 | |
*** adjohn has quit IRC | 08:54 | |
*** zoresvit has quit IRC | 08:55 | |
*** eglynn has joined #openstack-dev | 08:57 | |
*** salv-orlando has joined #openstack-dev | 08:59 | |
*** tkammer has joined #openstack-dev | 08:59 | |
*** salv-orlando has quit IRC | 09:00 | |
*** zoresvit has joined #openstack-dev | 09:00 | |
*** salv-orlando has joined #openstack-dev | 09:01 | |
*** zoresvit has quit IRC | 09:01 | |
*** zoresvit has joined #openstack-dev | 09:01 | |
*** zoresvit has quit IRC | 09:03 | |
*** mkollaro has joined #openstack-dev | 09:04 | |
*** zoresvit has joined #openstack-dev | 09:04 | |
*** m4xmr has quit IRC | 09:04 | |
*** m4xmr has joined #openstack-dev | 09:05 | |
*** boris-42 has joined #openstack-dev | 09:07 | |
*** salv-orlando has quit IRC | 09:08 | |
*** sthaha has quit IRC | 09:09 | |
*** darjeeling has quit IRC | 09:13 | |
*** boden has joined #openstack-dev | 09:13 | |
*** esp has joined #openstack-dev | 09:13 | |
*** alobbs has joined #openstack-dev | 09:17 | |
*** zoresvit has quit IRC | 09:18 | |
*** afazekas has joined #openstack-dev | 09:18 | |
*** zoresvit has joined #openstack-dev | 09:19 | |
*** adjohn has joined #openstack-dev | 09:21 | |
*** censhin_ has quit IRC | 09:22 | |
*** derekh has joined #openstack-dev | 09:24 | |
*** esp has quit IRC | 09:24 | |
*** kpavel has joined #openstack-dev | 09:25 | |
*** adjohn has quit IRC | 09:25 | |
*** corXi has quit IRC | 09:27 | |
*** m4xmr has quit IRC | 09:30 | |
*** m4xmr has joined #openstack-dev | 09:30 | |
*** jamespage has joined #openstack-dev | 09:31 | |
*** annegentle has joined #openstack-dev | 09:33 | |
*** annegentle has quit IRC | 09:36 | |
openstackgerrit | A change was merged to openstack/quantum: Imported Translations from Transifex https://review.openstack.org/21837 | 09:41 |
*** tomoe_ has quit IRC | 09:42 | |
*** m4xmr_ has joined #openstack-dev | 09:47 | |
*** m4xmr has quit IRC | 09:47 | |
*** m4xmr_ is now known as m4xmr | 09:47 | |
*** mkollaro has quit IRC | 09:50 | |
*** esp has joined #openstack-dev | 09:50 | |
*** mkollaro has joined #openstack-dev | 09:50 | |
*** Thor has quit IRC | 09:51 | |
*** eglynn has quit IRC | 09:53 | |
*** psedlak has joined #openstack-dev | 09:53 | |
*** Mandell has quit IRC | 09:53 | |
*** m4xmr_ has joined #openstack-dev | 09:58 | |
*** m4xmr has quit IRC | 09:58 | |
*** m4xmr_ is now known as m4xmr | 09:58 | |
*** esp has quit IRC | 10:00 | |
openstackgerrit | A change was merged to openstack/quantum: Support iptables-based security group in NEC plugin https://review.openstack.org/21602 | 10:01 |
*** ondergetekende has joined #openstack-dev | 10:01 | |
*** Yada has joined #openstack-dev | 10:05 | |
*** thouveng has joined #openstack-dev | 10:06 | |
*** m4xmr_ has joined #openstack-dev | 10:07 | |
*** m4xmr has quit IRC | 10:07 | |
*** m4xmr_ is now known as m4xmr | 10:07 | |
*** egallen_ has joined #openstack-dev | 10:08 | |
*** m4xmr has left #openstack-dev | 10:10 | |
*** vkmc has joined #openstack-dev | 10:10 | |
*** egallen has quit IRC | 10:11 | |
*** egallen_ is now known as egallen | 10:11 | |
*** m4xmr has joined #openstack-dev | 10:15 | |
*** iartarisi has joined #openstack-dev | 10:16 | |
*** m4xmr has quit IRC | 10:17 | |
*** m4xmr has joined #openstack-dev | 10:17 | |
*** adjohn has joined #openstack-dev | 10:21 | |
*** m4xmr_ has joined #openstack-dev | 10:25 | |
*** m4xmr has quit IRC | 10:25 | |
*** m4xmr_ is now known as m4xmr | 10:25 | |
*** egallen_ has joined #openstack-dev | 10:25 | |
*** adjohn has quit IRC | 10:26 | |
*** eglynn has joined #openstack-dev | 10:26 | |
*** egallen has quit IRC | 10:27 | |
*** egallen has joined #openstack-dev | 10:28 | |
*** egallen_ has quit IRC | 10:30 | |
*** corXi has joined #openstack-dev | 10:32 | |
*** m4xmr has quit IRC | 10:32 | |
*** m4xmr has joined #openstack-dev | 10:33 | |
*** m4xmr_ has joined #openstack-dev | 10:33 | |
*** m4xmr has quit IRC | 10:33 | |
*** m4xmr_ is now known as m4xmr | 10:33 | |
*** m4xmr has joined #openstack-dev | 10:34 | |
*** hattwick has joined #openstack-dev | 10:35 | |
*** hugokuo has quit IRC | 10:40 | |
*** sanju has quit IRC | 10:46 | |
*** egallen_ has joined #openstack-dev | 10:47 | |
*** maurosr has joined #openstack-dev | 10:51 | |
*** egallen has quit IRC | 10:51 | |
*** egallen_ is now known as egallen | 10:51 | |
*** darjeeling has joined #openstack-dev | 10:51 | |
*** trapni has joined #openstack-dev | 10:56 | |
*** trapni has joined #openstack-dev | 10:56 | |
*** renier has quit IRC | 10:58 | |
*** renier_ has joined #openstack-dev | 10:58 | |
*** renier has joined #openstack-dev | 11:00 | |
*** renier_ has quit IRC | 11:01 | |
*** koolhead17 has joined #openstack-dev | 11:03 | |
*** alexpilotti has joined #openstack-dev | 11:05 | |
*** renier has quit IRC | 11:05 | |
*** armaan has left #openstack-dev | 11:06 | |
*** renier has joined #openstack-dev | 11:06 | |
*** pcm_ has joined #openstack-dev | 11:07 | |
*** renier has quit IRC | 11:08 | |
*** renier has joined #openstack-dev | 11:08 | |
*** gargya has quit IRC | 11:10 | |
*** adalbas has joined #openstack-dev | 11:10 | |
*** renier_ has joined #openstack-dev | 11:11 | |
*** renier has quit IRC | 11:11 | |
*** zbitter has joined #openstack-dev | 11:17 | |
openstackgerrit | A change was merged to openstack/swift: log message in exception level when path encoding errors happen. https://review.openstack.org/21778 | 11:20 |
*** zaneb has quit IRC | 11:20 | |
*** salv-orlando has joined #openstack-dev | 11:24 | |
*** pcm_ has quit IRC | 11:25 | |
*** flaper87 has joined #openstack-dev | 11:25 | |
*** pcm_ has joined #openstack-dev | 11:25 | |
*** renier_ has quit IRC | 11:25 | |
*** gargya has joined #openstack-dev | 11:25 | |
*** roz has quit IRC | 11:29 | |
*** sthaha has joined #openstack-dev | 11:30 | |
*** davidha has quit IRC | 11:35 | |
*** pixelbeat has joined #openstack-dev | 11:39 | |
*** utlemming has quit IRC | 11:39 | |
*** utlemming has joined #openstack-dev | 11:40 | |
*** eglynn has quit IRC | 11:41 | |
*** adjohn has joined #openstack-dev | 11:47 | |
*** timello has joined #openstack-dev | 11:48 | |
*** cdub has quit IRC | 11:50 | |
*** cdub has joined #openstack-dev | 11:51 | |
*** anniec has joined #openstack-dev | 11:52 | |
*** jruzicka has joined #openstack-dev | 11:54 | |
*** anniec has quit IRC | 11:54 | |
*** anniec has joined #openstack-dev | 11:54 | |
*** rkukura has quit IRC | 11:56 | |
*** cdub has quit IRC | 11:56 | |
*** cdub has joined #openstack-dev | 11:57 | |
sdague | hey boris-42, what's up? | 11:58 |
boris-42 | sdague: trying to add in test_migration_utils testing for other db backends… | 11:59 |
boris-42 | https://review.openstack.org/#/c/21950/ | 11:59 |
boris-42 | I think that I am doing something wrong=) | 11:59 |
*** salv-orlando has quit IRC | 12:00 | |
*** adalbas has quit IRC | 12:01 | |
sdague | you can't run the drop commands on pg if there are any active engines | 12:01 |
*** henrynash has quit IRC | 12:01 | |
boris-42 | Will be it thread safe if I add to self.engine mysql and postgresql? | 12:02 |
sdague | it's not a thread safety issue per safe | 12:02 |
*** koolhead17 has quit IRC | 12:02 | |
sdague | the actual issue, is that we could be racing in multiple processes against the same database. | 12:03 |
sdague | though, I think for your test case, that's not an issue | 12:04 |
sdague | as you don't use the migrations table | 12:04 |
sdague | so yeh, use the same engines dictionary, then cleanup should do the right things I think | 12:04 |
sdague | oh, wait, that's not true | 12:04 |
boris-42 | What will happen if our test_migration and test_migration_utils will be run in the same time | 12:06 |
sdague | my concern is when the hit the _reset function | 12:06 |
boris-42 | I think it is race condition | 12:06 |
sdague | yeh | 12:06 |
boris-42 | probably we should use some other database (connection_string) | 12:07 |
sdague | ok, before we go down that road | 12:07 |
boris-42 | in postgres and mysql | 12:07 |
*** johnthetubaguy has joined #openstack-dev | 12:08 | |
*** cdub has quit IRC | 12:08 | |
*** cdub has joined #openstack-dev | 12:09 | |
sdague | so, short term, lets move this back into test_migrations (which I wanted to avoid), and just make sure where it is is annoated well | 12:09 |
sdague | I think that we're going to have to have a discussion about more real db testing later with CI, but now is the wrong part of the release process to go there | 12:09 |
sdague | as devananda is running into issues with baremetal db testing, which I think we just need to punt past grizzly | 12:10 |
boris-42 | Hmm. Probably I should just remove these tests? I fixed bug and it is enough at this moment. | 12:11 |
boris-42 | And then when we will be able to make full db tests I will make it? | 12:11 |
johnthetubaguy | long term, is it worth having a sort of CI test staging area, runs prototype tests against every checking that goes into trunk, once other tests have passed? | 12:13 |
*** adalbas has joined #openstack-dev | 12:13 | |
sdague | boris-42: if a bug was found, I'd rather have them in an inconvenient place (test_migrations) than not have them, because it proves to be complicated enough that real bugs are in there | 12:15 |
sdague | johnthetubaguy: I don't think so, local development is what that's for | 12:16 |
sdague | boris-42: and I'm especially sensitive about the db, because a wrong thing there means permanent user data corruption | 12:16 |
*** salv-orlando has joined #openstack-dev | 12:16 | |
boris-42 | boris-42: me too, ok I will think a little bit more about tests.=) | 12:18 |
boris-42 | oh | 12:18 |
boris-42 | sdague: me too, ok I will think a little bit more about tests.=) | 12:18 |
sdague | ok, cool. | 12:20 |
*** dims has joined #openstack-dev | 12:20 | |
sdague | thanks again for doing all this | 12:20 |
*** cdub has quit IRC | 12:23 | |
*** cdub has joined #openstack-dev | 12:23 | |
*** dims has quit IRC | 12:26 | |
johnthetubaguy | sdague: fair enough, I was just thinking about checking the stability before affecting the gate | 12:27 |
*** adalbas has quit IRC | 12:28 | |
*** salv-orlando has quit IRC | 12:30 | |
*** fc__ has joined #openstack-dev | 12:32 | |
*** armaan has joined #openstack-dev | 12:32 | |
*** cdub has quit IRC | 12:34 | |
sdague | johnthetubaguy: there is a chance that false possitives could land, but given that things don't tend to land before at least 3 review attempts, the tests actually get run a large number of times on an inbound | 12:34 |
*** cdub has joined #openstack-dev | 12:34 | |
*** renier has joined #openstack-dev | 12:36 | |
*** armaan has quit IRC | 12:39 | |
*** armaan has joined #openstack-dev | 12:41 | |
*** adalbas has joined #openstack-dev | 12:41 | |
johnthetubaguy | sdague: true I guess | 12:42 |
*** tomoe_ has joined #openstack-dev | 12:43 | |
*** cdub has quit IRC | 12:44 | |
*** cdub has joined #openstack-dev | 12:44 | |
sdague | plus there is human review, flakey tests tend to be in certain areas, like the db, so we rely on experts to help guess on them | 12:45 |
sdague | and worse comes to worse we just slam in a skip test if a flakey one managed to land in the tree | 12:46 |
*** renier_ has joined #openstack-dev | 12:46 | |
*** renier has quit IRC | 12:47 | |
*** renier_ has quit IRC | 12:50 | |
*** renier has joined #openstack-dev | 12:50 | |
*** armaan has quit IRC | 12:54 | |
*** Ryan_Lane has quit IRC | 12:54 | |
*** armaan has joined #openstack-dev | 12:55 | |
*** Ryan_Lane has joined #openstack-dev | 12:57 | |
*** salv-orlando has joined #openstack-dev | 12:57 | |
*** renier has quit IRC | 13:00 | |
*** soody has joined #openstack-dev | 13:00 | |
*** zaneb has joined #openstack-dev | 13:00 | |
*** zbitter has quit IRC | 13:02 | |
*** davidha has joined #openstack-dev | 13:04 | |
*** Yada has quit IRC | 13:06 | |
*** jaypipes has joined #openstack-dev | 13:07 | |
*** renier has joined #openstack-dev | 13:08 | |
*** READ10 has joined #openstack-dev | 13:11 | |
k4n0 | This review https://review.openstack.org/#/c/21415/ depends on fix for bug https://bugs.launchpad.net/nova/+bug/1123848 , i think boris should fix the syntax issue first, then decide on where the tests should go. | 13:11 |
uvirtbot | Launchpad bug 1123848 in nova "SqlAlchemy Utils drop_unique_constraint method raises NameError for Mysql/Postgresql" [Undecided,In progress] | 13:11 |
k4n0 | because this bug is in the tree | 13:11 |
*** soody has quit IRC | 13:15 | |
*** soody has joined #openstack-dev | 13:15 | |
*** salv-orlando has quit IRC | 13:16 | |
*** soody has quit IRC | 13:17 | |
*** egallen has quit IRC | 13:17 | |
*** martine has joined #openstack-dev | 13:19 | |
*** navid_ has left #openstack-dev | 13:20 | |
*** Tross has joined #openstack-dev | 13:20 | |
*** romcheg has joined #openstack-dev | 13:26 | |
*** armaan has left #openstack-dev | 13:28 | |
*** mrunge has quit IRC | 13:31 | |
*** Ryan_Lane has quit IRC | 13:33 | |
*** megha has joined #openstack-dev | 13:34 | |
*** fc__ has quit IRC | 13:34 | |
*** fc__ has joined #openstack-dev | 13:34 | |
garyk | enikanorov: ping | 13:35 |
*** amotoki has quit IRC | 13:35 | |
*** mohits has quit IRC | 13:36 | |
*** alunduil has quit IRC | 13:37 | |
*** sandywalsh has joined #openstack-dev | 13:38 | |
*** READ10 has quit IRC | 13:39 | |
*** zeriouz has joined #openstack-dev | 13:42 | |
*** zbitter has joined #openstack-dev | 13:42 | |
*** fc__ has quit IRC | 13:42 | |
*** markvoelker has joined #openstack-dev | 13:43 | |
*** zaneb has quit IRC | 13:45 | |
*** esheffield has joined #openstack-dev | 13:47 | |
*** lbragstad has quit IRC | 13:48 | |
*** fc__ has joined #openstack-dev | 13:55 | |
*** ladquin has joined #openstack-dev | 13:55 | |
*** zbitter has quit IRC | 13:56 | |
devananda | sdague: the issue i ran into was in creating a second test_migration.py which conflicted with the first | 13:58 |
devananda | sdague: which, fwiw, i think is fixed by just changing the schema name (going to post that revision in a bit) | 13:59 |
sdague | devananda: right, but if you change the schema name, it won't run in CI | 13:59 |
*** jergerber has joined #openstack-dev | 13:59 | |
devananda | sdague: ah, so I think clarkb was going to create a second schema for it | 14:00 |
sdague | ok, well if that's the policy, we can do that | 14:00 |
sdague | I fear they are going to get mad at the number of these we might want to make | 14:00 |
devananda | heh, yea, that was brought up :( | 14:00 |
*** fc__ has quit IRC | 14:01 | |
devananda | otoh, how many projects need their own db connection from within nova? ideally none, but baremetal got pushed out of nova's db | 14:01 |
sdague | well, the problem is that if we want to run other real db tests outside of test_migrations | 14:01 |
*** fc__ has joined #openstack-dev | 14:01 | |
sdague | boris-42 was running into similar problem this morning | 14:02 |
devananda | gotcha | 14:02 |
*** fc__ has quit IRC | 14:02 | |
*** anteaya has joined #openstack-dev | 14:02 | |
devananda | what about using a UUID for schema name with each test | 14:02 |
devananda | requring a cleanup action to drop the schema | 14:03 |
sdague | well, the point of the tests was that they wouldn't try to create dbs | 14:03 |
sdague | so they would be non destructive | 14:03 |
boris-42 | devananda +1 | 14:03 |
devananda | err, test_migration creates/drops/creates its db | 14:04 |
boris-42 | I think also about that today (to add uuid) | 14:04 |
sdague | devananda: only on a db that already exists with specific permissions | 14:04 |
devananda | right | 14:04 |
*** fc__ has joined #openstack-dev | 14:04 | |
devananda | it would require changing the grants | 14:04 |
*** k4n0 has left #openstack-dev | 14:05 | |
sdague | yeh, remember, these tests are designed to also run on people's laptops | 14:05 |
*** cdub has quit IRC | 14:05 | |
*** marcus_ has joined #openstack-dev | 14:06 | |
sdague | so we need to be super careful on stuff like that | 14:06 |
*** cdub has joined #openstack-dev | 14:06 | |
*** woodspa has joined #openstack-dev | 14:07 | |
*** woodspa has quit IRC | 14:07 | |
*** henrynash has joined #openstack-dev | 14:07 | |
*** sandywalsh_ has joined #openstack-dev | 14:08 | |
marcus_ | hey all, is there a way to list all openstack instances using the python-novaclient? When I use my admin credentials I got only a list of instances of the admin project/tenant. | 14:08 |
devananda | sdague: OT, any idea why nova wants a list of instances _names_ from driver.list_instances, rahter than uuid's or something else unique? | 14:08 |
*** ewindisch has joined #openstack-dev | 14:09 | |
*** woodspa has joined #openstack-dev | 14:09 | |
jpich | marcus_: Try nova list --all-tenants | 14:10 |
*** stevemar has joined #openstack-dev | 14:11 | |
*** rkukura has joined #openstack-dev | 14:12 | |
*** milez has quit IRC | 14:13 | |
marcus_ | That doesn't work. Sorry I have to say that I am working with openstack essex, I am also looking for a solution using the api | 14:13 |
*** megha has quit IRC | 14:13 | |
*** milez has joined #openstack-dev | 14:13 | |
*** darjeeling has quit IRC | 14:15 | |
*** zul has quit IRC | 14:16 | |
*** lbragstad has joined #openstack-dev | 14:16 | |
*** eglynn has joined #openstack-dev | 14:16 | |
*** al-maisan is now known as almaisan-away | 14:17 | |
*** bknudson has joined #openstack-dev | 14:18 | |
*** alexpilotti has quit IRC | 14:18 | |
*** dolphm has joined #openstack-dev | 14:19 | |
*** zul has joined #openstack-dev | 14:19 | |
*** cdub has quit IRC | 14:19 | |
*** cdub has joined #openstack-dev | 14:20 | |
*** ondergetekende has quit IRC | 14:20 | |
devananda | sdague: re: baremetal db tests, it's rather important that we get these fixes in grizzly. do you suggest something aside from CI adding a new schema? | 14:20 |
*** joesavak has joined #openstack-dev | 14:22 | |
*** martine_ has joined #openstack-dev | 14:23 | |
*** martine_ has quit IRC | 14:23 | |
*** dolphm has quit IRC | 14:23 | |
*** dprince has joined #openstack-dev | 14:23 | |
*** cdub has quit IRC | 14:25 | |
*** martine has quit IRC | 14:26 | |
*** cdub has joined #openstack-dev | 14:26 | |
*** eglynn has quit IRC | 14:26 | |
*** martine has joined #openstack-dev | 14:26 | |
*** sacharya has joined #openstack-dev | 14:27 | |
*** mrunge has joined #openstack-dev | 14:29 | |
*** cdub has quit IRC | 14:30 | |
*** cdub has joined #openstack-dev | 14:31 | |
*** dolphm has joined #openstack-dev | 14:31 | |
enikanorov | garyk: pong | 14:32 |
*** avishay has quit IRC | 14:32 | |
*** mindpixel has quit IRC | 14:32 | |
garyk | enikanorov: hi, i had some questions regarding the scheduler for the lbaas. i posted them on gerrit. in addition to this i was not sure if the code was ready for review. is this the case? | 14:33 |
*** andreaf has joined #openstack-dev | 14:34 | |
*** winston-d has joined #openstack-dev | 14:34 | |
*** adjohn has quit IRC | 14:35 | |
*** kbringard has joined #openstack-dev | 14:35 | |
*** cdub has quit IRC | 14:35 | |
enikanorov | just answered them. | 14:36 |
enikanorov | yes, it's ready, in fact there are two patches depending on it. | 14:36 |
enikanorov | 1) lbaas agent and rpc and 2) haproxy driver | 14:37 |
*** jgallard has quit IRC | 14:37 | |
enikanorov | the latter should allow to run lbaas service and actually bring up and configure HAProxy device within tenant's network | 14:37 |
*** ajc_ has quit IRC | 14:38 | |
*** cdub has joined #openstack-dev | 14:41 | |
*** digitalsanctum has joined #openstack-dev | 14:44 | |
*** mrunge has quit IRC | 14:45 | |
*** sthaha has quit IRC | 14:46 | |
*** READ10 has joined #openstack-dev | 14:46 | |
*** mtreinish has joined #openstack-dev | 14:47 | |
*** ayoung has quit IRC | 14:48 | |
*** pabelanger has joined #openstack-dev | 14:48 | |
*** cdub has quit IRC | 14:49 | |
*** cdub has joined #openstack-dev | 14:49 | |
*** diogogmt has joined #openstack-dev | 14:50 | |
*** sacharya has quit IRC | 14:50 | |
*** topol has joined #openstack-dev | 14:55 | |
*** vkmc has quit IRC | 14:56 | |
*** jgallard has joined #openstack-dev | 14:57 | |
enikanorov | garyk: any more questions on the code beside comments? | 14:59 |
*** mrunge has joined #openstack-dev | 14:59 | |
*** vkmc has joined #openstack-dev | 15:00 | |
garyk | enikanorov: not that i can think of at the moment. it seems like there are 3 patches and they are all based on yours. correct? | 15:00 |
*** Mandell has joined #openstack-dev | 15:00 | |
enikanorov | 2 other patches based on my, to be correct | 15:01 |
enikanorov | haproxy driver -> lbaas agent -> scheduler (my) | 15:01 |
*** eharney has joined #openstack-dev | 15:01 | |
*** eharney has quit IRC | 15:01 | |
*** eharney has joined #openstack-dev | 15:01 | |
*** ondergetekende has joined #openstack-dev | 15:03 | |
garyk | ahh, so i started reviewing at the end? | 15:03 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Don't use subprocess for testing excepthook https://review.openstack.org/21918 | 15:03 |
*** cloudchimp has joined #openstack-dev | 15:03 | |
*** boris-42 has quit IRC | 15:04 | |
*** sandywalsh has quit IRC | 15:04 | |
*** digitalsanctum has quit IRC | 15:05 | |
*** aeperezt has joined #openstack-dev | 15:05 | |
enikanorov | i meant haproxy depends on agent and agent depends on scheduler :) | 15:06 |
*** jimfehlig has joined #openstack-dev | 15:06 | |
*** cdub has quit IRC | 15:07 | |
*** cdub has joined #openstack-dev | 15:07 | |
openstackgerrit | A change was merged to openstack/ceilometer: Add period support in storage drivers and API https://review.openstack.org/21769 | 15:08 |
*** Mandell has quit IRC | 15:08 | |
*** pabelanger has quit IRC | 15:08 | |
*** cdub has quit IRC | 15:11 | |
*** mrodden has joined #openstack-dev | 15:12 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Rename oslo-zmq-receiver to oslo-rpc-zmq-receiver https://review.openstack.org/21944 | 15:12 |
*** TerryH has joined #openstack-dev | 15:15 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Cleanup imports https://review.openstack.org/21947 | 15:16 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Add join_consumer_pool() to RPC connections https://review.openstack.org/21919 | 15:16 |
*** digitalsanctum has joined #openstack-dev | 15:17 | |
*** megha has joined #openstack-dev | 15:17 | |
*** cdub has joined #openstack-dev | 15:18 | |
*** marcus_ has quit IRC | 15:19 | |
*** KurtMartin has joined #openstack-dev | 15:19 | |
*** marcus_ has joined #openstack-dev | 15:19 | |
*** sandywalsh has joined #openstack-dev | 15:21 | |
*** cdub has quit IRC | 15:24 | |
*** markmcclain has joined #openstack-dev | 15:26 | |
*** KurtMartin has quit IRC | 15:27 | |
*** danwent has joined #openstack-dev | 15:29 | |
*** bswartz has quit IRC | 15:30 | |
*** megha has quit IRC | 15:31 | |
*** cdub has joined #openstack-dev | 15:32 | |
*** darjeeling has joined #openstack-dev | 15:34 | |
*** rnirmal has joined #openstack-dev | 15:36 | |
*** digitalsanctum has quit IRC | 15:38 | |
*** salgado is now known as salgado-lunch | 15:38 | |
*** digitalsanctum has joined #openstack-dev | 15:39 | |
*** rpedde_away is now known as rpedde | 15:41 | |
*** gargya has quit IRC | 15:41 | |
*** lbragstad has quit IRC | 15:43 | |
*** jprovazn has quit IRC | 15:43 | |
*** pabelanger has joined #openstack-dev | 15:45 | |
*** otherwiseguy has joined #openstack-dev | 15:45 | |
*** lbragstad has joined #openstack-dev | 15:46 | |
*** cp16net is now known as cp16net|away | 15:48 | |
*** troytoman-away is now known as troytoman | 15:49 | |
*** imsplitbit has joined #openstack-dev | 15:50 | |
*** ctracey has quit IRC | 15:50 | |
*** danwent has quit IRC | 15:51 | |
*** sc68cal has joined #openstack-dev | 15:51 | |
*** nati_ueno has joined #openstack-dev | 15:51 | |
*** ctracey has joined #openstack-dev | 15:51 | |
*** alszar has joined #openstack-dev | 15:52 | |
*** spzala has joined #openstack-dev | 15:53 | |
*** jsavak has joined #openstack-dev | 15:53 | |
openstackgerrit | A change was merged to openstack/tempest: Merge boto services to single module https://review.openstack.org/21641 | 15:54 |
*** devoid has joined #openstack-dev | 15:55 | |
*** joesavak has quit IRC | 15:56 | |
*** larsbutler has quit IRC | 15:57 | |
*** racedo has quit IRC | 15:58 | |
*** bswartz has joined #openstack-dev | 15:59 | |
*** winston-d has quit IRC | 15:59 | |
*** jcmartin has joined #openstack-dev | 16:00 | |
*** sacharya has joined #openstack-dev | 16:00 | |
*** racedo has joined #openstack-dev | 16:01 | |
*** akscram has quit IRC | 16:01 | |
*** akscram has joined #openstack-dev | 16:02 | |
*** sandywalsh__ has joined #openstack-dev | 16:03 | |
*** sandywalsh_ has quit IRC | 16:03 | |
*** mrodden has quit IRC | 16:04 | |
ewindisch | russellb: I'd appreciate your eyes on https://review.openstack.org/#/c/21790/ - nice to have envelopes working for G3 :-) | 16:05 |
russellb | ack | 16:06 |
*** nati_ueno has quit IRC | 16:07 | |
ewindisch | thanks | 16:07 |
*** nati_ueno has joined #openstack-dev | 16:07 | |
*** reidrac has quit IRC | 16:08 | |
*** nunosantos has joined #openstack-dev | 16:10 | |
*** datsun180b has joined #openstack-dev | 16:10 | |
*** nati_ueno has quit IRC | 16:12 | |
*** m4xmr has quit IRC | 16:12 | |
openstackgerrit | A change was merged to openstack/tempest: Update HACKING file. https://review.openstack.org/21810 | 16:14 |
*** marcus_ has quit IRC | 16:15 | |
*** marcus_ has joined #openstack-dev | 16:16 | |
*** danwent has joined #openstack-dev | 16:16 | |
*** nunosantos has quit IRC | 16:17 | |
*** winston-d has joined #openstack-dev | 16:17 | |
*** mlavalle has joined #openstack-dev | 16:18 | |
*** grog500 has joined #openstack-dev | 16:19 | |
*** iartarisi has quit IRC | 16:20 | |
*** beagles has quit IRC | 16:20 | |
*** lglenden has joined #openstack-dev | 16:21 | |
*** mrunge has quit IRC | 16:21 | |
*** beagles has joined #openstack-dev | 16:23 | |
*** Yada has joined #openstack-dev | 16:25 | |
*** zoresvit has quit IRC | 16:25 | |
*** bdpayne has joined #openstack-dev | 16:25 | |
*** aeperezt has quit IRC | 16:27 | |
*** nmagnezi has quit IRC | 16:28 | |
*** aeperezt has joined #openstack-dev | 16:32 | |
*** beagles has quit IRC | 16:33 | |
*** cp16net|away is now known as cp16net | 16:33 | |
*** metral has joined #openstack-dev | 16:36 | |
*** beagles has joined #openstack-dev | 16:36 | |
*** mmagr has quit IRC | 16:37 | |
*** jaypipes has quit IRC | 16:37 | |
*** bdpayne has quit IRC | 16:39 | |
*** salgado-lunch is now known as salgado | 16:39 | |
*** garyk has quit IRC | 16:39 | |
*** Ryan_Lane has joined #openstack-dev | 16:41 | |
*** ayoung has joined #openstack-dev | 16:42 | |
*** markmcclain has quit IRC | 16:43 | |
*** arosen has joined #openstack-dev | 16:43 | |
openstackgerrit | A change was merged to openstack/tempest: Add negative test for create server. https://review.openstack.org/21554 | 16:43 |
*** zoresvit has joined #openstack-dev | 16:43 | |
*** beagles has quit IRC | 16:44 | |
*** beagles has joined #openstack-dev | 16:44 | |
*** yidclare has quit IRC | 16:44 | |
*** burris has quit IRC | 16:44 | |
*** burris has joined #openstack-dev | 16:44 | |
*** alunduil has joined #openstack-dev | 16:45 | |
*** john5223 has joined #openstack-dev | 16:46 | |
*** alunduil has quit IRC | 16:46 | |
*** alunduil has joined #openstack-dev | 16:47 | |
*** jaypipes has joined #openstack-dev | 16:48 | |
*** zoresvit has quit IRC | 16:49 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Cleanup docstring and print in install_venv_common https://review.openstack.org/21694 | 16:49 |
*** thouveng has quit IRC | 16:49 | |
*** mjfork has quit IRC | 16:50 | |
*** ctracey has quit IRC | 16:50 | |
sgran | /last persist | 16:51 |
sgran | er, oops | 16:51 |
*** yolanda has quit IRC | 16:51 | |
*** krtaylor has quit IRC | 16:51 | |
*** ctracey has joined #openstack-dev | 16:51 | |
*** ctracey has quit IRC | 16:53 | |
*** ctracey has joined #openstack-dev | 16:53 | |
*** rellerreller has joined #openstack-dev | 16:54 | |
*** garyk has joined #openstack-dev | 16:55 | |
clarkb | devananda sdague I dont think the infra team needs to do anything for the tests to create new DBs. the permissions allow the tests themselves to do that | 16:57 |
devananda | clarkb, sdague: i pushed my updated test_baremetal_migrations anyway, and it worked, so that seems to be the case | 16:58 |
*** metral has quit IRC | 17:00 | |
*** BobBall has joined #openstack-dev | 17:00 | |
*** digitalsanctum has quit IRC | 17:00 | |
*** zoresvit has joined #openstack-dev | 17:01 | |
*** zeriouz has quit IRC | 17:03 | |
*** lbragstad has quit IRC | 17:03 | |
*** cjoelrun has joined #openstack-dev | 17:03 | |
*** eglynn has joined #openstack-dev | 17:04 | |
*** lbragstad has joined #openstack-dev | 17:04 | |
*** rafaduran has quit IRC | 17:04 | |
*** mrodden has joined #openstack-dev | 17:04 | |
*** zoresvit has quit IRC | 17:06 | |
*** nunosantos has joined #openstack-dev | 17:06 | |
*** zoresvit has joined #openstack-dev | 17:08 | |
*** nunosantos_ has joined #openstack-dev | 17:08 | |
*** nunosantos_ has quit IRC | 17:09 | |
*** bdpayne has joined #openstack-dev | 17:09 | |
*** digitalsanctum has joined #openstack-dev | 17:10 | |
sdague | clarkb: they won't on my laptop, right? | 17:10 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Fix Lack of reconnecting operation when using rabbitmq mirrored queue https://review.openstack.org/20240 | 17:11 |
*** milez has quit IRC | 17:11 | |
*** zoresvit has quit IRC | 17:12 | |
*** milez has joined #openstack-dev | 17:12 | |
*** m4xmr has joined #openstack-dev | 17:12 | |
*** Ryan_Lane has quit IRC | 17:13 | |
*** eglynn has quit IRC | 17:14 | |
*** Mandell has joined #openstack-dev | 17:16 | |
*** gyee has joined #openstack-dev | 17:16 | |
*** hugokuo has joined #openstack-dev | 17:16 | |
*** anniec has quit IRC | 17:17 | |
*** andrewbogott_afk is now known as andrewbogott | 17:18 | |
*** hemna has joined #openstack-dev | 17:18 | |
*** andrewbogott has joined #openstack-dev | 17:18 | |
*** jgallard has quit IRC | 17:19 | |
*** kpavel has quit IRC | 17:19 | |
*** markwash has quit IRC | 17:20 | |
*** andrewbogott has quit IRC | 17:21 | |
*** andrewbogott has joined #openstack-dev | 17:21 | |
*** nunosantos has quit IRC | 17:22 | |
*** dachary has quit IRC | 17:25 | |
*** lorin1 has joined #openstack-dev | 17:25 | |
clarkb | sdague the tests only run on your laptop if the databases are running. Can we not also assume permissuons are correct? | 17:25 |
*** nunosantos has joined #openstack-dev | 17:25 | |
*** bencherian has quit IRC | 17:27 | |
*** alexpilotti has joined #openstack-dev | 17:28 | |
*** njoy has joined #openstack-dev | 17:30 | |
sdague | let me look at the review, I'll see :) | 17:31 |
sdague | sorry, openstack-qa meeting mostly taking my attension | 17:31 |
*** echohead has quit IRC | 17:32 | |
*** markmcclain has joined #openstack-dev | 17:34 | |
*** metral has joined #openstack-dev | 17:34 | |
clarkb | np | 17:34 |
*** davidha has quit IRC | 17:35 | |
clarkb | also I think the way the existing tests run assumes these permissions are set. this is why getting postgres working on jenkins slaves was tricky | 17:35 |
*** njoy_ has joined #openstack-dev | 17:35 | |
*** thingee_zzz is now known as thingee | 17:37 | |
*** njoy has quit IRC | 17:38 | |
*** ayoung has quit IRC | 17:39 | |
*** cp16net is now known as cp16net|away | 17:40 | |
*** markmcclain has quit IRC | 17:42 | |
*** trapni has quit IRC | 17:42 | |
*** yidclare has joined #openstack-dev | 17:44 | |
*** alexpilotti has quit IRC | 17:44 | |
*** markmcclain has joined #openstack-dev | 17:45 | |
*** alexpilotti has joined #openstack-dev | 17:45 | |
*** pcm__ has joined #openstack-dev | 17:45 | |
*** pcm__ has quit IRC | 17:46 | |
*** anniec has joined #openstack-dev | 17:46 | |
*** pcm__ has joined #openstack-dev | 17:47 | |
*** yidclare has quit IRC | 17:48 | |
*** yolanda has joined #openstack-dev | 17:48 | |
*** pcm_ has quit IRC | 17:49 | |
*** spzala has quit IRC | 17:49 | |
*** spzala has joined #openstack-dev | 17:49 | |
*** tiamar has joined #openstack-dev | 17:51 | |
*** radez has joined #openstack-dev | 17:52 | |
*** avishay has joined #openstack-dev | 17:52 | |
*** colinmcnamara has joined #openstack-dev | 17:55 | |
*** winston-d has quit IRC | 17:55 | |
*** esp has joined #openstack-dev | 17:55 | |
*** tkammer has quit IRC | 17:55 | |
*** lloydde has joined #openstack-dev | 17:56 | |
*** rellerreller has quit IRC | 17:56 | |
tiamar | hi! anyone had problem with Paste install when executing tox? | 18:00 |
*** bencherian has joined #openstack-dev | 18:03 | |
*** esp has quit IRC | 18:03 | |
*** echohead_ has joined #openstack-dev | 18:03 | |
*** derekh has quit IRC | 18:03 | |
*** echohead_ is now known as echohead | 18:04 | |
*** Ryan_Lane has joined #openstack-dev | 18:04 | |
*** esp has joined #openstack-dev | 18:04 | |
*** adjohn has joined #openstack-dev | 18:05 | |
*** jpich has quit IRC | 18:05 | |
*** johnpur has joined #openstack-dev | 18:06 | |
anteaya | tiamar, can you post the url of a paste/gist of your output when you execute tox? Including the tox command executed? | 18:06 |
*** mkollaro has quit IRC | 18:10 | |
tiamar | anteaya: Pip tries to instal PasteDeploy 1.5.0, but it gets md5 error and tox stop execution | 18:10 |
*** pixelbeat has quit IRC | 18:10 | |
*** cp16net|away is now known as cp16net | 18:10 | |
tiamar | anteaya: I run " tox -v -epylint" | 18:10 |
anteaya | tiamar, can you show the stacktrace? | 18:11 |
*** reed has joined #openstack-dev | 18:12 | |
*** henrynash has quit IRC | 18:15 | |
*** nati_ueno has joined #openstack-dev | 18:17 | |
*** markvoelker1 has joined #openstack-dev | 18:19 | |
*** dachary has joined #openstack-dev | 18:19 | |
*** networkstatic has joined #openstack-dev | 18:19 | |
*** darraghb has quit IRC | 18:20 | |
*** markvoelker has quit IRC | 18:22 | |
*** timello has quit IRC | 18:22 | |
*** krtaylor has joined #openstack-dev | 18:26 | |
*** jog0 has joined #openstack-dev | 18:28 | |
*** buzztroll_ has quit IRC | 18:28 | |
*** imsplitbit has quit IRC | 18:29 | |
*** medberry is now known as med_ | 18:30 | |
*** vkmc has quit IRC | 18:33 | |
*** zeriouz has joined #openstack-dev | 18:35 | |
*** vkmc has joined #openstack-dev | 18:36 | |
openstackgerrit | A change was merged to openstack/tempest: Fix 'if' in the clear_isolated_creds https://review.openstack.org/21962 | 18:36 |
openstackgerrit | A change was merged to openstack/tempest: Remove duplicated wait https://review.openstack.org/20538 | 18:36 |
openstackgerrit | A change was merged to openstack/nova: Canonizes IPv6 before insert it into the db https://review.openstack.org/21681 | 18:36 |
openstackgerrit | A change was merged to openstack/tempest: json name usage https://review.openstack.org/21753 | 18:37 |
openstackgerrit | A change was merged to openstack/python-quantumclient: Add exceptions messages for authentication https://review.openstack.org/21959 | 18:37 |
openstackgerrit | A change was merged to openstack/swift: fix large objects with unicode https://review.openstack.org/21907 | 18:37 |
*** alszar_ has joined #openstack-dev | 18:39 | |
openstackgerrit | A change was merged to openstack/tempest: Correction in quota_client's condition logic https://review.openstack.org/21779 | 18:39 |
openstackgerrit | A change was merged to openstack/tempest: Remove unnecessary client alias in console tests https://review.openstack.org/21968 | 18:39 |
*** colinmcnamara has quit IRC | 18:41 | |
*** jrodom has joined #openstack-dev | 18:41 | |
*** armaan has joined #openstack-dev | 18:41 | |
topol | gyee, I am planning on running your pluggable-auth patch in my environment. Do I need to set any values in keystone.conf for it to work properly or do the test cases handle doing that? | 18:41 |
gyee | topol, yes, see the [auth] section | 18:42 |
gyee | just add your method to the list | 18:42 |
*** alszar has quit IRC | 18:42 | |
*** alszar_ is now known as alszar | 18:42 | |
gyee | and specific the class which implements the method | 18:42 |
*** johnthetubaguy has left #openstack-dev | 18:42 | |
gyee | specify | 18:42 |
topol | Im not ready to write my own. But you provided a simple challenge on correct? | 18:42 |
gyee | yes, for testing only | 18:43 |
topol | do I need to do anything to get the test one to work properly or it will work with no conf changes? | 18:43 |
*** avishay has quit IRC | 18:43 | |
topol | I have a hard time determining if the test cases are smart enough to update keystone.conf for their own purposes | 18:44 |
gyee | tests using the overrides | 18:44 |
dolphm | topol: some tests modify CONF directly, and some load a series of *.conf files which override eachother | 18:44 |
gyee | what he say ^^^ | 18:45 |
gyee | topol, if you are brave, hookup google authenticator plugin | 18:46 |
gyee | :) | 18:46 |
nati_ueno | garyk: Hi are you around? | 18:46 |
*** ociuhandu has quit IRC | 18:46 | |
gyee | topol, http://stackoverflow.com/questions/8529265/google-authenticator-implementation-in-python/8549884#8549884 | 18:46 |
gyee | just do the oath-totp | 18:47 |
topol | gyee, test_auth_plugin.py providesits own overrides correct? | 18:47 |
gyee | topol, yes | 18:47 |
topol | great, thanks! | 18:48 |
gyee | topol, see https://review.openstack.org/#/c/21487/6/tests/test_auth_plugin.conf | 18:48 |
topol | I see it. Thanks | 18:49 |
*** psedlak has quit IRC | 18:51 | |
*** eglynn has joined #openstack-dev | 18:51 | |
*** dprince has quit IRC | 18:52 | |
*** markwash has joined #openstack-dev | 18:53 | |
*** devoid has quit IRC | 18:56 | |
*** vkmc has quit IRC | 18:56 | |
*** vkmc_ has joined #openstack-dev | 18:56 | |
*** vkmc_ is now known as vkmc | 18:56 | |
*** nati_ueno_2 has joined #openstack-dev | 18:57 | |
*** esp has quit IRC | 18:58 | |
*** markvoelker has joined #openstack-dev | 19:00 | |
*** markvoelker1 has quit IRC | 19:00 | |
*** esp has joined #openstack-dev | 19:00 | |
*** devoid has joined #openstack-dev | 19:01 | |
*** avishay has joined #openstack-dev | 19:02 | |
*** anniec has quit IRC | 19:04 | |
*** anniec_ has joined #openstack-dev | 19:04 | |
*** cp16net is now known as cp16net|away | 19:04 | |
*** armaan has left #openstack-dev | 19:04 | |
*** martines has quit IRC | 19:08 | |
*** cp16net|away is now known as cp16net | 19:08 | |
*** tomoe_ has quit IRC | 19:08 | |
clarkb | https://bugs.launchpad.net/glance/+bug/1108985 is being somewhat disruptive to the zuul gate (each time a job fails due to this bug all changes behind in the queue need to have their jobs restarted). Any chance glance folks can take a look at it? | 19:08 |
uvirtbot | Launchpad bug 1108985 in glance "Spurious ECONNREFUSED errors during Glance unit tests" [Undecided,New] | 19:08 |
*** corXi has quit IRC | 19:11 | |
*** zeriouz has quit IRC | 19:11 | |
*** anniec_ has quit IRC | 19:12 | |
*** Yada has quit IRC | 19:13 | |
*** zeriouz has joined #openstack-dev | 19:14 | |
*** anniec has joined #openstack-dev | 19:14 | |
*** melwitt has joined #openstack-dev | 19:15 | |
*** dachary has quit IRC | 19:15 | |
*** dachary has joined #openstack-dev | 19:15 | |
*** alexpilotti_ has joined #openstack-dev | 19:17 | |
*** buzztroll_ has joined #openstack-dev | 19:19 | |
*** nati_uen_ has joined #openstack-dev | 19:19 | |
*** dhellmann has joined #openstack-dev | 19:19 | |
*** nati_ueno_2 has quit IRC | 19:20 | |
*** imsplitbit has joined #openstack-dev | 19:22 | |
*** zeriouz has quit IRC | 19:22 | |
*** dolphm has quit IRC | 19:24 | |
*** mrodden has quit IRC | 19:24 | |
*** alszar_ has joined #openstack-dev | 19:24 | |
*** alexpilotti has quit IRC | 19:25 | |
*** alexpilotti_ is now known as alexpilotti | 19:25 | |
*** TheEstablishment has joined #openstack-dev | 19:26 | |
*** vipul is now known as vipul|away | 19:27 | |
*** alszar has quit IRC | 19:27 | |
*** alszar_ is now known as alszar | 19:27 | |
*** yidclare has joined #openstack-dev | 19:27 | |
*** TheEstablishment has quit IRC | 19:27 | |
*** dolphm has joined #openstack-dev | 19:28 | |
*** cp16net is now known as cp16net|away | 19:28 | |
*** markmcclain has quit IRC | 19:30 | |
*** vipul|away is now known as vipul | 19:30 | |
*** rnirmal has quit IRC | 19:30 | |
*** TheEstablishment has joined #openstack-dev | 19:30 | |
*** Yada has joined #openstack-dev | 19:30 | |
*** cp16net|away is now known as cp16net | 19:31 | |
*** jrodom has quit IRC | 19:31 | |
*** hugokuo has quit IRC | 19:31 | |
*** cp16net is now known as cp16net|away | 19:32 | |
*** eglynn has quit IRC | 19:33 | |
*** kaganos has joined #openstack-dev | 19:35 | |
*** morganfainberg has joined #openstack-dev | 19:36 | |
*** networkstatic has quit IRC | 19:40 | |
*** markmcclain has joined #openstack-dev | 19:41 | |
*** jruzicka has quit IRC | 19:41 | |
*** rellerreller has joined #openstack-dev | 19:42 | |
*** krtaylor has quit IRC | 19:43 | |
*** adalbas has quit IRC | 19:44 | |
*** dprince has joined #openstack-dev | 19:45 | |
*** Yada has left #openstack-dev | 19:45 | |
*** dolphm has quit IRC | 19:45 | |
*** troytoman is now known as troytoman-away | 19:45 | |
*** kaganos has quit IRC | 19:46 | |
*** TheEstablishment has quit IRC | 19:46 | |
*** digitalsanctum has quit IRC | 19:46 | |
*** mrodden has joined #openstack-dev | 19:47 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:49 | |
*** boris-42 has joined #openstack-dev | 19:49 | |
*** davidha has joined #openstack-dev | 19:50 | |
*** cp16net|away is now known as cp16net | 19:51 | |
*** digitalsanctum has joined #openstack-dev | 19:55 | |
*** adalbas has joined #openstack-dev | 19:56 | |
*** jrodom has joined #openstack-dev | 19:57 | |
topol | dolph,ayoung, heckj, regarding my previous email about how to address the basic ldap schemas not supporting our needed enabled field. Given time is running short, and given ayoung had strong concerns regarding adding custom objectclasses, should I just implement the ignore approach for now and when we have more breathing room discuss whether adding new objectclasses would be appropriate. ... | 19:59 |
topol | ...Im a little concerned about how long it will take to get the OIDs so pragmatically that seems to be the best way to proceed for now. | 19:59 |
*** nati_uen_ has quit IRC | 19:59 | |
*** nati_ueno_2 has joined #openstack-dev | 20:00 | |
*** sc68cal has quit IRC | 20:00 | |
*** mrunge has joined #openstack-dev | 20:00 | |
*** maurosr has quit IRC | 20:01 | |
*** vipul is now known as vipul|away | 20:02 | |
*** datsun180b_ has joined #openstack-dev | 20:02 | |
*** rnirmal has joined #openstack-dev | 20:04 | |
*** nati_ueno_2 has quit IRC | 20:04 | |
*** lorin1 has quit IRC | 20:05 | |
*** datsun180b has quit IRC | 20:05 | |
*** datsun180b_ is now known as datsun180b | 20:05 | |
boris-42 | dripton: HI | 20:06 |
dripton | boris-42: hi | 20:06 |
boris-42 | dripton: Why do you don't want to change _get_default_deleted_value method? | 20:06 |
*** vipul|away is now known as vipul | 20:07 | |
dripton | I do want to change it, but when I change it it does not work. | 20:07 |
boris-42 | Hmm. strange. | 20:07 |
boris-42 | Wait a little bit I will test it in sqlalchemy 0.79 | 20:07 |
dripton | Look at the traceback I posted after your comment. | 20:07 |
dripton | ok | 20:07 |
boris-42 | I know that there was some small difference between 0.79 and 0.8 in this case=) | 20:08 |
boris-42 | probably this is exactly it=) | 20:08 |
dripton | 0.8 has much better introspection APIs, but we can't use it yet. | 20:09 |
*** sc68cal has joined #openstack-dev | 20:13 | |
*** gyee has quit IRC | 20:15 | |
*** bdpayne has quit IRC | 20:17 | |
*** bdpayne has joined #openstack-dev | 20:18 | |
*** aeperezt has quit IRC | 20:18 | |
*** danwent has quit IRC | 20:19 | |
*** aeperezt has joined #openstack-dev | 20:21 | |
*** adalbas has quit IRC | 20:21 | |
*** doude has joined #openstack-dev | 20:21 | |
*** devoid has quit IRC | 20:24 | |
*** nunosantos has quit IRC | 20:25 | |
*** nunosantos has joined #openstack-dev | 20:26 | |
*** nunosantos has quit IRC | 20:26 | |
*** nunosantos has joined #openstack-dev | 20:27 | |
*** lorin1 has joined #openstack-dev | 20:27 | |
*** jrodom has quit IRC | 20:29 | |
*** devoid has joined #openstack-dev | 20:30 | |
openstackgerrit | A change was merged to openstack/swift: Swift MemcacheRing (set) interface is incompatible fixes https://review.openstack.org/21553 | 20:30 |
*** vipul is now known as vipul|away | 20:32 | |
*** adalbas has joined #openstack-dev | 20:33 | |
openstackgerrit | A change was merged to openstack/tempest: Add missing import to the image_client https://review.openstack.org/21971 | 20:36 |
*** nati_ueno_2 has joined #openstack-dev | 20:37 | |
mtreinish | markwash: ping | 20:38 |
matiu | I have a Q about adding openstack public api extensions | 20:38 |
clarkb | bcwaldon: any chance we can get eyes on https://bugs.launchpad.net/glance/+bug/1108985 happy to help debug too | 20:38 |
uvirtbot | Launchpad bug 1108985 in glance "Spurious ECONNREFUSED errors during Glance unit tests" [Undecided,New] | 20:38 |
matiu | Is this statement true still: because of lack of versioning in nova extensions that it is necessary whenever adding new functionality to an extension to do that by creating a new extension which extends the existing extension rather than modifying the existing one. | 20:38 |
*** vipul|away is now known as vipul | 20:38 | |
*** danwent has joined #openstack-dev | 20:39 | |
*** dolphm has joined #openstack-dev | 20:39 | |
*** yolanda has quit IRC | 20:40 | |
*** nati_ueno_2 has quit IRC | 20:42 | |
boris-42 | dripton Hmm | 20:45 |
*** dprince has quit IRC | 20:45 | |
boris-42 | dripton: I got the same results in 0.8 and in 0.7.9 | 20:45 |
*** alszar has quit IRC | 20:46 | |
*** aeperezt has quit IRC | 20:46 | |
*** dims has joined #openstack-dev | 20:47 | |
*** alexpilotti has quit IRC | 20:48 | |
*** HenryG has joined #openstack-dev | 20:50 | |
*** aeperezt has joined #openstack-dev | 20:50 | |
*** maurosr has joined #openstack-dev | 20:51 | |
*** krtaylor has joined #openstack-dev | 20:52 | |
*** dachary has quit IRC | 20:55 | |
*** alexpilotti has joined #openstack-dev | 20:55 | |
*** alexpilotti has quit IRC | 20:55 | |
*** stevemar has quit IRC | 20:57 | |
*** johnpur has quit IRC | 20:57 | |
*** mrunge has quit IRC | 20:57 | |
*** datsun180b has quit IRC | 20:59 | |
*** johnpur has joined #openstack-dev | 20:59 | |
*** datsun180b has joined #openstack-dev | 20:59 | |
*** flaper87 has quit IRC | 21:00 | |
*** Tross has quit IRC | 21:01 | |
*** eglynn has joined #openstack-dev | 21:02 | |
*** dachary has joined #openstack-dev | 21:07 | |
*** dprince has joined #openstack-dev | 21:07 | |
*** Tross has joined #openstack-dev | 21:07 | |
*** gyee has joined #openstack-dev | 21:08 | |
*** pcm__ has quit IRC | 21:11 | |
*** kaganos has joined #openstack-dev | 21:12 | |
*** cp16net is now known as cp16net|away | 21:14 | |
*** lorin1 has left #openstack-dev | 21:17 | |
*** adalbas has quit IRC | 21:26 | |
*** avishay is now known as avishayzzz | 21:29 | |
*** cp16net|away is now known as cp16net | 21:31 | |
*** vkmc has quit IRC | 21:32 | |
*** vipul is now known as vipul|away | 21:38 | |
*** vipul|away is now known as vipul | 21:39 | |
*** rkukura has quit IRC | 21:39 | |
*** ondergetekende has quit IRC | 21:41 | |
*** stevemar has joined #openstack-dev | 21:42 | |
*** buzztroll_ has quit IRC | 21:45 | |
*** buzztroll_ has joined #openstack-dev | 21:45 | |
*** markmcclain has quit IRC | 21:49 | |
*** markvoelker1 has joined #openstack-dev | 21:49 | |
*** devoid has quit IRC | 21:51 | |
*** markvoelker has quit IRC | 21:52 | |
*** markmcclain has joined #openstack-dev | 21:53 | |
*** rnirmal has quit IRC | 21:57 | |
*** vkmc has joined #openstack-dev | 22:00 | |
dripton | boris-42: Looking at my nova database with mysql, the "deleted" column on multiple tables has no explicit default. There's an implicit default (False for boolean, 0 for int, etc.) but that doesn't show up as a default value when you sniff with sqlalchemy. | 22:03 |
*** afazekas has quit IRC | 22:03 | |
boris-42 | dription: I am in process of writing review=) | 22:04 |
*** bswartz has quit IRC | 22:04 | |
dripton | ok | 22:04 |
boris-42 | i found the reason | 22:04 |
dripton | I will wait for it to land. | 22:04 |
*** ctracey has quit IRC | 22:05 | |
*** eharney has quit IRC | 22:08 | |
*** dprince has quit IRC | 22:09 | |
*** jsavak has quit IRC | 22:09 | |
*** ctracey has joined #openstack-dev | 22:09 | |
boris-42 | dripton: done | 22:09 |
*** jimfehlig has quit IRC | 22:10 | |
boris-42 | dripton: there was a lot of work around this patch.. great work =) | 22:10 |
*** vipul is now known as vipul|away | 22:11 | |
dripton | boris-42: no congrats until it gets in :-> | 22:11 |
*** dhellmann has quit IRC | 22:12 | |
*** lbragstad has quit IRC | 22:12 | |
boris-42 | dripton: ok =) | 22:14 |
*** adjohn has quit IRC | 22:15 | |
*** devoid has joined #openstack-dev | 22:15 | |
*** esheffield1 has joined #openstack-dev | 22:16 | |
*** esheffield has quit IRC | 22:17 | |
*** martine has quit IRC | 22:18 | |
*** vipul|away is now known as vipul | 22:18 | |
*** mtreinish has quit IRC | 22:20 | |
*** READ10 has quit IRC | 22:21 | |
*** bknudson has left #openstack-dev | 22:21 | |
*** dolphm has quit IRC | 22:22 | |
*** boden has quit IRC | 22:22 | |
*** pabelanger has quit IRC | 22:22 | |
*** alszar has joined #openstack-dev | 22:23 | |
*** m4xmr has quit IRC | 22:23 | |
*** anteaya has quit IRC | 22:25 | |
*** spzala has quit IRC | 22:27 | |
*** markmcclain has quit IRC | 22:28 | |
*** devoid has quit IRC | 22:28 | |
*** cloudchimp has quit IRC | 22:29 | |
*** lbragstad has joined #openstack-dev | 22:30 | |
*** soody has joined #openstack-dev | 22:30 | |
*** rnirmal has joined #openstack-dev | 22:30 | |
*** henrynash has joined #openstack-dev | 22:31 | |
*** imsplitbit has quit IRC | 22:31 | |
*** henrynash has quit IRC | 22:32 | |
*** mkollaro has joined #openstack-dev | 22:33 | |
*** lglenden has quit IRC | 22:34 | |
*** jaypipes has quit IRC | 22:35 | |
*** topol has quit IRC | 22:36 | |
*** troytoman-away is now known as troytoman | 22:36 | |
*** markvoelker1 has quit IRC | 22:37 | |
*** alunduil has quit IRC | 22:38 | |
*** raydrezack has joined #openstack-dev | 22:38 | |
*** eglynn has quit IRC | 22:42 | |
openstackgerrit | A change was merged to openstack/glance: Update .coveragerc https://review.openstack.org/21303 | 22:43 |
*** maoy has quit IRC | 22:45 | |
*** adjohn has joined #openstack-dev | 22:46 | |
*** EmilienM has joined #openstack-dev | 22:46 | |
*** alobbs has quit IRC | 22:48 | |
*** buzztroll_ has quit IRC | 22:50 | |
*** adjohn has quit IRC | 22:55 | |
*** pixelbeat has joined #openstack-dev | 22:55 | |
*** dolphm has joined #openstack-dev | 22:56 | |
*** dolphm has quit IRC | 22:57 | |
*** kbringard has quit IRC | 22:57 | |
*** dolphm has joined #openstack-dev | 22:58 | |
*** jog0 has quit IRC | 23:02 | |
*** cyeoh_ has quit IRC | 23:02 | |
*** jog0 has joined #openstack-dev | 23:02 | |
*** anniec_ has joined #openstack-dev | 23:03 | |
*** anniec has quit IRC | 23:03 | |
*** anniec_ is now known as anniec | 23:03 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Fix IOError with gnomekeyring.find_network_password_sync https://review.openstack.org/21690 | 23:03 |
openstackgerrit | A change was merged to openstack/quantum: Adds Brocade Plugin implementation https://review.openstack.org/20296 | 23:03 |
openstackgerrit | A change was merged to openstack/nova: Remove a log message in test code. https://review.openstack.org/21975 | 23:03 |
markwash | mtreinish: still around? | 23:03 |
openstackgerrit | A change was merged to openstack/nova: Use joinedload for system_metadata in db https://review.openstack.org/21394 | 23:03 |
*** john5223 has quit IRC | 23:03 | |
openstackgerrit | A change was merged to openstack/quantum: Add support for extended attributes for extension resources https://review.openstack.org/21265 | 23:04 |
*** VeggieMeat has quit IRC | 23:04 | |
*** dabo has quit IRC | 23:04 | |
openstackgerrit | A change was merged to openstack/nova: add config drive to api_samples https://review.openstack.org/21108 | 23:04 |
*** Apsu` has quit IRC | 23:04 | |
*** VeggieMeat has joined #openstack-dev | 23:05 | |
*** BullShark has quit IRC | 23:05 | |
*** swaT30 has quit IRC | 23:05 | |
boris-42 | Does somebody has the same problems http://pastebin.com/65x2juMk ? | 23:05 |
*** hughsaunders has quit IRC | 23:05 | |
*** fungi has quit IRC | 23:06 | |
boris-42 | This is code from master, but I got multiple errors and I don't know what should I do actually.. | 23:06 |
*** troytoman has quit IRC | 23:06 | |
*** dcmorton has quit IRC | 23:06 | |
*** radez is now known as radez_g0n3 | 23:06 | |
*** cyeoh_ has joined #openstack-dev | 23:07 | |
*** pabelanger has joined #openstack-dev | 23:07 | |
*** swaT30 has joined #openstack-dev | 23:08 | |
*** dcmorton has joined #openstack-dev | 23:08 | |
*** hughsaunders has joined #openstack-dev | 23:08 | |
*** troytoman has joined #openstack-dev | 23:08 | |
*** Apsu` has joined #openstack-dev | 23:08 | |
*** dabo has joined #openstack-dev | 23:09 | |
*** fungi has joined #openstack-dev | 23:09 | |
*** esheffield has joined #openstack-dev | 23:09 | |
*** BullShark has joined #openstack-dev | 23:10 | |
*** troytoman is now known as troytoman-away | 23:10 | |
*** sandywalsh has quit IRC | 23:10 | |
*** esheffield1 has quit IRC | 23:12 | |
*** cjoelrun has quit IRC | 23:14 | |
*** devoid has joined #openstack-dev | 23:15 | |
*** networkstatic has joined #openstack-dev | 23:16 | |
*** devoid has quit IRC | 23:18 | |
*** hattwick has quit IRC | 23:20 | |
*** sandywalsh__ has quit IRC | 23:21 | |
*** adjohn has joined #openstack-dev | 23:21 | |
*** devoid has joined #openstack-dev | 23:22 | |
*** stevemar has quit IRC | 23:23 | |
*** hattwick has joined #openstack-dev | 23:23 | |
*** cloudchimp has joined #openstack-dev | 23:24 | |
*** jbr_ is now known as jbr_afk | 23:24 | |
*** adjohn has quit IRC | 23:26 | |
*** dolphm has quit IRC | 23:26 | |
*** EmilienM has left #openstack-dev | 23:28 | |
*** sacharya has quit IRC | 23:29 | |
*** yidclare has quit IRC | 23:30 | |
*** jergerber has quit IRC | 23:31 | |
*** nati_ueno_2 has joined #openstack-dev | 23:32 | |
*** psedlak has joined #openstack-dev | 23:33 | |
*** bswartz has joined #openstack-dev | 23:34 | |
*** dolphm has joined #openstack-dev | 23:39 | |
*** ayoung has joined #openstack-dev | 23:40 | |
*** nunosantos has quit IRC | 23:43 | |
*** rpedde is now known as rpedde_away | 23:44 | |
*** ijw has quit IRC | 23:49 | |
*** diogogmt has quit IRC | 23:49 | |
*** Hien has quit IRC | 23:49 | |
*** diogogmt has joined #openstack-dev | 23:50 | |
*** mkollaro has quit IRC | 23:50 | |
*** diogogmt has quit IRC | 23:51 | |
*** pabelanger has quit IRC | 23:56 | |
*** ayoung has quit IRC | 23:56 | |
*** dolphm has quit IRC | 23:56 | |
*** jcmartin has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!