Thursday, 2012-10-25

*** jergerber has joined #openstack-dev00:00
*** lifeless has joined #openstack-dev00:00
jeblairjgriffith: https://bugs.launchpad.net/cinder/+bug/1023755 is still a big problem for test runs... any news?00:01
uvirtbotLaunchpad bug 1023755 in linux "Precise kernel locks up while dd to /dev/mapper files > 1Gb (was: Unable to delete volume)" [Undecided,Confirmed]00:01
*** colinmcnamara has joined #openstack-dev00:01
*** jergerber has quit IRC00:01
jgriffithjeblair: sigh... I have no updates on this00:02
*** ywu_ has quit IRC00:05
*** ywu_ has joined #openstack-dev00:05
*** hemna has quit IRC00:07
*** krtaylor has joined #openstack-dev00:08
*** jtran has quit IRC00:08
*** otherwiseguy has quit IRC00:08
vishyjgriffith: is that fix you proposed for nova already in cinder?00:09
vishyjgriffith: nm found it00:10
*** ywu_ has quit IRC00:11
*** ywu_ has joined #openstack-dev00:11
*** jergerber has joined #openstack-dev00:12
*** dims has quit IRC00:13
*** alunduil has joined #openstack-dev00:14
*** ywu_ has quit IRC00:15
*** ywu_ has joined #openstack-dev00:15
*** Tross has quit IRC00:16
*** anniec has quit IRC00:16
*** anniec has joined #openstack-dev00:17
*** johnpostlethwait has joined #openstack-dev00:17
*** pixelbeat has quit IRC00:18
*** johnpostlethwait has quit IRC00:18
*** johnpostlethwait has joined #openstack-dev00:18
jgriffithvishy: Ooops, didn't see your comment.  Changing now00:19
*** ywu_ has quit IRC00:20
*** ywu_ has joined #openstack-dev00:20
*** Tross has joined #openstack-dev00:21
rmkvishy: hey sorry back now00:21
vishyjgriffith: i just put it in, did you address kevin mitchell's comments already?00:22
vishyrmk: hey so i found an issue on reboot which i linked above00:22
rmknods, looking at it now00:22
rmkI actually fixed this in our essex base and needed to get the same thing into master00:22
vishyrmk: but it also appears that if you lose the xml def on the host and attempt to reboot you will lose attached volumes00:23
rmkright00:23
vishyrmk: since the xml is reloaded from libvirt.xml which won't have them00:23
jgriffithvishy: Yeah, but I didn't go back and redo the ones that don't fail pep8 in cinder00:23
rmkya I switched to_xml on hard_reboot every time to sort this00:23
vishykind of an edge case but I just looked at all the consumers of get_domain_xml00:23
vishythere are only 300:23
rmkvishy: So I know we had some back and forth in the room about trusting the running config or not.  I pretty firmly believe we always need to be able to generate the config regardless.00:24
vishyand i think we can just pass in network_info and block_device_info and have it call to_xml00:24
vishythe only one that doesn't have it is rescue00:24
*** colinmcnamara has quit IRC00:24
jgriffithvishy: I'll be back later if there's any issues with it still00:24
jgriffithvishy: thanks00:24
vishyand i'm ok with rescue not working if the domain isn't defined (in fact I think it fails earlier anyway)00:25
vishyjgriffith: no worries00:25
rmkvishy:  Yep and there's a fix that we need in to_xml which we discovered internally here.  If a flavor is deleted and you call to_xml for an instance referencing that flavor, boooooom.00:25
jgriffithlaters00:25
vishyrmk: yeah deleting flavors is not safe00:25
*** Mandell has quit IRC00:25
vishyour plan was to move all flavor data to system_metadata00:26
rmkright I like that a lot00:26
vishyi think it needs to be done as part of the no-db-compute anyway00:26
vishyrussellb: ^^00:26
rmkvishy: I'd advocate that we ignore whatever we think we have on hard_reboot and call to_xml every single time00:26
vishyrmk: I think i prefer using the libvirt version if we have it00:27
vishyrmk: although maybe i could be convinced00:27
vishyrmk: if you need to kill the libvirt def it means something has gone very wrong00:27
*** cdub_ has joined #openstack-dev00:28
vishyrmk: so I don't mind forcing the operator to do that manually00:28
*** riskable has quit IRC00:28
vishyi.e. if you really want to regenerate it do a virsh destroy, virsh undefine00:28
*** dims has joined #openstack-dev00:28
*** salv-orlando has quit IRC00:28
vishyi suppose that doesn't let us do interesting stuff like hacking the database and then doing a reboot to pick up new volumes00:28
rmkI don't think it'll be all that uncommon not to care about it00:29
rmkExactly, thats one case00:29
rmkWe're looking at ways to definatively determine a hypervisor has died and call for a reschedule/relaunch of all the VMs in question00:29
rmkIn that case, I don't have access to libvirt's version of the config file anyway00:29
vishyrmk: i almost feel like it should be a separate command00:29
rmkSeems like if I can't rely on it being there everytime, I'd rather not use it at all00:29
vishyrmk: sure but in that case it will fallback to to_xml00:30
rmkI had a case recently where the running libvirt xml referenced a volume, which nova no longer knew about00:30
vishyrmk: redoing it every time precludes an operator editing the xml though00:30
vishyrmk: I have had cases where I changed the default ram for the vm for example00:30
rmkhmm00:30
*** vipuls has quit IRC00:31
rmkvishy: Maybe we need a "recover" command00:32
vishyrmk: there is some work being done on evacuate00:32
vishyrmk: https://blueprints.launchpad.net/nova/+spec/rebuild-for-ha00:33
vishygtg00:33
*** ywu_ has quit IRC00:35
*** ywu_ has joined #openstack-dev00:35
rmkvishy: What if we wrapped the create_domain_and_network call with try/except, and on an except, we redefine and try again?00:36
*** winston-d has joined #openstack-dev00:36
rmkwithin hard_reboot00:36
rmkor actually, create itself could do that00:37
*** stevebake has joined #openstack-dev00:37
*** littleidea has quit IRC00:38
*** cdub_ has quit IRC00:39
*** lloydde has joined #openstack-dev00:44
*** s0mik has quit IRC00:44
*** thingee is now known as thingee_zz00:46
*** utlemming has joined #openstack-dev00:46
*** ywu_ has quit IRC00:50
*** ywu_ has joined #openstack-dev00:50
*** anniec has left #openstack-dev00:50
*** anniec_ has joined #openstack-dev00:52
*** anniec_ has left #openstack-dev00:52
*** Tross has quit IRC00:55
*** ewindisch has quit IRC00:55
*** ayoung has quit IRC00:56
*** nati_uen_ has joined #openstack-dev00:57
*** blamar has quit IRC00:57
*** nati_ueno has quit IRC01:00
*** Tross has joined #openstack-dev01:00
*** ywu_ has quit IRC01:05
*** ywu_ has joined #openstack-dev01:05
*** lloydde has quit IRC01:05
*** Tross has quit IRC01:07
*** viraptor has quit IRC01:09
*** littleidea has joined #openstack-dev01:09
*** ywu_ has quit IRC01:11
*** ywu_ has joined #openstack-dev01:11
*** stevebake has quit IRC01:11
openstackgerritA change was merged to openstack/nova: Don't require quantumclient when running nova-api.  https://review.openstack.org/1470001:14
openstackgerritA change was merged to openstack/nova: Consistent Rollback for instance creation failures  https://review.openstack.org/1428901:14
*** danwent has quit IRC01:15
*** ewindisch has joined #openstack-dev01:17
*** ywu_ has quit IRC01:20
*** ywu_ has joined #openstack-dev01:20
*** adjohn has quit IRC01:20
*** stevebake has joined #openstack-dev01:21
*** blamar has joined #openstack-dev01:21
*** epim has quit IRC01:26
*** utlemming has quit IRC01:29
*** Ryan_Lane has quit IRC01:30
openstackgerritA change was merged to openstack/quantum: Call iptables without absolute path.  https://review.openstack.org/1475601:31
openstackgerritA change was merged to openstack/glance: SSL functional tests always omitted  https://review.openstack.org/1416601:44
*** Tross has joined #openstack-dev01:44
*** epim has joined #openstack-dev01:45
*** roadTripper has quit IRC01:49
*** Tross has quit IRC01:59
*** utlemming has joined #openstack-dev02:04
*** melwitt has quit IRC02:05
*** johnpostlethwait has quit IRC02:10
*** sunilthaha has joined #openstack-dev02:12
*** wenjianhn has joined #openstack-dev02:13
openstackgerritA change was merged to openstack/python-glanceclient: Allow deletion of multiple images through CLI  https://review.openstack.org/1463702:23
openstackgerritA change was merged to openstack/swift: Adding CORS support  https://review.openstack.org/1436302:23
openstackgerritA change was merged to openstack/nova: libvirt: persist volume attachments into config  https://review.openstack.org/1479502:24
openstackgerritA change was merged to openstack/nova: Add better log line for undefined compute_driver  https://review.openstack.org/1477102:25
*** blamar has quit IRC02:25
*** ywu_ has quit IRC02:29
*** s0mik has joined #openstack-dev02:34
*** Mandell has joined #openstack-dev02:40
*** markmcclain has joined #openstack-dev02:41
*** eglynn has joined #openstack-dev02:46
*** eglynn__ has joined #openstack-dev02:46
*** RichardRaseley has quit IRC02:47
*** sleepy-eglynn has quit IRC02:50
*** eglynn_ has quit IRC02:50
*** jtran has joined #openstack-dev02:55
*** gongysh has joined #openstack-dev02:57
*** blamar has joined #openstack-dev03:01
*** blamar has joined #openstack-dev03:03
openstackgerritA change was merged to openstack/glance: Disallow admin updating deleted images in v2 api  https://review.openstack.org/1472003:04
*** gongysh has quit IRC03:06
*** s0mik has quit IRC03:08
*** ewindisch_ has joined #openstack-dev03:09
*** blamar_ has joined #openstack-dev03:10
*** s0mik has joined #openstack-dev03:10
*** blamar_ has quit IRC03:11
*** s0mik has quit IRC03:11
*** ewindisch has quit IRC03:12
*** ewindisch_ is now known as ewindisch03:12
*** blamar_ has joined #openstack-dev03:12
*** blamar has quit IRC03:14
*** blamar_ is now known as blamar03:14
*** ewindisch_ has joined #openstack-dev03:15
*** ewindisch__ has joined #openstack-dev03:15
*** edygarcia has joined #openstack-dev03:17
*** ewindisch has quit IRC03:18
*** ewindisch__ is now known as ewindisch03:18
*** ewindisch_ has quit IRC03:19
*** koolhead17 has joined #openstack-dev03:22
*** dhubbard_mac has joined #openstack-dev03:24
*** dhubbard_ has quit IRC03:24
*** jergerber has quit IRC03:26
*** tgall_foo has joined #openstack-dev03:31
*** gongysh has joined #openstack-dev03:35
*** sunilthaha has quit IRC03:35
*** Tross has joined #openstack-dev03:36
*** koolhead17 has quit IRC03:39
*** s0mik has joined #openstack-dev03:39
*** Ryan_Lane has joined #openstack-dev03:41
*** Tross has left #openstack-dev03:43
*** dhubbard_ has joined #openstack-dev03:49
*** tgall_foo has quit IRC03:52
*** koolhead17 has joined #openstack-dev03:52
*** dhubbard_mac has quit IRC03:52
*** Tross has joined #openstack-dev03:54
*** edygarcia has quit IRC04:03
*** utlemming has quit IRC04:11
*** AnilV4 has joined #openstack-dev04:11
*** utlemming has joined #openstack-dev04:13
*** Mandell has quit IRC04:14
*** sacharya has joined #openstack-dev04:16
*** edygarcia has joined #openstack-dev04:24
*** gongysh has quit IRC04:26
*** renier has quit IRC04:31
*** renier has joined #openstack-dev04:31
*** zaitcev has quit IRC04:32
*** utlemming has quit IRC04:33
*** renier has quit IRC04:35
*** edygarcia has quit IRC04:36
*** markmcclain has quit IRC04:37
*** lloydde has joined #openstack-dev04:40
*** thingee_zz is now known as thingee04:47
*** hattwick has quit IRC05:00
*** almaisan-away is now known as al-maisan05:02
*** al-maisan is now known as almaisan-away05:03
*** epim has quit IRC05:03
*** littleidea has quit IRC05:04
*** littleidea has joined #openstack-dev05:06
*** koolhead17 has quit IRC05:06
*** nunosantos has quit IRC05:26
*** lloydde has quit IRC05:27
*** afazekas has joined #openstack-dev05:27
*** adjohn has joined #openstack-dev05:27
*** utlemming has joined #openstack-dev05:33
*** garyk has quit IRC05:34
*** littleidea has quit IRC05:34
*** Mandell has joined #openstack-dev05:37
*** hattwick has joined #openstack-dev05:42
*** sacharya has quit IRC05:45
*** armaan has joined #openstack-dev05:45
*** armaan has left #openstack-dev05:45
*** alobbs has joined #openstack-dev05:51
*** salv-orlando has joined #openstack-dev05:56
*** armaan has joined #openstack-dev05:57
*** vipuls has joined #openstack-dev06:01
*** s0mik has quit IRC06:05
*** mnewby has quit IRC06:12
*** mnewby has joined #openstack-dev06:12
*** jcooley has joined #openstack-dev06:13
*** utlemming has quit IRC06:13
*** jcooley has quit IRC06:14
*** dachary has quit IRC06:17
*** zaneb has joined #openstack-dev06:19
*** aeperezt has quit IRC06:23
*** utlemming has joined #openstack-dev06:24
*** rafaduran has joined #openstack-dev06:24
*** afazekas has quit IRC06:30
*** mindpixel has joined #openstack-dev06:31
*** armaan has left #openstack-dev06:31
*** torandu has joined #openstack-dev06:32
*** lloydde has joined #openstack-dev06:37
*** chrisfer1 has joined #openstack-dev06:38
*** chrisfer has quit IRC06:39
*** vipuls has quit IRC06:40
*** armaan has joined #openstack-dev06:41
*** lloydde has quit IRC06:41
*** garyk has joined #openstack-dev06:41
*** nati_uen_ has quit IRC06:44
*** rbasak has joined #openstack-dev06:52
*** johnpostlethwait has joined #openstack-dev06:53
garykclarkb: ping06:57
*** reidrac has joined #openstack-dev06:59
*** dimitern has joined #openstack-dev06:59
*** rafaduran1 has joined #openstack-dev07:01
*** rafaduran has quit IRC07:02
*** ondergetekende has joined #openstack-dev07:03
*** adjohn has quit IRC07:08
*** EmilienM has joined #openstack-dev07:12
*** nati_ueno has joined #openstack-dev07:14
*** afazekas has joined #openstack-dev07:16
*** Remco_ has joined #openstack-dev07:18
*** Remco_ is now known as Guest5340307:18
ttxrussellb: thx! For some reason a lot of ignorance was recently displayed07:18
*** dimitern has quit IRC07:23
*** dimitern has joined #openstack-dev07:27
*** blamar has quit IRC07:28
*** slackguru has quit IRC07:29
*** slackguru has joined #openstack-dev07:29
*** afazekas_ has joined #openstack-dev07:33
*** tmishler has joined #openstack-dev07:39
*** Ryan_Lane has quit IRC07:40
*** ogelbukh has quit IRC07:40
*** Hitesh has joined #openstack-dev07:40
*** ogelbukh has joined #openstack-dev07:41
*** armaan has left #openstack-dev07:42
*** milner has joined #openstack-dev07:44
Hitesharosen: Hi Aron,07:47
Hitesharosen: Can you please tell me which code/file in Quantum actually does the call to Keystone, when we pass token through header?07:48
Hiteshgaryk: Hi Gary07:48
garykHitesh: hi, how are you?07:49
Hiteshgaryk: I am good,07:49
Hiteshgaryk: :)07:49
Hiteshgaryk: Could you please tell me above questions answer07:49
Hiteshgaryk: ?07:49
*** renier has joined #openstack-dev07:50
*** Mandell has quit IRC07:50
Hiteshgaryk: Actually I am going through this doc, http://docs.openstack.org/trunk/openstack-network/admin/content/ch_auth.html...I need to understand how Quantum does the call to Keystone for authentication07:50
garykHitesh: please look in quantum/auth.py. The user needs to configure the keystone data in the api_paste.ini file07:50
*** davidhadas has quit IRC07:52
garykHitesh: you can look at the demo example. This may show what needs to be configured.07:52
Hiteshgaryk: Ok...policy.json will be defined the policies and rule right?07:52
Hiteshgaryk: Ok..ok07:52
*** renier has quit IRC07:52
garykHitesh: there was a recent fedora test day - you can look at the instructions at https://fedoraproject.org/wiki/QA:Testcase_Quantum_V2#Setup this may also help understand the process and flow07:53
Hiteshgaryk: Awesome Gary..let me go through it :)07:53
Hiteshgaryk: Thank you Gary..I'll go through it,...will ping if I stuck anywhere :)07:54
garykHitesh: ok07:55
Hiteshgaryk: Also, we haven't been started for Grizzly development yet right?07:55
*** mrunge has joined #openstack-dev07:55
*** torandu has quit IRC07:56
*** dachary has joined #openstack-dev07:56
garykHitesh: development is in full swing07:57
Hiteshgaryk: which features you are developing now? ...LbaaS?07:57
*** rbasak has quit IRC07:58
garykHitesh: improving interaction between nova and quantum.08:00
Hiteshgaryk: Ok..I got you..08:00
*** dachary has quit IRC08:00
*** tmishler has quit IRC08:01
*** zing has joined #openstack-dev08:02
*** dachary has joined #openstack-dev08:07
*** mrunge has quit IRC08:08
*** mrunge has joined #openstack-dev08:08
*** erikzaadi has joined #openstack-dev08:17
*** popux has joined #openstack-dev08:19
*** almaisan-away is now known as al-maisan08:20
*** reed has joined #openstack-dev08:23
*** darraghb has joined #openstack-dev08:31
*** nati_ueno has quit IRC08:33
*** salv-orlando_ has joined #openstack-dev08:39
*** salv-orlando has quit IRC08:39
*** salv-orlando_ is now known as salv-orlando08:39
openstackgerritA change was merged to openstack/nova: SanISCSIDriver SSH execution fixes.  https://review.openstack.org/1449108:45
*** gongysh has joined #openstack-dev08:46
gongyshgaryk: ping pong08:46
garykgongysh: hi08:46
garykgongysh: did you see my mail about https://review.openstack.org/#/c/14746/?08:47
gongyshgaryk: can u back port https://review.openstack.org/#/c/14732/ directly?08:47
*** rbasak has joined #openstack-dev08:51
*** henrynash has joined #openstack-dev08:52
*** winston-d has quit IRC08:57
*** thingee is now known as thingee_zz09:03
*** johnpostlethwait has quit IRC09:07
*** erikzaadi has quit IRC09:11
*** mnewby has quit IRC09:18
*** Dorogs has joined #openstack-dev09:23
*** dimitern has left #openstack-dev09:27
openstackgerritA change was merged to openstack/nova: update sample for common logging  https://review.openstack.org/1478809:32
*** pixelbeat has joined #openstack-dev09:33
Hiteshgaryk: Hi Gary09:38
Hiteshgaryk: How many plugin can we configure in Quantum? I think one right?09:38
HiteshEmilienM: Hi Emilien09:39
EmilienMHitesh: you can run one for now, but many in the future with meta plugin09:41
HiteshEmilienM: Thanks :)09:41
EmilienMHitesh: yw09:41
HiteshEmilienM: do you have a link for it?09:42
openstackgerritA change was merged to openstack/nova: Fix live migration volume assignment.  https://review.openstack.org/1477609:42
EmilienMHitesh: yes. Official Doc.09:42
openstackgerritA change was merged to openstack/nova: Fix Incorrect Exception when metadata is over 255 characters  https://review.openstack.org/1472609:42
HiteshEmilienM: I mean for meta plugin09:42
HiteshEmilienM: Ok09:42
openstackgerritA change was merged to openstack/nova: More specific exception handling in migration 091.  https://review.openstack.org/1471409:43
EmilienMHitesh: http://docs.openstack.org/trunk/openstack-network/admin/content/ch_limitations.html09:43
EmilienM#MetaPlugin part09:43
openstackgerritA change was merged to openstack/nova: Remove deprecated root_helper config  https://review.openstack.org/1472209:44
HiteshEmilienM: Awesome Emilien Thanks :)09:44
HiteshEmilienM: I am thinking how we can give a hyper-v quantum support through plugin09:44
EmilienMwe talked about that with Alex09:44
HiteshEmilienM: We'll speak with Alessandro in our next meeting09:45
EmilienMit seems the best first solution is to implement OVS09:45
HiteshEmilienM: I am looking some WMI API in Hyper-v...09:45
HiteshEmilienM: Actually OVS has 2 main component 1. User Level (config) 2. Kernel Level (data path)09:45
HiteshEmilienM: to implement datapath in windows, seems could be challenging, we need to see windows kernel call09:46
openstackgerritA change was merged to openstack/nova: Remove is_admin_context from sqlalchemy.api  https://review.openstack.org/1471009:46
HiteshEmilienM: We will have to create a framwork on hyper-v, which will do task same as a OVS09:46
zykes-Kiall: around ?09:49
zykes-hey EmilienM09:49
*** dachary has quit IRC09:49
EmilienMzykes-: Hey09:50
openstackgerritA change was merged to openstack/nova: Declare vpn client option in pipelib  https://review.openstack.org/1460809:57
*** popux has quit IRC10:07
*** gongysh has quit IRC10:08
*** AnilV4 has quit IRC10:10
*** gongysh has joined #openstack-dev10:12
gongyshgaryk: where are u?10:13
garykgongysh: had to drink some water :)10:13
*** ondergetekende has quit IRC10:16
*** ondergetekende has joined #openstack-dev10:16
*** renier has joined #openstack-dev10:32
*** maploin has joined #openstack-dev10:35
*** maploin has quit IRC10:35
*** maploin has joined #openstack-dev10:35
*** renier has quit IRC10:36
*** rkukura has quit IRC10:40
*** AnilV4 has joined #openstack-dev10:41
*** ociuhandu has joined #openstack-dev10:47
*** ociuhandu has quit IRC10:50
*** adalbas has joined #openstack-dev10:50
*** utlemming has quit IRC11:00
*** rbasak has quit IRC11:01
*** milner has quit IRC11:02
openstackgerritA change was merged to openstack/nova: Fixes fake for testing without qemu-img  https://review.openstack.org/1479711:03
*** maurosr has joined #openstack-dev11:05
*** boden has joined #openstack-dev11:07
*** wenjianhn has quit IRC11:09
zykes-Kiall: ping me when you're around, i've allmost fixed the driver based backend stuff11:14
*** popux has joined #openstack-dev11:19
*** tgall_foo has joined #openstack-dev11:22
*** tgall_foo has joined #openstack-dev11:22
*** al-maisan is now known as almaisan-away11:23
*** dolphm has joined #openstack-dev11:26
*** renier has joined #openstack-dev11:26
*** popux has quit IRC11:26
*** sunilthaha has joined #openstack-dev11:30
*** milner has joined #openstack-dev11:30
*** renier has quit IRC11:30
*** dolphm has quit IRC11:31
*** dolphm has joined #openstack-dev11:35
*** roadTripper has joined #openstack-dev11:56
*** renier has joined #openstack-dev11:56
*** rbasak has joined #openstack-dev12:00
*** rbasak has joined #openstack-dev12:00
openstackgerritA change was merged to openstack/nova: Improve the performance of quantum detection.  https://review.openstack.org/1481312:05
*** utlemming has joined #openstack-dev12:06
*** rbasak has quit IRC12:07
*** tgall_foo has quit IRC12:07
mjforkanyone have a config-drive file available to see content/format?12:08
*** rafaduran1 has quit IRC12:09
*** alunduil has quit IRC12:16
*** markvoelker has joined #openstack-dev12:16
*** sacharya has joined #openstack-dev12:18
*** rbasak has joined #openstack-dev12:20
*** dims has quit IRC12:22
*** dims has joined #openstack-dev12:22
*** dachary has joined #openstack-dev12:24
*** arbrandes has joined #openstack-dev12:24
*** jergerber has joined #openstack-dev12:29
bodendolphm -- got a min or you busy?12:30
dolphmboden: what's up?12:30
bodensaw your comment on REMOTE_USER being untrusted... I asked Adam that awhile ago and he said it was safe, but I'll let him respond directly12:31
bodenalso -- I'm having problems with my local brach... my last patch sets have not included the actual changes... any concern in my abandoning this review for a new one?12:32
dolphmboden: i can't think of a way to manipulate it without being able to manipulate the rest of the request anyway12:33
bodendolphm -- ok... concerns on me abandoning the review for a new one?12:34
dolphmboden: why abandon it?12:34
bodendolphm -- I can't seem to get my ammends to include the updated changes... the previous ammends (patch sets) have not include my actual changes12:35
dolphmboden: ah, i saw that note... as far as i could tell, your latest patch was just a rebase on master (but i also didn't know what changes to look for)12:36
dolphmboden: i'd recommend rebasing your patches on master yourself before git-review'ing, and then you can verify the git hash locally vs what gerrit shows12:36
dolphmboden: (that shouldn't normally be necessary, but since you're having issues...)12:37
*** troytoman-away is now known as troytoman12:37
bodendolphm -- I wasn't able to find a way to manually abandon in the docs... do we just let that existing review "time out"?12:38
dolphmboden: there's a button in the gerrit GUI -- you don't see it?12:38
dolphmboden: i'm not aware of a way to do it from the cli12:38
bodendolphm -- ok thanks12:39
*** rafaduran has joined #openstack-dev12:40
openstackgerritA change was merged to openstack/nova: Remove unused imports in setup.py  https://review.openstack.org/1480812:42
*** rafaduran has quit IRC12:47
*** almaisan-away is now known as al-maisan12:47
*** mrunge has quit IRC12:50
*** dolphm has quit IRC12:51
*** dolphm has joined #openstack-dev12:52
*** tmishler has joined #openstack-dev12:52
*** jergerber has quit IRC12:53
zykes-Can anyone lend a helping hand? DetachedInstanceError: Parent instance <Domain at 0x1894490> is not bound to a Session; lazy load operation of attribute 'records' cannot proceed < I get this in Moniker after attempting adding driver based db support12:53
zykes-I've tried adding lazy="joined" as well12:53
*** Guest53403 has quit IRC12:54
*** jergerber has joined #openstack-dev12:57
*** salv-orlando has quit IRC12:59
*** wenjianhn has joined #openstack-dev13:00
*** rafaduran has joined #openstack-dev13:04
*** dolphm_ has joined #openstack-dev13:05
*** gongysh has quit IRC13:07
*** sagar_nikam has joined #openstack-dev13:08
*** dolphm has quit IRC13:09
garykclarkb: ping13:11
*** troytoman is now known as troytoman-away13:13
Hiteshgaryk: Which code are looking for Nova and Quantum improvement?13:13
Hiteshgaryk: I mean you currently looking at13:13
garykHitesh: vif drivers - https://docs.google.com/presentation/d/1vD2bc2WyqQzOLODjFrfLgg661WU0nteY7NEaVS4pv5g/edit13:14
Hiteshgaryk: Ops..its not opening at my side :(13:16
*** blamar has joined #openstack-dev13:17
*** dolphm_ has quit IRC13:17
*** dhellmann-afk is now known as dhellmann13:18
*** dolphm has joined #openstack-dev13:18
*** rkukura has joined #openstack-dev13:18
garykHitesh: https://blueprints.launchpad.net/quantum/+spec/vif-plugin-improvements13:18
*** littleidea has joined #openstack-dev13:18
Hiteshgaryk: Cool13:19
Hiteshgaryk: still todo need to be defined13:19
*** imsplitbit has joined #openstack-dev13:20
Hiteshgaryk: I'll keep update about this..13:20
garykok13:20
Hiteshgaryk: where can I look into it? any suggestions?13:20
*** blamar has quit IRC13:20
*** blamar has joined #openstack-dev13:21
garykHitesh: https://bugs.launchpad.net/quantum/+bug/104676613:21
uvirtbotLaunchpad bug 1046766 in quantum "Need to provide a formal API for Nova to use to plug/unplug VIFs" [High,Confirmed]13:21
Hiteshgaryk: Cool,13:22
sagar_nikamHi, I am trying openstack+hyperV using devstack. I was able to add a image to glance , a VHD image from a HyperV VM13:26
sagar_nikamNow i would like to boot a instance on the HyperV host13:27
sagar_nikami installed compute using http://www.cloudbase.it/openstack/openstack-compute-installer/ on a hyperV host13:28
*** mrodden has joined #openstack-dev13:29
*** Hitesh has quit IRC13:30
*** Remco_ has joined #openstack-dev13:30
*** Remco_ is now known as Guest7208013:30
*** tgall_foo has joined #openstack-dev13:30
*** tgall_foo has quit IRC13:30
*** tgall_foo has joined #openstack-dev13:30
sagar_nikami ran nova-manage service list on my devstack instance, the hyperV host is available13:31
sagar_nikamnow my question , how do i boot a image to the hyperV host13:31
sagar_nikami provided hint in the boot command, but still the VM is provisioned on QEMU13:32
*** spn has joined #openstack-dev13:32
*** ayoung has joined #openstack-dev13:38
*** blamar has quit IRC13:39
*** kbringard has joined #openstack-dev13:40
*** blamar has joined #openstack-dev13:41
*** littleidea has quit IRC13:44
*** andrewbogott_afk is now known as andrewbogott13:45
*** eharney has joined #openstack-dev13:49
*** eharney has joined #openstack-dev13:49
*** joesavak has joined #openstack-dev13:59
*** dspano has joined #openstack-dev14:01
*** mtreinish has joined #openstack-dev14:01
*** bmeshjason has joined #openstack-dev14:02
*** roge has quit IRC14:02
*** japage has joined #openstack-dev14:03
*** sacharya has quit IRC14:05
bodendolphm, ayoung -- I abandoned yesterdays REMOTE_USER review and resubmitted as https://review.openstack.org/#/c/14823/... can you please review14:07
dolphmboden: just did!14:08
*** sc68cal has joined #openstack-dev14:09
*** bing_bu has joined #openstack-dev14:09
dansmithis there a way to "recheck" smokestack?14:09
bodendolphm -- ok thanks.. about the 'blueprint' comment you made... yesterday Adam requested "Please remove the blueprint line from the commit message." Thats why I did not include it14:09
dolphmboden: whaa... why?14:09
dolphmayoung: if there is a blueprint relevant to a commit, it should absolutely be referenced as such14:10
bodendolphm -- not sure... my mind reading skills are less than optimal (much to my wife's dismay)14:10
*** bing_bu has quit IRC14:11
*** bing_bu has joined #openstack-dev14:11
ayoungdolphm, yeah, but it should not be the title line.  In this case, however, that blueprint is recommending something different14:12
ayoungexternal auth is a part of pluggable, but the real pluggable requires reworking such as what gyee is going to look at wrt to the authenticate method14:13
ayoungdolphm,  I don't want to trigger an automatic "this blueprint has been implemented" function in launchpad14:13
dolphmayoung: does it partially satisfy the bp?14:14
dolphmayoung: or required to ultimately satisfy the bp?14:15
*** cp16net is now known as cp16net|away14:17
*** cp16net|away is now known as cp16net14:17
ayoungdolphm, OK, I'll conceed that it partially implements it14:17
ayoungI thought the blueprint was explicitly for the internal one,  but looks like it coveres both14:17
bodendolphm -- so I need to ammend with the bp name?14:17
*** hub_cap has joined #openstack-dev14:18
*** markmcclain has joined #openstack-dev14:19
ayoungboden, let me look14:19
ayoungI should have been more specific with my feedback:  I really just objected to it being the name of the patch, but then went a step too far in my recommendation14:20
bodenayoung -- so what needs to be done here? an ammed with no changes other than a message?14:21
*** edygarcia has joined #openstack-dev14:24
openstackgerritA change was merged to openstack/nova: Add availability zone extension to API samples test.  https://review.openstack.org/1395814:25
bodendolphm -- so what you want is an empty ammend which contains a message like "blueprint pluggable-identity-authentication-handlers".. is this correct?14:26
dolphmboden: ayoung: if it's relevant, i'd say so. if it merges and the bp isn't actually satisfied, i would just revise the bp status manually14:28
ayoungdolphm, boden sounds good.  I just +2d it, but with the caveat that you link in the blueprint.14:32
ayoungboden, here's what you need to do14:32
ayounggit commit --amend14:32
ayoungmodify the commit message, but14:32
ayoungthis is important14:32
ayoungkeep the change number the same14:32
ayoungthen just rerun git-review14:32
*** sacharya has joined #openstack-dev14:33
*** john5223 has joined #openstack-dev14:34
*** AnilV4 has quit IRC14:35
*** dwn has joined #openstack-dev14:35
*** dwn has quit IRC14:37
bodenayoung -- done... I hope14:38
ayoungboden, "New patchset patch-id matches previous patchset, but commit message has changed."  looks good to me.14:39
bodenayoung -- I saw the review comment from Ralf... can we address that as a separate ticket as I'm not sure i have the bandwidth to contain that right now14:40
*** sunilthaha has quit IRC14:41
*** wenjianhn has quit IRC14:41
*** zodiak has joined #openstack-dev14:42
*** Apsu` has quit IRC14:44
*** al-maisan is now known as almaisan-away14:45
*** littleidea has joined #openstack-dev14:45
*** cp16net is now known as cp16net|away14:46
*** alunduil has joined #openstack-dev14:46
*** alunduil has quit IRC14:48
ayoungboden, that is my suggestion.  You don't get REMOTE_USER set unless you work for it.14:48
*** alunduil has joined #openstack-dev14:49
*** cp16net|away is now known as cp16net14:52
ayoungdolphm, REMOTE_USER is the comntract for wsgi.  There is nothing that allows a user to specify it directly.14:53
*** otherwiseguy has joined #openstack-dev14:54
*** datsun180b has joined #openstack-dev14:56
dolphmayoung: dumb question: if you deploy behind https, you can still use basic auth / REMOTE_USER, right?14:56
*** rnirmal has joined #openstack-dev14:57
ayoungdolphm, yes, that was how I tested it, but you have to configure it for your specific application14:57
ayoungdolphm, actually, that is one of the things we want to support14:58
*** hub-cap has joined #openstack-dev14:58
dolphmayoung: that's what i assumed, if it was do-able14:58
ayoungextract the password into its own column, use basic auth (or digest) and check use the mod_auth_sql14:58
*** hub-cap has quit IRC14:59
*** afazekas_ has quit IRC14:59
*** hub-cap has joined #openstack-dev14:59
*** afazekas has quit IRC15:00
*** hub_cap has quit IRC15:02
*** datsun180b has quit IRC15:02
*** rnirmal_ has joined #openstack-dev15:02
*** reidrac has quit IRC15:03
*** Apsu` has joined #openstack-dev15:03
VekCan I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please?  It's just been sitting there since the 12th.15:03
*** rnirmal_ has quit IRC15:04
*** rnirmal has quit IRC15:04
*** andrewbogott is now known as andrewbogott_afk15:04
*** torandu has joined #openstack-dev15:05
*** Apsu` has quit IRC15:08
*** Apsu` has joined #openstack-dev15:09
*** utlemming has quit IRC15:09
openstackgerritA change was merged to openstack/python-quantumclient: Generate bash_completion string so that we can use bash completion.  https://review.openstack.org/1415615:10
*** jaypipes has joined #openstack-dev15:10
bodenayoung - do we need to find someone to approve this patch and is there something I should do?15:11
ayoungboden, dolphm and I are sufficient.  I am just trying to convince him (and thus myself) that we don't need to explictly enable REMOTE_USER15:12
*** ndipanov has quit IRC15:13
*** dprince has joined #openstack-dev15:14
*** torandu has quit IRC15:16
*** rkukura has quit IRC15:16
*** torandu has joined #openstack-dev15:17
*** cloudvirt has joined #openstack-dev15:17
*** ndipanov has joined #openstack-dev15:19
garykclarkb: ping15:21
*** ondergetekende has quit IRC15:22
ayoungboden, dolphm, for example,  if the user passes in >REMOTE_USER  it shows up not as the env var REMOTE_USER,  but rather like this:  'webob._parsed_query_vars': (GET([('REMOTE_USER', 'demo')]),15:24
ayoung 'REMOTE_USER=demo'),15:24
ayoungbut it explictly is not req.environ['REMOTE_USER']15:24
bodenayoung -- I did do a little testing awhile back by passing in REMOTE_USER as a header or as a query param, but did not see a way it could get injected w/o explicit "work" as you mentioned15:28
bodenhowever I'd admittedly did not spend a whole lot of time on it15:28
ayoungboden, that seems to be the basis for the mechanism to ever work.  I think the patch is solid as is.15:29
dansmithdprince: is there a recheck for smokestack?15:29
dprincedansmith: not yet. On my todo list.15:29
*** cloudvirt has quit IRC15:29
dprincedansmith: which review?15:29
dansmithdprince: okay, this failed because of pep8, but jekins (and my pep8) are happy: https://review.openstack.org/#/c/14791/15:30
*** Ryan_Lane has joined #openstack-dev15:31
dprincedansmith: Okay. Well the SmokeStack unit tests are on Fedora so there could be something to it. Let me see15:32
dansmithdprince: cool, thanks15:32
dprincedansmith: I don't see a lot of false negative w/ pep8 though15:32
dprincedansmith: or false negatives in the Nova unit tests for that matter.15:33
*** rkukura has joined #openstack-dev15:36
*** andrewbogott_afk is now known as andrewbogott15:42
*** markmcclain has quit IRC15:46
*** lloydde has joined #openstack-dev15:51
*** littleidea has quit IRC15:52
*** metral__ has quit IRC15:52
*** metral has joined #openstack-dev15:52
*** koolhead17 has joined #openstack-dev15:53
*** Remco_ has joined #openstack-dev15:53
*** Remco_ is now known as Guest2808915:54
bodenayoung - as far as i know, i agree, it's solid... dolphm - are you needing further validation to review/approve?15:54
dolphmboden: sorry for the delay, i've been staring at the tests15:54
dolphmboden: is there anyway to test REMOTE_USER on a running wsgi server?15:55
bodendolphm -- you mean for example by using Apache2 HTTPD or you mean using python paste middleware?15:56
dolphmboden: without apache15:56
vishyjgriffith: https://review.openstack.org/#/c/14670/15:56
*** Guest72080 has quit IRC15:57
bodendolphm -- I didn't find a way, although it may be possible with more in depth research/digging15:57
jgriffithvishy: awesome15:57
*** metral_ has joined #openstack-dev15:58
jgriffithvishy: you must be psychic15:58
vishyjgriffith: also, that seems like a very important bp target15:58
dolphmboden: i imagine you could write some simple middleware *just* for use in a test... but that's a lot of test architecture for a relatively simple test15:58
bodendolphm -- agreed...15:59
*** metral_ has quit IRC15:59
*** metral_ has joined #openstack-dev15:59
*** utlemming has joined #openstack-dev15:59
*** metral has quit IRC16:00
*** metral_ is now known as metral16:00
openstackgerritA change was merged to openstack/swift: Remove utf-8 in metadata and http header names  https://review.openstack.org/1469516:01
dansmithdprince: right, but this one seemed to be a bash syntax error or something.. I didn't see any actual pep8 warnings16:01
*** rafaduran1 has joined #openstack-dev16:02
*** mindpixel has quit IRC16:02
*** rafaduran has quit IRC16:03
*** rafaduran1 has quit IRC16:03
*** rafaduran has joined #openstack-dev16:03
*** rnirmal has joined #openstack-dev16:04
openstackgerritA change was merged to openstack/quantum: Notify about router and floating IP usages  https://review.openstack.org/1475316:04
*** hemna has joined #openstack-dev16:06
*** danwent has joined #openstack-dev16:07
*** jemartin has joined #openstack-dev16:07
jgriffithvishy: You mean create a BP to capture it as well as the bug?16:08
*** Dorogs has quit IRC16:09
vishyjgriffith: sorry that was bp for backport16:11
vishy:)16:11
jgriffithvishy: :)16:11
jgriffithvishy: yeah, it's marked just a matter of when to cut it16:12
jgriffithvishy: Do you usually batch them?16:12
jgriffithvishy: backports that is?16:12
*** dhubbard_ has quit IRC16:12
vishyjgriffith: no. stable-maint has to sign off so i try and get them in sooner rather than later16:13
jgriffithvishy: good to know16:13
vishyjgriffith: zul has been coming along and proposing a bunch that I marked which is very helpful16:13
vishysince there are a ton in nova16:13
jgriffithvishy: I'll move on it after it goes in to master16:13
jgriffithvishy: Same with the uuid patch16:14
*** danwent has quit IRC16:14
vishyjgriffith: yeah. That one needs to be propped to nova stable/folsom as well16:14
jgriffithvishy: snap!  That's what I was doing yesterday16:14
jgriffithvishy: need to finish that16:15
vishyjgriffith: btw any progress on testing the existing connections with grenade?16:15
jgriffithvishy: having issues with grenade16:15
jgriffithvishy: tried manual devstack stable/essex and hitting issues there too16:15
jgriffithvishy: Still working on it though16:16
vishyjgriffith: :(16:16
vishydtroyer: ^^16:16
*** troytoman-away is now known as troytoman16:16
*** cp16net is now known as cp16net|away16:17
openstackgerritA change was merged to openstack/cinder: Rollback for resources during volume creation failure  https://review.openstack.org/1467016:17
dtroyervishy, jgriffith:  I haven't spent any time with the stable/folsom grenade in a while16:18
*** cp16net|away is now known as cp16net16:18
jgriffithdtroyer: I'll have to pull it back up to get any info for ya16:18
jgriffithdtroyer: But for now I'm manually running it (err...trying to)16:19
jgriffithdtroyer: One issue is glance wasn't checking out stable/essex16:19
jgriffithdtroyer: But at least I've not got devstack stable/essex going and can move on from there16:20
dtroyerjgriffith: the way it was built then makes rolling back a #$%^&$%  that's where vm snapshots are a lifesaver16:20
jgriffithdtroyer: yeah, and I'm screwed because I used vagrant on a remote server :(16:20
jgriffithdtroyer: Ahh... vbox-manage to the rescue!16:20
jgriffithsome day I'm going to get the vagrant snapshot plugin going :)16:21
*** danwent has joined #openstack-dev16:22
*** dhubbard_ has joined #openstack-dev16:22
*** maploin has quit IRC16:25
*** dhubbard_ has joined #openstack-dev16:26
*** utlemming has quit IRC16:27
*** utlemming has joined #openstack-dev16:27
*** rafaduran1 has joined #openstack-dev16:28
*** rafaduran has quit IRC16:29
*** mrodden has quit IRC16:30
*** epim has joined #openstack-dev16:30
*** utlemming has quit IRC16:31
*** aeperezt has joined #openstack-dev16:32
*** gatuus has joined #openstack-dev16:32
*** danwent has quit IRC16:33
bodendolphm -- patch set 3 is out there to address your comments.. jenkins + Adam are happy. Please have a look if you can https://review.openstack.org/#/c/14823/316:35
*** epim has quit IRC16:35
*** dachary has quit IRC16:37
*** troytoman is now known as troytoman-away16:37
*** mrunge has joined #openstack-dev16:37
*** milner has quit IRC16:39
*** colinmcnamara has joined #openstack-dev16:39
*** rafaduran1 has quit IRC16:39
*** mnewby has joined #openstack-dev16:41
*** jtran has joined #openstack-dev16:41
*** mrodden has joined #openstack-dev16:45
*** garyk has quit IRC16:45
*** mrunge has quit IRC16:50
*** dwalleck has joined #openstack-dev16:51
*** vinilios has quit IRC16:52
*** datsun180b has joined #openstack-dev16:52
vishyttx: https://bugs.launchpad.net/nova/+bug/95342616:53
uvirtbotLaunchpad bug 953426 in nova/folsom "ERROR: NetworkHostNotSet boot with --nic option" [Medium,Fix released]16:53
vishywhat do i do with that? It was fixed in folsom but not essex so i double targetted it16:53
*** dachary has joined #openstack-dev16:53
vishybut i can't target the milestone and i don't know what to do with the parent bug16:53
*** rbasak has quit IRC16:54
*** vipuls has joined #openstack-dev16:55
*** markmcclain has joined #openstack-dev16:55
*** zing has quit IRC16:56
jaypipesvishy: was there a change in nova recently that would have made flavor IDs very large integers?16:56
vishyjaypipes: someone else mentioned that16:56
jaypipesdwalleck?16:56
vishyjaypipes: not that i know of16:56
vishyjaypipes: are you seeing that in devstack?16:56
jaypipesvishy: dwalleck emailed the QA mailing list mentioning it (along with the change to PKI tokens)16:56
vishyjaypipes: yeah i saw that too16:57
jaypipesvishy: and, yes, on devstack16:57
vishyjaypipes: haven't had time to verify16:57
vishyjaypipes: although there was some noise in devstack reviews about recreating flavors if ceilometer is enabled16:57
jaypipeshmm, why would that be?16:58
*** jogo0 has quit IRC16:59
*** cloudvirt has joined #openstack-dev16:59
*** tasdomas has joined #openstack-dev16:59
*** jog0 has joined #openstack-dev16:59
*** vinilios has joined #openstack-dev17:00
tasdomashi17:00
*** dwalleck has quit IRC17:00
tasdomasis there a writeup or manual on how to run devstack in lxc containers?17:01
*** nati_ueno has joined #openstack-dev17:01
*** dwalleck has joined #openstack-dev17:03
*** dhubbard_ has quit IRC17:04
*** Guest28089 has quit IRC17:05
*** nunosantos has joined #openstack-dev17:06
*** imsplitbit has quit IRC17:10
*** Mandell has joined #openstack-dev17:15
*** dachary has quit IRC17:15
*** jimfehlig has joined #openstack-dev17:15
*** dachary has joined #openstack-dev17:15
*** dwalleck_ has joined #openstack-dev17:18
*** garyk has joined #openstack-dev17:18
*** dwalleck has quit IRC17:21
vishydansmith, russellb: https://bugs.launchpad.net/nova/+bug/107101717:22
uvirtbotLaunchpad bug 1071017 in nova "Instance reboot not working. " [High,Triaged]17:22
dansmithvishy: egads.. funny thing is... that one had an abundance of +2s :/17:23
dansmithdprince: thanks :)17:26
VekCan I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please?  It's just been sitting there since the 12th.17:27
dprincedansmith: np.17:27
*** tasdomas has quit IRC17:28
*** littleidea has joined #openstack-dev17:32
*** cp16net is now known as cp16net|away17:33
*** littleidea has quit IRC17:34
*** dwalleck_ has quit IRC17:34
*** littleidea has joined #openstack-dev17:35
*** littleidea has quit IRC17:36
*** littleidea has joined #openstack-dev17:37
*** roge has joined #openstack-dev17:37
*** sagar_nikam has quit IRC17:38
*** littleidea has quit IRC17:39
*** thingee_zz is now known as thingee17:41
*** EmilienM has left #openstack-dev17:41
*** AnilV4 has joined #openstack-dev17:42
*** sandywalsh has joined #openstack-dev17:43
*** sandywalsh_ has quit IRC17:44
*** adjohn has joined #openstack-dev17:44
*** littleidea has joined #openstack-dev17:47
openstackgerritA change was merged to openstack/quantum: Fix database clear when table does not exist  https://review.openstack.org/1474417:48
*** darraghb has quit IRC17:49
*** imsplitbit has joined #openstack-dev17:50
*** Remco_ has joined #openstack-dev17:50
*** Remco_ is now known as Guest1396717:50
*** AnilV4 has quit IRC17:50
*** epim has joined #openstack-dev17:51
*** imsplitbit has quit IRC17:52
*** mnewby_ has joined #openstack-dev17:53
*** Guest13967 has quit IRC17:53
*** colinmcnamara has quit IRC17:55
*** imsplitbit has joined #openstack-dev17:55
*** mnewby has quit IRC17:55
*** mnewby_ is now known as mnewby17:55
*** colinmcnamara has joined #openstack-dev17:55
openstackgerritA change was merged to openstack/glance: add command "status" to "glance-control"  https://review.openstack.org/1440617:56
*** colinmcnamara has quit IRC17:57
ayounggyee, since you are going to be working on the refactoring of "authenticate"  you should probably look at: https://review.openstack.org/#/c/14823/17:59
*** joesavak has quit IRC17:59
*** colinmcnamara has joined #openstack-dev17:59
rmkvishy: I was giving your use case about editing the XML some thought yesterday.  I still think we should be absolute about what Nova knows about, in terms of generating the XML every time.  We can mitigate the use case you pointed out once the flavor data makes it into the instance metadata.18:00
*** colinmcnamara has quit IRC18:00
rmkvishy: I think any instance managed by Nova shouldn't really be touched outside the context of Nova, otherwise there are probably dozens of situations we can never account for.18:01
*** nati_ueno has quit IRC18:03
*** nati_ueno has joined #openstack-dev18:04
dansmithvishy, russellb: regarding that change, I think the act of bringing in the nwinfo query to nova-api was wrong and unnecessary18:06
*** littleidea has quit IRC18:06
dansmithvishy, russellb: block devices were queried from the database, but the nwinfo was pulled from network_api, which was fine to be doing in manager anyway.. agree?18:06
*** ndipanov has quit IRC18:07
russellbdepends on the network_api implementation18:07
russellbif it's just a wrapper around doing an rpc call, then agree18:07
bodendolphm -- do you have time to review patch 3 here: https://review.openstack.org/#/c/14823/18:07
dansmithrussellb: okay, I think it is, but I'll go check18:08
*** danwent has joined #openstack-dev18:12
russellbdansmith: cool.18:12
*** vipuls has quit IRC18:13
*** vipuls has joined #openstack-dev18:14
vishydansmith: ultimately no18:15
vishyrussellb, dansmith: eventually all rpc should be moved up too18:15
vishybut that can be done later18:15
*** sandywalsh_ has joined #openstack-dev18:15
*** otherwiseguy has quit IRC18:15
*** sandywalsh has quit IRC18:16
*** ndipanov has joined #openstack-dev18:16
*** Tross has quit IRC18:16
dansmithvishy: well, do you want me to just back out that part of the change or just go ahead and make it work properly across RPC?18:17
*** s0mik has joined #openstack-dev18:17
dansmiththe former is easy, the latter will take a little more work for me to understand what's going on, and add tests to show that it's broken right now18:17
vishydansmith: if it is easier to back it out that is fine18:17
dansmithbut I'm happy to do either18:18
*** Tross has joined #openstack-dev18:18
*** radez_g0n3 is now known as radez18:19
vishydansmith: but the second sounds like it would be useful :)18:19
vishyat least in terms of tests18:20
vishyand understanding18:20
dansmithvishy: should I interpret that as genuine or "the second will keep you busy and away from creating more bugs for longer" ?18:20
dansmithheh, okay :)18:20
vishydansmith: but i think you have to do it anyway18:21
*** littleidea has joined #openstack-dev18:21
dansmithyeah, true18:21
vishybecause the network api calls also create a cache of network data in the db18:21
dansmithhrm, really?18:21
vishyso that either needs to be moved up into api18:21
vishyor stored in some non-db way on the compute node18:21
vishyprobably moved to api is the right way to handle that18:22
dansmithah, yep, I see it18:22
vishysince the cache is used by api for listing ips etc.18:22
dansmithyeah, and it's in the API now, so I guess it's best to just fix 'er right18:22
vishydansmith: agreed18:24
*** novas0x2a|laptop has quit IRC18:25
*** roadTripper has quit IRC18:27
*** ndipanov has quit IRC18:30
*** colinmcnamara has joined #openstack-dev18:30
*** johnpostlethwait has joined #openstack-dev18:31
*** joesavak has joined #openstack-dev18:32
*** jsavak has joined #openstack-dev18:34
*** rnirmal has quit IRC18:35
*** rnirmal has joined #openstack-dev18:35
*** joesavak has quit IRC18:37
*** markmcclain has quit IRC18:39
*** markmcclain has joined #openstack-dev18:39
*** colinmcnamara has quit IRC18:40
dimsdansmith - found a few more methods added a comment looks like the bug is on your plate 107140418:40
*** ndipanov has joined #openstack-dev18:40
dansmithdims: yeah, saw those, thanks.. noticed those this morning while I was combing through the virt drivers real closely18:43
dansmither, that was two "those".. the first being your comments, the second being the ones in the original bug filing18:44
*** danwent has quit IRC18:45
*** dolphm_ has joined #openstack-dev18:46
*** torandu has quit IRC18:46
*** roadTripper has joined #openstack-dev18:47
*** melwitt has joined #openstack-dev18:48
*** dolphm has quit IRC18:49
*** dprince has quit IRC18:53
openstackgerritA change was merged to openstack/horizon: Added support for volume types  https://review.openstack.org/1467118:58
*** metral_ has joined #openstack-dev19:00
*** novas0x2a|laptop has joined #openstack-dev19:01
*** s0mik has quit IRC19:02
*** aeperezt has quit IRC19:03
*** metral has quit IRC19:03
*** metral_ is now known as metral19:03
*** s0mik has joined #openstack-dev19:03
*** nati_ueno has quit IRC19:03
*** joesavak has joined #openstack-dev19:08
*** torandu has joined #openstack-dev19:08
*** henrynash has quit IRC19:09
*** jsavak has quit IRC19:10
*** dprince has joined #openstack-dev19:11
*** EmilienM_ has joined #openstack-dev19:11
*** vipuls has quit IRC19:12
*** vipuls has joined #openstack-dev19:13
*** jcooley has joined #openstack-dev19:13
*** jcooley has quit IRC19:16
*** gatuus has quit IRC19:18
*** rkukura has quit IRC19:19
*** Remco_ has joined #openstack-dev19:22
*** Remco_ is now known as Guest6254919:22
*** dolphm_ has quit IRC19:22
*** dolphm has joined #openstack-dev19:23
*** torandu has quit IRC19:24
*** ayoung has quit IRC19:25
*** nati_ueno has joined #openstack-dev19:26
*** s0mik has quit IRC19:29
*** aeperezt has joined #openstack-dev19:29
*** s0mik has joined #openstack-dev19:33
*** edygarcia_ has joined #openstack-dev19:35
*** cp16net|away is now known as cp16net19:35
*** colinmcnamara has joined #openstack-dev19:36
*** edygarcia has quit IRC19:37
*** edygarcia_ is now known as edygarcia19:37
vishyannegentle: moved this from nova: https://bugs.launchpad.net/openstack-manuals/+bug/106166519:38
uvirtbotLaunchpad bug 1061665 in nova "Filter scheduler not respecting the force_hosts hint" [Undecided,New]19:38
*** gatuus has joined #openstack-dev19:39
*** colinmcnamara has quit IRC19:40
gatuusis nova still using Twisted or it changed for tornado??19:41
gatuusor something else??19:43
*** EmilienM_ has quit IRC19:43
*** EmilienM_ has joined #openstack-dev19:43
*** otherwiseguy has joined #openstack-dev19:45
*** eglynn is now known as eglynn-afk19:45
*** Guest62549 has quit IRC19:45
mordredgatuus: nova hasn't used twisted in about 2 years19:46
mordredgatuus: all eventlet19:46
*** EmilienM_ is now known as EmilienM19:46
*** EmilienM_ has joined #openstack-dev19:46
*** EmilienM_ is now known as EmilienM19:46
gatuusmordred: thanks19:46
nati_uenoHi garyk19:54
*** danwent has joined #openstack-dev19:55
nati_uenoAre you here?19:55
*** pixelbeat has quit IRC19:56
nati_uenoHi danwent19:56
rmkvishy: Any thoughts on my comments a bit earlier?19:56
danwentnati_ueno: hi19:56
*** EmilienM has quit IRC19:56
nati_uenodanwent: IMO remove_router_interface should retrun 204. It this make sense?19:57
nati_uenohttps://bugs.launchpad.net/quantum/+bug/106472719:58
uvirtbotLaunchpad bug 1064727 in quantum "remove_router_interface returns string "null"" [Undecided,New]19:58
danwentnati_ueno: i'd ask salv-orlando, as he is in charge of api consistency19:58
danwenti usually think of a 204 being associated only with a DELETE, but a PUT that removes something could be seen as similar19:58
nati_uenodanwent: I got it.19:58
*** markmcclain has quit IRC19:58
*** markmcclain has joined #openstack-dev19:59
danwentnati_ueno: I don't feel strongly, though making a change that is backward incompatible could be messy19:59
nati_uenodanwent: I think it should be consistent. If 200 for PUT is consistent, it is also OK20:00
danwentk20:00
danwentnati_ueno: btw, great to see progress on the exercise + gating stuff :)20:00
nati_uenoOK so 1064727 is invalid for folsom?20:00
*** joesavak has quit IRC20:00
nati_uenodanwent: Thanks! I'm fixing devstack part now20:00
danwentnati_ueno: sweet :)20:01
*** EmilienM has joined #openstack-dev20:04
*** datsun180b_ has joined #openstack-dev20:04
*** EmilienM has left #openstack-dev20:04
nati_uenoOK I`ll mail about API return code for salvatore20:04
*** datsun180b_ has quit IRC20:05
*** japage has quit IRC20:05
*** s0mik has quit IRC20:06
*** datsun180b has quit IRC20:06
*** maurosr has quit IRC20:06
*** davidha has joined #openstack-dev20:07
dansmithvishy: FWIW, I think the reason testing didn't notice this is because of the 'except Exception' around self.driver.reboot() in compute/manager20:10
* dansmith feels 0.05% better20:10
davidhanotmyname: hi, who can answer the open Q in  https://review.openstack.org/#/c/14676/ ?20:13
*** boden has quit IRC20:14
davidhaBoth Darrel and I seem to see no apperent reason why the code was as it was - but we suspect that there may be a reason hidden from our eyes.20:14
*** ayoung has joined #openstack-dev20:16
*** anniec has joined #openstack-dev20:16
davidhagholt?20:17
*** sandywalsh_ has quit IRC20:18
dansmithdavidha: you might also tell folks at least the project it's related to,20:18
dansmithotherwise it could be a question about goat milking for all we know :)20:18
*** eharney has quit IRC20:20
*** koolhead17 is now known as koolhead17|afk20:20
davidhadansmith: common/wsgi.py  calls loadapp once at the parent than again at childs20:20
*** s0mik has joined #openstack-dev20:20
davidhaLooking at blame, greg holt would have an answer.20:21
openstackgerritA change was merged to openstack/swift: fix config parsing in swift-bench -x  https://review.openstack.org/1453720:21
openstackgerritA change was merged to openstack/keystone: Update common.  https://review.openstack.org/1454620:21
openstackgerritA change was merged to openstack/nova: Use cat instead of sleep for rootwrap test.  https://review.openstack.org/1483820:22
*** eglynn-afk is now known as eglynn20:27
*** colinmcnamara has joined #openstack-dev20:36
mordreddprince: smokestack reported pep8 error ... but I can't tell from http://smokestack.openstack.org/?go=/jobs/41746 what the error is?20:37
clarkbmordred: click on the standard error box20:38
mordredclarkb: I did20:39
clarkbmordred: that looks like an error in smokestack somewhere20:39
*** colinmcnamara has quit IRC20:41
rootardew, I just ran into a rather nasty bug in keystone... I fat-fingered a command while adding an endpoint and didn't get the adminurl set. After that, successive keystone commands failed ('NoneType' object has no attribute 'replace') and I had to remove the failed entry directly from the mysql table.20:44
*** jcru has joined #openstack-dev20:44
dolphmrootard: i believe a fix was just merged for that20:44
rootardI'm not sure if this is one or two bugs though20:44
rootarddolphm: nice, I don't need to file a report then. Thanks :)20:44
dolphmrootard: i think we already have two :P20:45
dolphmrootard: the fix, if you're curious https://github.com/openstack/keystone/commit/7db2f6aa595e2d1261bc59750519b59daab7ab0720:46
*** anniec_ has joined #openstack-dev20:48
openstackgerritA change was merged to openstack/glance: Update common to 18 October 2012.  https://review.openstack.org/1454220:49
openstackgerritA change was merged to openstack/keystone: Enable Deletion of Services with Endpoints  https://review.openstack.org/1479620:49
*** anniec has quit IRC20:51
*** anniec_ is now known as anniec20:51
*** cloudvirt has quit IRC20:51
dprincemordred: Thanks for pointing it out. I'll have a look and see what is up20:52
rootarddolphm: cool. Even a nice test for it in the future.20:52
*** datsun180b has joined #openstack-dev20:53
*** cloudvirt has joined #openstack-dev20:53
mordreddprince: thanks!20:54
*** cloudvirt has quit IRC20:54
zykes-Kiall: ping20:55
VekCan I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please?  It's just been sitting there since the 12th.20:55
*** dolphm_ has joined #openstack-dev20:56
*** cloudvirt has joined #openstack-dev20:58
*** dolphm_ has quit IRC20:58
*** rkukura has joined #openstack-dev20:59
*** dolphm has quit IRC20:59
*** woodspa has joined #openstack-dev21:00
*** markvoelker has quit IRC21:00
*** dubsquared has joined #openstack-dev21:01
*** arbrandes has quit IRC21:03
*** harlowja has quit IRC21:03
rmkIsn't it time for the Nova meeting?21:05
*** cloudvirt has quit IRC21:06
*** harlowja has joined #openstack-dev21:06
sdaguermk: should be, just looking for fearless leader21:06
*** alobbs has quit IRC21:06
rmkWe may have scared the unscarable21:06
zykes-grrr, where's Kiall ;p21:07
*** woodspa has left #openstack-dev21:08
*** alobbs has joined #openstack-dev21:08
*** anniec_ has joined #openstack-dev21:08
*** anniec has quit IRC21:10
*** anniec_ is now known as anniec21:10
davidhanotmyname: I asked greg holt and he explained the use of a doube loadapp  - he expects side affects from forking after iunitialization.21:11
notmynamedavidha: ya, I saw a conversation about it in #openstack-swift21:13
openstackgerritA change was merged to openstack/python-keystoneclient: Add OpenStack trove classifier for PyPI  https://review.openstack.org/1464421:13
davidhanotmyname: at least in linux, I cant see any reason for such a concern... but if there is such real concern, we can bring the second loadapp back in21:14
zykes-could anyone lend a hand and see what I'm doing wrong with Moniker ?21:15
zykes-I guess I'll have to wait for Kiall to pop up ;p21:15
VekCan I get some quantum cores to look at https://review.openstack.org/#/c/14359/ please?  It's just been sitting there since the 12th.21:17
*** Remco_ has joined #openstack-dev21:18
*** tgall_foo has quit IRC21:18
*** Remco_ is now known as Guest8297821:18
davidhanotmyname: we can take the easy path of simply doing it twice (or even more), it will work :)   or we can try and track this conversation in #openstack-swift and figure out what went on there - what do you suggest?21:18
*** eglynn is now known as eglynn-afk21:19
*** dubsquared has quit IRC21:20
notmynamedavidha: you should probably bring it up in #openstack-swift. swifterdarrell was the one looking at it21:21
*** radez is now known as radez_g0n321:22
*** cdub has quit IRC21:23
*** redbeard2 has joined #openstack-dev21:23
*** cdub has joined #openstack-dev21:23
*** alobbs has quit IRC21:23
*** henrynash has joined #openstack-dev21:24
*** henrynash has quit IRC21:24
*** cp16net is now known as cp16net|away21:29
openstackgerritA change was merged to openstack/swift: Db reclamation should remove empty suffix dirs  https://review.openstack.org/1484221:30
*** Guest82978 has quit IRC21:31
*** dprince has quit IRC21:32
*** cp16net|away is now known as cp16net21:33
*** mtreinish has quit IRC21:36
*** colinmcnamara has joined #openstack-dev21:36
*** bmeshjason has quit IRC21:36
*** markmcclain has quit IRC21:37
*** dolphm has joined #openstack-dev21:40
*** colinmcnamara has quit IRC21:41
*** tziOm has joined #openstack-dev21:49
tziOmWhat are the essential components of a compute node? qemu/libvirt/ovs/quantum/...?21:49
*** tziOm has quit IRC21:50
*** dachary has quit IRC21:51
*** dachary has joined #openstack-dev21:51
*** cloudvirt has joined #openstack-dev21:51
*** tmishler has quit IRC21:51
davidhanotmyname: I am posting my coments directly at https://review.openstack.org/#/c/14676/ using the 'review' tool - these are not sent to the #openstack-swift like comments made by others - how else can one post comments on the code (such that it will be added to te conversation as well)21:51
notmynamedavidha: you are doing it correctly. you can also add comments to individual lines of the patch with the same tool21:53
davidhaso why is my comments not sent to openstack-swift, while I see all comments of others sent there?21:54
*** dhellmann is now known as dhellmann-afk21:54
davidhanotmyname: ^21:54
notmynamedavidha: not sure what you are referring to. #openstack-swift is another irc channel21:54
*** s0mik has quit IRC21:55
*** sorrison has joined #openstack-dev21:56
davidhanotmyname: at the email thread titled "Change in openstack/swift[master]: Separate wsgi init from web-front-end activation" I see all reviews of others but my own :)21:56
*** redbeard2 has quit IRC21:59
notmynamedavidha: I don't know how gerrit decides who to send emails to. FWIW, I see that you have pushed patch set 4 and swifterdarrell has commented on it21:59
*** cloudvirt has quit IRC22:00
*** maurosr has joined #openstack-dev22:00
*** dolphm has quit IRC22:03
*** tgall_foo has joined #openstack-dev22:05
*** mrodden has quit IRC22:06
*** john5223 has quit IRC22:07
*** mrodden has joined #openstack-dev22:07
*** mrodden has quit IRC22:07
*** alunduil has quit IRC22:08
swifterdarrelldavidha: do the functional tests (./.functests) run for you with the "Separate wsgi init from web-front-end activation" patch?22:11
swifterdarrelldavidha: it just hangs for me...22:11
*** tgall_foo has quit IRC22:12
swifterdarrelldavidha: File "/home/swiftstack/swift/swift/common/wsgi.py", line 133, in run_server#012    global_conf={'log_name': log_name})#012NameError: global name 'log_name' is not defined22:13
*** dspano has quit IRC22:14
*** jemartin_ has joined #openstack-dev22:14
*** rnirmal has quit IRC22:14
*** jemartin_ has quit IRC22:15
*** hattwick has quit IRC22:15
davidhaswifterdarrell: it does.22:15
*** jemartin has quit IRC22:15
*** jemartin has joined #openstack-dev22:15
*** kbringard has quit IRC22:15
*** maoy has quit IRC22:15
davidhaswifterdarrell: I am still working to get this orginized22:16
swifterdarrelldavidha: hrm, it does look like log_name may not be in scope there22:16
davidhaswifterdarrell: document what needs to be in the config files etc22:16
swifterdarrellah, k22:16
*** eglynn-afk has quit IRC22:17
davidhaswifterdarrell: as a first step, I am fixing bugs which make swift non standard and doing minor changes to enable smaller glue...22:17
*** hattwick has joined #openstack-dev22:17
davidhaswifterdarrell: I just realized that there is actually a openstack-swift channel....  since when?22:18
*** sacharya has quit IRC22:18
*** devananda is now known as deva_bbiaf22:19
notmynamedavidha: it's fairly un-promoted to keep non-swift-dev talk lower. most support-style questions should stay in #openstack, for example22:21
*** dubsquared has joined #openstack-dev22:21
*** jemartin has quit IRC22:21
*** edygarcia_ has joined #openstack-dev22:22
*** dubsquared has quit IRC22:25
*** edygarcia has quit IRC22:25
*** edygarcia_ is now known as edygarcia22:25
*** ewindisch has quit IRC22:26
*** ywu_ has joined #openstack-dev22:27
*** cloudvirt has joined #openstack-dev22:27
clarkbdavidha: under your gerrit settings select "CC me on comments I write" to get emailed when you write reviews22:28
*** reed has quit IRC22:29
clarkbthen under your watched projects list you can select when you get emailed for reviews other people write22:29
davidhaclarkb: thanks, will do that22:29
*** mrodden has joined #openstack-dev22:29
*** ewindisch has joined #openstack-dev22:35
*** kobier has joined #openstack-dev22:35
*** cloudvirt has quit IRC22:37
*** ewindisch has quit IRC22:38
*** eglynn has joined #openstack-dev22:38
*** crandquist has quit IRC22:39
*** kobier has quit IRC22:39
*** crandquist has joined #openstack-dev22:39
*** datsun180b has quit IRC22:40
*** rpedde is now known as rpedde_away22:48
*** danwent has quit IRC22:49
*** mrodden has quit IRC22:49
*** edygarcia has quit IRC22:53
*** dims has quit IRC22:56
*** danwent has joined #openstack-dev22:58
*** blamar has quit IRC22:59
*** jemartin has joined #openstack-dev23:04
*** jcru has quit IRC23:05
*** devcamca1 has joined #openstack-dev23:05
*** epim has quit IRC23:10
openstackgerritA change was merged to openstack/swift: Added partition option to swift-get-nodes  https://review.openstack.org/1483423:11
*** dims has joined #openstack-dev23:11
*** alunduil has joined #openstack-dev23:13
jog0vishy: you  still have a typo in your commit msg: cna => can23:13
vishyjog0: thx fixed23:14
*** tgall_foo has joined #openstack-dev23:14
*** tgall_foo has quit IRC23:14
*** tgall_foo has joined #openstack-dev23:14
*** nati_ueno_2 has joined #openstack-dev23:15
*** tgall_foo has quit IRC23:18
*** ewindisch has joined #openstack-dev23:19
*** nati_ueno_2 has quit IRC23:22
*** nati_ueno_2 has joined #openstack-dev23:23
*** roge has quit IRC23:23
*** nati_ueno has quit IRC23:28
*** reed has joined #openstack-dev23:30
*** nati_ueno has joined #openstack-dev23:30
*** gongysh has joined #openstack-dev23:32
*** ywu_ has quit IRC23:34
*** ywu_ has joined #openstack-dev23:35
*** jcru has joined #openstack-dev23:36
*** littleidea has quit IRC23:37
*** littleidea has joined #openstack-dev23:38
*** ywu_ has quit IRC23:38
*** ywu_ has joined #openstack-dev23:39
*** littleidea has left #openstack-dev23:39
*** otherwiseguy has quit IRC23:39
*** lloydde has quit IRC23:40
*** eglynn has quit IRC23:41
*** edygarcia has joined #openstack-dev23:42
*** ywu_ has quit IRC23:42
*** ywu_ has joined #openstack-dev23:43
*** dolphm_ has joined #openstack-dev23:43
*** hemna has quit IRC23:48
*** pixelbeat has joined #openstack-dev23:51
*** maurosr has quit IRC23:51
*** jiangang has joined #openstack-dev23:53
openstackgerritA change was merged to openstack/keystone: Fixes 500 err on authentication for invalid body  https://review.openstack.org/1428123:53
*** metral_ has joined #openstack-dev23:53
openstackgerritA change was merged to openstack/nova: Allow loading only selected extensions  https://review.openstack.org/1437423:53
*** vipuls has quit IRC23:54
openstackgerritA change was merged to openstack/nova: Speed up api.openstack.compute.contrib tests  https://review.openstack.org/1437523:54
*** metral has quit IRC23:56
*** metral_ is now known as metral23:56
*** devcamca1 has quit IRC23:56
*** metral_ has joined #openstack-dev23:56
*** jergerber has quit IRC23:56
*** otherwiseguy has joined #openstack-dev23:57
*** deva_bbiaf is now known as devananda23:57
*** ywu_ has quit IRC23:57
*** ywu_ has joined #openstack-dev23:58
*** danwent has quit IRC23:58

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