Tuesday, 2012-09-11

*** primemin1sterp has quit IRC00:01
*** jakedahn_zz is now known as jakedahn00:02
*** primeministerp has joined #openstack-dev00:02
claygcan I add cinderclient to nova's test-requires?00:04
*** mrodden has quit IRC00:04
*** rkukura has joined #openstack-dev00:05
*** hemna has quit IRC00:06
*** jtran has quit IRC00:09
*** jpeach_ is now known as jpeach00:10
*** roge has quit IRC00:10
*** samkottler|out is now known as samkottler00:11
openstackgerritA change was merged to openstack/nova: Improve floating IP delete speed.  https://review.openstack.org/1249000:14
*** smooc has joined #openstack-dev00:14
*** cmagina has quit IRC00:16
*** ywu has joined #openstack-dev00:17
openstackgerritA change was merged to openstack/keystone: Implementation of tenant,user,role list functions for ldap  https://review.openstack.org/1272600:17
*** gatuus has quit IRC00:18
*** adjohn has quit IRC00:18
*** smooc has quit IRC00:19
*** reed has quit IRC00:21
*** ywu has quit IRC00:21
*** Tross has quit IRC00:22
*** ywu has joined #openstack-dev00:28
*** ywu_ has joined #openstack-dev00:30
*** ywu has quit IRC00:30
*** Tross has joined #openstack-dev00:33
*** spiffxp has quit IRC00:35
nati_uenogaryk: Hi Gary. Could re-approve https://review.openstack.org/#/c/12621/3? I rebased :)00:35
openstackgerritA change was merged to openstack/python-glanceclient: Update docs for v0.5.1 release  https://review.openstack.org/1274500:40
*** TheRealBill has joined #openstack-dev00:40
*** rkukura has quit IRC00:46
*** rkukura has joined #openstack-dev00:46
*** TheRealBill has quit IRC00:50
*** TheRealBill has joined #openstack-dev00:50
*** Guest46875 has quit IRC00:53
*** nati_ueno has quit IRC00:55
*** markmcclain has joined #openstack-dev00:59
*** mrodden has joined #openstack-dev00:59
*** nati_ueno has joined #openstack-dev01:00
*** locke105 has joined #openstack-dev01:01
amotokinati_ueno: hi01:03
gongyshping rkukura01:03
nati_uenoamotoki: hi01:03
amotokiaccoridng to your patch to router-interface-add, default value in policy.json is set to "extension:router:add_router_interface": [["rule:admin_only"]].01:04
amotokiIs it intended?01:04
*** tryggvil__ has joined #openstack-dev01:05
amotokinati_ueno: IMO, by default a regular user should be allowed to do router-interface-add. What do you think?01:07
rkukuragongysh: hi01:07
nati_uenoamotoki: I agree.01:07
gongyshrkukura: in a quantum deployment, only one kind of tenant network type can be used:01:08
gongyshtenant_network_type = vlan or gre01:08
nati_uenoamotoki: It should be fixed01:08
rkukuramarkmclain: When you get a chance, take a look at my question on https://review.openstack.org/#/c/12734/01:08
amotokinati_ueno: can you post a patch for it?01:08
nati_uenoamotoki: I got it01:08
amotokinati_ueno: thanks.01:09
rkukuragongysh: correct, but local is also possible (and the default)01:09
gongyshthe configovsplugin wiki is obsolete.01:09
rkukuragongysh: we could turn it into an ordered list to try, but that's probably best for Grizzly01:10
*** Ryan_Lane has quit IRC01:10
rkukuraI need to update the wiki, but wanted to make sure the enable_tunneling patch was going in01:10
openstackgerritA change was merged to openstack/quantum: Remove an external interface when router-gateway is removed.  https://review.openstack.org/1269901:12
rkukuragongysh: You are right - http://wiki.openstack.org/ConfigureOpenvswitch has really gotten out of date quickly. I will update it no later than tomorrow.01:13
gongyshrkukura, why cannot we decide if we enabled tunnel by the tunnel id count?01:14
*** crandquist has quit IRC01:15
*** crandquist has joined #openstack-dev01:16
*** littleidea has quit IRC01:17
gongyshrkukura:  why cannot we decide if we enabled tunnel by the tunnel id count?01:19
*** andrewbogott is now known as andrewbogott_afk01:21
*** jakedahn is now known as jakedahn_zz01:22
*** primemin1sterp has joined #openstack-dev01:22
*** kobier has joined #openstack-dev01:22
*** primeministerp has quit IRC01:22
*** kobier has quit IRC01:23
*** gyee has quit IRC01:24
*** primemin1sterp has quit IRC01:25
*** reed has joined #openstack-dev01:25
*** crandquist has quit IRC01:26
*** primeministerp has joined #openstack-dev01:27
*** littleidea has joined #openstack-dev01:28
rkukuragongysh: We could decide whether to allocate VLANs and tunnels based on whether there were any available IDs in the pool, but that would not work for the local case where there is no pool, and I could image other network types that didn't need a pool either (i.e. that used UUIDs for segmentation rather than small integers).01:28
*** littleidea has quit IRC01:29
*** littleidea has joined #openstack-dev01:30
*** matiu has joined #openstack-dev01:36
*** matiu has quit IRC01:36
*** matiu has joined #openstack-dev01:36
*** jdurgin has quit IRC01:39
*** xchu has joined #openstack-dev01:40
*** roge has joined #openstack-dev01:43
*** spiffxp has joined #openstack-dev01:46
*** nati_ueno has quit IRC01:46
*** thinrhino has joined #openstack-dev01:48
*** wenjianhn has joined #openstack-dev01:51
*** crandquist has joined #openstack-dev01:52
*** lloydde has quit IRC01:54
*** spiffxp has quit IRC01:55
gongyshrkukura: so can we use tenant_network_type to decide if we need the gre tunnel setting?01:55
*** nati_ueno has joined #openstack-dev01:59
*** anniec has quit IRC01:59
*** nati_ueno has quit IRC01:59
rkukuragongysh: No, since its possible to use VLANs for tenant networks, but still have GRE networks available as provider networks.02:00
*** nati_ueno has joined #openstack-dev02:00
rkukuragongysh: We also have a use case for tenant_network_type = none, where only provider networks can be allocated, and they could be GRE tunnels.02:00
*** reed has quit IRC02:02
*** reed has joined #openstack-dev02:02
rkukuragongysh: By "port. problem" do you mean the port variable not being defined? Is there a bug filed on this that I should reference in the commit message? I didn't see one.02:04
gongyshrkukura: But can we use' tunnel_bridge = ' empty to disable tunneling setup?02:05
nati_uenoamotoki: Hi I requested review https://review.openstack.org/#/c/12754/02:05
amotokinati_ueno: will look it.02:05
nati_uenoamotoki: Thanks!02:06
gongyshrkukura:  this bug is obvious, so I think we can fix it right in your patch since you have already done with cleaning  uplog message02:06
*** thinrhino has quit IRC02:06
rkukuragongysh: That was my original plan, but Dan suggested a more explicit config variable. This turned out to be a really good idea, because the server needs to know whether to disallow tunnelling as well.02:06
rkukuragongysh: will do on the port. problem - just wanted to see if there was a bug report or not.02:07
gongyshrkukura, since you think ok with another one config item, I ok too.02:07
*** mjfork has quit IRC02:07
rkukuragongysh: Hopefully we've got all we need for now!02:10
amotokinati_ueno: I posted a review on gerrit. IMO, "extension:router:set": [["rule:admin_only"]] is a reasonable policy and needs not be changed.02:14
nati_uenoamotoki: You are right. I'll send patch asap.02:15
*** metral has joined #openstack-dev02:15
nati_uenoamotoki: Done. Thank you for your pointing this. I misunderstood extension:router:set policy02:16
amotokinati_ueno: np. what a quick fix.02:19
*** primeministerp has quit IRC02:19
*** primeministerp has joined #openstack-dev02:19
*** crandquist has quit IRC02:22
*** nati_ueno has quit IRC02:23
*** nati_ueno has joined #openstack-dev02:23
*** novas0x2a|laptop has quit IRC02:23
openstackgerritA change was merged to openstack/python-glanceclient: Document remaining bug for v0.5.1  https://review.openstack.org/1275102:24
*** AlanClark has quit IRC02:29
*** danwent has quit IRC02:29
*** primemin1sterp has joined #openstack-dev02:31
*** primeministerp has quit IRC02:31
openstackgerritA change was merged to openstack/nova: Make ip block splitting a bit more self documenting.  https://review.openstack.org/1275302:31
*** primeministerp has joined #openstack-dev02:36
*** primemin1sterp has quit IRC02:36
*** crandquist has joined #openstack-dev02:36
*** zhuadl has quit IRC02:41
*** cp16net is now known as cp16net|away02:46
gongyshhi quantumers, quantum/agent/linux/interface.py: line 28602:54
gongysh        except ClassNotFound:02:54
gongyshDo we have ClassNotFound defined somewhere?02:55
amotokigongysh: We need to use ImportError instead of ClassNotFound.02:56
amotokigongysh: since import_class raises ImportError if it fails.02:57
*** smoser has joined #openstack-dev02:58
*** ywu_ has quit IRC02:59
gongyshI will fix it.02:59
*** pixelbeat has quit IRC03:00
*** markmcclain has quit IRC03:00
*** samkottler has quit IRC03:02
*** koolhead17 has joined #openstack-dev03:02
*** samkottler has joined #openstack-dev03:02
*** markmcclain has joined #openstack-dev03:07
*** xchu has quit IRC03:08
gongyshHi quantumers: easy https://review.openstack.org/#/c/12755/ please.03:10
*** primemin1sterp has joined #openstack-dev03:14
*** primeministerp has quit IRC03:14
*** primemin1sterp has quit IRC03:19
*** primeministerp has joined #openstack-dev03:19
rmkThere's a huge review backlog.03:21
*** salv-orlando has quit IRC03:29
*** markmcclain has quit IRC03:29
*** Mandell has joined #openstack-dev03:33
*** zhuadl has joined #openstack-dev03:38
*** crandquist has quit IRC03:40
*** sacharya has joined #openstack-dev03:41
openstackgerritA change was merged to openstack/quantum: Add periodic check resync check to DHCP agent  https://review.openstack.org/1273403:41
*** Tross has quit IRC03:42
openstackgerritA change was merged to openstack/nova: Prevent Partial terminations in EC2  https://review.openstack.org/1274703:46
*** maurosr has quit IRC03:51
*** koolhead17 has quit IRC03:51
*** zbitter has joined #openstack-dev03:52
*** Edward_Zhang has joined #openstack-dev03:54
*** sniperd has joined #openstack-dev03:55
*** zaneb has quit IRC03:56
*** nati_ueno has quit IRC03:56
*** zhuadl has quit IRC03:57
*** shang has quit IRC03:59
*** mrodden has quit IRC04:06
*** sniperd has quit IRC04:08
*** thinrhino has joined #openstack-dev04:09
*** spiffxp has joined #openstack-dev04:13
*** roge has quit IRC04:15
*** Tross has joined #openstack-dev04:16
*** johnpur has joined #openstack-dev04:18
*** ChanServ sets mode: +v johnpur04:18
*** adjohn has joined #openstack-dev04:21
*** sniperd has joined #openstack-dev04:24
*** tgall_foo has quit IRC04:26
*** garyk has joined #openstack-dev04:27
*** thinrhin_ has joined #openstack-dev04:27
*** shang has joined #openstack-dev04:29
*** thinrhi__ has joined #openstack-dev04:29
*** thinrhino has quit IRC04:30
*** thinrhin_ has quit IRC04:32
*** thinrhino has joined #openstack-dev04:34
*** thinrhin_ has joined #openstack-dev04:35
*** n0ano has quit IRC04:36
*** thinrhi__ has quit IRC04:38
*** thinrhino has quit IRC04:39
*** garyk has quit IRC04:39
*** thinrhino has joined #openstack-dev04:39
*** thinrhi__ has joined #openstack-dev04:40
*** thinrhin_ has quit IRC04:42
*** thinrhino has quit IRC04:44
*** zhuadl has joined #openstack-dev04:45
*** spiffxp has quit IRC04:48
*** sacharya has quit IRC04:48
openstackgerritA change was merged to openstack/quantum: Remove the exeception handler since it makes no sense.  https://review.openstack.org/1275504:49
*** hemna has joined #openstack-dev04:52
*** littleidea has quit IRC05:00
*** s0mik has joined #openstack-dev05:01
*** lloydde has joined #openstack-dev05:03
*** thinrhino has joined #openstack-dev05:08
*** danwent has joined #openstack-dev05:09
*** thinrhi__ has quit IRC05:11
*** Ruetobas has quit IRC05:13
danwentgongysh: did you and bob talk about https://review.openstack.org/#/c/12686/ ? I can approve, but I want to make sure your concerns were addressed05:15
*** Ruetobas has joined #openstack-dev05:18
*** s0mik has quit IRC05:19
openstackgerritA change was merged to openstack/quantum: Remove an external port when an error occurs during FIP creation.  https://review.openstack.org/1276105:20
*** thinrhin_ has joined #openstack-dev05:21
*** reed has quit IRC05:22
*** johnpur has quit IRC05:23
*** thinrhino has quit IRC05:24
*** garyk has joined #openstack-dev05:27
*** jpeach has quit IRC05:29
*** johnpur has joined #openstack-dev05:29
*** ChanServ sets mode: +v johnpur05:29
*** Edward_Zhang_ has joined #openstack-dev05:33
*** Edward_Zhang has quit IRC05:33
*** Edward_Zhang_ is now known as Edward_Zhang05:33
*** Edward_Zhang has quit IRC05:35
*** xchu has joined #openstack-dev05:38
garykgongysh: hi05:44
*** s0mik has joined #openstack-dev05:47
openstackgerritA change was merged to openstack/quantum: Update metaplugin with l3 extension update  https://review.openstack.org/1262105:48
*** lloydde has quit IRC05:52
*** belliott_ has quit IRC05:53
openstackgerritA change was merged to openstack/nova: Handle missing network_size in nova-manage  https://review.openstack.org/1261205:53
*** cbj has quit IRC05:54
*** PotHix has quit IRC05:56
*** hattwick has quit IRC06:00
*** nati_ueno has joined #openstack-dev06:00
*** Ryan_Lane has joined #openstack-dev06:00
*** mindpixel has joined #openstack-dev06:04
*** smooc has joined #openstack-dev06:05
*** Ryan_Lane has quit IRC06:05
*** haleyb has quit IRC06:06
*** Ryan_Lane has joined #openstack-dev06:06
*** cbj has joined #openstack-dev06:07
*** mrunge has joined #openstack-dev06:15
*** zaitcev has quit IRC06:16
*** Ryan_Lane has quit IRC06:18
*** Ryan_Lane has joined #openstack-dev06:19
*** johnpur has quit IRC06:19
*** s0mik has quit IRC06:19
*** afrittoli has joined #openstack-dev06:20
*** Ryan_Lane has quit IRC06:21
*** andreaf has quit IRC06:22
*** xchu has quit IRC06:24
openstackgerritA change was merged to openstack/quantum: Add enable_tunneling openvswitch configuration variable  https://review.openstack.org/1268606:27
*** smooc has quit IRC06:28
*** eglynn has joined #openstack-dev06:30
*** GheRivero has joined #openstack-dev06:32
*** nati_ueno_2 has joined #openstack-dev06:33
*** nati_ueno has quit IRC06:35
*** zhuadl has quit IRC06:35
*** zhuadl has joined #openstack-dev06:38
*** xchu has joined #openstack-dev06:42
*** tryggvil__ has quit IRC06:45
*** haleyb has joined #openstack-dev06:46
garykgongysh: hi, you there?06:47
garykdanwent: ping06:48
garyknati_ueno_2: ping06:48
*** rafaduran has joined #openstack-dev06:50
*** gongysh has quit IRC06:51
*** Ryan_Lane has joined #openstack-dev06:52
*** hemna has quit IRC06:53
*** adjohn has quit IRC06:59
*** blamar has quit IRC06:59
*** thinrhin_ has quit IRC07:00
*** thinrhino has joined #openstack-dev07:00
*** lloydde has joined #openstack-dev07:02
*** torandu has quit IRC07:03
*** thinrhino has quit IRC07:05
*** lloydde has quit IRC07:07
*** zbitter has quit IRC07:11
*** zaneb has joined #openstack-dev07:11
*** reidrac has joined #openstack-dev07:12
*** erikzaadi has joined #openstack-dev07:14
*** erikzaadi has joined #openstack-dev07:15
*** smooc has joined #openstack-dev07:22
*** apevec has joined #openstack-dev07:24
*** apevec has joined #openstack-dev07:24
*** almaisan-away is now known as al-maisan07:29
*** thinrhino has joined #openstack-dev07:32
*** dachary has joined #openstack-dev07:37
*** m4xmr has joined #openstack-dev07:37
*** mawagon1 has quit IRC07:38
*** mawagon1 has joined #openstack-dev07:38
*** sniperd has quit IRC07:41
*** derekh has joined #openstack-dev08:01
*** smooc has quit IRC08:04
openstackgerritA change was merged to openstack/python-quantumclient: Limit list command for router and floating ip  https://review.openstack.org/1262808:07
openstackgerritA change was merged to openstack/quantum: Update default policy for add/remove router interface to admin_or_owner  https://review.openstack.org/1275408:09
danwentamotoki: can you get https://review.openstack.org/#/c/12714/1 out of WIP status and ready to merge?  we'll be pulling the RC tomorrow, and unless the OVS team has a simpler solution, we'll merge this.08:16
*** gongysh has joined #openstack-dev08:17
*** pixelbeat has joined #openstack-dev08:17
gongyshping garyk08:17
gongyshgaryk: get up so early.08:17
garykgongysh: :)08:17
*** darraghb has joined #openstack-dev08:19
*** ben_duyujie has joined #openstack-dev08:19
*** dachary has quit IRC08:24
openstackgerritA change was merged to openstack/nova: Convert to ints in VlanManager.create_networks  https://review.openstack.org/1273308:39
*** hattwick has joined #openstack-dev08:42
openstackgerritA change was merged to openstack/quantum: Ensures that the Linux Bridge Plugin runs with L3 agent  https://review.openstack.org/1277008:46
gongyshping danwent08:46
gongyshgaryk:08:47
gongyshhave u tested the metadata server on l3-agent?08:47
garykgongysh: no, not yet08:49
garykgongysh: i think that salvatore may have tried this.08:49
gongyshI found a problem with metadata.08:49
garykgongysh: when it is configured?08:50
gongyshthe 169.254.169.254 is not configure to lo device.08:50
gongyshWithout it, I cannot ping 169.254.269.254 from vm.08:50
gongyshall other works fine.08:51
garykgongysh: why should it be configured on the lo? this should go via the default gateway. unless i am missing something08:52
garykgongysh: i found http://hugokuo-hugo.blogspot.co.il/2011/05/prerouting-169254169254-should-not-be.html08:54
*** danpb has joined #openstack-dev08:55
gongyshmaybe it is wrong. I am testing with ping.08:57
garykgongysh: can you do a curl?08:58
gongyshI saw it just dnat -d80 port08:58
garykgongysh: can you try wget. that works for me. but ping fails08:59
gongyshyes08:59
openstackgerritA change was merged to openstack/quantum: make subnets attribute of a network read-only  https://review.openstack.org/1276609:06
danwenthey guys09:13
danwentmetadata server won't work on devstack without some additional config09:13
danwentbasically, the external host running the metadata server needs a route back to the router namespace for all of the un-natted IP space09:14
danwentgaryk, gongysh09:14
danwentanyway, i'm heading off to bed09:14
gongyshok.09:14
danwentbut i'm planning on documenting a few ways metadata can work09:14
gongyshGaryk has answered me.09:14
danwentgongysh: ok, great09:15
gongyshhave a good night.09:15
*** danwent has quit IRC09:20
*** EmilienM has joined #openstack-dev09:22
*** milner has quit IRC09:24
*** xchu has quit IRC09:25
*** zhuadl has quit IRC09:33
*** gongysh has quit IRC09:34
*** gongysh has joined #openstack-dev09:35
*** milner has joined #openstack-dev09:36
*** salv-orlando has joined #openstack-dev09:38
*** thinrhin_ has joined #openstack-dev10:03
*** sunilthaha has joined #openstack-dev10:05
*** thinrhino has quit IRC10:07
*** avishay has joined #openstack-dev10:11
*** mjfork has joined #openstack-dev10:17
*** thinrhin_ has quit IRC10:19
*** mjfork has quit IRC10:21
*** mnewby has joined #openstack-dev10:23
*** ben_duyujie has left #openstack-dev10:24
*** gongysh has quit IRC10:25
*** rkukura has quit IRC10:35
*** smooc has joined #openstack-dev10:37
*** gongysh has joined #openstack-dev10:37
*** thinrhino has joined #openstack-dev10:38
*** al-maisan is now known as almaisan-away10:48
*** ogelbukh has quit IRC11:10
*** timello has quit IRC11:10
*** sunilthaha has quit IRC11:18
*** smooc has quit IRC11:19
*** salv-orlando has quit IRC11:22
*** johnpur has joined #openstack-dev11:22
*** ChanServ sets mode: +v johnpur11:22
*** timello has joined #openstack-dev11:24
*** ogelbukh has joined #openstack-dev11:34
*** GheRivero has quit IRC11:42
*** markvoelker has joined #openstack-dev11:42
*** thinrhin_ has joined #openstack-dev11:43
*** thinrhino has quit IRC11:46
*** tgall_foo has joined #openstack-dev11:47
*** tgall_foo has quit IRC11:47
*** tgall_foo has joined #openstack-dev11:47
*** maurosr has joined #openstack-dev11:48
*** zaneb has quit IRC11:49
*** avishay has quit IRC11:50
*** zaneb has joined #openstack-dev12:02
*** mcaway is now known as markmc12:03
*** sandywalsh has joined #openstack-dev12:05
*** sandywalsh_ has quit IRC12:05
*** ayoung-afk has quit IRC12:06
*** johnpur has quit IRC12:10
*** tgall_foo has quit IRC12:20
*** sacharya has joined #openstack-dev12:21
*** sandywalsh has quit IRC12:26
*** mrunge has quit IRC12:28
*** dolphm has joined #openstack-dev12:28
*** dolphm_ has joined #openstack-dev12:28
*** zhuadl has joined #openstack-dev12:30
*** sandywalsh has joined #openstack-dev12:30
*** thinrhin_ has quit IRC12:33
*** GheRivero has joined #openstack-dev12:34
*** apevec has quit IRC12:36
*** roge has joined #openstack-dev12:40
danpbdoes anyone know of docs which describe the overall architecture of Nova, and how/when all the different parts of it communicate with each other ?12:41
nati_ueno_2garyk: pong. ( May be timeout.. ? )12:44
*** nati_ueno_2 is now known as nati_ueno12:44
*** adalbas has joined #openstack-dev12:44
garyknati_ueno: no problem. i was saved by the bell :)12:46
nati_uenogaryk: bell?12:47
garyknati_ueno: when a boxer has been knocked down and there is the 10 count. if the bell between rounds rings then he is saved.12:47
nati_uenogaryk: lol12:48
garyknati_ueno: i managed to find dan online - and he helped me think of a way of addressing a problem :)12:48
nati_uenogaryk: gotcha12:48
*** littleidea has joined #openstack-dev12:50
*** adalbas has quit IRC12:53
*** adalbas has joined #openstack-dev12:54
*** rohitk has joined #openstack-dev12:55
*** smooc has joined #openstack-dev12:56
*** GheRivero has quit IRC12:57
*** almaisan-away is now known as al-maisan12:57
*** dprince has joined #openstack-dev13:00
*** johnpur has joined #openstack-dev13:00
*** ChanServ sets mode: +v johnpur13:00
nati_uenoHi Quantum developers. We gonna start meeting about tempest support for quantum at #quantum-tempest13:02
*** erikz_ has joined #openstack-dev13:02
nati_uenomnewby: hi13:02
mnewbynati_ueno: hi13:02
nati_uenomnewby: OK could you join #quantum-tempest ?13:03
mnewbynati_ueno: I already have13:03
*** zhuadl has quit IRC13:03
*** erikzaadi has quit IRC13:04
*** belliott_ has joined #openstack-dev13:04
*** TheRealBill has quit IRC13:04
nati_uenomnewby: hmm I can't see you...13:04
nati_uenomnewby: Is there another guy in the channel ?13:04
mnewbynati_ueno: funny, i can't see you either13:04
mnewbyMaybe I should crop and rejoin?13:05
mnewbyI'll try13:05
mnewbyI see other people though13:05
nati_uenoOh If so, I may made mistakes13:05
nati_uenoI can't see other guy13:05
*** johnpur has quit IRC13:05
nati_uenoaga,, Sorry I didn't join the channel actually..13:06
amotokinati_ueno: i cannot see you only.13:06
*** nunosantos has joined #openstack-dev13:10
*** rkukura has joined #openstack-dev13:12
*** kbringard has joined #openstack-dev13:12
*** anniec has joined #openstack-dev13:12
*** anniec has quit IRC13:12
*** anniec has joined #openstack-dev13:13
*** Matt`_ has joined #openstack-dev13:15
*** BLZbubba has joined #openstack-dev13:15
*** samkottler is now known as samkottler|brb13:16
*** jaypipes has joined #openstack-dev13:16
Matt`_I am attempting to get Folsom working with Quantum. Are there any updated docs for this as I am getting to nova-compute dieing with "no such option: core_plugin"13:16
*** samkottler|brb is now known as samkottler13:22
*** gargya has joined #openstack-dev13:23
*** tgall_foo has joined #openstack-dev13:26
*** tgall_foo has quit IRC13:26
*** tgall_foo has joined #openstack-dev13:26
*** dspano has joined #openstack-dev13:26
maurosrs13:31
maurosrsry13:31
*** mrodden has joined #openstack-dev13:31
*** avishay has joined #openstack-dev13:31
*** k4n0 has joined #openstack-dev13:32
*** japage has joined #openstack-dev13:35
*** cmagina has joined #openstack-dev13:37
*** mtreinish has joined #openstack-dev13:41
*** alexpilotti has quit IRC13:44
*** e1mer has quit IRC13:45
*** e1mer has joined #openstack-dev13:46
*** koolhead17 has joined #openstack-dev13:46
*** zhuadl has joined #openstack-dev13:51
*** ayoung has joined #openstack-dev13:52
*** jk0 has joined #openstack-dev13:53
*** jk0 has joined #openstack-dev13:53
*** ChanServ sets mode: +v jk013:53
*** eharney has joined #openstack-dev13:53
*** TheRealBill has joined #openstack-dev13:53
*** thinrhino has joined #openstack-dev13:53
*** blamar has joined #openstack-dev13:54
*** al-maisan is now known as almaisan-away13:54
*** dolphm__ has joined #openstack-dev13:55
*** torandu has joined #openstack-dev13:56
*** salv-orlando has joined #openstack-dev13:57
*** jimfehlig has joined #openstack-dev13:58
ttxsalv-orlando: is https://review.openstack.org/#/c/12627/ taking care of the nova side of bug 1047742 or is there more to it ?13:58
uvirtbotLaunchpad bug 1047742 in quantum "admin unable to create VM and attach to tenant net" [High,In progress] https://launchpad.net/bugs/104774213:58
claygvishy: do you want me to change pip-requires on the cinder_endpoint_template review?  looks like you can jgriffith bot gave it a +1?13:59
ttxasking because danwent proposed the change but you assigned yourself at about the same time13:59
salv-orlandottx: it's divided in two patches13:59
salv-orlandothe other one is referenced in a review comment and it's on quantum13:59
*** dolphm_ has quit IRC13:59
ttxsalv-orlando: ok, so tat patch is all it needs on nova's side ?13:59
salv-orlandothey are independent from each other, but the bug would be considered fixed only if both are merged13:59
ttxsalv-orlando: ack14:00
salv-orlandottx: that is all on nova's side. But I'd wait for danwent to wake and comment as well, as we've been working together on it.14:01
*** almaisan-away is now known as al-maisan14:01
*** markmcclain has joined #openstack-dev14:02
kbringardhas anyone seen an issue, when running stable/essex, where when associating a floating IP to an instance there is a delay in the IP showing up in the APi output?14:02
kbringardlike, it gets associated immediately, and I can access the VM via it, but it just doesn't display for a random amount of time14:03
*** k4n0 has left #openstack-dev14:04
*** wenjianhn has left #openstack-dev14:04
*** AlanClark has joined #openstack-dev14:04
*** alexpilotti has joined #openstack-dev14:09
*** tgall_foo has quit IRC14:09
*** Mandell has quit IRC14:14
*** reed has joined #openstack-dev14:17
*** thinrhino has quit IRC14:18
*** tgall_foo has joined #openstack-dev14:18
*** tgall_foo has quit IRC14:18
*** tgall_foo has joined #openstack-dev14:18
*** reed has quit IRC14:21
*** dolphm has quit IRC14:21
gongyshping sdague14:23
*** erikz__ has joined #openstack-dev14:23
*** erikz_ has quit IRC14:23
sdaguegongysh: pong14:23
*** utlemming has quit IRC14:27
*** mrodden1 has joined #openstack-dev14:27
*** n0ano has joined #openstack-dev14:27
*** erikz__ has quit IRC14:28
*** martines has quit IRC14:29
*** mrodden has quit IRC14:29
*** rnirmal has joined #openstack-dev14:29
*** al-maisan is now known as almaisan-away14:29
*** utlemming has joined #openstack-dev14:31
*** gongysh has quit IRC14:36
*** apevec has joined #openstack-dev14:37
*** apevec has joined #openstack-dev14:37
*** e1mer has quit IRC14:37
*** mnewby has quit IRC14:38
*** mnewby has joined #openstack-dev14:38
*** gargya has quit IRC14:42
*** nati_ueno has quit IRC14:42
*** martines has joined #openstack-dev14:43
*** GheRivero has joined #openstack-dev14:44
*** crandquist has joined #openstack-dev14:46
*** rohitk has quit IRC14:46
openstackgerritA change was merged to openstack/nova: Remove an unused import  https://review.openstack.org/1276514:50
*** smooc has quit IRC14:51
*** GheRivero is now known as GheRivero_14:51
*** GheRivero_ is now known as GheRIvero14:51
openstackgerritA change was merged to openstack/nova: Remove unused AddressAlreadyAllocated exception  https://review.openstack.org/1276914:52
*** mtreinish has quit IRC14:52
*** Gordonz has joined #openstack-dev14:53
*** Gordonz has quit IRC14:58
*** Gordonz has joined #openstack-dev14:58
*** titankiller3 has joined #openstack-dev15:00
*** reidrac has quit IRC15:03
bcwaldoneglynn: thanks a ton for nailing down that glance-control problem15:05
eglynnbcwaldon: no problem15:05
ayoungIs anyone else seeing devstack errors on Glance:15:06
*** mtreinish has joined #openstack-dev15:06
ayoungSpefically,  seems like glance's user information is not making it into Keystone?15:06
bcwaldonayoung: no sir15:07
ayoungbcwaldon, have you synced devstack recently?15:07
bcwaldonayoung: what code are you using?15:07
bcwaldonayoung: last night, yes15:07
bcwaldonayoung: and devstack gate would break if auth wasnt working, I assume15:07
ayoungThere are two of us on Fedora 17 seeing the same problem15:07
ayoungyeah,  it breaks pretty clearly:15:07
ayoungI'll pastebin, one sec15:07
bcwaldonayoung: and all you did was build a fresh devstack env?15:08
ayoungbcwaldon, http://www.fpaste.org/6Vas/15:08
ayoungYeah.  I have a minimal localrc15:08
ayoungError is at the end of that paste15:08
bcwaldonok, I'll have a look15:08
*** sacharya has quit IRC15:09
ayoung'Client' object has no attribute 'service_catalog'  looks suspicious,  but not enough to convict15:09
ayoung --os-auth-token  does not seem to be set15:10
ayoungand looking in the database:15:10
*** hub_cap has joined #openstack-dev15:10
ayoung 708baf84ef8c4fc881c0b3c1deb53f15 | glance | {"password": "$6$rounds=40000$3TX6oh6FNaHVOB8X$nGyhC6H195GDreMZVEecGSXq5FgnnwS53TFuf3ekdzJzfGI3G7MRXN6mG29n92jgXIKtkFQFfkf4h7Sm/H3nW/", "enabled": true, "email": "glance@example.com", "tenantId": "3af717e9674c447ea7b4b58d5bb70e63"}15:11
ayoungin the user database ^^15:11
bcwaldonayoung: so it looks like devstack isn't getting the auth token in stack.sh15:11
ayoungyeah, that is how I read it15:11
*** datsun180b has joined #openstack-dev15:11
ayoungMy guess is that the problem is from d81a0274aa083531bb70a49d77074850e1adfc4815:12
ayoungMove keystone to lib/keystone15:12
bcwaldonayoung: that shouldnt have passed the gate if it were going to break15:12
ayoungBut that is kneejerk reaction of course15:12
bcwaldonayoung: unless it doesnt on ubuntu15:12
bcwaldonayoung: and does on fedora15:12
ayoungThat is my thinking15:12
*** eglynn has quit IRC15:12
ayoungwhere is the token code?15:12
*** jrd-redhat has joined #openstack-dev15:12
bcwaldonayoung: and that error about service_catalog seems to be the reason TOKEN isnt being set15:13
bcwaldonayoung: are you getting the wrong version of python-keystoneclient?15:13
ayoungbcwaldon, possibly15:13
*** eglynn has joined #openstack-dev15:13
garykmarkmcclain: hi, you there15:13
ayoungI think that scrolled off the screen.  Let me see15:13
*** GheRIvero has quit IRC15:14
*** mindpixel has quit IRC15:15
markmcclaingaryk: I'm here15:16
ayoungbcwaldon, I see one problem already, which is that I didn't have any messaging enabled.  Trying again15:18
bcwaldonvital ;)15:18
*** halfss has joined #openstack-dev15:19
ayoungbcwaldon, http://fpaste.org/9uut/  OK, I have qpidd problems15:21
*** alex88 has joined #openstack-dev15:21
alex88hello guys, shouldn't this line https://github.com/openstack/nova/blob/master/nova/compute/api.py#L1586 check for different flavor_id? and not only memory?15:22
*** spiffxp has joined #openstack-dev15:22
rmkHorizon cores, this is a quick an easy 1-liner -- https://review.openstack.org/1274015:22
openstackgerritA change was merged to openstack/quantum: Exclude openstack-common from pep8 test  https://review.openstack.org/1276815:23
*** tgall_foo has quit IRC15:24
*** mnewby has quit IRC15:24
*** mnewby has joined #openstack-dev15:25
eglynnalex88: hmm, yeah I guess there could be two custom instance types with same memory with different number of cores15:25
alex88eglynn: just figured it now that i needed to change the hd size15:26
alex88eglynn: doing a review only changing that line would be fine?15:27
alex88or should i create a bug before?15:27
*** jk0 has quit IRC15:28
eglynnalex88: if you want to get it into Folsom, defo would need to create a bug15:28
alex88eglynn: it's ok to put it here? https://bugs.launchpad.net/nova15:29
eglynnalex88: yep, that's the right place to file a bug15:29
*** TheRealBill has quit IRC15:30
*** danwent has joined #openstack-dev15:30
alex88damn github is giving errors to me :/15:32
*** tgall_foo has joined #openstack-dev15:34
*** tgall_foo has quit IRC15:34
*** tgall_foo has joined #openstack-dev15:34
*** jk0 has joined #openstack-dev15:34
*** jk0 has joined #openstack-dev15:34
*** ChanServ sets mode: +v jk015:34
*** hemna has joined #openstack-dev15:35
*** halfss has quit IRC15:38
*** rnirmal_ has joined #openstack-dev15:38
*** sacharya has joined #openstack-dev15:39
openstackgerritA change was merged to openstack/python-cinderclient: Add begin_detaching and roll_detaching functions  https://review.openstack.org/1277415:39
*** rnirmal has quit IRC15:39
*** rnirmal_ is now known as rnirmal15:39
*** colinmcnamara has joined #openstack-dev15:42
*** alex88 has quit IRC15:42
*** danwent has quit IRC15:42
*** colinmcnamara has quit IRC15:43
*** ayoung has quit IRC15:45
*** hub-cap has joined #openstack-dev15:47
*** hub_cap has quit IRC15:47
*** hub-cap has quit IRC15:47
*** dolphm has joined #openstack-dev15:47
*** hub_cap has joined #openstack-dev15:47
*** joesavak has joined #openstack-dev15:48
*** eglynn has quit IRC15:48
*** eglynn has joined #openstack-dev15:49
*** ayoung has joined #openstack-dev15:50
*** adjohn has joined #openstack-dev15:51
*** adjohn has quit IRC15:51
*** eglynn has quit IRC15:53
*** heckj has joined #openstack-dev15:54
*** GheRivero has joined #openstack-dev15:54
*** jsavak has joined #openstack-dev15:55
*** cp16net|away is now known as cp16net15:56
*** colinmcnamara has joined #openstack-dev15:56
*** garyk has quit IRC15:57
*** joesavak has quit IRC15:58
*** gyee has joined #openstack-dev15:58
*** gatuus has joined #openstack-dev15:59
*** zaneb has quit IRC16:02
*** matwood has joined #openstack-dev16:02
*** zaneb has joined #openstack-dev16:02
*** hub_cap has quit IRC16:03
*** hub_cap has joined #openstack-dev16:03
*** joesavak has joined #openstack-dev16:05
*** markmcclain has quit IRC16:05
*** halfss has joined #openstack-dev16:06
*** rafaduran has quit IRC16:06
*** jsavak has quit IRC16:07
*** jsavak has joined #openstack-dev16:08
*** PotHix has joined #openstack-dev16:08
*** halfss has quit IRC16:09
*** joesavak has quit IRC16:09
*** adalbas has quit IRC16:09
*** danwent has joined #openstack-dev16:09
*** eglynn has joined #openstack-dev16:09
*** jakedahn_zz is now known as jakedahn16:13
*** colinmcnamara has quit IRC16:14
*** davidkranz has quit IRC16:20
*** davidkranz_ has joined #openstack-dev16:20
*** danishman has joined #openstack-dev16:21
*** Ryan_Lane has quit IRC16:21
bcwaldoneglynn: would you mind going over https://review.openstack.org/#/c/12760/ again?16:23
bcwaldoneglynn: want to get these bugs in today16:24
eglynnbcwaldon: np, I'm on it ...16:24
*** markmcclain has joined #openstack-dev16:24
*** hub-cap has joined #openstack-dev16:27
*** hazmat is now known as kapilt16:29
*** hub_cap has quit IRC16:30
*** hub-cap has quit IRC16:31
*** eglynn_ has joined #openstack-dev16:33
*** eglynn has quit IRC16:33
*** sniperd has joined #openstack-dev16:34
*** epim has joined #openstack-dev16:35
*** markmcclain has quit IRC16:37
*** anniec has quit IRC16:37
*** lloydde has joined #openstack-dev16:39
*** heckj has quit IRC16:49
*** Kristy has joined #openstack-dev16:50
openstackgerritA change was merged to openstack/quantum: Ensure that l3 agent does not crash on restart  https://review.openstack.org/1269116:51
*** apevec has quit IRC16:51
*** markmc is now known as mcaway16:51
*** Kristy has quit IRC16:53
*** johnpur has joined #openstack-dev16:53
*** ChanServ sets mode: +v johnpur16:53
*** arosen1 has joined #openstack-dev16:55
*** m4xmr has quit IRC16:57
*** jog0 has quit IRC16:57
*** colinmcnamara has joined #openstack-dev16:59
*** salv-orlando has quit IRC17:01
*** rnirmal_ has joined #openstack-dev17:01
*** darraghb has quit IRC17:02
*** rnirmal has quit IRC17:02
*** rnirmal_ is now known as rnirmal17:02
*** derekh has quit IRC17:03
*** anniec has joined #openstack-dev17:13
*** Ryan_Lane has joined #openstack-dev17:13
*** jdurgin has joined #openstack-dev17:14
*** anniec_ has joined #openstack-dev17:14
*** anniec has quit IRC17:16
*** anniec__ has joined #openstack-dev17:16
*** anniec has joined #openstack-dev17:16
*** mjfork has joined #openstack-dev17:16
*** novas0x2a|laptop has joined #openstack-dev17:16
*** anniec_ has quit IRC17:19
*** heckj has joined #openstack-dev17:20
openstackgerritA change was merged to openstack/cinder: Remove unused utils.wrap_exception  https://review.openstack.org/1256217:20
*** anniec__ has quit IRC17:21
*** heckj has quit IRC17:21
*** heckj has joined #openstack-dev17:21
*** jtran has joined #openstack-dev17:22
*** jog0 has joined #openstack-dev17:26
jaypipescreiht: hey man, have time for a quick question? I'm trying to figure out why when I delete a target volume and then restart tgt, the volume comes back.... http://paste.openstack.org/show/20860/17:26
jaypipescreiht: any ideas thx in advance man.17:27
*** jk0 has quit IRC17:27
jaypipescreiht: reason I'm asking you is I'm wondering if this has anything to do with your patch... https://review.openstack.org/#/c/10417/17:30
*** markvoelker has quit IRC17:30
jaypipesjgriffith: you too I guess :) ^^17:31
* jaypipes just realized it wasn't creiht but zul... sorry creiht :(17:32
* jgriffith is reading back17:32
*** utlemming has quit IRC17:32
zulwha?17:32
*** utlemming has joined #openstack-dev17:32
jgriffithjaypipes: ughh... so we added persistent targets17:33
jgriffithjaypipes: It would seem that the persistent tgt file isn't being deleted properly17:33
jaypipesjgriffith: OK, so one of the effects of that is that devstack's unstack.sh script no longer works ;)17:33
jgriffithjaypipes: Ahhhh... makes sense17:33
jgriffithjaypipes: I'll need to add something to unstack to remove the persistence file17:34
jaypipesjgriffith: so wondering about a solution... is it that I need to edit the /etc/tgt/ files?17:34
jgriffithjaypipes: So to make sure, it's not a bug like:  delete, restart and it's back17:34
jgriffithit's more like, quit, unstack, start and it's back right?17:34
*** jk0 has joined #openstack-dev17:34
*** jk0 has joined #openstack-dev17:34
*** ChanServ sets mode: +v jk017:34
jgriffithjaypipes: We're writing the persistence files to /opt/stack/cinder/volumes (or nova/volumes) as default17:35
jaypipesjgriffith: well, it's actually just that I can't seem to get a fresh environment for tempest to run because old volumes don't seem to be cleaned up.17:35
jgriffithjaypipes: Ok, lemme look at something...17:35
jaypipesjgriffith: do I just delete the contenst of /opt/stack/cinder/volumes?17:36
jgriffithjaypipes: Yes, that should do it if the problem is what I *think* it is17:36
jaypipesjgriffith: yeah, that seems to have fixed things.17:37
jgriffithjaypipes: So more accurately it's the FLAGS.volumes_dir which is default /opt/stack/cinder/volumes17:37
jaypipesjgriffith: thx!17:37
jgriffithjaypipes: Ok... I'll add something to unstack for that17:37
jaypipesjgriffith: cheers17:37
jgriffithjaypipes: NP17:37
jgriffithjaypipes: cya17:37
openstackgerritA change was merged to openstack/swift: obj replicator speed up  https://review.openstack.org/1272817:40
*** rnirmal has quit IRC17:40
*** rnirmal has joined #openstack-dev17:40
*** danpb has quit IRC17:44
zulttx: ping?17:48
swifterdarrelldprince: Do you know the size of the images which are being stored in glance during that "torpedo" SmokeStack test (the one which fails for the swob patch)?17:49
swifterdarrelldprince: I'm curious if Swift's chunking (object manifest) code is getting exercised17:49
swifterdarrelldprince: (i.e. are they > 5 GB or so?)17:50
dprinceswifterdarrell: Should be around 256 megs.17:50
swifterdarrellah, k17:50
dprinceswifterdarrell: Its an image I built myself so specifically for XenServer testing.17:50
swifterdarrelldprince: any change in default chunking size in glance's config for that test?17:50
dprinceswifterdarrell: don't think so.17:51
swifterdarrelldprince: k; can we get a copy of the Swift logs from one of the failed tests?17:51
dprinceswifterdarrell: Sure. I just now saw your comments on the ticket. I'll re-run it manually and post what I can get into the review.17:52
swifterdarrelldprince: AFAICT, glance got a 500 back from Swift, but we can't tell why, really17:52
openstackgerritA change was merged to openstack/nova: Fix xml metadata for volumes api in nova-volume.  https://review.openstack.org/1235517:52
swifterdarrelldprince: thanks!17:52
*** Kristy has joined #openstack-dev17:53
*** zz_Kiall is now known as Kiall17:54
Davieyawing goto mjfork17:54
*** jk0 has quit IRC17:54
*** andrewbogott has joined #openstack-dev17:56
*** andrewbogott has joined #openstack-dev17:56
*** nati_ueno has joined #openstack-dev17:59
*** reed has joined #openstack-dev18:00
*** zul has quit IRC18:00
ayoungAnyone want to join the keystone meeting, please do so18:01
*** jakedahn is now known as jakedahn_zz18:01
*** zul has joined #openstack-dev18:04
*** jk0 has joined #openstack-dev18:05
*** jk0 has joined #openstack-dev18:05
*** ChanServ sets mode: +v jk018:05
*** andrewbogott has quit IRC18:05
*** andrewbogott_afk is now known as andrewbogott18:05
ttxzul: pong18:06
zulttx: rc1 is out this week isnt it?18:07
ttxzul: it's released when it's ready. At a date that is different for each project18:07
ttxzul: but yes, I'd definitely prefer if it was out before next Tuesday18:07
*** jakedahn_zz is now known as jakedahn18:07
*** cp16net is now known as cp16net|away18:09
*** jk0 has quit IRC18:10
*** markmcclain has joined #openstack-dev18:11
*** cp16net|away is now known as cp16net18:17
jaypipesjgriffith: https://bugs.launchpad.net/devstack/+bug/104929518:17
uvirtbotLaunchpad bug 1049295 in devstack "cinder logs doubled up?" [Undecided,New]18:17
jgriffithjaypipes: thanks, I'll look at that one next :)18:18
openstackgerritA change was merged to openstack/glance: Ensure status of 'queued' image updated on delete  https://review.openstack.org/1274318:19
jgriffithjaypipes: You're not seeing the lvm hangs in your tempest runs?18:19
*** adalbas has joined #openstack-dev18:20
jaypipesjgriffith: grepping through stack logs now... not seeing shit :(18:22
jgriffithjaypipes: Don't know whether to be happy or sad :)18:23
jaypipesjgriffith: me neither ;)18:23
jaypipesjgriffith: sad panda I guess.18:23
jgriffithjaypipes: LOL18:23
*** markmcclain has left #openstack-dev18:23
*** markmcclain has joined #openstack-dev18:24
jaypipesjgriffith: no idea why .. but this is happening on a fresh devstack + tempest run every time for me: http://paste.openstack.org/show/20869/18:24
jaypipesjgriffith: I see no errors in any of the c-* logs.18:25
jgriffithjaypipes: hmmm... what's the status show on the volume?18:25
jgriffithjaypipes: I'm assuming tempest makes sure it's available before the attach but curious18:26
jgriffithjaypipes: ie just simple 'cinder list'18:26
jaypipesjgriffith: there's an error in n-cpu: http://paste.openstack.org/show/20870/18:26
jgriffithjaypipes: BAHHH18:27
jaypipesjgriffith: source of my issues? :)18:27
jaypipesjgriffith: I have no clue what that error means unfortunately18:27
jgriffithUsually means the iqn is fubar18:28
*** adalbas has quit IRC18:28
jgriffithjaypipes: Ok.. I'll look at that when I get back from my meeting18:28
jaypipesjgriffith: yeah, I'm googling shit... hopefully will figure it out.18:29
jgriffithjaypipes: Wrapping a logger around iscsiadm is how I found one of these problems in the past18:29
jaypipesjgriffith: so I've been using tgt-admin (or tgtadm). Is that wrong? is it not compatible with isciadmin>?18:30
jgriffithjaypipes: no, you're correct, but iscsiadm is the piece that handles the *connections* etc18:30
jaypipesah, I see...18:30
*** anniec has quit IRC18:30
jaypipesjgriffith: the initiators?18:30
jgriffithjaypipes: So these aren't actually created until attach, but you should see entries in /etc/iscsi/send_targets18:31
jgriffithjaypipes: They should match up with that iqn and ip18:31
jgriffithjaypipes: The no portal found is a lame ass message from open-iscsi any time something can't connect18:32
jaypipesgotcha18:32
*** adalbas has joined #openstack-dev18:33
*** colinmcnamara has quit IRC18:33
jgriffithjaypipes: alright.. back in 3018:33
vishyameade: https://bugs.launchpad.net/nova/+bug/104884218:36
uvirtbotLaunchpad bug 1048842 in nova "resource_tracker prevents oversubscription" [Critical,New]18:36
danwentbcwaldon: ping?  I'm still seeing the cache 500 error even when I downgrade webob to 1.0.8.  Any magic that I'm missing?18:37
danwentbcwaldon: https://bugs.launchpad.net/glance/+bug/104517918:37
uvirtbotLaunchpad bug 1045179 in glance "glance caching fails with webob 1.2.0" [Medium,In progress]18:37
bcwaldondanwent: I'm not sure I believe that Glance is using v1.0.8 if you're seeing errors18:38
bcwaldondanwent: log webob.__version__ in the cache middleware to prove it18:38
danwentbcwaldon: I agree, but pip says i'm using 1.0.8, so i'm confused18:38
bcwaldondanwent: system packages?18:38
danwentah, that could explain it18:39
danwentlet me check18:39
bcwaldondanwent: tests fail with v1.2.0 and pass with v1.0.818:39
danwent bcwaldon: totally believe you, was just trying to figure out what i missed18:39
*** adjohn has joined #openstack-dev18:40
*** garyk has joined #openstack-dev18:40
danwentbcwaldon: ok, will try and track down where the 1.2 webob is still coming from.  thanks.18:41
bcwaldondanwent: no prob18:41
*** cp16net is now known as cp16net|away18:42
openstackgerritA change was merged to openstack/quantum: Fix lack of L3 support of NEC OpenFlow plugin  https://review.openstack.org/1280918:44
danwentbcwaldon: all good now, thanks!18:49
*** zaneb has quit IRC18:55
*** metral has quit IRC18:58
*** nati_ueno has quit IRC18:58
*** locke105 has quit IRC18:58
*** dansmith has quit IRC18:58
*** Vek has quit IRC18:58
*** wdunn_ has quit IRC18:58
*** ttx has quit IRC18:58
*** JordanRinke has quit IRC18:58
*** jmeredit has quit IRC18:58
*** ahale_ has quit IRC18:58
*** rpedde has quit IRC18:58
*** pvo has quit IRC18:58
*** andrewsben has quit IRC18:58
*** wkelly has quit IRC18:58
*** sleepsonzzz has quit IRC18:58
*** markmcclain has quit IRC18:58
*** n0ano has quit IRC18:58
*** mawagon1 has quit IRC18:58
*** matiu has quit IRC18:58
*** asalkeld has quit IRC18:58
*** rturk has quit IRC18:58
*** mmalesky has quit IRC18:58
*** amotoki has quit IRC18:58
*** seats has quit IRC18:58
*** alpha_ori has quit IRC18:58
*** Aaton has quit IRC18:58
*** Drakiz has quit IRC18:58
*** anderstj has quit IRC18:58
*** CrackerJackMack has quit IRC18:58
*** mattstep has quit IRC18:58
*** jkyle has quit IRC18:58
*** med_ has quit IRC18:58
*** dabo has quit IRC18:58
*** rmk has quit IRC18:58
*** DuncanT has quit IRC18:58
*** swifterdarrell has quit IRC18:58
*** westmaas has quit IRC18:58
*** tr3buchet has quit IRC18:58
*** jakedahn has quit IRC18:58
*** akscram has quit IRC18:58
*** errr has quit IRC18:58
*** Guest63158 has quit IRC18:58
*** jpeeler has quit IRC18:58
*** Ryan_Lane has quit IRC18:58
*** GheRivero has quit IRC18:58
*** crandquist has quit IRC18:58
*** dolphm__ has quit IRC18:58
*** milner has quit IRC18:58
*** haleyb has quit IRC18:58
*** cbj has quit IRC18:58
*** bigmeow has quit IRC18:58
*** esheffield has quit IRC18:58
*** Slower has quit IRC18:58
*** jeremydei has quit IRC18:58
*** vuntz has quit IRC18:58
*** eafonichev has quit IRC18:58
*** jkoelker has quit IRC18:58
*** joearnold has quit IRC18:58
*** notmyname has quit IRC18:58
*** dragondm has quit IRC18:58
*** redbo has quit IRC18:58
*** s1rp has quit IRC18:58
*** antonym has quit IRC18:58
*** novas0x2a|laptop has quit IRC18:58
*** arosen1 has quit IRC18:58
*** martines has quit IRC18:58
*** blamar has quit IRC18:58
*** roge has quit IRC18:58
*** harlowja has quit IRC18:58
*** tserong has quit IRC18:58
*** utlemming has quit IRC18:58
*** hemna has quit IRC18:58
*** timello has quit IRC18:58
*** pixelbeat has quit IRC18:58
*** smoser has quit IRC18:58
*** guitarzan has quit IRC18:58
*** fc__ has quit IRC18:58
*** chmouel has quit IRC18:58
*** andrea__ has quit IRC18:58
*** jeblair has quit IRC18:58
*** pballand has quit IRC18:58
*** comstud has quit IRC18:58
*** iccha has quit IRC18:58
*** bcwaldon has quit IRC18:58
*** rha has quit IRC18:58
*** Daviey has quit IRC18:58
*** _cerberus_ has quit IRC18:58
*** dtroyer_zzz has quit IRC18:58
*** heckj has quit IRC18:58
*** danwent has quit IRC18:58
*** jsavak has quit IRC18:58
*** AlanClark has quit IRC18:58
*** japage has quit IRC18:58
*** samkottler has quit IRC18:58
*** vizsla has quit IRC18:58
*** rhagarty has quit IRC18:58
*** ollie1 has quit IRC18:58
*** ChanServ has quit IRC18:58
*** Kristy has quit IRC18:58
*** spiffxp has quit IRC18:58
*** eharney has quit IRC18:58
*** cmagina has quit IRC18:58
*** avishay has quit IRC18:58
*** rkukura has quit IRC18:58
*** littleidea has quit IRC18:58
*** sdake has quit IRC18:58
*** belliott has quit IRC18:58
*** Guest33388 has quit IRC18:58
*** sc68cal has quit IRC18:58
*** btorch has quit IRC18:58
*** adjohn has quit IRC18:58
*** mrodden1 has quit IRC18:58
*** alexpilotti has quit IRC18:58
*** kbringard has quit IRC18:58
*** Ruetobas has quit IRC18:58
*** chalupaul has quit IRC18:58
*** kapilt has quit IRC18:58
*** statik has quit IRC18:58
*** oneiroi has quit IRC18:58
*** adam_g has quit IRC18:58
*** devcamcar has quit IRC18:58
*** clayg has quit IRC18:58
*** LinuxJedi has quit IRC18:58
*** garyk has quit IRC18:58
*** dolphm has quit IRC18:58
*** sacharya has quit IRC18:58
*** mnewby has quit IRC18:58
*** shang has quit IRC18:58
*** creiht has quit IRC18:58
*** Dr_Who has quit IRC18:58
*** torgomatic has quit IRC18:58
*** pquerna has quit IRC18:58
*** glenc_ has quit IRC18:58
*** djinni has quit IRC18:58
*** bourke has quit IRC18:58
*** Adri2000 has quit IRC18:58
*** _0x44 has quit IRC18:58
*** adalbas has quit IRC18:58
*** reed has quit IRC18:58
*** epim has quit IRC18:58
*** davidkranz_ has quit IRC18:58
*** jimfehlig has quit IRC18:58
*** torandu has quit IRC18:58
*** jaypipes has quit IRC18:58
*** BLZbubba has quit IRC18:58
*** sandywalsh has quit IRC18:58
*** Matt`_ has quit IRC18:58
*** afrittoli has quit IRC18:58
*** cdub has quit IRC18:58
*** devananda has quit IRC18:58
*** Toanster has quit IRC18:58
*** jerdfelt has quit IRC18:58
*** danishman has quit IRC18:58
*** PotHix has quit IRC18:58
*** gatuus has quit IRC18:58
*** zodiak has quit IRC18:58
*** brianr has quit IRC18:58
*** JStoker has quit IRC18:58
*** sdague has quit IRC18:58
*** Samos123 has quit IRC18:58
*** salgado has quit IRC18:58
*** ekarlso has quit IRC18:58
*** kpepple_ has quit IRC18:58
*** rnirmal has quit IRC18:58
*** tgall_foo has quit IRC18:58
*** datsun180b has quit IRC18:58
*** Gordonz has quit IRC18:58
*** dprince has quit IRC18:58
*** hattwick has quit IRC18:58
*** jgriffith has quit IRC18:58
*** mcaway has quit IRC18:58
*** mikal has quit IRC18:58
*** dtroyer has quit IRC18:58
*** cloudfly has quit IRC18:58
*** trapni has quit IRC18:58
*** markwash has quit IRC18:58
*** yamahata has quit IRC18:58
*** darkhorse has quit IRC18:58
*** anotherjesse has quit IRC18:58
*** nikhil has quit IRC18:58
*** WormMan has quit IRC18:58
*** andrewbogott has quit IRC18:58
*** russellb has quit IRC18:58
*** termie has quit IRC18:58
*** jog0 has quit IRC18:58
*** jdurgin has quit IRC18:58
*** jrd-redhat has quit IRC18:58
*** mtreinish has quit IRC18:58
*** dspano has quit IRC18:58
*** EmilienM has quit IRC18:58
*** primeministerp has quit IRC18:58
*** otter1 has quit IRC18:58
*** huats has quit IRC18:58
*** pmyers has quit IRC18:58
*** zykes- has quit IRC18:58
*** jeremyb has quit IRC18:58
*** troytoman-away has quit IRC18:58
*** mtaylor has quit IRC18:58
*** clarkb has quit IRC18:58
*** zul has quit IRC18:58
*** jtran has quit IRC18:58
*** lloydde has quit IRC18:58
*** eglynn_ has quit IRC18:58
*** ayoung has quit IRC18:58
*** dhellmann has quit IRC18:58
*** almaisan-away has quit IRC18:58
*** Shrews has quit IRC18:58
*** mestery has quit IRC18:58
*** alaski has quit IRC18:58
*** Hien has quit IRC18:58
*** z has quit IRC18:58
*** Madkiss has quit IRC18:58
*** soren has quit IRC18:58
*** cweidenkeller has quit IRC18:58
*** sileht has quit IRC18:58
*** Tross has quit IRC18:58
*** cjohnston has quit IRC18:58
*** epic has quit IRC18:58
*** thingee has quit IRC18:58
*** openstackgerrit has quit IRC18:58
*** mjfork has quit IRC18:58
*** johnpur has quit IRC18:58
*** sniperd has quit IRC18:58
*** matwood has quit IRC18:58
*** titankiller3 has quit IRC18:58
*** zhuadl has quit IRC18:58
*** koolhead17 has quit IRC18:58
*** nunosantos has quit IRC18:58
*** belliott_ has quit IRC18:58
*** chrisfer has quit IRC18:58
*** KurtMartin has quit IRC18:58
*** Kiall has quit IRC18:58
*** negronjl has quit IRC18:58
*** aryan has quit IRC18:58
*** benner has quit IRC18:58
*** Lumiere has quit IRC18:58
*** uvirtbot has quit IRC18:58
*** ameade has quit IRC18:58
*** bhuvan has quit IRC18:58
*** villep has quit IRC18:58
*** vishy has quit IRC18:58
*** annegentle has quit IRC18:58
*** maurosr has quit IRC18:58
*** dolphm_zzz has quit IRC18:58
*** rods has quit IRC18:58
*** file has quit IRC18:58
*** andyhky` has quit IRC18:58
*** cp16net|away has quit IRC18:58
*** mancdaz has quit IRC18:58
*** pandemicsyn has quit IRC18:58
*** jk0 has joined #openstack-dev18:59
*** locke1051 has joined #openstack-dev18:59
*** nati_uen_ has joined #openstack-dev18:59
*** dansmith_ has joined #openstack-dev18:59
*** metral has joined #openstack-dev18:59
*** garyk has joined #openstack-dev18:59
*** adjohn has joined #openstack-dev18:59
*** adalbas has joined #openstack-dev18:59
*** markmcclain has joined #openstack-dev18:59
*** zul has joined #openstack-dev18:59
*** reed has joined #openstack-dev18:59
*** Kristy has joined #openstack-dev18:59
*** rnirmal has joined #openstack-dev18:59
*** utlemming has joined #openstack-dev18:59
*** jog0 has joined #openstack-dev18:59
*** jtran has joined #openstack-dev18:59
*** heckj has joined #openstack-dev18:59
*** novas0x2a|laptop has joined #openstack-dev18:59
*** mjfork has joined #openstack-dev18:59
*** jdurgin has joined #openstack-dev18:59
*** Ryan_Lane has joined #openstack-dev18:59
*** arosen1 has joined #openstack-dev18:59
*** johnpur has joined #openstack-dev18:59
*** lloydde has joined #openstack-dev18:59
*** epim has joined #openstack-dev18:59
*** sniperd has joined #openstack-dev18:59
*** eglynn_ has joined #openstack-dev18:59
*** danishman has joined #openstack-dev18:59
*** davidkranz_ has joined #openstack-dev18:59
*** danwent has joined #openstack-dev18:59
*** PotHix has joined #openstack-dev18:59
*** jsavak has joined #openstack-dev18:59
*** matwood has joined #openstack-dev18:59
*** gatuus has joined #openstack-dev18:59
*** GheRivero has joined #openstack-dev18:59
*** ayoung has joined #openstack-dev18:59
*** dolphm has joined #openstack-dev18:59
*** sacharya has joined #openstack-dev18:59
*** hemna has joined #openstack-dev18:59
*** tgall_foo has joined #openstack-dev18:59
*** mnewby has joined #openstack-dev18:59
*** spiffxp has joined #openstack-dev18:59
*** jrd-redhat has joined #openstack-dev18:59
*** datsun180b has joined #openstack-dev18:59
*** mtreinish has joined #openstack-dev18:59
*** titankiller3 has joined #openstack-dev18:59
*** hubbard.freenode.net sets mode: +vv jk0 johnpur18:59
*** Gordonz has joined #openstack-dev18:59
*** crandquist has joined #openstack-dev18:59
*** martines has joined #openstack-dev18:59
*** n0ano has joined #openstack-dev18:59
*** mrodden1 has joined #openstack-dev18:59
*** alexpilotti has joined #openstack-dev18:59
*** AlanClark has joined #openstack-dev18:59
*** jimfehlig has joined #openstack-dev18:59
*** torandu has joined #openstack-dev18:59
*** dolphm__ has joined #openstack-dev18:59
*** blamar has joined #openstack-dev18:59
*** eharney has joined #openstack-dev18:59
*** zhuadl has joined #openstack-dev18:59
*** koolhead17 has joined #openstack-dev18:59
*** cmagina has joined #openstack-dev18:59
*** japage has joined #openstack-dev18:59
*** avishay has joined #openstack-dev18:59
*** dspano has joined #openstack-dev18:59
*** jaypipes has joined #openstack-dev18:59
*** BLZbubba has joined #openstack-dev18:59
*** Matt`_ has joined #openstack-dev18:59
*** kbringard has joined #openstack-dev18:59
*** rkukura has joined #openstack-dev18:59
*** nunosantos has joined #openstack-dev18:59
*** belliott_ has joined #openstack-dev18:59
*** dprince has joined #openstack-dev18:59
*** littleidea has joined #openstack-dev18:59
*** roge has joined #openstack-dev18:59
*** sandywalsh has joined #openstack-dev18:59
*** maurosr has joined #openstack-dev18:59
*** timello has joined #openstack-dev18:59
*** milner has joined #openstack-dev18:59
*** EmilienM has joined #openstack-dev18:59
*** hattwick has joined #openstack-dev18:59
*** pixelbeat has joined #openstack-dev18:59
*** mawagon1 has joined #openstack-dev18:59
*** haleyb has joined #openstack-dev18:59
*** afrittoli has joined #openstack-dev18:59
*** cbj has joined #openstack-dev18:59
*** Ruetobas has joined #openstack-dev18:59
*** shang has joined #openstack-dev18:59
*** Tross has joined #openstack-dev18:59
*** primeministerp has joined #openstack-dev18:59
*** samkottler has joined #openstack-dev18:59
*** smoser has joined #openstack-dev18:59
*** matiu has joined #openstack-dev18:59
*** bigmeow has joined #openstack-dev18:59
*** creiht has joined #openstack-dev18:59
*** jgriffith has joined #openstack-dev18:59
*** chrisfer has joined #openstack-dev18:59
*** harlowja has joined #openstack-dev18:59
*** dhellmann has joined #openstack-dev18:59
*** KurtMartin has joined #openstack-dev18:59
*** esheffield has joined #openstack-dev18:59
*** guitarzan has joined #openstack-dev18:59
*** cdub has joined #openstack-dev18:59
*** sdake has joined #openstack-dev18:59
*** CrackerJackMack has joined #openstack-dev18:59
*** otter1 has joined #openstack-dev18:59
*** Dr_Who has joined #openstack-dev18:59
*** mcaway has joined #openstack-dev18:59
*** almaisan-away has joined #openstack-dev18:59
*** fc__ has joined #openstack-dev18:59
*** chmouel has joined #openstack-dev18:59
*** tserong has joined #openstack-dev18:59
*** ollie1 has joined #openstack-dev18:59
*** rhagarty has joined #openstack-dev18:59
*** vizsla has joined #openstack-dev18:59
*** Shrews has joined #openstack-dev18:59
*** asalkeld has joined #openstack-dev18:59
*** huats has joined #openstack-dev18:59
*** Slower has joined #openstack-dev18:59
*** torgomatic has joined #openstack-dev18:59
*** belliott has joined #openstack-dev18:59
*** jeremydei has joined #openstack-dev18:59
*** zodiak has joined #openstack-dev18:59
*** mikal has joined #openstack-dev18:59
*** cjohnston has joined #openstack-dev18:59
*** brianr has joined #openstack-dev18:59
*** pquerna has joined #openstack-dev18:59
*** dolphm_zzz has joined #openstack-dev18:59
*** pmyers has joined #openstack-dev18:59
*** rods has joined #openstack-dev18:59
*** epic has joined #openstack-dev18:59
*** thingee has joined #openstack-dev18:59
*** rturk has joined #openstack-dev18:59
*** Kiall has joined #openstack-dev18:59
*** WormMan has joined #openstack-dev18:59
*** mmalesky has joined #openstack-dev18:59
*** andrea__ has joined #openstack-dev18:59
*** mestery has joined #openstack-dev18:59
*** devananda has joined #openstack-dev18:59
*** hubbard.freenode.net sets mode: +v creiht18:59
*** vuntz has joined #openstack-dev18:59
*** negronjl has joined #openstack-dev18:59
*** chalupaul has joined #openstack-dev18:59
*** Toanster has joined #openstack-dev18:59
*** Vek has joined #openstack-dev18:59
*** file has joined #openstack-dev18:59
*** glenc_ has joined #openstack-dev18:59
*** alaski has joined #openstack-dev18:59
*** Guest33388 has joined #openstack-dev18:59
*** jerdfelt has joined #openstack-dev18:59
*** eafonichev has joined #openstack-dev18:59
*** djinni has joined #openstack-dev18:59
*** bourke has joined #openstack-dev18:59
*** sc68cal has joined #openstack-dev18:59
*** zykes- has joined #openstack-dev18:59
*** JStoker has joined #openstack-dev18:59
*** jeblair has joined #openstack-dev18:59
*** ChanServ has joined #openstack-dev18:59
*** Hien has joined #openstack-dev18:59
*** sdague has joined #openstack-dev18:59
*** jeremyb has joined #openstack-dev18:59
*** openstackgerrit has joined #openstack-dev18:59
*** amotoki has joined #openstack-dev18:59
*** kpepple_ has joined #openstack-dev18:59
*** pballand has joined #openstack-dev18:59
*** kapilt has joined #openstack-dev18:59
*** dtroyer_zzz has joined #openstack-dev18:59
*** _cerberus_ has joined #openstack-dev18:59
*** Daviey has joined #openstack-dev18:59
*** rha has joined #openstack-dev18:59
*** bcwaldon has joined #openstack-dev18:59
*** iccha has joined #openstack-dev18:59
*** comstud has joined #openstack-dev18:59
*** anotherjesse has joined #openstack-dev18:59
*** nikhil has joined #openstack-dev18:59
*** jkyle has joined #openstack-dev18:59
*** med_ has joined #openstack-dev18:59
*** dabo has joined #openstack-dev18:59
*** Adri2000 has joined #openstack-dev18:59
*** dtroyer has joined #openstack-dev18:59
*** aryan has joined #openstack-dev18:59
*** troytoman-away has joined #openstack-dev18:59
*** rmk has joined #openstack-dev18:59
*** cloudfly has joined #openstack-dev18:59
*** andrewbogott has joined #openstack-dev18:59
*** DuncanT has joined #openstack-dev18:59
*** hubbard.freenode.net sets mode: +oov jeblair ChanServ _cerberus_18:59
*** statik has joined #openstack-dev18:59
*** z has joined #openstack-dev18:59
*** oneiroi has joined #openstack-dev18:59
*** jkoelker has joined #openstack-dev18:59
*** _0x44 has joined #openstack-dev18:59
*** clayg has joined #openstack-dev18:59
*** btorch has joined #openstack-dev18:59
*** trapni has joined #openstack-dev18:59
*** seats has joined #openstack-dev18:59
*** benner has joined #openstack-dev18:59
*** vishy has joined #openstack-dev18:59
*** annegentle has joined #openstack-dev18:59
*** villep has joined #openstack-dev18:59
*** russellb has joined #openstack-dev18:59
*** termie has joined #openstack-dev18:59
*** sileht has joined #openstack-dev18:59
*** andyhky` has joined #openstack-dev18:59
*** cp16net|away has joined #openstack-dev18:59
*** mancdaz has joined #openstack-dev18:59
*** pandemicsyn has joined #openstack-dev18:59
*** cweidenkeller has joined #openstack-dev18:59
*** bhuvan has joined #openstack-dev18:59
*** yamahata has joined #openstack-dev18:59
*** darkhorse has joined #openstack-dev18:59
*** soren has joined #openstack-dev18:59
*** ekarlso has joined #openstack-dev18:59
*** Madkiss has joined #openstack-dev18:59
*** clarkb has joined #openstack-dev18:59
*** salgado has joined #openstack-dev18:59
*** ameade has joined #openstack-dev18:59
*** uvirtbot has joined #openstack-dev18:59
*** Lumiere has joined #openstack-dev18:59
*** mtaylor has joined #openstack-dev18:59
*** markwash has joined #openstack-dev18:59
*** adam_g has joined #openstack-dev18:59
*** devcamcar has joined #openstack-dev18:59
*** LinuxJedi has joined #openstack-dev18:59
*** andrewsben has joined #openstack-dev18:59
*** wdunn_ has joined #openstack-dev18:59
*** jmeredit has joined #openstack-dev18:59
*** ttx has joined #openstack-dev18:59
*** JordanRinke has joined #openstack-dev18:59
*** rpedde has joined #openstack-dev18:59
*** ahale_ has joined #openstack-dev18:59
*** pvo has joined #openstack-dev18:59
*** hubbard.freenode.net sets mode: +vvvv pandemicsyn soren mtaylor pvo18:59
*** wkelly has joined #openstack-dev18:59
*** sleepsonzzz has joined #openstack-dev18:59
*** joearnold has joined #openstack-dev18:59
*** notmyname has joined #openstack-dev18:59
*** dragondm has joined #openstack-dev18:59
*** redbo has joined #openstack-dev18:59
*** s1rp has joined #openstack-dev18:59
*** antonym has joined #openstack-dev18:59
*** swifterdarrell has joined #openstack-dev18:59
*** westmaas has joined #openstack-dev18:59
*** tr3buchet has joined #openstack-dev18:59
*** jakedahn has joined #openstack-dev18:59
*** akscram has joined #openstack-dev18:59
*** jpeeler has joined #openstack-dev18:59
*** errr has joined #openstack-dev18:59
*** Guest63158 has joined #openstack-dev18:59
*** mattstep has joined #openstack-dev18:59
*** alpha_ori has joined #openstack-dev18:59
*** Aaton has joined #openstack-dev18:59
*** Drakiz has joined #openstack-dev18:59
*** anderstj has joined #openstack-dev18:59
*** Samos123 has joined #openstack-dev18:59
*** hubbard.freenode.net sets mode: +vv notmyname redbo18:59
openstackgerritA change was merged to openstack/openstack-common: Added a method for parsing host:port pairs.  https://review.openstack.org/1261518:59
*** openstackjenkins has quit IRC18:59
*** nunosantos has quit IRC19:00
*** openstackjenkins has joined #openstack-dev19:00
*** steveb_ has quit IRC19:00
*** andrewbogott is now known as andrewbogott_afk19:00
*** steveb_ has joined #openstack-dev19:01
*** ayoung is now known as ayoung-lunch19:01
ttxdanwent: for https://bugs.launchpad.net/nova/+bug/1040956 do you agree with vishy ? If yes I can propose the fix you listed19:02
uvirtbotLaunchpad bug 1040956 in nova ""Unable to get quota information" in horizon when using quantum" [Critical,Confirmed]19:02
*** thinrhino has joined #openstack-dev19:02
*** nati_uen_ is now known as nati_ueno19:04
*** mnewby has quit IRC19:06
*** garyk has quit IRC19:08
*** garyk has joined #openstack-dev19:09
danwentttx: in the process of testing that fix right now19:09
danwentam about to push…19:09
ttxdanwent: cool :)19:09
*** salv-orlando has joined #openstack-dev19:10
ttxdanwent: the other bug I'd like to clarify is bug 103966519:11
uvirtbotLaunchpad bug 1039665 in nova "Creating quantum L2 networks (without subnets) doesn't work as expected" [High,In progress] https://launchpad.net/bugs/103966519:11
danwentttx: ok, will take a look after I push this one19:12
ttxdanwent: see Vish's comment at the bottom of https://review.openstack.org/1192319:12
ameadevishy: hey, did you mean to assign me?19:13
ttxdanwent: will ask you about it during meeting, so better look into it ahead of time :)19:13
*** gatuus has quit IRC19:13
danwentk, thanks19:13
danwentttx: btw, tr3buchet may be a better person to ask about that last bug.  I really haven't been involved with the whole 'legacy network info' stuff that happened in nova19:14
ttxdanwent: cool, thx for the pointer19:15
*** mnewby has joined #openstack-dev19:17
*** smooc has joined #openstack-dev19:21
*** apevec has joined #openstack-dev19:22
*** apevec has joined #openstack-dev19:22
*** joesavak has joined #openstack-dev19:22
*** jsavak has quit IRC19:24
*** jsavak has joined #openstack-dev19:25
*** joesavak has quit IRC19:28
jaypipesjgriffith: seems more than just me are having issues with the iscsiadm: https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/103349319:32
uvirtbotLaunchpad bug 1033493 in iscsitarget "iscsiadm: No portal found. in the newest code after 2012.8.6" [Undecided,New]19:32
jaypipesjgriffith: notice the openstack reference in the bug report19:33
jgriffithjaypipes: Ahhh.. interesting19:33
*** jsavak has quit IRC19:34
*** mrodden has joined #openstack-dev19:35
jaypipesjgriffith: FWIW I'm on kernel 3.2.0-3019:36
jgriffithjaypipes: yeah, me too19:36
jgriffithjaypipes: There seems to be a multitude of issues with iscsi/lvm here19:36
*** mrodden1 has quit IRC19:37
*** maurosr is now known as maurosr_meeting19:38
*** cp16net|away is now known as cp16net19:39
jaypipesjgriffith: so you can reproduce the issue (running devstack) as well?19:40
jgriffithjaypipes: Nope, not yet19:40
jgriffithjaypipes: I saw this the other night but it was a different issue (malformed iqn) and haven't seen it since19:40
jaypipesjgriffith: excuse my n00bness in this area, but how do I essentially "reset" my local machine to remove all the volumes that Nova/Cinder may have created?19:41
jgriffithjaypipes: I'm modifying my vagrant script to try this again with latest and greatest19:41
jaypipesjgriffith: kk.19:41
jaypipesjgriffith: gotta run (back in about 45 mins)19:41
jgriffithjaypipes: So other than unstack and delete the persistent files?19:41
jgriffithjaypipes: Or do you have a bunch-o stuff on a "real" system?19:41
jaypipesjgriffith: no, no "real" system, only devstack19:44
*** eglynn_ has quit IRC19:44
*** rkukura has quit IRC19:45
jgriffithjaypipes: k... deleting the persist files and unstack *should* do it then19:45
ayoung-lunchheckj, should I put up more Keystone topics on the Summit site? I'd like a PKI session and an LDAP session in addition to the Federation session,  but I don't want to take over the whole thing....19:45
*** eglynn_ has joined #openstack-dev19:45
*** Ryan_Lane has quit IRC19:46
openstackgerritA change was merged to openstack/glance: Fallback to a temp pid file in glance-control  https://review.openstack.org/1273619:46
openstackgerritA change was merged to openstack/horizon: Remove template comments from compressed blocks.  https://review.openstack.org/1281519:46
*** ayoung-lunch is now known as ayoung19:47
*** Mandell has joined #openstack-dev19:47
*** koolhead17 has quit IRC19:47
*** adalbas has quit IRC19:48
openstackgerritA change was merged to openstack/horizon: Admin panel: Don't poll shutoff instances  https://review.openstack.org/1274019:49
openstackgerritA change was merged to openstack/horizon: Adds release notes for 2012.2 "Folsom".  https://review.openstack.org/1268319:49
heckjayoung: take it over :-) I think it'll mostly be us suggesting early topics, and I expect a plethora of outside requests about 1-2 weeks just prior to the summit if it matches last summit's pattern19:49
*** Kristy has quit IRC19:54
*** GheRivero has quit IRC19:54
*** GheRivero has joined #openstack-dev19:55
*** TheRealBill has joined #openstack-dev19:56
salv-orlandoA question on nova: is there any way for an admin tenant to boot an instance on behalf of another tenant? Say… The request is performed with the token of an admin user, but then the created instance is associated to the tenant, i.e.: project_id = tenant_id (and not admin_tenant_id) ?19:58
*** colinmcnamara has joined #openstack-dev19:59
*** pixelbeat has quit IRC19:59
*** dprince has quit IRC19:59
*** lloydde_ has joined #openstack-dev20:02
*** jakedahn is now known as jakedahn_zz20:02
openstackgerritA change was merged to openstack/openstack-common: Improve logging of process id  https://review.openstack.org/1269220:03
*** TheRealBill_ has joined #openstack-dev20:05
*** lloydde has quit IRC20:05
*** torandu has quit IRC20:06
*** thinrhino has quit IRC20:07
*** TheRealBill_ has left #openstack-dev20:07
jgriffithjaypipes: Hmmm... devstack is behaving properly for me on the attach20:07
jgriffithjaypipes: http://paste.openstack.org/show/20877/20:07
*** TheRealBill has quit IRC20:08
*** heckj has quit IRC20:08
*** gatuus has joined #openstack-dev20:10
*** davidkranz has joined #openstack-dev20:11
*** davidkranz_ has quit IRC20:11
eglynn_dtroyer: I was hoping to bring this devstack exercise back from the dead https://review.openstack.org/985320:13
eglynn_dtroyer: can you remember any details of the failure you saw?20:13
eglynn_dtroyer: BTW are the devstack exercises used anymore to gate merges to any of the other projects?20:13
dolphmmnewby: +2'd thanks!20:15
*** colinmcnamara has quit IRC20:16
rmkI think we need to write a periodic job to check reconcile actual volume attachment state20:19
rmkOr provide a mechanism for issuing "Force re-attach"20:19
*** jakedahn_zz is now known as jakedahn20:20
openstackgerritA change was merged to openstack/swift: container_info returns a dict  https://review.openstack.org/1259220:24
*** zaitcev has joined #openstack-dev20:25
*** adalbas has joined #openstack-dev20:25
dtroyereglynn_:  testing the script again…  the exercises are still used for gating afaik20:26
eglynn_dtroyer: thanks!20:27
eglynn_dtroyer: BTW the issue could have been the ACTIVE_TIMEOUT, which the script sets to 120s (perhaps this should be increased ...)20:28
dtroyereglynn_: I have ACTIVE_TIMEOUT set to 240 in all of my localrc files20:35
*** torandu has joined #openstack-dev20:36
devanandabcwaldon: hi! i'm looking into writing unit tests for bug 10797. Did you have anything specific in mind?20:36
uvirtbotLaunchpad bug 10797 in nautilus "nautilus smb browsing in hoary fails to show files (dup-of: 10302)" [Medium,Invalid] https://launchpad.net/bugs/1079720:36
dtroyereglynn_: I get a failure when deleting the volume at the end using nova volumes, and creating the volume using cinder.  I think I need to re-run these on a failrly clean VM, the one I used had had all kinds of devstack patches thrown at it...20:36
uvirtbotLaunchpad bug 10302 in gnome-vfs2 "/usr/lib/gnome-vfs2/gnome-vfs-daemon hangs while browsing a windows share" [Medium,Fix released] https://launchpad.net/bugs/1030220:37
eglynn_dtroyer: the script sets ACTIVE_TIMEOUT explicitly to 120, prolly should check first if its already set to a higher value in the localrc (as in your case ...)20:37
devanandaer, not the bug, i meant review 10797 ...20:37
bcwaldondevananda: can you link me to the review?20:38
devanandabcwaldon: https://review.openstack.org/#/c/10797/720:38
dtroyereglynn_: I see..yes, it shouldn't override exxerciserc/localrc like that20:38
eglynn_dtroyer: yep, I'll fix that20:38
dtroyerthere's a typo on like 88 too: s/do/go/20:39
eglynn_dtroyer: good spot20:40
*** lloydde_ is now known as lloydde20:40
*** kbringard has quit IRC20:41
dtroyereglynn_: I'm also thinking it might be nice to not be so verbose inside await_termination(), especially since you're using *-show commands…scrollback fills quickly that way without being too useful20:41
eglynn_dtroyer: good point, I'll look into that too20:42
*** adalbas has quit IRC20:43
*** gabrielhurley has joined #openstack-dev20:44
jaypipesjgriffith: might have to just blow away my devstack and start fresh..20:49
*** torgomatic has quit IRC20:49
*** alexpilotti has quit IRC20:49
*** gyee has quit IRC20:49
jgriffithjaypipes: I'm hoping for the "no portal found" that's the case20:49
*** torgomatic has joined #openstack-dev20:49
*** kbringard has joined #openstack-dev20:49
jgriffithjaypipes: But there's some other problems that you're going to run in to20:50
jgriffithjaypipes: There's a kernel bug with dd --> lvm's20:50
jaypipesjgriffith: what's that?20:50
*** rkukura has joined #openstack-dev20:50
jgriffithjaypipes: The problem was MOSTLY seen with writing to snapshot LVM's20:50
jaypipesjgriffith: showstopper or is there a workaround20:50
jgriffithSo I thought I'd be clever and move the zero out to the volume-create20:50
* jaypipes pissed this hasn't triggered Tempest gate failures.20:50
jgriffithjaypipes: The snapshot delete was interesting because it casued a kernel hang20:51
jgriffithjaypipes: I couldn't reproduce it for a month, then hit it every time I ran20:51
jgriffithjaypipes: Put in my work around, life was good for a week20:51
jgriffithjaypipes: Now, running into issues with it on occasion as well20:51
jgriffithjaypipes: :(20:51
jgriffithjaypipes: Are all the tempest/gate machines on 12.04?20:52
jaypipesjgriffith: not sure, I think so though...20:52
jaypipesjgriffith: heck I don't even know if cinder is enabled.20:52
jgriffithjaypipes: It was20:52
jaypipesjgriffith: I think it is though20:52
jaypipeskk20:52
jgriffithjaypipes: we worked on that long ago and it was all in place so we should be good there20:53
jgriffithjaypipes: The problem now is... sometimes the zero out on create can take a long time20:53
jgriffithjaypipes: not good20:53
jgriffithjaypipes: and I had one time where I hit the same kernel hang :(20:54
jgriffithjaypipes: Now I have apport set up and ready as well as a dump of kern.log and can't reproduce it :(20:54
openstackgerritA change was merged to openstack/swift: Adds Error Handling to swift-drive-audit for missing or unreadable /var/log/kern.log  https://review.openstack.org/1278620:54
jaypipesjgriffith: so, this is what I get every time I run unstack.sh :( http://paste.openstack.org/show/20880/20:54
jaypipesjgriffith: how do I fix that? any ideas?20:54
*** maurosr_meeting is now known as maurosr20:55
*** mcaway is now known as markmc20:55
jgriffithjaypipes: hmmm... run unstack again and see if it says "not connected"20:55
jaypipesjgriffith: yup: jpipes@uberbox:~/repos/devstack$ ./unstack.sh20:56
jaypipes * Stopping web server apache2                                                                                                                                                                                                        [ OK ]20:56
jaypipestgtadm: can't send the request to the tgt daemon, Transport endpoint is not connected20:56
jaypipesstop: Unknown instance:20:56
jgriffithjaypipes: I think what you're seeing is just squawking about what it is doing20:56
jgriffithyeah... that's just the log output from dtroyer :)20:57
*** danishman has quit IRC20:57
jgriffithjaypipes: I'll look and see if we should be doing something more graceful than stopping the tgtd service20:57
jgriffithjaypipes: but that seems to handle it even though it's not graceful20:58
jaypipesjgriffith: tgtadm: can't send the request to the tgt daemon, Transport endpoint is not connected20:58
jaypipesjgriffith: that's the output from tgtadm20:58
dtroyerjgriffith: please do  ;)   What is there was from when I didn't know jack about tgtd and I've never gone back to clean it up.20:58
jgriffithyeah, because we do a stop on the service20:58
jaypipesdtroyer: lol, you and me both :(20:59
eglynn_dtroyer: https://review.openstack.org/#/c/9853/12/exercises/ec2_create_image.sh addresses the points you made above20:59
*** maurosr has quit IRC20:59
jgriffithdtroyer: :)  I'll add an explicit remove target or something.  Meanwhile I submitted a rm -rf on /opt/stack/cinder/volumes/*20:59
markwashchmouel: if you like, I made a comment on https://review.openstack.org/#/c/12422/ you might want to take a look at20:59
jgriffithdtroyer: I'll nix that patch and add some more tgtadm cleanup to it21:00
*** heckj has joined #openstack-dev21:01
markmcdhellmann, could you review this openstack-common patch? https://review.openstack.org/1251821:01
dtroyerjgriffith: I think we've talked about it before, but if we could eventually move stuff like /opt/stack/cinder/volumes to /opt/stack/data/cinder/volumes/* (or anything under /opt/stack/data) I'd love it.  I know you inherited that from nova, I need to fix nova too...21:01
markmcdhellmann, would be nice to get it in for cinder rc121:01
jgriffithdtroyer: You and I were in agreeement on that one :)21:02
*** matwood has quit IRC21:03
dtroyerjgriffith: good deal.  I'm getting too old to remember all of that stuff :(21:03
jgriffithdtroyer: ditto21:03
dolphmayoung: heckj: just hemorrhaged a few more client reviews, role check/list/grant/revoke per domain/project is next (tomorrow hopefully)21:13
ayoungdolphm, rock on21:13
*** jrd-redhat has quit IRC21:14
heckjdolphm: awesome dude!21:14
dolphmbashing my head up against mox trying to test PUT calls21:15
ayoungdolphm, what about it21:15
dolphmayoung: trying to read mox output on test failure (expected vs actual) is a pain, to start with21:17
jgriffithdtroyer: jaypipes https://review.openstack.org/#/c/12823/21:17
ayoungdolphm, is this a call for help, or just venting.   Either way, I am here for you.21:17
dolphmayoung: venting :)21:17
dolphmayoung: i'll figure it out tomorrow21:18
*** dolphm__ has quit IRC21:19
jaypipesjgriffith: lgtm, except prolly want to replace TABs with spaces...21:20
jgriffithjaypipes: :( Yeah, just saw that... on it's way21:21
*** GheRivero has quit IRC21:22
*** japage has quit IRC21:23
*** titankiller3 has quit IRC21:24
openstackgerritA change was merged to openstack/glance: Add s3_store_bucket_url_format config option  https://review.openstack.org/1276021:26
*** tgall_foo has quit IRC21:27
*** mnewby has quit IRC21:30
*** mtreinish has quit IRC21:32
*** kapilt is now known as hazmat21:33
clayghow do I add a dependency to a gerrit review?21:35
Vekrebase on top of the gerrit review.  Note you can pull from gerrit, if it isn't yours.21:36
claygVek: yes, I think that makes sense, so the change I push up will have two commits with two changeId's and gerrit does the needful?21:37
Vekit should.  Note I'm hardly a gerrit expert, however :)21:37
clayghrmmm... any hope of representing a dependency across projects?  like this fix to nova.volume.cinder requires this fix in python-cinderclient ???21:38
VekI'm pretty sure not, unfortunately.21:38
claygi guess that's why we can add notes to the review!21:39
claygthanks a bunch!21:39
Vekcan also mention it in your commit message, so us reviewers know about it up front.21:39
jaypipesclayg: no, but that would be indeed useful!21:39
* jaypipes laments not being able to do that with tempest and devstack related reviews.21:39
*** waa has joined #openstack-dev21:40
openstackgerritA change was merged to openstack/quantum: Create .mailmap file  https://review.openstack.org/1197521:40
Vekyeah, that's always the danger of too much automation--not having an interface to extend it to things that can't be automated21:40
jgriffithjaypipes: You're killing me man :)21:44
jgriffithjaypipes: hmmm... so I have another idea that's mo-better21:44
jgriffithjaypipes: I'll pull iqn's from the persist file and only delete those21:44
jaypipesjgriffith: :) better21:44
jgriffithjaypipes: But I'm not sure why this isn't fixing the issue you're seeing21:44
jaypipesjgriffith: because if tgt is hosed, you can't execute tgt-admin --delete ALL21:45
jgriffithjaypipes: right... but I'm wondering why it get's hosed?  I can of course check for an error and restart it21:46
bcwaldonmarkmc: !21:46
jgriffithjaypipes: I'm just wondering what the root problem is21:46
markmcbcwaldon, ~~>21:46
bcwaldonmarkmc: see my comments on the bug you just claimed21:47
bcwaldonmarkmc: the invalid json 500 bug21:47
markmcbcwaldon, yeah, I think we handle it fine for servers but not volumes21:47
markmcif not 'server' in body:21:47
markmc            raise exc.HTTPUnprocessableEntity()21:47
bcwaldonmarkmc: ok, I just wonder what env the reporter is using21:48
markmcbcwaldon, yeah21:48
bcwaldonmarkmc: and we interchange 400 and 422 which is pretty bad21:48
markmcif not body:21:48
markmc            raise exc.HTTPUnprocessableEntity()21:48
markmc        volume = body['volume']21:48
bcwaldonmarkmc: what worries me is that I bet there are places like this where we don't check for KeyErrors21:49
bcwaldonmarkmc: that just havent been caught yet21:49
bcwaldonmarkmc: so we're going to fix it for these cases, but the core bug is still there21:49
bcwaldonmarkmc: we're just treating a bad design decision21:49
markmcbcwaldon, you mean we should just generically catch KeyError?21:50
jaypipessmoser: what's the cirros image password again? something about the red sox, right?21:50
bcwaldonmarkmc: thats probably too far in the other direction21:50
bcwaldonmarkmc: I'm honestly not sure how to best solve this problem21:50
bcwaldonmarkmc: we aren't doing enough validation up front, thats the big issue21:51
bcwaldonmarkmc: I wish we used json schemas internally21:51
bcwaldondevananda: haven't forgotten about you, just not sure what to tell you21:52
markmcbcwaldon, I think just switching from getitem to get is a fine bugfix21:52
markmcbcwaldon, not even too worried about catching all cases21:52
jaypipessmoser: never mind. cubswin:)21:53
markmcbcwaldon, handling the obvious ones better is goodness, missing some of the obscure ones ...21:53
markmcbcwaldon, if we had generic validation against a schema, cool21:53
bcwaldonmarkmc: probably fine21:53
bcwaldonmarkmc: now is not the time to fix the core problem, I agree21:53
*** Monitor has joined #openstack-dev21:55
*** Monitor has left #openstack-dev21:55
devanandabcwaldon: ack. what i'm currently thinking is to just test the wrap_db_error() retry logic, outside of any actual database connection21:56
bcwaldondevananda: a good step21:56
devanandabcwaldon: making a test that actually involves restarting mysqld seems like, well, not the right approach for a unit test21:57
devanandabcwaldon: hence my question of what degree of testing you're looking for :)21:57
*** colinmcnamara has joined #openstack-dev21:58
*** bigmeow has quit IRC21:59
*** eharney has quit IRC21:59
bcwaldondevananda: ok, well this sounds like what I'm looking for21:59
bcwaldondevananda: so we're on the same page21:59
devanandabcwaldon: great. hopefully i'll be able to post it soon22:00
*** samkottler is now known as samkottler|food22:00
*** rnirmal has quit IRC22:00
*** ywu has joined #openstack-dev22:00
*** Tross has quit IRC22:02
*** kbringard has quit IRC22:06
*** markmc has quit IRC22:08
danwentamotoki: ping?22:08
*** mrodden1 has joined #openstack-dev22:10
*** dspano has quit IRC22:11
*** alexpilotti has joined #openstack-dev22:12
*** mrodden has quit IRC22:14
*** Ryan_Lane has joined #openstack-dev22:14
openstackgerritA change was merged to openstack/horizon: Document limitations of quantum/nova/floating ip integration.  https://review.openstack.org/1283222:14
openstackgerritA change was merged to openstack/cinder: Revert "Don't zero out snapshot volume on snapshot_delete"  https://review.openstack.org/1283322:15
*** EmilienM has left #openstack-dev22:16
*** datsun180b has quit IRC22:16
*** cjohnston has left #openstack-dev22:17
*** sacharya has quit IRC22:22
*** tgall_foo has joined #openstack-dev22:22
*** tgall_foo has quit IRC22:22
*** tgall_foo has joined #openstack-dev22:22
*** tgall_foo has quit IRC22:23
*** AlanClark has quit IRC22:23
*** danwent has quit IRC22:25
*** mrodden1 has quit IRC22:26
*** mrodden has joined #openstack-dev22:27
openstackgerritA change was merged to openstack/quantum: Add a new interface driver OVSVethInterfaceDriver.  https://review.openstack.org/1271422:27
*** dolphm_ has joined #openstack-dev22:29
*** spiffxp has quit IRC22:30
*** nati_ueno_2 has joined #openstack-dev22:30
*** samkottler|food is now known as samkottler22:31
*** metral has quit IRC22:31
*** metral has joined #openstack-dev22:31
*** mrodden has quit IRC22:31
*** gabrielhurley has quit IRC22:32
*** waa has quit IRC22:32
*** Ryan_Lane has quit IRC22:33
*** dolphm_ has quit IRC22:34
*** smooc has quit IRC22:34
openstackgerritA change was merged to openstack/glance: Set new version to open Grizzly development  https://review.openstack.org/1283422:35
*** danwent has joined #openstack-dev22:39
*** e1mer has joined #openstack-dev22:50
openstackgerritA change was merged to openstack/python-novaclient: Optionally faster 'nova show'  https://review.openstack.org/1282122:50
*** jimfehlig has quit IRC22:50
*** waa has joined #openstack-dev22:51
*** avishay has quit IRC22:52
*** jaypipes has quit IRC22:52
*** avishay has joined #openstack-dev22:52
openstackgerritA change was merged to openstack/horizon: Open Grizzly (2013.1)  https://review.openstack.org/1283622:54
*** colinmcnamara has quit IRC22:55
openstackgerritA change was merged to openstack/cinder: Remove null_kernel option.  https://review.openstack.org/1244522:58
*** Tross has joined #openstack-dev23:01
*** heckj has quit IRC23:02
*** gabrielhurley has joined #openstack-dev23:02
*** sacharya has joined #openstack-dev23:03
*** samkottler is now known as samkottler|out23:03
*** rpedde is now known as rpedde_away23:05
*** eglynn_ has quit IRC23:07
*** lloydde has quit IRC23:10
*** torandu has quit IRC23:16
*** roge has quit IRC23:19
*** Tross has quit IRC23:21
*** ywu has quit IRC23:22
*** ywu has joined #openstack-dev23:22
*** pixelbeat has joined #openstack-dev23:23
*** ywu has quit IRC23:24
*** ywu has joined #openstack-dev23:24
*** spiffxp has joined #openstack-dev23:29
*** _adjohn has joined #openstack-dev23:29
*** gabrielhurley has quit IRC23:30
*** adjohn has quit IRC23:31
*** _adjohn is now known as adjohn23:31
*** torandu has joined #openstack-dev23:31
gatuusWhat about simplyfing the user - role  assigning  in keystone??23:31
*** torandu has quit IRC23:34
*** torandu has joined #openstack-dev23:35
*** gongysh has joined #openstack-dev23:35
*** alex88 has joined #openstack-dev23:35
*** alex88 has joined #openstack-dev23:35
alex88hi guys, i want to add a change to https://review.openstack.org/#/c/12808/23:35
alex88so i've cloned nova repo, did a git fetch https://review.openstack.org/openstack/nova refs/changes/08/12808/2 && git checkout FETCH_HEAD as it's in that page23:36
*** markmcclain has quit IRC23:36
alex88edited the code again, then git commit -a --amend23:36
alex88and on git review i get No changes between HEAD and gerrit/master. Submitting for review would be pointless.23:36
*** torandu has quit IRC23:37
alex88any idea?23:37
*** waa has quit IRC23:37
*** ywu has quit IRC23:39
*** ywu has joined #openstack-dev23:39
*** gatuus has quit IRC23:40
*** alex88 has quit IRC23:41
jgriffithany linux kernel folks around?23:44
*** maurosr has joined #openstack-dev23:49
*** jimfehlig has joined #openstack-dev23:50
*** maurosr has quit IRC23:53
*** johnpur has quit IRC23:53
*** ywu has quit IRC23:54
*** ywu has joined #openstack-dev23:54
*** maurosr has joined #openstack-dev23:57
*** danwent has quit IRC23:57
*** bigmeow has joined #openstack-dev23:57
*** gatuus has joined #openstack-dev23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!