Wednesday, 2012-11-21

*** winston-d has quit IRC00:00
danwentnati_ueno: ping00:02
nati_uenodanwent: pong00:02
danwentnati_ueno: does ping need to be run as root?00:03
nati_uenodanwent: no. however ip netns exec needs root00:03
termiehas anybody figured out what causes that thing where nosetests prints a bunch of \n's instead of newlines in exception output?00:03
danwentnati_ueno: haha, i came to the same conclusion while waiting for your answer…00:03
danwentnati_ueno: ok, i will +200:03
nati_uenodanwent: Thanks!00:04
danwentnati_ueno: maybe hunt around for another core to +2, as i'd love to see the gating start asap :)00:04
nati_uenodanwent: Me too. I want finish this in G100:04
*** zhiteng has quit IRC00:05
nati_uenodanwent: salv-orlando is around of you?00:05
*** edmund1 has joined #openstack-dev00:05
danwentnati_ueno: he should be later today at least.00:05
nati_uenodanwent: I got it00:05
*** almaisan-away is now known as al-maisan00:05
openstackgerritA change was merged to openstack/swift: pep8 utils.py  https://review.openstack.org/1659100:06
salv-orlandohe has officially given up sleep00:06
*** edmund1 has quit IRC00:06
*** al-maisan is now known as almaisan-away00:06
*** edmund1 has joined #openstack-dev00:06
nati_uenosalv-orlando: ha ha ha00:07
danwentnati_ueno: when it merged, please set milestone appropriately00:07
nati_uenodanwent: I feel i should set it G2..00:08
danwentnati_ueno: ok, go for it00:08
*** ywu_ has quit IRC00:08
nati_uenodanwent: gotcha00:08
*** ywu_ has joined #openstack-dev00:08
openstackgerritA change was merged to openstack/swift: pep8 middleware  https://review.openstack.org/1659200:08
*** Dr_Who has joined #openstack-dev00:09
*** Dr_Who has joined #openstack-dev00:09
gongyshsalv-orlando: ping00:10
salv-orlandopong00:11
*** lloydde has quit IRC00:11
gongyshsalv-orlando: you should get sleepiness so that quantum will be fine under your guard.00:13
*** vipul is now known as vipul|away00:13
*** vipul|away is now known as vipul00:13
nati_uenogongysh: Hi yong. If you have time, could you review https://review.openstack.org/#/c/16594/ ? This change is quite simple, and needed for quantum-gating00:13
gongyshnati_ueno: I am doing. but if you can put the dialog with Dan into the file will be better.00:16
gongyshI mean, some people don't no the reason why we put the root to run the ping.00:17
gongyshno -> know.00:17
openstackgerritA change was merged to openstack/nova: Fix non-primitive uses of instance in compute/manager  https://review.openstack.org/1657500:17
nati_uenogongysh: It looks dan have added comment already :)00:17
*** Dr_Who has quit IRC00:17
nati_uenogongysh: Thanks for your review00:17
gongyshgongysh: I mean comments is in review system. We can add it into debug.filters files so that the guys will no delete it with confidence.00:18
nati_uenogongysh: I got it!00:19
gongyshno -> not. It is early morning here. I am not clear enough.00:20
nati_uenogongysh: I updated the patch. Is the comment makes sense for you?00:21
termieanswer to my question was here: http://code.google.com/p/python-nose/issues/detail?id=47500:21
*** ywu_ has quit IRC00:22
*** ywu_ has joined #openstack-dev00:22
*** edmund1 has quit IRC00:22
*** winston-d has joined #openstack-dev00:25
winston-dgongysh, around?00:25
gongyshwinston-d: hi00:26
clarkbHeads up, the CI team plans to upgrade jenkins.o.o in about half an hour. I will gracefully bring Jenkins down then back up again. That said I know this is the week for the first milestone. Let me know if I will break any immediate plans by doing this00:26
clarkbI am more than happy to work around schedule milestone reviews/merging/etc00:27
*** vipul is now known as vipul|away00:28
clarkbvishy: danwent jgriffith notmyname ttx bcwaldon mordred ^00:28
jgriffithclarkb: yo00:28
notmynameclarkb: should be fine for swift00:29
jgriffithclarkb: ahhh....00:29
jgriffithclarkb: should be ok for me, I'll just resubmit in the AM if need be00:29
jgriffithclarkb: thanks for the heads up00:30
*** pabelanger has joined #openstack-dev00:30
*** vipul|away is now known as vipul00:32
*** anteaya has quit IRC00:32
gongyshnati_ueno: question:  I need root to run 'ip netns exec'00:33
*** crandquist has quit IRC00:33
nati_uenogongysh: yes00:33
*** boris-42 has quit IRC00:33
gongyshnati_ueno:  If do have 'sudo ip netns exec xxx sudo ping'?00:33
nati_uenogongysh: it will fail00:34
nati_uenogongysh: sudo ip netns exec xxx ping is OK00:34
nati_uenogongysh: Ah not fail sorry "sudo ip netns exec xxx sudo ping " also works00:35
openstackgerritA change was merged to openstack/nova: Detect shared storage; handle base cleanup better.  https://review.openstack.org/1613400:35
gongyshnati_neno: so I think problems is we should always run 'ip netns exec xxx' with root00:36
*** ywu_ has quit IRC00:36
nati_uenogongysh: hmm it is the problem of linux00:36
*** ywu_ has joined #openstack-dev00:37
*** ywu_ has quit IRC00:37
*** ywu_ has joined #openstack-dev00:37
gongyshnati_neno:  let me put it in another way. In our code,  we should call 'ip netns exec xx' with root always. and call sub command according to the filter files rule.00:38
gongyshnati_neno: so if we have your debug.filters file: we should run the command something like:00:39
gongyshsudo ip netns exec xxx sudo ping yyyy00:39
*** ywu_ has quit IRC00:41
*** ywu_ has joined #openstack-dev00:41
*** ijw11 has quit IRC00:43
nati_uenogongysh: sudo is not needed for ping00:44
nati_uenogongysh: so " sudo ip netns exec xxx ping" is needed00:44
nati_uenogongysh: so "ip netns exec" is allowed by IpNetNsFilter00:45
nati_uenogongysh: but this filter also check extra argments ( ping part ). These command also should be allowed in the filter configrations00:45
nati_uenogongysh: so I added the ping to the debug.filters00:45
*** stevebake has quit IRC00:46
*** jdorothy has quit IRC00:47
*** lloydde has joined #openstack-dev00:47
*** maxiz_ has quit IRC00:49
gongyshnati_ueno:  what is the behavior: if IpNetnsExecFilter is root and the ping is not root?00:50
nati_uenogongysh: OK  when we execute  " sudo /opt/stack/quantum/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qprobe-83c44552-6ee7-4a6d-b4ea-ab07524bd579 ping  "00:51
nati_uenogongysh:  the /opt/stack/quantum/bin/quantum-rootwrap reads config from /etc/quantum/rootwrap.conf00:51
*** jcooley is now known as jcooley_afk00:51
nati_uenogongysh: "ip netns exec qprobe-83c44552-6ee7-4a6d-b4ea-ab07524bd579" ping is user argment00:52
nati_uenogongysh:  "ip netns exec qprobe-83c44552-6ee7-4a6d-b4ea-ab07524bd579" will match the IpNetnsExecFilter00:52
*** ywu_ has quit IRC00:52
*** ywu_ has joined #openstack-dev00:52
nati_uenogongysh: then  IpNetnsExecFilter will also check ping part00:52
nati_uenogongysh: ping will match filter in debug.filters00:52
nati_uenogongysh: then quantum-rootwrap thinks this command is OK to execute00:53
nati_uenogongysh: quantum-rootwrap execute command00:53
gongyshnati_ueno: thanks for the logics.  so with rooted ping rule,00:54
nati_uenogongysh: your welcome00:54
gongyshwill we have something like 'sudo ip netns exec xxx sudo ping' or just00:54
gongysh'sudo ip netns exec xxx ping'?00:55
nati_ueno gongysh:  Just this one 'sudo ip netns exec xxx ping'00:55
*** alunduil has joined #openstack-dev00:55
gongyshnati_ueno: so the ping is rooted or not does not matter, right?00:55
nati_uenogongysh: rooted ping is not allowed00:55
nati_uenogongysh: because sudo is not allowd00:56
*** dims has quit IRC00:56
gongyshnati_ueno: just wait, let me have a test using rootwrap.00:56
nati_uenogongysh: sure :)00:57
*** afazekas has quit IRC01:00
*** patelna has quit IRC01:00
*** openstackjenkins has quit IRC01:01
*** openstackjenkins has joined #openstack-dev01:03
*** lloydde has quit IRC01:03
*** TerryH has quit IRC01:03
*** openstackjenkins has quit IRC01:04
*** stevebake has joined #openstack-dev01:04
*** openstackjenkins has joined #openstack-dev01:05
*** openstackjenkins has quit IRC01:05
*** openstackjenkins has joined #openstack-dev01:06
*** SuYan has joined #openstack-dev01:06
clarkbzuul has been upgraded and is back up now. The CI team is checking that everything is in order. Please let us know if you see anything funny happen with tests01:07
*** ywu_ has quit IRC01:07
*** ywu_ has joined #openstack-dev01:07
*** dims has joined #openstack-dev01:09
*** winston-d has quit IRC01:11
*** andrewbogott is now known as andrewbogott_afk01:12
*** halj has quit IRC01:14
*** Tross has quit IRC01:17
*** Tross has joined #openstack-dev01:20
*** ywu_ has quit IRC01:22
*** ywu_ has joined #openstack-dev01:22
*** colinmcnamara1 has quit IRC01:22
*** otherwiseguy has quit IRC01:23
*** jcooley_afk is now known as jcooley01:25
*** openfly has left #openstack-dev01:25
*** winston-d has joined #openstack-dev01:26
*** crandquist has joined #openstack-dev01:27
gongyshnati_ueno: ping01:33
gongyshnati_ueno: ping: CommandFilter, /bin/ping,01:33
gongyshping6: CommandFilter, /bin/ping6,01:33
nati_uenogongysh: pong01:33
gongyshwithout root, I can run the command too:01:34
*** saurabhs has left #openstack-dev01:34
gongyshsudo ./bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qrouter-556e37e4-d175-4f45-8bb9-b14df8279ae0 ping 127.0.0.101:34
nati_uenogongysh: really!? could you paste the command ?01:34
clarkbs/zuul/jenkins/ above. in any case ping me or the CI team if anything is amiss01:34
nati_uenogongysh: can we run it without debug.filters01:34
nati_ueno?01:34
*** xchu has joined #openstack-dev01:35
gongyshnati_ueno: of course, it failed without ping listed there.01:35
nati_uenogongysh: Ah you mean, "ip netns exec xxx sudo ping" ?01:35
*** xchu is now known as Guest6977801:35
gongyshgongysh@gongysh-laptop:~/git/quantum$ sudo ./bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns exec qrouter-556e37e4-d175-4f45-8bb9-b14df8279ae0 ping 127.0.0.101:35
gongyshUnauthorized command: ip netns exec qrouter-556e37e4-d175-4f45-8bb9-b14df8279ae0 ping 127.0.0.101:35
nati_uenogongysh: OK this is intended beheivior01:36
gongyshnati_ueno: so as I said, root or not does not matter. We just need to put the ping there.01:36
nati_uenogongysh: yes01:36
*** ywu_ has quit IRC01:36
*** ywu_ has joined #openstack-dev01:36
*** ywu_ has quit IRC01:37
*** ywu_ has joined #openstack-dev01:37
*** Guest69778 is now known as xchu_01:37
*** martine has joined #openstack-dev01:38
*** zoumpis has joined #openstack-dev01:38
*** salv-orlando_ has joined #openstack-dev01:40
*** salv-orlando has quit IRC01:40
*** salv-orlando_ is now known as salv-orlando01:40
*** salv-orlando has quit IRC01:41
*** salv-orlando has joined #openstack-dev01:41
*** esp1 has left #openstack-dev01:41
*** adalbas has quit IRC01:42
*** markmcclain has joined #openstack-dev01:42
nati_uenogongysh: Ah I got your point now. Thanks I will fix the code01:42
lifelessdtroyer: hi - have replied to your review.01:42
*** renier has quit IRC01:44
*** renier has joined #openstack-dev01:45
*** zaitcev has quit IRC01:46
*** mancdaz has quit IRC01:48
*** mancdaz has joined #openstack-dev01:48
*** yjiang5_away is now known as yjiang501:50
*** stevebake has quit IRC01:52
*** anniec has quit IRC01:55
*** wenjianhn has joined #openstack-dev01:55
*** Tross has quit IRC01:55
*** maxiz has joined #openstack-dev01:57
*** nati_ueno_2 has joined #openstack-dev01:59
*** dims has quit IRC02:00
*** salv-orlando has quit IRC02:01
*** nati_ueno has quit IRC02:01
*** Dr_Who has joined #openstack-dev02:03
*** Dr_Who has joined #openstack-dev02:03
*** Tross has joined #openstack-dev02:05
*** yidclare has quit IRC02:07
*** almaisan-away has quit IRC02:07
*** almaisan-away has joined #openstack-dev02:08
*** lloydde has joined #openstack-dev02:08
*** longhudou has joined #openstack-dev02:09
*** Dr_Who has quit IRC02:10
*** nati_ueno has joined #openstack-dev02:10
*** crandquist has quit IRC02:11
*** crandquist has joined #openstack-dev02:11
*** hemna has quit IRC02:11
*** nati_ueno_2 has quit IRC02:12
*** lloydde has quit IRC02:13
*** metral has quit IRC02:16
*** metral has joined #openstack-dev02:16
*** timjr has quit IRC02:22
*** xchu_ has left #openstack-dev02:23
*** LiLin has joined #openstack-dev02:25
*** xchu_ has joined #openstack-dev02:25
*** thingee has joined #openstack-dev02:26
*** Ryan_Lane has quit IRC02:26
*** thingee_zz has quit IRC02:27
*** juice__ is now known as juice02:27
*** thingee has joined #openstack-dev02:27
*** xchu_ is now known as xchu02:28
*** juice__ has joined #openstack-dev02:28
*** thingee is now known as thingee_zz02:33
*** dims has joined #openstack-dev02:33
*** dingus9 has quit IRC02:37
*** maoy has quit IRC02:38
*** zoumpis has quit IRC02:41
*** Mandell has quit IRC02:42
*** Dr_Who has joined #openstack-dev02:45
*** Dr_Who has joined #openstack-dev02:45
*** juice__ has quit IRC02:46
*** juice_otg has joined #openstack-dev02:46
*** Dr_Who has quit IRC02:48
*** danwent has quit IRC02:49
*** juice has quit IRC02:50
*** jcooley is now known as jcooley_afk02:50
*** jcooley_afk is now known as jcooley02:54
*** melwitt has quit IRC02:55
*** longhudou has quit IRC02:57
*** stevebake has joined #openstack-dev02:58
*** rushiagr has joined #openstack-dev02:59
*** jcooley is now known as jcooley_afk03:00
*** rushiagr1 has joined #openstack-dev03:00
*** juice_otg has quit IRC03:00
openstackgerritA change was merged to openstack/nova: Make ec2_instance_create db method consistant across db apis  https://review.openstack.org/1627203:01
*** stevebake has quit IRC03:03
*** rushiagr has quit IRC03:04
*** novas0x2a|laptop has quit IRC03:05
openstackgerritA change was merged to openstack/nova: Imported Translations from Transifex  https://review.openstack.org/1659803:07
*** jcooley_afk is now known as jcooley03:08
*** colinmcnamara has joined #openstack-dev03:10
*** stevebake has joined #openstack-dev03:11
*** Hitesh_ has quit IRC03:19
*** rushiagr1 has quit IRC03:19
*** ywu_ has quit IRC03:20
winston-dgongysh, hi, any chance that you found Vincent?03:20
*** otherwiseguy has joined #openstack-dev03:22
*** adjohn has quit IRC03:26
*** wenjianhn has quit IRC03:31
*** esp has joined #openstack-dev03:31
*** wenjianhn has joined #openstack-dev03:32
*** esp has left #openstack-dev03:33
*** nati_ueno has quit IRC03:37
*** SuYan has quit IRC03:37
gongyshHis manager is contacting him.03:37
*** Ryan_Lane has joined #openstack-dev03:41
*** Tross has quit IRC03:43
winston-dgongysh, great, thank you!03:43
winston-dgongysh, is he based in Beijing as well?03:43
*** Dr_Who has joined #openstack-dev03:45
*** Dr_Who has joined #openstack-dev03:45
gongyshwinston-d: yes.03:46
winston-dgood, that means we are in the same timezone. :)03:47
*** vincent_hou has joined #openstack-dev03:48
*** Dr_Who has quit IRC03:49
*** cmagina has quit IRC03:50
*** cmagina has joined #openstack-dev03:53
*** colinmcnamara has left #openstack-dev03:53
*** samkottler|afk is now known as samkottler03:54
*** colinmcnamara has joined #openstack-dev03:57
*** jog0 has quit IRC04:03
*** samkottler is now known as samkottler|afk04:10
*** otherwiseguy has quit IRC04:13
*** SuYan has joined #openstack-dev04:20
*** shang has joined #openstack-dev04:22
*** novas0x2a|laptop has joined #openstack-dev04:24
*** wenjianhn has quit IRC04:30
*** Mandell has joined #openstack-dev04:36
*** rushiagr has joined #openstack-dev04:39
*** imsplitbit has quit IRC04:39
*** adjohn has joined #openstack-dev04:46
*** thingee_zz has quit IRC04:49
*** thingee has joined #openstack-dev04:50
*** wenjianhn has joined #openstack-dev04:52
*** Tross has joined #openstack-dev04:57
*** nati_ueno has joined #openstack-dev04:59
openstackgerritA change was merged to openstack/horizon: Don't inherit from base.html in 500 error page  https://review.openstack.org/1615204:59
*** jcooley is now known as jcooley_afk05:03
*** sacharya has quit IRC05:07
mikallifeless: I've been making fun of you this whole time, and you weren't even in the channel I was in!05:07
*** Tross has quit IRC05:10
openstackgerritA change was merged to openstack/nova: Return an error response if the specified flavor does not exists. (v4)  https://review.openstack.org/1587105:11
*** nati_ueno has quit IRC05:14
*** vincent_hou_ has joined #openstack-dev05:15
*** SuYan has left #openstack-dev05:15
*** vincent_hou_ has quit IRC05:15
*** vincent_hou has quit IRC05:17
*** koolhead17 has joined #openstack-dev05:17
openstackgerritA change was merged to openstack/nova: Rename sql_pool_size to sql_max_pool_size  https://review.openstack.org/1659505:17
lifelessmikal: oh, what channel?05:20
gongyshnati_ueno: are u going to start scheduler?05:22
mikalI've tagged three bugs "baremetal" which you might be interested in05:24
*** sthaha has quit IRC05:34
*** markmcclain has quit IRC05:34
*** winston-d has quit IRC05:34
openstackgerritA change was merged to openstack/quantum: Fix context problem  https://review.openstack.org/1572605:35
*** colinmcnamara has quit IRC05:36
*** nati_ueno has joined #openstack-dev05:37
openstackgerritA change was merged to openstack/quantum: bug 1057844: improve floating-ip association checks  https://review.openstack.org/1575805:38
uvirtbotLaunchpad bug 1057844 in quantum "allow multiple floating-ip on single port if they use different fixed ips and/or external nets" [Medium,Fix committed] https://launchpad.net/bugs/105784405:38
*** garyk has quit IRC05:39
*** Tross has joined #openstack-dev05:42
*** darjeeling has quit IRC05:49
*** martine has quit IRC05:51
*** LiLin has quit IRC05:52
*** jcooley_afk is now known as jcooley05:56
*** LiLin has joined #openstack-dev05:59
*** winston-d has joined #openstack-dev05:59
*** hattwick has quit IRC06:01
*** Tross has quit IRC06:02
*** Tross has joined #openstack-dev06:05
*** koolhead17 has quit IRC06:08
*** nati_ueno has quit IRC06:11
*** adjohn has joined #openstack-dev06:11
*** nati_ueno has joined #openstack-dev06:12
lifelessmikal: thanks06:13
*** adjohn has quit IRC06:13
*** garyk has joined #openstack-dev06:38
*** SuYan has joined #openstack-dev06:38
*** reed has quit IRC06:38
*** dingus9 has joined #openstack-dev06:40
*** adjohn has joined #openstack-dev06:40
*** hattwick has joined #openstack-dev06:42
*** nati_ueno_2 has joined #openstack-dev06:45
*** nati_ueno has quit IRC06:46
*** adjohn has quit IRC06:48
*** adjohn has joined #openstack-dev06:49
*** juice_otg has joined #openstack-dev06:51
*** eglynn has joined #openstack-dev06:54
*** eglynn__ has quit IRC06:57
*** mikal has quit IRC06:58
*** mikal has joined #openstack-dev06:59
*** jcooley is now known as jcooley_afk07:06
*** juice_otg has quit IRC07:08
*** mrunge has joined #openstack-dev07:08
*** gongysh has quit IRC07:11
*** jcooley_afk is now known as jcooley07:15
*** adjohn has quit IRC07:16
*** jcooley is now known as jcooley_afk07:17
*** dingus9 has quit IRC07:18
*** darjeeling has joined #openstack-dev07:20
*** corXi has joined #openstack-dev07:21
*** gongysh has joined #openstack-dev07:22
*** adjohn has joined #openstack-dev07:22
*** juice_otg has joined #openstack-dev07:25
*** adjohn has quit IRC07:29
*** henrynash has joined #openstack-dev07:36
*** juice_otg has quit IRC07:37
*** LiLin has quit IRC07:38
*** henrynash has quit IRC07:42
*** zirbel has joined #openstack-dev07:43
*** LiLin has joined #openstack-dev07:44
*** afazekas has joined #openstack-dev07:48
*** corXi has quit IRC07:50
*** reed has joined #openstack-dev07:52
*** nati_ueno has joined #openstack-dev07:52
*** nati_ueno_2 has quit IRC07:54
*** reidrac has joined #openstack-dev07:55
*** rafaduran has joined #openstack-dev08:00
openstackgerritA change was merged to openstack/python-quantumclient: Correct the verbose output formatting when creating routers.  https://review.openstack.org/1520908:03
*** mikal has quit IRC08:10
*** jpich has joined #openstack-dev08:17
*** sthaha has joined #openstack-dev08:20
gongyshgaryk: ping08:24
garykgongysh: pong08:24
*** SuYan has quit IRC08:24
*** EmilienM has joined #openstack-dev08:28
*** darjeeli_ has joined #openstack-dev08:29
*** darjeeli_ has quit IRC08:29
*** aloga has quit IRC08:30
*** aloga has joined #openstack-dev08:31
*** darjeeling has quit IRC08:32
*** afazekas has quit IRC08:34
*** tr3buchet has quit IRC08:36
*** amotoki has joined #openstack-dev08:36
*** silverrain has joined #openstack-dev08:40
*** LiLin has quit IRC08:44
*** LiLin has joined #openstack-dev08:45
*** zbitter has joined #openstack-dev08:47
*** afazekas has joined #openstack-dev08:51
*** zaneb has quit IRC08:51
*** rburon has joined #openstack-dev08:53
*** winston-d has quit IRC08:55
*** thingee_zz has joined #openstack-dev08:57
*** thingee has quit IRC08:57
*** thingee_zz is now known as thingee08:58
*** tr3buchet2 has quit IRC09:02
*** sthaha has quit IRC09:04
*** fc__ has joined #openstack-dev09:05
*** benner_ has joined #openstack-dev09:05
*** tr3buchet has joined #openstack-dev09:05
*** davidkranz_ has joined #openstack-dev09:06
*** benner has quit IRC09:06
*** davidkranz has quit IRC09:06
*** mmagr has joined #openstack-dev09:07
*** derekh has joined #openstack-dev09:07
*** darraghb has joined #openstack-dev09:11
*** afazekas has quit IRC09:16
*** sthaha has joined #openstack-dev09:18
*** ondergetekende has joined #openstack-dev09:19
*** ondergetekende has quit IRC09:20
*** ondergetekende has joined #openstack-dev09:20
*** corXi has joined #openstack-dev09:22
*** ondergetekende has quit IRC09:23
*** ondergetekende has joined #openstack-dev09:23
*** Ryan_Lane has quit IRC09:26
*** mikal has joined #openstack-dev09:28
*** pixelbeat has joined #openstack-dev09:28
*** Ryan_Lane has joined #openstack-dev09:29
*** salv-orlando has joined #openstack-dev09:32
ttxsalv-orlando: I just cut the branch, i assumed it was ok09:35
salv-orlandottx: I am checking the last pending reviews09:36
ttxsalv-orlando: all targeted blueprints were marked implemented. If there is some critical bugfix, we can still backport it09:36
ttx(in the next two days)09:37
salv-orlandoNope, no critical bugs. Just a medium one which we might approve, but I won't mind deferring it to G-209:37
salv-orlandooh you already deferred it09:37
ttxsalv-orlando: I deferred it, so if it hits master and you want to backport it, just target it back to g109:37
ttxdeferred it based on what Dan told me yesterday09:38
ttx(if it's not in today, just defer it)09:38
salv-orlandottx: that's ok. It's not a priority.09:38
salv-orlandoI'm definitely fine with the milestone you cut. Is there anything else I can/should do?09:39
ttxsalv-orlando: nothing except be on the lookout for milestone-critical bugs09:40
ttxsalv-orlando: milestones are rather painless, especially early ones :)09:40
*** henrynash has joined #openstack-dev09:42
salv-orlandottx: sure. I will spend a few hours testing the branch.09:45
*** maxiz has quit IRC09:46
ttxsalv-orlando: great, will announce the candidate tarballs for wider teesting anyway. It's also good to keep an eye on incoming bug reports.09:46
ttxsalv-orlando: for reference, the process I follow is documented at http://wiki.openstack.org/ReleaseTeam/HowToRelease09:47
*** Mandell has quit IRC09:47
ttxWhereas what the PTL needs to do is documented at http://wiki.openstack.org/PTLguide09:47
salv-orlandottx: yep I am aware of those documents. I just thought the PTL was supposed to do the release as well.09:48
ttxsalv-orlando: heh, I need to justofy my enormous pay09:48
salv-orlandoFor incoming bugs, I will keep three eyes open, but I am pretty sure garyk will beat me to that.09:48
*** afazekas has joined #openstack-dev09:49
garyksalv-orlando: i think that we should get ourselves turkey and have a feast instead of dealing with bugs (we still need to get the bp "no bugs in quantum" approved)09:50
*** LiLin1 has joined #openstack-dev09:55
*** LiLin1 has left #openstack-dev09:55
*** LiLin has quit IRC09:55
*** mnewby has quit IRC09:56
*** mnewby has joined #openstack-dev09:56
*** trapni has quit IRC09:59
*** timello has joined #openstack-dev10:01
*** timello has quit IRC10:03
*** mnewby_ has joined #openstack-dev10:03
*** mnewby has quit IRC10:05
*** mnewby_ is now known as mnewby10:05
*** timello has joined #openstack-dev10:05
*** xchu has quit IRC10:07
*** gongysh has quit IRC10:07
*** e1mer has quit IRC10:07
*** danpb has joined #openstack-dev10:12
*** ijw1 has joined #openstack-dev10:12
*** gongysh has joined #openstack-dev10:12
*** LiLin has joined #openstack-dev10:12
*** LiLin has left #openstack-dev10:12
*** silverrain has quit IRC10:17
*** ijw1 has quit IRC10:17
*** ijw1 has joined #openstack-dev10:17
*** maploin has joined #openstack-dev10:23
*** maploin has quit IRC10:23
*** maploin has joined #openstack-dev10:23
*** Apsu` has quit IRC10:27
*** Apsu` has joined #openstack-dev10:28
*** zbitter is now known as zaneb10:35
*** henrynash has quit IRC10:36
*** littleidea has quit IRC10:39
*** adalbas has joined #openstack-dev10:41
*** highthem has joined #openstack-dev10:47
*** trapni has joined #openstack-dev10:50
*** mcaway is now known as markmc10:52
*** wenjianhn has quit IRC10:55
eglynnttx, any thoughts on the versioning/release mgmt questions posed here: http://lists.openstack.org/pipermail/openstack-dev/2012-November/003123.html ?11:00
eglynn(related to the porposed stable nova virt library for ceilo's use)11:00
*** maurosr has joined #openstack-dev11:06
openstackgerritA change was merged to openstack/ceilometer: Used auth_token middleware from keystoneclient.  https://review.openstack.org/1650911:08
ttxeglynn: looking11:10
eglynnttx: thanks!11:10
*** highthem has quit IRC11:12
*** e1mer has joined #openstack-dev11:13
ttxeglynn: was that option approved yet, or are we just exploring the consequences of that option ?11:13
eglynnttx: discussed at the nova IRC meeting last week, with provisional agreement from the nova folks that this is the best option11:14
ttxeglynn: because this option triggers a few issues from a general project management perspective (looks like a new category)11:14
eglynnttx: yep, exactly, that's why I wanted to explore this issues and thrash out the consequences of going down this route11:15
ttxeglynn: thanks for pointing me to it. i'll have to spend some cycles on it before giving a clear opinion11:15
ttxeglynn: I may ask you questions along the way :)11:16
trapniIs there a way to add a Security Group to a running VM? I'm fine with rebooting afterwards, but recreating is not an option. any ideas?11:16
eglynnttx: cool, thanks!11:16
*** arbrandes has joined #openstack-dev11:17
ttxamotoki: about bug 1081434 -- that only affects stable/folsom, not grizzly-1 or master ?11:25
uvirtbotLaunchpad bug 1081434 in nova "nova-api/compute cannot start in stable/folsom branch with quantum" [Undecided,New] https://launchpad.net/bugs/108143411:25
amotokittx: only affects stable/folsom.11:25
ttxamotoki: ok, so it's a 2012.2.1-critical issue, not a g1-critical issue11:25
amotokittx: sorry, that's right.11:26
ttxamotoki: I'll make sure it's on 2012.2.1 release radar. /cc: markmc11:26
ttxamotoki: thanks for raising it!11:26
ttxsalv-orlando: fyi ^11:26
openstackgerritA change was merged to openstack/ceilometer: tools: use tarballs rather than git for Folsom tests  https://review.openstack.org/1662411:28
*** markmc has quit IRC11:28
*** benner has joined #openstack-dev11:30
*** benner_ has quit IRC11:30
*** markmc has joined #openstack-dev11:35
*** ondergetekende has quit IRC11:36
markmcamotoki, yep, I saw your mail and will look into it later if garyk doesn't get there first11:40
* markmc forwards it to the openstack-stable-maint mailing list11:40
*** rushiagr has left #openstack-dev11:41
garykmarkmc: amotoki - i saw the mail now and am looking into it :(11:41
markmcgaryk, great, thanks11:41
*** darjeeling has joined #openstack-dev11:42
amotokimarkmc, garyk: thanks. I do not have enough time to check it at the moment.11:42
garykamotoki: np. hope you are feeling better11:42
*** mawagon1 has joined #openstack-dev11:54
*** olaph has quit IRC11:54
garykamotoki: please see https://review.openstack.org/16631. i am going to test now. hope that this solves the issues11:58
*** mawagon1 has quit IRC11:58
*** olaph has joined #openstack-dev11:59
*** ondergetekende has joined #openstack-dev12:01
*** jgriffith has quit IRC12:01
*** jgriffith has joined #openstack-dev12:01
*** ondergetekende has quit IRC12:02
*** ondergetekende has joined #openstack-dev12:02
garykmarkmc: can you please look at http://fpaste.org/JW1Y/. with the stable quantum version i have just been updating and running the current devstack. i tried the same with nova ...12:03
amotokigaryk: thanks. I will test stable/folsom with it on ubuntu 12.04.12:03
markmcgaryk, try deleting *.pyc in the migrations dir12:04
garykamotoki: thanks. i have run into a problem ^^12:04
garykmarkmc: ok, thanks12:04
amotokigaryk: in my understanding, the patch is ok if nova with quantum and nova secgroup works well.12:04
*** ondergetekende has quit IRC12:04
garykamotoki: ok, at the moment i just need to get nova working :)12:04
*** ondergetekende has joined #openstack-dev12:06
garykmarkmc: thanks! up and running12:13
markmcgaryk, cool12:13
*** e1mer has quit IRC12:18
garykamotoki: markmc : i have done testing with ovs plugin and patch. it works with nova sec groups. that is, i allocated a floating ip and assoc to a quantum port. failed to ping until i have created the sec group policy.12:24
*** timello has quit IRC12:24
markmcgaryk, great12:25
amotokigaryk: It works well in my devstack too. I tested with OVS and NEC plugins.12:25
garyknow i just need the grumpy old jenkins to give me +1.... i have to step out for an hour or so. if there are any issues then please let me know.12:26
amotokigaryk: I did +1'ed on gerrit. Thanks.12:28
*** gargya has joined #openstack-dev12:28
*** anniec has joined #openstack-dev12:28
garykamotoki: thanks12:29
*** darkhorse has quit IRC12:43
*** darkhorse has joined #openstack-dev12:43
*** anniec has quit IRC12:46
ttxmarkmc: https://review.openstack.org/#/c/16631/ could use your +2 for a quick fix12:55
ttx(https://bugs.launchpad.net/nova/+bug/1081434)12:56
uvirtbotLaunchpad bug 1081434 in nova/folsom "nova-api/compute cannot start in stable/folsom branch with quantum" [Critical,In progress]12:56
sgransorry to be a pain.  Would someone mind taking a look at https://bugs.launchpad.net/nova/+bug/1081037 ?  I'd be happy to suppy a patch if someone thinks this is the right approach12:57
uvirtbotLaunchpad bug 1081037 in nova "python-nova: not region aware when used with quantum" [Undecided,New]12:57
markmcttx, yep, done12:58
*** eharney has joined #openstack-dev13:05
*** eharney has joined #openstack-dev13:05
*** dhellmann_ has joined #openstack-dev13:08
*** samkottler|afk is now known as samkottler13:09
*** dhellmann has quit IRC13:10
*** dhellmann_ is now known as dhellmann13:10
*** yolanda has joined #openstack-dev13:10
*** samkottler is now known as samkottler|afk13:10
*** anniec has joined #openstack-dev13:11
openstackgerritA change was merged to openstack/ceilometer: api: replace minified files by complete version  https://review.openstack.org/1643613:19
*** mawagon1 has joined #openstack-dev13:22
yolandahi, i need to add a flag reclaim_instance_interval when creating a server, from api, anyone knows how to do it? i've seen looking at code that overriding the nova conf is needed, is that the same for API?13:23
*** dprince has joined #openstack-dev13:23
*** olaph has quit IRC13:25
*** timello has joined #openstack-dev13:25
*** bourke_ has joined #openstack-dev13:26
*** sc68cal_ has joined #openstack-dev13:27
*** huats_ has joined #openstack-dev13:27
*** huats_ has quit IRC13:27
*** huats_ has joined #openstack-dev13:27
*** pabelanger has quit IRC13:27
*** sleepsonzzz has joined #openstack-dev13:28
*** devcamca- has joined #openstack-dev13:28
*** jeremyb_ has joined #openstack-dev13:29
*** brianr-a1ay has joined #openstack-dev13:29
*** hattwick_ has joined #openstack-dev13:30
*** alaski_ has joined #openstack-dev13:30
gongyshmikal: ping13:30
gongyshMichael Still: ping13:30
*** anniec has quit IRC13:31
*** EmilienM_ has joined #openstack-dev13:33
*** radez_g0` has joined #openstack-dev13:33
*** alunduil has quit IRC13:33
*** sdague_ has joined #openstack-dev13:34
*** hattwick has quit IRC13:34
*** huats has quit IRC13:34
*** sdague has quit IRC13:34
*** EmilienM has quit IRC13:34
*** sc68cal has quit IRC13:34
*** anderstj has quit IRC13:34
*** bourke has quit IRC13:34
*** n0ano has quit IRC13:34
*** brianr-away has quit IRC13:34
*** radez_g0n3 has quit IRC13:34
*** devcamcar has quit IRC13:34
*** sleepsonthefloor has quit IRC13:34
*** alaski has quit IRC13:34
*** jeremyb has quit IRC13:34
*** sleepsonzzz is now known as sleepsonthefloor13:34
*** EmilienM_ is now known as EmilienM13:34
*** sdague_ is now known as sdague13:34
*** hattwick_ is now known as hattwick13:34
*** anderstj has joined #openstack-dev13:34
*** markmc has quit IRC13:35
*** markmc has joined #openstack-dev13:35
*** anniec has joined #openstack-dev13:36
*** Dr_Who has joined #openstack-dev13:37
*** Dr_Who has joined #openstack-dev13:37
*** strife25 has joined #openstack-dev13:38
*** cdub has quit IRC13:38
*** cdub has joined #openstack-dev13:40
*** cyeoh has quit IRC13:41
*** echohead has quit IRC13:43
*** Apsu` has quit IRC13:43
*** mrunge has quit IRC13:43
*** echohead_ has joined #openstack-dev13:43
*** echohead_ is now known as echohead13:43
*** reed has quit IRC13:44
*** kspear has quit IRC13:44
*** cyeoh has joined #openstack-dev13:44
*** gongysh has quit IRC13:45
*** reed has joined #openstack-dev13:46
*** dhellmann is now known as dhellmann-afk13:46
*** Apsu` has joined #openstack-dev13:46
*** wd_ has joined #openstack-dev13:49
*** Ruetobas has quit IRC13:50
*** RomainDaquin has joined #openstack-dev13:50
*** wd_ has quit IRC13:51
*** jcru has joined #openstack-dev13:54
*** jcru has quit IRC13:54
*** jcru has joined #openstack-dev13:54
*** Ruetobas has joined #openstack-dev13:55
*** pabelanger has joined #openstack-dev13:56
*** tmishler has joined #openstack-dev14:01
alogaayoung: are you available?14:01
*** mawagon1 is now known as olaph14:03
zigoAs the person in charge for Openstack in Debian, I would like to express the fact I do support https://review.openstack.org/#/c/16547/14:04
zigoOpenstack common doing git access has been really annoying us.14:04
*** Ruetobas has quit IRC14:05
zigo(We use Git for packaging, and not release tarballs like @ubuntu)14:05
markmczigo, add your comment in the review14:05
zigoOk.14:05
ayoungaloga, yes, I am14:10
*** adalbas has quit IRC14:12
*** arbrandes has quit IRC14:12
*** Ruetobas has joined #openstack-dev14:13
alogaayoung: it's regarding the 64 characters long limit on the SQL backend for the user's names14:13
alogawe're using x509 authentication with the remote_user auth14:13
alogaand sometimes the certificate DNs are longer than 64 bits14:14
alogas/bits/chars/ sorry14:14
ayoungaloga, aha14:14
aloga(and of course, the REMOTE_USER is set to the user's DN)14:15
ayoungaloga, so how long do you want them to be?14:15
alogaayoung: good question ;-)14:16
alogaayoung: but longer that 64 characters for sure14:16
alogabut being a sane value, of course14:17
ayoungaloga, since the user name is a key, I wouldn't want to make it an unbounded text field, but  we can certainly go longer.  What do your DNs look like?  Under 128 chars?14:17
alogayes, sure, that's what I meant with "sane"14:17
aloga128 should be more than enough14:17
*** annegentle_ has joined #openstack-dev14:20
*** strife25 has quit IRC14:24
*** roadTripper has joined #openstack-dev14:24
*** alunduil has joined #openstack-dev14:25
*** strife25 has joined #openstack-dev14:26
ttxeglynn: answered14:26
*** RomainDaquin has left #openstack-dev14:27
*** alunduil has quit IRC14:28
*** alunduil has joined #openstack-dev14:29
*** littleidea has joined #openstack-dev14:32
*** dingus9 has joined #openstack-dev14:33
*** alaski_ is now known as alaski14:34
*** annegentle_ has quit IRC14:37
*** mrodden has joined #openstack-dev14:40
*** imsplitbit has joined #openstack-dev14:43
*** gargya has quit IRC14:43
*** zoumpis has joined #openstack-dev14:48
*** larsks has joined #openstack-dev14:49
yolandahi, i'm having a problem doing a commit with git, it always try to add the nova/config.py and the sqlalchemy/session.py files14:49
yolandahow can i get rid of it?14:50
larsksyolanda: "git commit" only commits things that either (a) you have explicitly added using "git add" or (b) explicitly referenced on the "git commit" command line.14:50
larsksYou should be able to write something like "git commit file_i_want" to commit *just* that file.14:51
yolandalarsks, i haven't touched that files, i just did the checkout14:51
larsksDoes "git status" show that the files are modified?14:51
*** sacharya has joined #openstack-dev14:52
yolandamm, i git a "git checkout" for that 2 files and then it doesn't appear me in the commit14:53
yolandabut i haven't manually modified them14:53
yolandanow in git status it's clean, but not before the individual checkout14:53
*** spiffxp is now known as spiffxp-away14:53
*** boden has joined #openstack-dev14:54
larsksyolanda: Not sure what could have caused that.  In that situation you can use "git diff" to see exactly what has changed about the files.  Sounds like you're all set now.14:54
*** littleidea has quit IRC14:55
yolandayes, i think so14:55
larsksNow I have a question of my own for the openstack dev folks:  I'm running the Essex release, and we need to wait close to 30 minutes before an automatically assigned floating ip becomes visible via either the web interface or command line tools.  It seems like some sort of caching issue.  Does anyone have any thoughts on how to resolve this problem?14:56
*** roadTripper has quit IRC14:56
*** rnirmal has joined #openstack-dev14:56
*** roadTripper has joined #openstack-dev14:56
*** aeperezt has joined #openstack-dev14:56
*** sacharya has quit IRC14:57
*** anniec has quit IRC14:59
*** cdub has quit IRC15:01
*** andrewbogott_afk is now known as andrewbogott15:02
*** cdub has joined #openstack-dev15:02
*** sthaha has quit IRC15:03
*** samkottler|afk is now known as samkottler15:03
*** gargya has joined #openstack-dev15:09
*** bitblt has joined #openstack-dev15:09
openstackgerritA change was merged to openstack/nova: Introduce a VFS implementation mapped to the host filesystem  https://review.openstack.org/1617515:15
*** TerryH has joined #openstack-dev15:15
*** littleidea has joined #openstack-dev15:16
*** sc68cal_ is now known as sc68cal15:19
*** yolanda has quit IRC15:19
*** jaypipes has joined #openstack-dev15:19
*** sc68cal is now known as Guest1016015:20
*** Guest10160 has quit IRC15:21
*** ijw11 has joined #openstack-dev15:21
*** danwent has joined #openstack-dev15:22
*** winston-d has joined #openstack-dev15:24
*** ijw1 has quit IRC15:26
*** sacharya has joined #openstack-dev15:30
*** bitblt2 has joined #openstack-dev15:30
*** egallen has joined #openstack-dev15:31
*** markmcclain has joined #openstack-dev15:31
*** rushiagr has joined #openstack-dev15:34
*** dhellmann-afk is now known as dhellmann15:34
*** bitblt has quit IRC15:35
*** bitblt2 is now known as bitblt15:35
*** bitblt has quit IRC15:35
*** bitblt has joined #openstack-dev15:35
*** datsun180b has joined #openstack-dev15:35
*** juice_ has joined #openstack-dev15:36
*** nunosantos has joined #openstack-dev15:37
*** crandquist has quit IRC15:38
*** rushiagr has quit IRC15:38
*** kspear has joined #openstack-dev15:40
*** ijw11 is now known as ijw15:40
*** mjfork has joined #openstack-dev15:41
*** sc68cal_ has joined #openstack-dev15:42
*** jcooley_afk is now known as jcooley15:44
*** juice_ has quit IRC15:47
*** jcooley is now known as jcooley_afk15:49
*** mrodden1 has joined #openstack-dev15:49
*** mrodden has quit IRC15:49
*** ijw has quit IRC15:50
*** ijw1 has joined #openstack-dev15:50
*** cp16net is now known as cp16net|away15:50
*** cp16net|away is now known as cp16net15:50
*** rushiagr has joined #openstack-dev15:51
larsksRe: my earlier question, appears to be a bug somewhere between compute/manager.py and network/manager.py (or maybe network.api.py).  I've fixed the behavior locally and posted the information to the openstack@... mailing list.15:54
*** juice_ has joined #openstack-dev15:56
*** avishay has joined #openstack-dev15:58
*** arbrandes has joined #openstack-dev15:59
*** markmc has quit IRC16:00
*** markmc has joined #openstack-dev16:00
*** jdurgin1 has joined #openstack-dev16:01
*** avishay_ has joined #openstack-dev16:04
*** dhellmann is now known as dhellmann-afk16:07
*** doude has quit IRC16:07
*** jcooley_afk is now known as jcooley16:07
*** cdub has quit IRC16:08
*** cdub has joined #openstack-dev16:08
*** avishay has quit IRC16:08
*** jcooley is now known as jcooley_afk16:09
*** avishay_ is now known as avishay16:09
*** silverrain has joined #openstack-dev16:09
ayoungaloga, can you open a ticket for the DN->username issue and assign it to me?16:11
*** brich1 has joined #openstack-dev16:12
*** dolphm has joined #openstack-dev16:15
*** zirbel has quit IRC16:16
*** dolphm has quit IRC16:19
*** zoumpis has quit IRC16:19
*** doude has joined #openstack-dev16:20
*** gargya has quit IRC16:22
*** radez_g0` is now known as radez16:23
*** n0ano has joined #openstack-dev16:23
openstackgerritA change was merged to openstack/nova: Introduce a VFS implementation backed by the libguestfs APIs  https://review.openstack.org/1617616:23
*** adalbas has joined #openstack-dev16:23
*** cdub has quit IRC16:24
*** cdub has joined #openstack-dev16:24
douderussellb: ping16:24
russellbpong16:25
douderussellb: Can I see with you your comment on the bug fix https://review.openstack.org/#/c/15119/7. I don't understand it16:26
openstackgerritA change was merged to openstack/nova: Convert file injection code to use the VFS APIs  https://review.openstack.org/1617716:26
russellbdoude: it used to do return instance_ref16:27
*** egallen has quit IRC16:27
*** reidrac has quit IRC16:27
*** maploin has quit IRC16:27
russellbI'm suggesting it still does that, and that places pay attention to the return value to get the updated host (among other things)16:27
*** brich1 has quit IRC16:28
openstackgerritA change was merged to openstack/nova: Remove img_handlers config parameter usage  https://review.openstack.org/1617816:30
doudeso you prefer the function '_set_instance_host' return the instance_ref and copy this return futher up in the precedent 'instance_ref' attribute ?16:30
*** zoumpis has joined #openstack-dev16:31
openstackgerritA change was merged to openstack/nova: Remove the libguestfs disk mount API implementation  https://review.openstack.org/1617916:31
douderussellb: so you prefer the function '_set_instance_host' return the instance_ref and copy this return futher up in the precedent 'instance_ref' attribute ?16:33
russellbyes I think so16:34
*** bitblt has quit IRC16:34
*** halj has joined #openstack-dev16:34
*** amotoki has quit IRC16:37
douderussellb: so, I must modify the 'instance_claim' function to return updated instance attribute in addition to return claim attribute ?16:37
*** cloudfly has quit IRC16:38
russellbyeah16:38
*** cloudfly has joined #openstack-dev16:38
douderussellb: Why you prefer this method ?16:38
russellbbecause it's more consistent with other functions that do an instance update and have to account for the fact that the instance changed16:39
openstackgerritA change was merged to openstack/nova: Add debug logging to disk mount modules  https://review.openstack.org/1618016:40
douderussellb: ok, thanks for your help. I'll adapt my fix16:40
russellbthanks16:41
*** arbrandes has quit IRC16:42
*** sandywalsh has joined #openstack-dev16:43
openstackgerritA change was merged to openstack/nova: Move sql options to nova.db.sqlalchemy.session  https://review.openstack.org/1663416:43
*** dprince has quit IRC16:48
*** jcru has quit IRC16:49
*** silverrain has quit IRC16:49
*** dolphm has joined #openstack-dev16:50
*** timello has quit IRC16:50
*** cdub has quit IRC16:51
*** cdub has joined #openstack-dev16:51
*** jcru has joined #openstack-dev16:53
*** littleidea has quit IRC16:54
openstackgerritA change was merged to openstack/nova: Wrap log messages with _()  https://review.openstack.org/1641416:54
*** cmagina has quit IRC16:55
*** dolphm has quit IRC16:55
openstackgerritA change was merged to openstack/cinder: Add db table for Glance Metadata  https://review.openstack.org/1617216:55
*** cmagina has joined #openstack-dev16:56
*** littleidea has joined #openstack-dev16:56
openstackgerritA change was merged to openstack/quantum: Ensure that the expiration time for leased IP is updated correctly  https://review.openstack.org/1664116:56
*** cdub has quit IRC16:57
*** AlanClark has joined #openstack-dev16:57
*** cdub has joined #openstack-dev16:58
*** koolhead17 has joined #openstack-dev16:58
*** epim_ has joined #openstack-dev16:59
*** epim has quit IRC16:59
*** epim_ is now known as epim16:59
*** gargya has joined #openstack-dev17:01
*** torandu has joined #openstack-dev17:02
*** ndipanov has quit IRC17:02
*** cdub has quit IRC17:03
*** cdub has joined #openstack-dev17:04
*** dhellmann-afk is now known as dhellmann17:07
openstackgerritA change was merged to openstack/python-novaclient: Add nova client support for nova-manage service command  https://review.openstack.org/1562517:09
openstackgerritA change was merged to openstack/python-novaclient: make tenant id optional for quota-defaults and quota-show  https://review.openstack.org/1571517:10
*** littleidea has quit IRC17:10
*** cdub has quit IRC17:10
*** cdub has joined #openstack-dev17:11
*** avishay has quit IRC17:11
openstackgerritA change was merged to openstack/python-novaclient: Make sure create_image returns result  https://review.openstack.org/1571817:12
openstackgerritA change was merged to openstack/python-novaclient: fix hypervisor-servers for hypervisors without servers  https://review.openstack.org/1563717:12
openstackgerritA change was merged to openstack/python-novaclient: Added --extra-opts to the nova ssh command  https://review.openstack.org/1644117:12
*** yolanda has joined #openstack-dev17:13
*** lloydde has joined #openstack-dev17:14
danwentgaryk: do you want me to squash the resource_counting patches together and propose to stable, or are we ok merging them separately, as long as they are done in quick succession?17:16
*** bitblt has joined #openstack-dev17:16
*** epim has quit IRC17:17
openstackgerritA change was merged to openstack/python-novaclient: Cleans up the flavor creation code. Fixes bug 1080891.  https://review.openstack.org/1648817:18
uvirtbotLaunchpad bug 1080891 in python-novaclient "Novaclient flavors.create needs cleanup" [Undecided,New] https://launchpad.net/bugs/108089117:18
openstackgerritA change was merged to openstack/python-novaclient: Boot from volume without image supplied  https://review.openstack.org/1610117:18
openstackgerritA change was merged to openstack/glance: Allow for not running pep8.  https://review.openstack.org/1649417:18
*** otherwiseguy has joined #openstack-dev17:18
*** torandu has quit IRC17:19
openstackgerritA change was merged to openstack/glance: Make cooperative reader always support read()  https://review.openstack.org/1657417:19
*** tmishler has quit IRC17:20
*** mmagr has quit IRC17:21
*** garyk has quit IRC17:22
*** epim has joined #openstack-dev17:22
koolhead17danwent, ping17:22
*** epim has quit IRC17:22
*** dspano has joined #openstack-dev17:22
danwentkoolhead17: yup17:22
koolhead17danwent, Do i need to add same content on both the section as you suggested ?17:23
*** cbaeseman has joined #openstack-dev17:23
danwentkoolhead17: my thinking was actually that we would remove the existing section on metadata, and move it up much earlier in the doc, into the install section17:24
*** adjohn has joined #openstack-dev17:25
koolhead17cool. after l3 agent installation i have added a notes section and under para adding the same conent as you suggested17:25
danwentgreat.  definitely add me to the reivew.17:27
vishydanpb: btw I tried to replicate the host-model issue i was seeing and it appears to be working now. Not sure if it was libvirt version related or PEBKAC.17:27
koolhead17danwent, sure17:29
vishydanpb: although I my current setup of running kvm inside of my vmware fusion guest works fine, I can nest another guest and successfully modprobe kvm, but attempting to run anything with it just locks up17:29
vishydanpb: I suspect some sort of kernel locking. Do you know of anyone who has nested kvm multiple times? Is it even possible?17:31
*** fc__ has quit IRC17:32
*** tmishler has joined #openstack-dev17:32
danpbvishy: nested KVM is really the elephant in the corner of the room that KVM developers try to ignore17:32
openstackgerritA change was merged to openstack/nova: Fix wait_for_deleted function in SmokeTests.  https://review.openstack.org/1664217:32
danpbvishy: their general feeling is   "if it works for you that's great, but we're not really expecting it to be stable"17:33
danpbso i'm not surprised its behaving as a heisenbug for you :-)17:33
openstackgerritA change was merged to openstack/cinder: Add XenAPINFSDriver  https://review.openstack.org/1539817:33
vishydanpb: that is kind of sad. Because it is an incredibly useful feature for developing cloud software17:33
danpbyeah i know :-(17:33
*** tmishler has quit IRC17:33
danpbvishy: you have AMD cpus right ?17:34
vishydanpb: in this case I'm testing on intel17:34
danpbbecause the state of Intel nested KVM is worse than AMD17:34
danpbbecause Intel did some horrible things in their hardware virt making nesting incredibly difficult17:34
vishydanpb: interesting, I thought they were roughly equivalent these days17:34
vishydanpb: I see. Any idea if that will be fixed with future intel procs?17:34
danpbvishy: no sign of it yet :-(17:35
*** dingus91 has joined #openstack-dev17:35
danpbIIUC, the problem is that there's no enough market pressure for intel to bother doing anything about it17:35
danpband new CPU architecture iterations have a many year lead time, so even if there was pressure today, you'd likely not see a fix for 3-4 years17:36
*** rburon has quit IRC17:36
douderussellb: the function 'instance_claim' is called from compute manager in a with statement. If I want to get back attribute from function 'instance_claim', I must set 'as' argumen17:36
russellbdoude: ah ok, let me look ...17:37
douderussellb: t and add '__enter__' and '__exit__' functions in class RessourceTracker ?17:37
*** dingus9 has quit IRC17:37
*** Mandell has joined #openstack-dev17:38
koolhead17danwent, so i should replace the exisiting content here http://docs.openstack.org/trunk/openstack-network/admin/content/adv_cfg_l3_agent_metadata.html from the comment you provided?17:38
vishydanpb: any idea if there is improvement with regards to stability in newer versions of qemu / kernel17:38
*** dingus91 has quit IRC17:39
vishydanpb: i.e. if we want the best chance of working, should we be on qemu 1.3 libvirt 1.0 kernel 3.6 ?17:39
*** dingus9 has joined #openstack-dev17:39
koolhead17At same time can someone tell me who is working on the XEN related stuff here17:39
danwentkoolhead17: i was suggesting eliminating that section, and moving the content from that section, plus the additional content described in teh bug, to the L3 install part of the document here: http://docs.openstack.org/trunk/openstack-network/admin/content/install_quantum-l3.html17:39
danpbvishy: i'd always recommend the latest libvirt at least17:39
vishydanpb: or is libvirt 0.9.X qemu 1.0 kernel 3.2  just as likely to work?17:39
danpbvishy: but to be honest i can't give you any specific recommedation about best qemu/kernel to use, since i don't follow the nested kvm status closely17:40
koolhead17danwent, cool got it17:40
*** arbrandes has joined #openstack-dev17:40
vishydanpb: cool. I really want to use it excusively for our dev because it forces a lot more dogfooding17:40
vishydanpb: I guess we will just have to see how stable it is :)17:41
*** markmc is now known as mcaway17:41
*** tmishler has joined #openstack-dev17:42
*** timello has joined #openstack-dev17:42
koolhead17danwent, what i have done is added your comment as note in install l3-agent section and was going to replace existing content from http://docs.openstack.org/trunk/openstack-network/admin/content/adv_cfg_l3_agent_metadata.html to the same comment one17:43
*** juice_ has quit IRC17:43
danwentkoolhead17: don't follow.  either way, you can just create a review, and i can comment there17:43
koolhead17danwent, ok17:44
russellbdoude: changed my mind ... you're right, it's difficult to do the way I suggested to you.  +217:46
*** rushiagr has left #openstack-dev17:46
openstackgerritA change was merged to openstack/nova: improve session handling around instance_ methods  https://review.openstack.org/1584617:49
*** tmishler has quit IRC17:49
*** dingus9 has quit IRC17:50
*** dingus9 has joined #openstack-dev17:52
*** dingus9 has quit IRC17:52
*** bitblt has quit IRC17:53
*** dingus9 has joined #openstack-dev17:53
vishyadam_g: have you guys done anything with https://bugs.launchpad.net/nova/+bug/102943017:53
uvirtbotLaunchpad bug 1029430 in nova "KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded" [High,Confirmed]17:53
*** anniec has joined #openstack-dev17:53
douderussellb: ok, thanks17:54
*** koolhead17 has quit IRC17:54
openstackgerritA change was merged to openstack/nova: Adds missing index migrations by instance/status.  https://review.openstack.org/1646517:54
BLZbubbaok why did the Cirrus 5446 end up as the default video driver when using openstack & qemu?  is there a way to change this?17:54
BLZbubbadriver support for this chip is horrible and it is causing some weird problems in windows17:55
*** esp has joined #openstack-dev17:55
russellbmordred: https://review.openstack.org/#/c/16655/17:56
*** radez has quit IRC17:56
*** radez has joined #openstack-dev17:56
mordredrussellb: nice17:56
*** garyk has joined #openstack-dev17:56
*** andrewbogott is now known as andrewbogott_afk17:56
garykdanwent: hi17:57
danwentgaryk: hey17:58
garykdanwent: hi, just saw you message - was on the way home17:58
danwentgaryk: no worries.  i'm fine doing it either way, just wasn't sure what stable-maint team would prefer.  they may not like merging something that is broken, then merging the fix.17:58
danwentvs. just merging the fix squashed in with the commit17:59
garykdanwent:  i think that they were a bit reserved about it as it was a big patch.17:59
garykdanwent: i am easy. what do you think?17:59
danwentgaryk: yes, but I think that was in part b/c the bug message was pretty vague about the severity of the performance impact17:59
*** anniec_ has joined #openstack-dev17:59
danwentgaryk: I'd probably prefer to squash it, so that we aren't back-porting a commit that is broken18:00
danwentgaryk: but i wasn't sure if they have a "policy" on which approach to take18:00
vishyclayg: can you bring back https://review.openstack.org/1579618:00
garykdanwent: i am not really sure what the policy is. i think that if we feel secure about it then we should go ahead and do it.18:00
danwentgaryk: ok, i will squash and post18:01
danwentwe'll see what they say18:01
*** derekh has quit IRC18:01
garykdanwent: ok, thanks. the patches have dependencies so i guess that they will go in one after the other :)18:01
*** anniec has quit IRC18:02
*** anniec_ is now known as anniec18:02
garykdanwent: i'll be on line for another hour or so. happy holidays (unless one is a turkey)18:02
danwentyes, router delete patch relies on *_count page18:02
danwentpage -> patch18:02
garykdanwent: yup18:02
danwenthaha.  ok.  new target for stable/folsom is 29th, correct?18:02
*** koolhead17 has joined #openstack-dev18:02
*** markwash has quit IRC18:02
danwentgaryk: so we will have sometime next week monday to do final stable/folsom merges if needed, and then test18:03
garykdanwent: yes. it was a good decision to take for the 29th.18:03
danwentgaryk: agreed :)18:03
garykdanwent: i did some testing today with the stable quantum/nova versions and it looked ok18:04
danwentgaryk: have a good holiday if we don't chat again today :)18:04
*** markwash has joined #openstack-dev18:04
*** openstackgerrit has quit IRC18:04
*** openstackgerrit has joined #openstack-dev18:05
*** juice_otg has joined #openstack-dev18:05
*** nati_ueno has quit IRC18:05
garykdanwent: thanks18:06
garykdanwent: everything went pearshaped with out folsom backport tags with the release of the version. we need to tag the bugs a bit differently.18:07
danwentgaryk: huh, how so?18:08
*** juice_otg has quit IRC18:08
*** juice_otg has joined #openstack-dev18:08
garykdanwent: basically those that were tagged backport potential and were in master and pending review in the stable branch are no long visible18:08
danwentgaryk: you mean the tags were removed?18:09
danwentgaryk: what do you mean "no longer visible"?18:09
garykdanwent: for example - take a look at https://bugs.launchpad.net/quantum/+bugs?field.tag=folsom-backport-potential18:09
garykdanwent: and https://review.openstack.org/#/q/status:open+project:openstack/quantum+branch:stable/folsom,n,z18:09
garykdanwent: for some reason the search does not show a tag on a bug that has been released18:10
garykdoes that make sense?18:10
*** juice_otg has quit IRC18:10
*** jog0 has joined #openstack-dev18:10
*** juice_otg has joined #openstack-dev18:11
garykdanwent: ttx said we should use bugtasks (i have yet to understand that)18:12
danwentgaryk: i think by default the bug search does not show things that have been released18:13
garykdanwent: exactly18:13
danwentand the tag switches from folsom-backport-potential to in-stable-folsom18:13
*** yolanda has quit IRC18:13
*** ijw1 has left #openstack-dev18:13
danwentbut you can easily tweak the search to show 'fixed released' items18:13
danwentsorry, i guess i'm missing the big picture of what you're saying18:13
garykdanwent: the tag in-stable-folsom is only when it has been approved18:14
*** darraghb has quit IRC18:14
danwentso you're talking about the stuff that is "in between"18:14
garykdanwent: if you can help me with the search with the fixed release it will solve my problems (not all of them)18:14
danwentas in, it has been 'fixed-released" in grizzly, but has not yet made it to 'in-stable-folsom'?18:14
garykdanwent: it has been a long day. i'll try and explain.18:15
garykthe https://bugs.launchpad.net/quantum/+bugs?field.tag=folsom-backport-potential does not show https://bugs.launchpad.net/quantum/+bug/108098818:16
danwentgaryk: if you click on advanced search, you can include fixed-released18:16
uvirtbotLaunchpad bug 1080988 in quantum "clear_db() does incomplete db teardown" [High,Fix released]18:16
danwentor if you want to do the link, you can include field.status%3Alist=FIXCOMMITTED&field.status%3Alist=FIXRELEASED18:16
garykthe latter has the tag 'folsom-backport-potential'.18:16
danwentgaryk: https://bugs.launchpad.net/quantum/+bugs?field.tag=folsom-backport-potential&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=FIXRELEASED18:17
*** tmishler has joined #openstack-dev18:17
danwentif you want to see all of them, i think you'd have to add open, etc.18:17
*** esp has quit IRC18:17
*** esp has joined #openstack-dev18:18
*** davidkranz_ is now known as davidkranz18:18
danwentgaryk: this might do it https://bugs.launchpad.net/quantum/+bugs?field.tag=folsom-backport-potential&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=FIXRELEASED&field.status%3Alist=INPROGRESS&field.status%3Alist=CONFIRMED&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE18:19
davidkranzvishy: In addition to the issue we discussed yesterday, recently there have been a lot of timeouts in the exercises line18:19
davidkranzvishy: timeout 60 sh -c 'while ! nova show 42bf5d9c-a346-421b-9ef9-de22e094ae8e | grep status | grep -q ACTIVE; do sleep 1; done'18:19
*** anteaya has joined #openstack-dev18:19
danwentgaryk: I guess maybe we could use TRIAGED as well, though I don't use the one in practice18:20
*** zoumpis has quit IRC18:20
*** garyk has quit IRC18:20
davidkranzvishy: But that may not be a timeout, right? It could be going to ERROR.18:20
davidkranzvishy: So it might be the same issue. Or not.18:20
*** danpb has quit IRC18:21
*** annegentle_ has joined #openstack-dev18:21
*** garyk has joined #openstack-dev18:22
openstackgerritA change was merged to openstack/nova: Handle instances not being found in EC2 API responses.  https://review.openstack.org/1650518:23
*** esp has quit IRC18:27
jgriffithttx: still around?18:27
clarkbdavidkranz: fwiw the last time I looked into the 60 second timeout thing I didn't see any errors associated with the starting of that VM. (Could still be an error that is not reported in that 60 second window)18:27
davidkranzclarkb: But won't that line starting with 'timeout' get a timeout even if the state goes to ERROR immediately?18:28
*** esp has joined #openstack-dev18:29
*** annegentle_ has quit IRC18:29
clarkbdavidkranz: yes since the state would be ERROR not ACTIVE making the greps fail18:30
*** gargya has quit IRC18:30
davidkranzclarkb: My guess is that this 'timeout' is a red herring and the issue is the same one that the hourly tempest run keeps getting.18:30
davidkranzclarkb: Can you change this exercise script to show a different failure in these two cases?18:31
*** nati_ueno has joined #openstack-dev18:32
clarkbI probably won't get around to it today, but can work on it when I find time18:33
clarkbbasically grep for ACTIVE or ERROR and if ERROR leave a more descriptive message?18:33
*** afazekas has quit IRC18:35
*** adalbas has quit IRC18:36
*** EmilienM has left #openstack-dev18:39
*** juice_otg has quit IRC18:40
*** ondergetekende has quit IRC18:41
nati_uenomarkmcclain: Hi Mark18:41
markmcclainhi18:42
*** mjfork has quit IRC18:42
*** juice_otg has joined #openstack-dev18:42
nati_uenomarkmcclain: IMO, if user can ping -c -w, user can simulate -f option18:42
anteayaI just installed ubuntu 12.04 in preparation to install devstack. My server installation is on a wiped hard drive (separate drive from the current one I am using now) and so far I am on the command line. Is there a GUI I can run or cmd line only?18:42
*** paparent has joined #openstack-dev18:42
*** Ryan_Lane has quit IRC18:43
nati_uenomarkmcclain: -b looks simulated by pinging all addressses18:44
markmcclainnati_ueno: -f is flood ping18:44
markmcclainwhich sets the interval to 018:44
nati_uenomarkmcclain: Yes but how about this?  while 1; do (ping 10.0.0.1)&; done18:45
*** andrewbogott_afk is now known as andrewbogott18:45
nati_uenomarkmcclain: If you are worrying about DOS attack by user, I think user who have linux account can do same thing even if we limit ping option18:46
vishydavidkranz: likely it is the same issue18:46
*** dolphm has joined #openstack-dev18:47
nati_uenomarkmcclain: user of rootwrapper can launch tons of dnsmask also18:47
anteayasorry for the double post, I appear to have gotten my answer18:48
*** Tross1 has joined #openstack-dev18:49
*** Tross has quit IRC18:49
*** zul has quit IRC18:49
*** juice_ has joined #openstack-dev18:50
*** ywu has quit IRC18:50
*** jeremyb_ has quit IRC18:51
*** jeremyb_ has joined #openstack-dev18:51
*** ywu has joined #openstack-dev18:52
*** jeremyb_ is now known as jeremyb18:52
*** zul has joined #openstack-dev18:55
koolhead17danwent, https://review.openstack.org/#/c/16669/18:55
*** colinmcnamara has joined #openstack-dev18:55
*** juice_otg has quit IRC18:56
*** mrodden1 has quit IRC18:59
*** rlucio has joined #openstack-dev19:02
*** samkottler is now known as samkottler|afk19:02
*** tmishler has quit IRC19:03
zykes-koolhead17: !19:07
koolhead17sir zykes- hello!!19:07
*** anteaya has quit IRC19:08
*** winston-d has quit IRC19:08
*** juice_ has quit IRC19:10
*** winston-d has joined #openstack-dev19:11
*** andrewbogott is now known as andrewbogott_afk19:15
*** jog0_ has joined #openstack-dev19:15
*** jog0_ has quit IRC19:16
*** jog0_ has joined #openstack-dev19:16
*** jog0_ has quit IRC19:16
*** sacharya has quit IRC19:18
*** networkstatic has joined #openstack-dev19:18
*** dolphm has quit IRC19:18
*** jog0 has quit IRC19:19
*** zhiteng has joined #openstack-dev19:21
*** nunosantos has quit IRC19:21
*** jog0 has joined #openstack-dev19:22
*** tmishler has joined #openstack-dev19:28
*** zaitcev has joined #openstack-dev19:30
*** zing has joined #openstack-dev19:31
nati_uenomarkmcclain: OK I got your point. It is good to minimize users command. I fixed my patch.19:32
*** mrunge has joined #openstack-dev19:33
*** stevebake has quit IRC19:35
*** spiffxp-away is now known as spiffxp19:35
*** halj1 has joined #openstack-dev19:36
*** stevebake has joined #openstack-dev19:37
*** jog0 has quit IRC19:37
*** halj has quit IRC19:37
*** saurabhs has joined #openstack-dev19:37
*** jog0 has joined #openstack-dev19:37
*** adalbas has joined #openstack-dev19:38
*** lcheng has joined #openstack-dev19:40
*** lcheng has quit IRC19:40
*** lcheng has joined #openstack-dev19:40
*** lcheng has quit IRC19:40
*** lcheng has joined #openstack-dev19:40
*** jpich has quit IRC19:41
*** rnirmal has quit IRC19:46
*** afazekas has joined #openstack-dev19:49
*** Tross1 has left #openstack-dev19:49
*** jcooley_afk is now known as jcooley19:49
*** belmoreira has joined #openstack-dev19:53
*** kmartin has joined #openstack-dev19:54
*** timello has quit IRC19:56
*** gargya has joined #openstack-dev20:02
*** pabelanger has quit IRC20:02
*** anteaya has joined #openstack-dev20:04
*** maurosr has quit IRC20:04
mnewbysalv-orlando, danwent, markmcclain, garyk: *ping*20:06
*** anniec has quit IRC20:06
markmcclainmnewby: hi20:06
mnewbymarkmcclain: Hi Mark :)20:06
mnewbymarkmcclain: i have a dumb question about ovs...20:06
markmcclainI doubt it's dumb20:07
mnewbymarkmcclain: Trying to connect two bridges with a patch port (as per old docs on ovs site), but it doesn't appear to be trunking vlan traffic.20:07
openstackgerritA change was merged to openstack/horizon: Adds transitional deprecation code for old dashboard names.  https://review.openstack.org/1660620:07
openstackgerritA change was merged to openstack/horizon: Return a friendly error at flavor creation  https://review.openstack.org/1642420:07
mnewbymarkmcclain: I notice that the ovs plugin uses a veth pair to connect the integration and physical bridges, should I be doing that instead of using patch ports?20:07
*** vipul is now known as vipul|away20:08
*** vipul|away is now known as vipul20:08
mnewbymarkmcclain: Or is the use of the veth pair merely to support vlan translation between the two bridges (i.e it wouldn't be possible to add flows against patch ports).20:09
*** mcaway has quit IRC20:09
*** anteaya has quit IRC20:14
*** dingus9 has quit IRC20:15
*** dingus9 has joined #openstack-dev20:15
markmcclainyou'll need a veth pair20:16
*** derekh has joined #openstack-dev20:17
*** timello has joined #openstack-dev20:18
*** derekh has quit IRC20:18
*** dingus9 has quit IRC20:20
*** mrunge has quit IRC20:20
*** halj has joined #openstack-dev20:20
*** adalbas has quit IRC20:23
*** vipul is now known as vipul|away20:23
*** dingus91 has joined #openstack-dev20:24
*** dingus91 has quit IRC20:25
*** dingus9 has joined #openstack-dev20:26
*** tmishler has quit IRC20:27
*** dingus9 has quit IRC20:30
*** dingus9 has joined #openstack-dev20:30
*** sc68cal has joined #openstack-dev20:33
*** novas0x2a|laptop has quit IRC20:34
*** jcooley is now known as jcooley_afk20:34
*** halj has quit IRC20:34
*** dprince has joined #openstack-dev20:36
openstackgerritA change was merged to openstack/python-glanceclient: Hook up region_name argument  https://review.openstack.org/1646120:36
*** dingus9 has quit IRC20:37
*** dingus9 has joined #openstack-dev20:39
*** dingus9 has quit IRC20:40
*** pabelanger has joined #openstack-dev20:41
*** dims has quit IRC20:42
mnewbymarkmcclain: thank you!20:43
*** datsun180b has quit IRC20:43
*** Ryan_Lane has joined #openstack-dev20:45
*** dingus9 has joined #openstack-dev20:47
*** dims has joined #openstack-dev20:47
*** dingus9 has quit IRC20:48
*** dedis has joined #openstack-dev20:51
*** flepied has quit IRC20:51
*** dedis has quit IRC20:53
*** sacharya has joined #openstack-dev20:53
*** EmilienM has joined #openstack-dev20:54
*** andrewbogott_afk is now known as andrewbogott20:54
*** EmilienM has left #openstack-dev20:54
*** yjiang5 has quit IRC20:55
*** anteaya has joined #openstack-dev20:57
*** adjohn has quit IRC20:59
*** radez is now known as radez_g0n320:59
*** zoumpis has joined #openstack-dev20:59
anteayaI have a log file of my failed devstack installation attempt, it is available here: https://gist.github.com/4127676 I am going through it but I don't know what I am looking for, experienced eyes welcome. Ubuntu server 12.04 underneath.21:01
clarkbanteaya: it is trying to do an apt-get update but that is failing21:02
anteayaI am running ubuntu server on an isolated hard drive that is not connected to the internet21:02
*** jcru has quit IRC21:02
clarkbthats the problem. you need an internet connection for the first devstack run iirc21:02
anteayaclarkb, hmm it appears that not being connected to the internet is my problem21:02
*** adjohn has joined #openstack-dev21:02
anteayaclarkb: thank you, I will work on that21:02
*** cdub has quit IRC21:04
*** cdub has joined #openstack-dev21:05
*** vipul|away is now known as vipul21:08
*** dprince has quit IRC21:10
*** gargya has quit IRC21:11
openstackgerritA change was merged to openstack/ceilometer: doc: fix cpu counter unit  https://review.openstack.org/1663921:12
*** cbaeseman has quit IRC21:14
*** dedis has joined #openstack-dev21:19
*** koolhead17 has quit IRC21:20
*** dedis has quit IRC21:20
*** arbrandes has quit IRC21:21
*** jpich has joined #openstack-dev21:21
*** roadTripper has quit IRC21:22
*** AlanClark has quit IRC21:28
*** tmishler has joined #openstack-dev21:29
*** anteaya has quit IRC21:30
*** juice_ has joined #openstack-dev21:32
*** yidclare has joined #openstack-dev21:33
*** pabelanger_ has joined #openstack-dev21:34
*** pabelanger_ has quit IRC21:34
*** pabelanger_ has joined #openstack-dev21:34
*** pabelanger has quit IRC21:34
*** pabelanger_ is now known as pabelanger21:34
*** pabelanger_ has joined #openstack-dev21:35
*** jpich has quit IRC21:35
*** Ryan_Lane has quit IRC21:36
*** juice_ has quit IRC21:38
*** sandywalsh_ has joined #openstack-dev21:41
*** sandywalsh has quit IRC21:42
*** AlanClark has joined #openstack-dev21:42
*** ewindisch has joined #openstack-dev21:42
*** juice_ has joined #openstack-dev21:43
ttxjgriffith: I'm around now21:43
jgriffithttx: still workign some reviews21:44
ttxdanwent: it's much simpler to use series bug tasks, then you can track the completion of the backport properly21:44
jgriffithttx: but on https://blueprints.launchpad.net/cinder/+spec/volume-rpc-api21:45
jgriffithI updated the notes to reflect the change went in21:45
jgriffithttx: didn't change the Impelementation status as I recall I'm not supposed to do that w/out lettign you know :)21:45
ttxdanwent: example: https://bugs.launchpad.net/quantum/+bug/107998021:45
uvirtbotLaunchpad bug 1079980 in quantum/folsom "Delete port fails to gateway ip" [Critical,Fix committed]21:45
ttxjgriffith: you can update implementation status alright21:46
jgriffithoh... alrighty then21:46
*** annegentle_ has joined #openstack-dev21:46
ttxjgriffith: how about I give you the rest of the day, you set whatever is merged to "Implemented"...21:48
jgriffithttx: deal21:49
ttx... and tomorrow I defer anything hat 's not marked Implemented21:49
ttxand cut the branch21:49
jgriffithttx: we're down to pep8 errors since rebase to 1.3 so we should make it21:49
ttxi don't expect more progress on Thursday anyway21:49
*** _0x44 has quit IRC21:49
*** _0x44 has joined #openstack-dev21:49
danwentttx: got it.  so the stable team adds it to the "stable" release21:51
*** anniec has joined #openstack-dev21:51
*** anniec has quit IRC21:51
*** saurabhs has quit IRC21:52
ttxdanwent: you just "target to series" and track the backport there21:52
doudeHi all, is it possible from nova code to get the tenant name with the tenant_id ?21:52
ttxdanwent: then FicCommitted on that task means 'in-stable-folsom' and FixReleased means 'released in a stable point release'21:52
*** anniec has joined #openstack-dev21:52
*** TerryH has quit IRC21:52
*** belmoreira has quit IRC21:52
danwentttx: ok, so, so no longer use folsom-backport-potential and instead target to the folsom release?21:53
ttxdanwent: the status automatically changes when the change is merged in stable/*21:53
ttxdanwent: the tag is useful to indicate intent when you don't have the power to create the series bug task21:53
ttxthat's limited to quantum-drivers21:53
danwentttx: ah, ok21:53
ttxso you can review the tagged bugs and create the corresponding series task21:54
ttxdanwent: generally the stable team does it all, but quantum team is very active on the stable branch21:54
ttxdanwent: reference: http://wiki.openstack.org/StableBranch21:55
*** AlanClark has quit IRC21:56
*** halj has joined #openstack-dev21:59
ttxjgriffith: going to bed now, please update all blueprints status before you do the same :)22:02
*** adjohn has quit IRC22:02
*** adjohn has joined #openstack-dev22:02
*** zing has quit IRC22:03
*** saurabhs has joined #openstack-dev22:04
*** imsplitbit has quit IRC22:06
*** jdurgin1 has quit IRC22:11
*** boden has quit IRC22:11
*** ewindisch has quit IRC22:13
*** stevebake has quit IRC22:14
*** alobbs has quit IRC22:18
*** ikiller has joined #openstack-dev22:21
openstackgerritA change was merged to openstack/python-novaclient: Expand help message for 'migrate' to explain how the new host is selected  https://review.openstack.org/1667022:23
*** dhellmann is now known as dhellmann-afk22:27
*** vipul is now known as vipul|away22:28
*** rnirmal has joined #openstack-dev22:28
*** vipul|away is now known as vipul22:29
*** ikiller has quit IRC22:29
*** stevebake has joined #openstack-dev22:30
*** saurabhs has quit IRC22:42
*** nati_ueno has quit IRC22:50
*** andrewbogott is now known as andrewbogott_afk22:51
*** samkottler|afk is now known as samkottler22:52
*** saurabhs has joined #openstack-dev22:54
*** dedis has joined #openstack-dev22:54
*** pixelbeat has quit IRC22:54
*** dedis has quit IRC22:55
*** edygarcia has joined #openstack-dev22:56
*** e1mer has joined #openstack-dev22:56
*** tmishler has quit IRC22:58
*** alunduil has quit IRC22:59
*** dedis has joined #openstack-dev23:01
*** AlanClark has joined #openstack-dev23:01
*** e1mer has quit IRC23:02
*** dspano has quit IRC23:06
*** culturelabs has joined #openstack-dev23:06
*** cdub has quit IRC23:07
*** culturelabs has quit IRC23:08
*** jergerber has quit IRC23:10
*** nati_ueno has joined #openstack-dev23:12
*** nati_ueno has quit IRC23:12
*** nati_ueno has joined #openstack-dev23:12
*** nati_ueno has quit IRC23:14
*** anniec has quit IRC23:15
*** AlanClark has quit IRC23:15
*** culturelabs has joined #openstack-dev23:16
*** andrewbogott_afk is now known as andrewbogott23:17
*** zoumpis has quit IRC23:18
*** anniec has joined #openstack-dev23:20
*** anniec has quit IRC23:20
*** anniec has joined #openstack-dev23:20
*** Dr_Who has quit IRC23:20
*** zoumpis has joined #openstack-dev23:24
*** e1mer has joined #openstack-dev23:25
*** cdub has joined #openstack-dev23:27
*** silverrain has joined #openstack-dev23:28
*** dubsquared has joined #openstack-dev23:30
*** dubsquared has quit IRC23:32
*** vipul is now known as vipul|away23:33
*** silverrain has quit IRC23:33
*** sacharya has quit IRC23:34
*** melwitt has joined #openstack-dev23:34
*** vipul|away is now known as vipul23:34
*** vipul is now known as vipul|away23:36
*** vipul|away is now known as vipul23:37
*** zhiteng has quit IRC23:39
*** gongysh has joined #openstack-dev23:40
*** maxiz has joined #openstack-dev23:49
*** jaypipes has quit IRC23:49
*** ewindisch has joined #openstack-dev23:55

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