*** hemna_ has joined #openstack-dev | 00:00 | |
*** roge has quit IRC | 00:00 | |
*** nati_uen_ has joined #openstack-dev | 00:01 | |
*** jimfehlig has quit IRC | 00:02 | |
*** hemna has quit IRC | 00:03 | |
clarkb | soren: you can do `git review branchname` and that pushes to refs/for/branchname; however that branch must already exist in gerrit's repo and is otherwise the same as working with master | 00:03 |
---|---|---|
clarkb | you can also `git review -d` to work with other peoples changes | 00:04 |
*** nati_uen_ has quit IRC | 00:04 | |
*** nati_ueno has quit IRC | 00:04 | |
*** rods1 has quit IRC | 00:05 | |
*** nati_ueno has joined #openstack-dev | 00:05 | |
*** nati_uen_ has joined #openstack-dev | 00:06 | |
*** nati_uen_ has quit IRC | 00:07 | |
*** nati_uen_ has joined #openstack-dev | 00:07 | |
*** joshuamckenty has quit IRC | 00:10 | |
*** Tross has quit IRC | 00:10 | |
*** nati_ueno has quit IRC | 00:10 | |
*** lifeless has quit IRC | 00:11 | |
*** markmcclain has quit IRC | 00:13 | |
*** nati_ueno has joined #openstack-dev | 00:13 | |
*** epim has quit IRC | 00:14 | |
*** Tross has joined #openstack-dev | 00:15 | |
*** nati_uen_ has quit IRC | 00:16 | |
*** mnewby has quit IRC | 00:17 | |
*** lifeless has joined #openstack-dev | 00:19 | |
*** hemna_ has quit IRC | 00:20 | |
*** joshuamckenty has joined #openstack-dev | 00:22 | |
*** joshuamckenty has quit IRC | 00:22 | |
*** sacharya has joined #openstack-dev | 00:22 | |
*** dolphm has joined #openstack-dev | 00:22 | |
*** edygarcia has joined #openstack-dev | 00:24 | |
*** arosen has joined #openstack-dev | 00:27 | |
arosen | Hi nati_ueno | 00:27 |
nati_ueno | Hi | 00:27 |
arosen | Can you explain this a little more to me https://bugs.launchpad.net/quantum/+bug/1044130? | 00:27 |
uvirtbot | Launchpad bug 1044130 in quantum "XSS may possible in Quantum" [Undecided,New] | 00:27 |
openstackgerrit | A change was merged to openstack/python-keystoneclient: fixing pep8 formatting for 1.0.1+ pep8 https://review.openstack.org/12162 | 00:28 |
*** lifeless has quit IRC | 00:29 | |
nati_ueno | arosen: This is very minor bug. User can see quantum API by web browser in some case. | 00:29 |
arosen | are you saying the XSS could occur because you could set the name as <script> etc </script> as the name and have horizon execute it. | 00:29 |
nati_ueno | arosen: Yes | 00:30 |
arosen | that would be a horizon issue not a quantum one. | 00:30 |
nati_ueno | arosen: If we run it on same domain. | 00:30 |
arosen | i'm not following? They should run innerHTML on the return so it won't execute. | 00:30 |
nati_ueno | arosen: No this is not horizon bug. If we run quantum and horizon behind same proxy, user can directry access to the quantum. | 00:31 |
jgriffith | smoser: Thanks! And yes, there is lots of cleanup. If I can get to it next week great, but otherwise it's grizzly work :) | 00:32 |
nati_ueno | arosen: I'm not sure this is major usecase. | 00:32 |
arosen | nati_ueno: how does the alert() get called? | 00:33 |
nati_ueno | arosen: So attacker create network with XSS string. Then create webpage set links. User may click the link. Then script may executed. | 00:34 |
arosen | Yes. | 00:35 |
nati_ueno | arosen: But this case may not happen. This is very limited usecase. | 00:35 |
*** markmcclain has joined #openstack-dev | 00:35 | |
arosen | Though the webpage should call innerHTML so that it doesn't actually put the javascript on the page as javascript | 00:35 |
*** lifeless has joined #openstack-dev | 00:35 | |
*** dolphm has quit IRC | 00:36 | |
arosen | nati_ueno: so you are saying that if you go to a webpage that lists all the networks the alert would execute? | 00:36 |
nati_ueno | arosen: Yes. | 00:36 |
arosen | Does this actually happen? | 00:36 |
nati_ueno | arosen: No. I didn't tested yet. | 00:37 |
*** sacharya1 has joined #openstack-dev | 00:37 | |
arosen | If this is happening somewhere it's not quantums fault at all. It's whatever decided to put that text on the page and not wrap it in innerHTML() | 00:37 |
*** markmcclain has quit IRC | 00:38 | |
arosen | Do you not agree? | 00:38 |
*** cloudvirt has joined #openstack-dev | 00:39 | |
nati_ueno | arosen: hmm. How about if the user view quantum api by browser? | 00:39 |
arosen | gotcha i see what you are saying. | 00:39 |
arosen | that's definitely possible in that case. | 00:40 |
nati_ueno | Or 3rd party client may not validate quantum output | 00:40 |
nati_ueno | So IMO, quantum don't allow special chars | 00:40 |
*** torandu has joined #openstack-dev | 00:40 | |
nati_ueno | sorry typo quantum should not allow special chars | 00:40 |
*** sacharya has quit IRC | 00:41 | |
nati_ueno | or At least, we should share this with horizon team. Please validate quantum api result, it may contain xss strings | 00:41 |
*** darjeeling has quit IRC | 00:42 | |
*** darjeeling has joined #openstack-dev | 00:42 | |
arosen | nati_ueno: I would be willing to bet that if you did this in horizon that it wouldn't pop up an alert box but maybe. | 00:43 |
nati_ueno | arosen: I agree. django template validate data by default | 00:44 |
arosen | If so that would be a horizon issue. I hear what you are saying though maybe not allow < > / ? etc | 00:44 |
nati_ueno | arosen: Yes. | 00:44 |
*** torandu has quit IRC | 00:45 | |
nati_ueno | ah let' me try qunatum create-net '---"---' | 00:45 |
*** nati_ueno has quit IRC | 00:46 | |
*** nati_ueno has joined #openstack-dev | 00:46 | |
*** darjeeling has quit IRC | 00:47 | |
nati_ueno | This is no problem " is escaped | 00:48 |
*** torandu has joined #openstack-dev | 00:48 | |
*** lloydde has joined #openstack-dev | 00:48 | |
nati_ueno | arosen: I agree. This is very minor bug. But I was security researcher, and current spec is very scary for me. | 00:50 |
*** littleidea has quit IRC | 00:50 | |
*** littleidea has joined #openstack-dev | 00:50 | |
*** nati_uen_ has joined #openstack-dev | 00:50 | |
*** littleidea has quit IRC | 00:50 | |
*** rods1 has joined #openstack-dev | 00:52 | |
*** lloydde has quit IRC | 00:52 | |
*** esheffield has quit IRC | 00:53 | |
*** openstackgerrit has quit IRC | 00:53 | |
*** almaisan-away has quit IRC | 00:53 | |
*** sniperd has quit IRC | 00:53 | |
*** kpepple_ has quit IRC | 00:53 | |
*** davidkranz has quit IRC | 00:53 | |
*** nati_ueno has quit IRC | 00:54 | |
*** Gordonz has quit IRC | 00:55 | |
*** esheffield has joined #openstack-dev | 00:57 | |
*** almaisan-away has joined #openstack-dev | 00:57 | |
*** sniperd has joined #openstack-dev | 00:57 | |
*** kpepple_ has joined #openstack-dev | 00:57 | |
*** davidkranz has joined #openstack-dev | 00:57 | |
*** torandu has quit IRC | 00:57 | |
*** arosen has quit IRC | 00:57 | |
*** jdurgin has quit IRC | 00:59 | |
*** torandu has joined #openstack-dev | 00:59 | |
*** samkottler is now known as samkottler|afk | 00:59 | |
*** torandu has quit IRC | 01:00 | |
*** apevec has quit IRC | 01:00 | |
*** edygarcia has quit IRC | 01:00 | |
*** cdub_ has quit IRC | 01:01 | |
*** cdub has joined #openstack-dev | 01:02 | |
*** andrewbogott is now known as andrewbogott_afk | 01:04 | |
*** galstrom has joined #openstack-dev | 01:08 | |
*** galstrom has joined #openstack-dev | 01:09 | |
*** jshepher_ has joined #openstack-dev | 01:09 | |
*** galstrom has quit IRC | 01:09 | |
*** mrodden has quit IRC | 01:10 | |
*** jshepher_ has quit IRC | 01:14 | |
*** edygarcia has joined #openstack-dev | 01:14 | |
*** galstrom has joined #openstack-dev | 01:14 | |
*** rods1 has quit IRC | 01:18 | |
*** anniec has quit IRC | 01:19 | |
*** anniec has joined #openstack-dev | 01:22 | |
*** pixelbeat has quit IRC | 01:22 | |
*** openstackgerrit has joined #openstack-dev | 01:22 | |
*** anniec_ has joined #openstack-dev | 01:22 | |
*** ncode has quit IRC | 01:24 | |
*** Mandell has quit IRC | 01:26 | |
*** anniec has quit IRC | 01:26 | |
*** anniec_ is now known as anniec | 01:26 | |
*** edygarcia has quit IRC | 01:27 | |
*** salv-orlando has quit IRC | 01:28 | |
*** ncode has joined #openstack-dev | 01:32 | |
*** ncode has quit IRC | 01:32 | |
*** cloudvirt has quit IRC | 01:35 | |
*** zhuadl has quit IRC | 01:48 | |
*** galstrom has quit IRC | 01:56 | |
*** samkottler|afk is now known as samkottler | 01:57 | |
*** nati_uen_ has quit IRC | 02:03 | |
*** lloydde has joined #openstack-dev | 02:03 | |
*** nati_ueno has joined #openstack-dev | 02:03 | |
*** novas0x2a|laptop has quit IRC | 02:03 | |
nati_ueno | danwent: Hi Is that OK to have quantum-debug has quantum commands | 02:03 |
nati_ueno | ? | 02:03 |
*** Ryan_Lane has quit IRC | 02:04 | |
nati_ueno | danwent: quantum-debug is kind of debug mode of quantum client | 02:04 |
nati_ueno | Ah dan is not here | 02:04 |
*** lloydde has quit IRC | 02:07 | |
*** littleidea has joined #openstack-dev | 02:08 | |
*** anniec has quit IRC | 02:17 | |
*** zhuadl has joined #openstack-dev | 02:17 | |
*** lifeless has quit IRC | 02:30 | |
*** zhuadl has quit IRC | 02:32 | |
*** amotoki has joined #openstack-dev | 02:33 | |
*** zhuadl has joined #openstack-dev | 02:37 | |
*** zhuadl has joined #openstack-dev | 02:39 | |
*** lifeless has joined #openstack-dev | 02:42 | |
*** koolhead17 has joined #openstack-dev | 02:44 | |
*** Tross has quit IRC | 02:50 | |
*** renier has quit IRC | 02:51 | |
*** renier has joined #openstack-dev | 02:51 | |
*** nati_uen_ has joined #openstack-dev | 02:53 | |
*** nati_uen_ has quit IRC | 02:53 | |
*** nati_uen_ has joined #openstack-dev | 02:54 | |
*** nati_ueno has quit IRC | 02:55 | |
*** renier has quit IRC | 02:56 | |
*** galstrom has joined #openstack-dev | 03:01 | |
*** Tross has joined #openstack-dev | 03:02 | |
*** nati_ueno has joined #openstack-dev | 03:05 | |
*** nati_ueno has quit IRC | 03:06 | |
*** nati_ueno has joined #openstack-dev | 03:06 | |
*** nati_uen_ has quit IRC | 03:07 | |
*** galstrom has quit IRC | 03:08 | |
*** galstrom has joined #openstack-dev | 03:09 | |
*** galstrom has left #openstack-dev | 03:09 | |
*** Tross has quit IRC | 03:16 | |
*** zhuadl_ has joined #openstack-dev | 03:16 | |
*** zhuadl has quit IRC | 03:18 | |
*** zhuadl_ is now known as zhuadl | 03:18 | |
*** almaisan-away is now known as al-maisan | 03:18 | |
*** zhuadl has quit IRC | 03:18 | |
*** zhuadl has joined #openstack-dev | 03:19 | |
*** koolhead17 has quit IRC | 03:19 | |
*** jtran has quit IRC | 03:21 | |
*** zhuadl has quit IRC | 03:21 | |
*** zhuadl has joined #openstack-dev | 03:23 | |
*** lifeless_ has joined #openstack-dev | 03:28 | |
*** lifeless has quit IRC | 03:29 | |
*** lifeless_ is now known as lifeless | 03:30 | |
*** zhuadl has quit IRC | 03:32 | |
*** Tross has joined #openstack-dev | 03:33 | |
*** renier has joined #openstack-dev | 03:33 | |
*** renier has quit IRC | 03:34 | |
*** renier has joined #openstack-dev | 03:34 | |
*** zhuadl has joined #openstack-dev | 03:38 | |
*** renier has quit IRC | 03:38 | |
*** novas0x2a|laptop has joined #openstack-dev | 03:41 | |
*** zhuadl has quit IRC | 03:42 | |
*** zhuadl has joined #openstack-dev | 03:44 | |
*** nati_uen_ has joined #openstack-dev | 03:45 | |
*** nati_ueno has quit IRC | 03:49 | |
*** hemna_ has joined #openstack-dev | 03:50 | |
openstackgerrit | A change was merged to openstack/quantum: Implementation of 2nd phase of provider extension for openswitch https://review.openstack.org/11388 | 04:01 |
*** zhuadl has quit IRC | 04:04 | |
*** galstrom has joined #openstack-dev | 04:17 | |
*** harlowja has quit IRC | 04:18 | |
*** lloydde has joined #openstack-dev | 04:20 | |
*** Mandell has joined #openstack-dev | 04:23 | |
*** darjeeling has joined #openstack-dev | 04:23 | |
*** lifeless has quit IRC | 04:23 | |
*** dolphm has joined #openstack-dev | 04:24 | |
*** lifeless has joined #openstack-dev | 04:28 | |
*** sacharya1 has quit IRC | 04:32 | |
*** Tross has quit IRC | 04:33 | |
*** Tross has joined #openstack-dev | 04:35 | |
*** dolphm has quit IRC | 04:35 | |
*** galstrom has quit IRC | 04:38 | |
*** torandu has joined #openstack-dev | 04:50 | |
torandu | who | 04:51 |
*** torandu has quit IRC | 04:52 | |
*** torandu has joined #openstack-dev | 04:52 | |
*** andrewsmedina has quit IRC | 05:01 | |
*** jtran has joined #openstack-dev | 05:07 | |
*** wangpan has joined #openstack-dev | 05:09 | |
*** zhuadl has joined #openstack-dev | 05:12 | |
*** jtran has quit IRC | 05:14 | |
*** darjeeling has quit IRC | 05:20 | |
*** darjeeling has joined #openstack-dev | 05:20 | |
*** maurosr has quit IRC | 05:21 | |
*** darjeeling has quit IRC | 05:25 | |
*** lifeless has quit IRC | 05:25 | |
openstackgerrit | A change was merged to openstack/quantum: Modified code PEP8 warning. https://review.openstack.org/12191 | 05:25 |
*** andrewsmedina has joined #openstack-dev | 05:25 | |
*** novas0x2a|laptop has quit IRC | 05:29 | |
*** lifeless has joined #openstack-dev | 05:30 | |
*** novas0x2a|laptop has joined #openstack-dev | 05:32 | |
*** nati_uen_ has quit IRC | 05:32 | |
*** lloydde has quit IRC | 05:44 | |
*** andrewsmedina has quit IRC | 05:44 | |
*** jtran has joined #openstack-dev | 05:48 | |
*** s0mik has joined #openstack-dev | 05:54 | |
*** nati_ueno has joined #openstack-dev | 05:56 | |
*** nati_ueno has quit IRC | 06:01 | |
*** gongysh has joined #openstack-dev | 06:04 | |
*** GheRivero has joined #openstack-dev | 06:11 | |
*** nati_ueno has joined #openstack-dev | 06:13 | |
*** Mandell has quit IRC | 06:14 | |
*** nati_ueno has quit IRC | 06:14 | |
*** asalkeld has quit IRC | 06:15 | |
*** al-maisan is now known as almaisan-away | 06:22 | |
*** darjeeling has joined #openstack-dev | 06:25 | |
*** s0mik has quit IRC | 06:34 | |
*** mindpixel has joined #openstack-dev | 06:34 | |
*** jtran has quit IRC | 06:42 | |
*** littleidea has quit IRC | 06:45 | |
*** rafaduran has joined #openstack-dev | 06:49 | |
*** salv-orlando has joined #openstack-dev | 06:50 | |
*** lloydde has joined #openstack-dev | 06:54 | |
*** lloydde has quit IRC | 06:59 | |
*** ben_duyujie has joined #openstack-dev | 06:59 | |
*** rafaduran has quit IRC | 07:05 | |
*** dolphm_zzz has joined #openstack-dev | 07:06 | |
*** salv-orlando has quit IRC | 07:06 | |
*** mrunge has joined #openstack-dev | 07:06 | |
*** dolphm_zzz has quit IRC | 07:07 | |
*** dolphm_zzz has joined #openstack-dev | 07:07 | |
*** rafaduran has joined #openstack-dev | 07:07 | |
*** dolphm_zzz has quit IRC | 07:09 | |
*** dolphm_zzz has joined #openstack-dev | 07:09 | |
*** dolphm_zzz has quit IRC | 07:09 | |
*** dolphm_zzz has joined #openstack-dev | 07:10 | |
*** renier has joined #openstack-dev | 07:10 | |
*** novas0x2a|laptop has quit IRC | 07:14 | |
*** renier has quit IRC | 07:15 | |
*** dolphm_zzz has quit IRC | 07:20 | |
*** thovden has joined #openstack-dev | 07:26 | |
*** dolphm_zzz has joined #openstack-dev | 07:26 | |
*** reidrac has joined #openstack-dev | 07:29 | |
*** zaneb has joined #openstack-dev | 07:30 | |
*** zing has joined #openstack-dev | 07:30 | |
*** zing has quit IRC | 07:30 | |
*** zing has joined #openstack-dev | 07:31 | |
*** thovden has quit IRC | 07:31 | |
*** EmilienM has joined #openstack-dev | 07:33 | |
*** dachary has joined #openstack-dev | 07:35 | |
*** asalkeld has joined #openstack-dev | 07:35 | |
*** dolphm_ has quit IRC | 07:37 | |
*** novas0x2a|laptop has joined #openstack-dev | 07:41 | |
*** wenjianhn has joined #openstack-dev | 07:42 | |
*** m4xmr has joined #openstack-dev | 07:44 | |
*** m4xmr has left #openstack-dev | 07:45 | |
*** wenjianhn has quit IRC | 08:01 | |
*** wenjianhn has joined #openstack-dev | 08:01 | |
*** wenjianhn has left #openstack-dev | 08:05 | |
*** pixelbeat has joined #openstack-dev | 08:05 | |
*** sandywalsh_ has quit IRC | 08:10 | |
*** almaisan-away is now known as al-maisan | 08:10 | |
*** wenjianhn has joined #openstack-dev | 08:13 | |
*** e1mer has quit IRC | 08:21 | |
*** e1mer has joined #openstack-dev | 08:21 | |
*** e1mer has joined #openstack-dev | 08:21 | |
*** salv-orlando has joined #openstack-dev | 08:24 | |
*** ollie2 has quit IRC | 08:31 | |
*** apevec has joined #openstack-dev | 08:35 | |
*** apevec has joined #openstack-dev | 08:36 | |
*** macjack has joined #openstack-dev | 08:40 | |
*** janisg has joined #openstack-dev | 08:45 | |
*** darjeeling has quit IRC | 08:48 | |
*** darjeeling has joined #openstack-dev | 08:49 | |
*** derekh has joined #openstack-dev | 08:49 | |
*** darjeeling has quit IRC | 08:53 | |
*** darraghb has joined #openstack-dev | 09:03 | |
*** heyho has joined #openstack-dev | 09:04 | |
*** EmilienM has quit IRC | 09:05 | |
*** heyho has quit IRC | 09:12 | |
openstackgerrit | A change was merged to openstack/nova: Makes api extension names consistent https://review.openstack.org/11967 | 09:15 |
*** EmilienM has joined #openstack-dev | 09:33 | |
openstackgerrit | A change was merged to openstack/openstack-common: Fix PEP8 issues. https://review.openstack.org/12100 | 09:33 |
*** darjeeling has joined #openstack-dev | 09:44 | |
openstackgerrit | A change was merged to openstack/openstack-common: Add nosehtmloutput as a test dependency. https://review.openstack.org/11760 | 09:45 |
openstackgerrit | A change was merged to openstack/openstack-common: Allow non-string items in the creds dict. https://review.openstack.org/11657 | 09:46 |
*** rohitk has joined #openstack-dev | 09:47 | |
*** rohitk has left #openstack-dev | 09:51 | |
*** garyk has joined #openstack-dev | 09:59 | |
*** pixelbeat has quit IRC | 10:01 | |
*** zhuadl has quit IRC | 10:01 | |
*** rohitk has joined #openstack-dev | 10:02 | |
*** EmilienM has left #openstack-dev | 10:02 | |
openstackgerrit | A change was merged to openstack/python-quantumclient: Fix printout of dns name servers and host routes https://review.openstack.org/12103 | 10:03 |
*** rods1 has joined #openstack-dev | 10:04 | |
*** ben_duyujie has left #openstack-dev | 10:12 | |
*** zaneb has quit IRC | 10:35 | |
*** zaneb has joined #openstack-dev | 10:36 | |
*** al-maisan is now known as almaisan-away | 10:43 | |
*** rohitk has quit IRC | 10:43 | |
*** rohitk has joined #openstack-dev | 10:55 | |
*** darjeeling has quit IRC | 11:10 | |
*** darjeeling has joined #openstack-dev | 11:11 | |
*** wenjianhn has quit IRC | 11:14 | |
*** darjeeling has quit IRC | 11:15 | |
*** pixelbeat has joined #openstack-dev | 11:16 | |
*** rods1 has quit IRC | 11:17 | |
*** rods1 has joined #openstack-dev | 11:18 | |
*** cloudvirt has joined #openstack-dev | 11:26 | |
*** cloudvirt has joined #openstack-dev | 11:27 | |
*** pixelbeat has quit IRC | 11:28 | |
*** renier has joined #openstack-dev | 11:28 | |
*** lts has quit IRC | 11:28 | |
*** torandu_ has joined #openstack-dev | 11:31 | |
*** novas0x2a|laptop has quit IRC | 11:36 | |
*** torandu has quit IRC | 11:36 | |
*** alex88 has joined #openstack-dev | 11:40 | |
*** alex88 has joined #openstack-dev | 11:40 | |
*** cloudvirt has quit IRC | 11:43 | |
*** novas0x2a|laptop has joined #openstack-dev | 11:44 | |
*** matiu has quit IRC | 11:44 | |
*** matiu has joined #openstack-dev | 11:51 | |
*** cloudvirt has joined #openstack-dev | 11:55 | |
*** galstrom has joined #openstack-dev | 11:57 | |
*** cloudvirt has joined #openstack-dev | 11:58 | |
*** galstrom has left #openstack-dev | 12:00 | |
*** sandywalsh has joined #openstack-dev | 12:02 | |
*** jaypipes has joined #openstack-dev | 12:02 | |
*** maurosr has joined #openstack-dev | 12:02 | |
*** m4xmr has joined #openstack-dev | 12:05 | |
*** zul has quit IRC | 12:06 | |
*** m4xmr has left #openstack-dev | 12:07 | |
*** darjeeling has joined #openstack-dev | 12:19 | |
*** simo_ has joined #openstack-dev | 12:19 | |
*** simo_ is now known as simo | 12:19 | |
*** simo has quit IRC | 12:20 | |
*** simo has joined #openstack-dev | 12:20 | |
*** mrunge has quit IRC | 12:27 | |
*** EmilienM has joined #openstack-dev | 12:34 | |
*** gtirloni has quit IRC | 12:42 | |
*** almaisan-away is now known as al-maisan | 12:47 | |
*** markmc has joined #openstack-dev | 12:47 | |
*** zul has joined #openstack-dev | 12:49 | |
*** al-maisan is now known as almaisan-away | 12:49 | |
*** almaisan-away is now known as al-maisan | 12:52 | |
*** littleidea has joined #openstack-dev | 12:53 | |
*** GheRivero has quit IRC | 12:55 | |
*** roge has joined #openstack-dev | 12:56 | |
*** andrewsmedina has joined #openstack-dev | 12:58 | |
*** kbringard has joined #openstack-dev | 12:58 | |
*** EmilienM has quit IRC | 12:59 | |
*** dprince has joined #openstack-dev | 13:01 | |
*** e1mer has quit IRC | 13:09 | |
*** andrewsmedina has quit IRC | 13:09 | |
*** EmilienM has joined #openstack-dev | 13:11 | |
*** mrodden has joined #openstack-dev | 13:12 | |
*** mtreinish has joined #openstack-dev | 13:15 | |
*** gongysh has quit IRC | 13:21 | |
*** pixelbeat has joined #openstack-dev | 13:25 | |
openstackgerrit | A change was merged to openstack/openstack-common: Update zmq context cleanup to use term. https://review.openstack.org/12223 | 13:26 |
salv-orlando | garyk: are you online? | 13:28 |
*** sandywalsh_ has joined #openstack-dev | 13:33 | |
*** dspano has joined #openstack-dev | 13:34 | |
*** sandywalsh has quit IRC | 13:35 | |
*** andrewsmedina has joined #openstack-dev | 13:37 | |
*** anniec has joined #openstack-dev | 13:39 | |
*** jimfehlig has joined #openstack-dev | 13:40 | |
*** rnirmal has joined #openstack-dev | 13:44 | |
*** sacharya has joined #openstack-dev | 13:45 | |
*** edygarcia has joined #openstack-dev | 13:50 | |
*** sacharya has quit IRC | 13:54 | |
*** japage has joined #openstack-dev | 13:56 | |
*** gongysh has joined #openstack-dev | 13:56 | |
*** mnewby has joined #openstack-dev | 14:03 | |
*** tgall_foo has joined #openstack-dev | 14:05 | |
*** tgall_foo has quit IRC | 14:05 | |
*** tgall_foo has joined #openstack-dev | 14:05 | |
*** galstrom has joined #openstack-dev | 14:13 | |
*** zaneb has quit IRC | 14:13 | |
*** zaneb has joined #openstack-dev | 14:14 | |
*** galstrom has quit IRC | 14:15 | |
*** galstrom has joined #openstack-dev | 14:17 | |
*** anniec has quit IRC | 14:18 | |
*** galstrom has joined #openstack-dev | 14:20 | |
*** ncode has joined #openstack-dev | 14:20 | |
*** jcru has joined #openstack-dev | 14:20 | |
*** galstrom has left #openstack-dev | 14:22 | |
openstackgerrit | A change was merged to openstack/quantum: prevent invalid deletion of ports using by L3 devices https://review.openstack.org/11834 | 14:27 |
*** al-maisan is now known as almaisan-away | 14:29 | |
*** sacharya has joined #openstack-dev | 14:30 | |
*** joshuamckenty has joined #openstack-dev | 14:31 | |
*** mrodden1 has joined #openstack-dev | 14:31 | |
*** mrodden has quit IRC | 14:34 | |
*** galstrom has joined #openstack-dev | 14:36 | |
*** galstrom has left #openstack-dev | 14:36 | |
*** derekh has quit IRC | 14:47 | |
*** andrewbogott_afk is now known as andrewbogott | 14:48 | |
*** EmilienM has quit IRC | 14:52 | |
*** m4xmr_ has joined #openstack-dev | 14:54 | |
timello | could any core reviwer look at https://review.openstack.org/#/c/12065/ ? Small patch. I'd appreciate. Thanks! | 14:55 |
*** salv-orlando has quit IRC | 14:55 | |
*** maoy has joined #openstack-dev | 14:56 | |
jgriffith | zul: ping | 14:57 |
zul | jgriffith: heylo | 14:57 |
jgriffith | zul: Hey buddy! | 14:57 |
zul | jgriffith: whats up | 14:57 |
*** m4xmr_ is now known as m4xmr | 14:57 | |
jgriffith | zul: Can you give 12072 one more quick glance and we can merge it? | 14:57 |
zul | jgriffith: sure link? | 14:58 |
jgriffith | https://review.openstack.org/#/c/12072/ | 14:58 |
zul | jgriffith: looks good to me | 15:00 |
*** dolphm has joined #openstack-dev | 15:01 | |
zul | jgriffith: ill do the nova-volume bits | 15:02 |
*** reidrac has quit IRC | 15:02 | |
*** joshuamckenty has quit IRC | 15:03 | |
jgriffith | zul: awesome! | 15:03 |
*** mrodden has joined #openstack-dev | 15:05 | |
openstackgerrit | A change was merged to openstack/cinder: Make glance image service check base exception classes https://review.openstack.org/11822 | 15:06 |
*** mrodden1 has quit IRC | 15:07 | |
*** torandu_ has quit IRC | 15:10 | |
*** cp16net is now known as cp16net|away | 15:11 | |
*** cp16net|away is now known as cp16net | 15:11 | |
openstackgerrit | A change was merged to openstack/openstack-common: Code cleanup https://review.openstack.org/11706 | 15:12 |
*** zul has quit IRC | 15:13 | |
*** zul has joined #openstack-dev | 15:17 | |
openstackgerrit | A change was merged to openstack/cinder: Add cinder- prefix to all binaries. https://review.openstack.org/12257 | 15:22 |
openstackgerrit | A change was merged to openstack/nova: Update zmq context cleanup to use term. https://review.openstack.org/12211 | 15:23 |
openstackgerrit | A change was merged to openstack/cinder: Fix creation of iscsi targets https://review.openstack.org/12072 | 15:23 |
*** mindpixel has quit IRC | 15:24 | |
*** cloudvirt has quit IRC | 15:26 | |
*** alex88 has quit IRC | 15:27 | |
*** alex88 has joined #openstack-dev | 15:28 | |
*** alex88 has joined #openstack-dev | 15:28 | |
*** cloudvirt has joined #openstack-dev | 15:28 | |
*** nunosantos has joined #openstack-dev | 15:33 | |
*** edygarcia has quit IRC | 15:38 | |
*** jtran has joined #openstack-dev | 15:40 | |
*** markmcclain has joined #openstack-dev | 15:41 | |
*** rohit404 has joined #openstack-dev | 15:42 | |
*** edygarcia has joined #openstack-dev | 15:42 | |
*** cloudvirt has left #openstack-dev | 15:43 | |
*** sc68cal_ has joined #openstack-dev | 15:47 | |
*** sc68cal has quit IRC | 15:48 | |
openstackgerrit | A change was merged to openstack/nova: FLAG rename: bandwith_poll_*=>bandwidth_poll_* https://review.openstack.org/12219 | 15:49 |
*** rohitk has quit IRC | 15:50 | |
*** adjohn has joined #openstack-dev | 15:55 | |
*** adjohn has quit IRC | 15:55 | |
*** rafaduran has left #openstack-dev | 15:56 | |
*** markmc has quit IRC | 15:56 | |
*** torandu has joined #openstack-dev | 15:57 | |
*** dolphm has quit IRC | 16:00 | |
*** dolphm has joined #openstack-dev | 16:05 | |
*** m4xmr has quit IRC | 16:07 | |
*** alex88 has quit IRC | 16:08 | |
*** mrodden1 has joined #openstack-dev | 16:09 | |
*** Mandell has joined #openstack-dev | 16:09 | |
*** mrodden has quit IRC | 16:11 | |
openstackgerrit | A change was merged to openstack/cinder: Implement volume quota support in Cinder https://review.openstack.org/11510 | 16:12 |
*** wangpan has quit IRC | 16:16 | |
*** wangpan has joined #openstack-dev | 16:17 | |
openstackgerrit | A change was merged to openstack/nova: Add version 2.0 of compute RPC API https://review.openstack.org/12056 | 16:20 |
openstackgerrit | A change was merged to openstack/nova: Remove compute RPC API version 1.x https://review.openstack.org/12057 | 16:20 |
openstackgerrit | A change was merged to openstack/nova: Stop using scheduler RPC API magic https://review.openstack.org/12128 | 16:20 |
*** s0mik has joined #openstack-dev | 16:20 | |
*** pixelbeat has quit IRC | 16:21 | |
*** littleidea has quit IRC | 16:23 | |
*** dachary has quit IRC | 16:30 | |
*** lloydde_ has joined #openstack-dev | 16:34 | |
*** apevec has quit IRC | 16:39 | |
*** nati_ueno has joined #openstack-dev | 16:39 | |
openstackgerrit | A change was merged to openstack/cinder: Use event.listen() instead of deprecated listeners kwarg https://review.openstack.org/11644 | 16:41 |
*** cloudvirt has joined #openstack-dev | 16:41 | |
openstackgerrit | A change was merged to openstack/nova: Adds api sample testing for extensions endpoint https://review.openstack.org/12007 | 16:43 |
*** salv-orlando has joined #openstack-dev | 16:44 | |
*** dolphm has quit IRC | 16:44 | |
*** japage has quit IRC | 16:45 | |
*** daddyjoseph97 has joined #openstack-dev | 16:45 | |
*** ijw has quit IRC | 16:45 | |
*** littleidea has joined #openstack-dev | 16:47 | |
*** harlowja has joined #openstack-dev | 16:48 | |
*** ijw has joined #openstack-dev | 16:48 | |
*** anniec has joined #openstack-dev | 16:48 | |
*** samkottler is now known as samkottler|lunch | 16:49 | |
*** dolphm has joined #openstack-dev | 16:49 | |
*** jaypipes has quit IRC | 16:51 | |
*** jaypipes has joined #openstack-dev | 16:53 | |
openstackgerrit | A change was merged to openstack/nova: Clean up non-spec output in flavor extensions https://review.openstack.org/12165 | 16:53 |
*** jaypipes has quit IRC | 16:55 | |
*** markmcclain has quit IRC | 16:59 | |
*** darraghb has quit IRC | 17:02 | |
*** markmcclain has joined #openstack-dev | 17:04 | |
*** japage has joined #openstack-dev | 17:04 | |
*** joshuamckenty has joined #openstack-dev | 17:06 | |
*** ijw has quit IRC | 17:09 | |
*** ijw has joined #openstack-dev | 17:10 | |
openstackgerrit | A change was merged to openstack/nova: Fixed boot from snapshot failure. https://review.openstack.org/12253 | 17:10 |
*** Ryan_Lane has joined #openstack-dev | 17:13 | |
*** samkottler|lunch is now known as samkottler | 17:14 | |
*** andrewbogott is now known as andrewbogott_afk | 17:15 | |
*** jdurgin has joined #openstack-dev | 17:17 | |
*** andresambrois has joined #openstack-dev | 17:19 | |
*** daddyjoseph97 has quit IRC | 17:23 | |
*** daddyjoseph97 has joined #openstack-dev | 17:23 | |
*** anniec has quit IRC | 17:27 | |
clarkb | bcwaldon: around? | 17:27 |
bcwaldon | clarkb: yep | 17:32 |
*** zing has quit IRC | 17:33 | |
clarkb | I think the problem with that invalid fixture is nosetests need to be run on glance/tests only instead of at the top level directory. (I get that error to go away running tox -epy26 -- glance/tests) | 17:33 |
*** anniec has joined #openstack-dev | 17:33 | |
clarkb | if I specify a "where" directory in setup.cfg that changes the current working directory of the tests which appears to break a bunch of tests | 17:34 |
openstackgerrit | A change was merged to openstack/nova: Remove some remnants of VSA support https://review.openstack.org/12129 | 17:35 |
clarkb | bcwaldon: I haven't been able to sort out why changing the current working directory breaks other tests, but thought i would pass the info along. Also I bring this up because of all the red on https://jenkins.openstack.org/job/glance-coverage/ | 17:35 |
openstackgerrit | A change was merged to openstack/nova: Add version 2.0 of the scheduler RPC API https://review.openstack.org/12130 | 17:36 |
openstackgerrit | A change was merged to openstack/nova: Remove scheduler RPC API version 1.x https://review.openstack.org/12131 | 17:36 |
*** dolphm has quit IRC | 17:37 | |
openstackgerrit | A change was merged to openstack/nova: Save the original base image ref for snapshots. https://review.openstack.org/12218 | 17:38 |
bcwaldon | clarkb: ok, I'll file/fix that bug | 17:38 |
openstackgerrit | A change was merged to openstack/nova: Adds api sample testing for versions https://review.openstack.org/11973 | 17:38 |
*** epim has joined #openstack-dev | 17:41 | |
*** belliott has quit IRC | 17:43 | |
*** joshuamckenty has quit IRC | 17:47 | |
*** joshuamckenty has joined #openstack-dev | 17:50 | |
*** daddyjoseph97 has quit IRC | 17:50 | |
*** markmcclain has quit IRC | 17:52 | |
*** japage has quit IRC | 17:53 | |
openstackgerrit | A change was merged to openstack/nova: Makes sample testing handle out of order output https://review.openstack.org/12224 | 17:54 |
*** markmcclain has joined #openstack-dev | 17:56 | |
*** salv-orlando has quit IRC | 17:58 | |
*** ijw has quit IRC | 18:04 | |
*** belliott has joined #openstack-dev | 18:04 | |
openstackgerrit | A change was merged to openstack/quantum: Do not transfer ips if there isn't any https://review.openstack.org/12259 | 18:05 |
*** ijw has joined #openstack-dev | 18:06 | |
*** mtreinish has quit IRC | 18:16 | |
*** zaneb has quit IRC | 18:16 | |
*** zaneb has joined #openstack-dev | 18:17 | |
nikhil | /q bcwaldon | 18:20 |
*** zing has joined #openstack-dev | 18:20 | |
*** jaypipes has joined #openstack-dev | 18:23 | |
*** andrewbogott_afk is now known as andrewbogott | 18:28 | |
*** zing_ has joined #openstack-dev | 18:29 | |
creiht | vishy, jgriffith: what should the desired behavior be when a user tries to detach a volume from an instance that is stopped? | 18:31 |
*** zing has quit IRC | 18:32 | |
*** zing_ is now known as zing | 18:32 | |
*** sdake has joined #openstack-dev | 18:35 | |
openstackgerrit | A change was merged to openstack/nova: Fix deallocate_fixed_ip invocation https://review.openstack.org/12249 | 18:36 |
openstackgerrit | A change was merged to openstack/nova: Avoid leaking security group quota reservations https://review.openstack.org/12264 | 18:37 |
openstackgerrit | A change was merged to openstack/nova: Address race condition from concurrent task state update https://review.openstack.org/12222 | 18:37 |
*** openstackgerrit has quit IRC | 18:37 | |
*** openstackgerrit has joined #openstack-dev | 18:37 | |
*** zaneb has quit IRC | 18:39 | |
*** joshuamckenty has quit IRC | 18:45 | |
*** edygarcia has quit IRC | 18:47 | |
*** novas0x2a|laptop has quit IRC | 18:52 | |
*** edygarcia has joined #openstack-dev | 18:52 | |
*** markmcclain has quit IRC | 18:57 | |
*** rnirmal has quit IRC | 18:59 | |
bcwaldon | jeblair: when does gerrit rebuild its core membership lists? | 19:03 |
*** markmcclain has joined #openstack-dev | 19:04 | |
*** belliott has quit IRC | 19:04 | |
jeblair | bcwaldon: the launchpad sync script does that, should be complete every 2 hours or so | 19:06 |
bcwaldon | ok, cool | 19:07 |
*** macjack has quit IRC | 19:07 | |
*** joshuamckenty has joined #openstack-dev | 19:08 | |
*** cloudvirt has quit IRC | 19:10 | |
*** anniec has quit IRC | 19:10 | |
*** anniec_ has joined #openstack-dev | 19:10 | |
*** sacharya has quit IRC | 19:12 | |
*** littleidea has quit IRC | 19:12 | |
*** littleidea has joined #openstack-dev | 19:14 | |
*** sdake has quit IRC | 19:21 | |
*** sdake has joined #openstack-dev | 19:21 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:22 | |
*** joshuamckenty has quit IRC | 19:23 | |
*** cloudvirt has joined #openstack-dev | 19:23 | |
*** sdague has quit IRC | 19:24 | |
*** otter1 has quit IRC | 19:25 | |
*** samkottler has quit IRC | 19:26 | |
*** jeremyb has quit IRC | 19:26 | |
*** djinni_ has quit IRC | 19:27 | |
*** otter1 has joined #openstack-dev | 19:28 | |
*** anniec_ has quit IRC | 19:29 | |
*** cloudvirt has quit IRC | 19:29 | |
*** cloudvirt has joined #openstack-dev | 19:30 | |
*** sdake has quit IRC | 19:31 | |
*** joshuamckenty has joined #openstack-dev | 19:32 | |
*** gongysh_ has joined #openstack-dev | 19:33 | |
*** samkottler has joined #openstack-dev | 19:33 | |
*** littleidea has quit IRC | 19:35 | |
*** sdake has joined #openstack-dev | 19:35 | |
*** gongysh has quit IRC | 19:36 | |
openstackgerrit | A change was merged to openstack/glance: Filter out deleted image properties in v2 api https://review.openstack.org/12229 | 19:38 |
*** littleidea has joined #openstack-dev | 19:38 | |
*** jcru has quit IRC | 19:40 | |
*** rohit404 has quit IRC | 19:41 | |
*** joshuamckenty has quit IRC | 19:56 | |
*** simo has left #openstack-dev | 19:57 | |
*** jeremyb has joined #openstack-dev | 20:02 | |
*** djinni has joined #openstack-dev | 20:03 | |
*** jeremyb has quit IRC | 20:05 | |
*** jeremyb has joined #openstack-dev | 20:05 | |
*** almaisan-away is now known as al-maisan | 20:20 | |
*** al-maisan is now known as almaisan-away | 20:21 | |
*** dprince has quit IRC | 20:25 | |
*** lifeless has quit IRC | 20:32 | |
*** epim_ has joined #openstack-dev | 20:37 | |
*** epim has quit IRC | 20:37 | |
*** epim_ is now known as epim | 20:37 | |
*** epim_ has joined #openstack-dev | 20:38 | |
*** sdake has quit IRC | 20:38 | |
*** harlowja has quit IRC | 20:38 | |
*** maoy has quit IRC | 20:40 | |
*** epim has quit IRC | 20:42 | |
*** epim_ is now known as epim | 20:42 | |
*** harlowja has joined #openstack-dev | 20:43 | |
*** vuntz has quit IRC | 20:51 | |
*** harlowja has quit IRC | 20:52 | |
*** vuntz has joined #openstack-dev | 20:52 | |
*** s0mik has quit IRC | 20:53 | |
*** lloydde has joined #openstack-dev | 20:54 | |
*** harlowja has joined #openstack-dev | 20:57 | |
*** lloydde_ has quit IRC | 20:57 | |
*** s0mik has joined #openstack-dev | 21:02 | |
*** pixelbeat has joined #openstack-dev | 21:05 | |
*** harlowja has quit IRC | 21:06 | |
*** jaypipes has quit IRC | 21:06 | |
*** sacharya has joined #openstack-dev | 21:08 | |
*** maurosr has quit IRC | 21:09 | |
*** harlowja has joined #openstack-dev | 21:10 | |
*** rbasak has quit IRC | 21:10 | |
*** anniec has joined #openstack-dev | 21:13 | |
*** ywu_ has joined #openstack-dev | 21:13 | |
*** ywu_ has quit IRC | 21:14 | |
*** ywu_ has joined #openstack-dev | 21:14 | |
*** sdague has joined #openstack-dev | 21:19 | |
*** s0mik has quit IRC | 21:22 | |
*** samkottler is now known as samkottler|out | 21:24 | |
*** rpedde is now known as rpedde_away | 21:25 | |
*** dspano has quit IRC | 21:28 | |
*** jtran has quit IRC | 21:31 | |
openstackgerrit | A change was merged to openstack/swift: bumped version to 1.7.0 to reflect current dev effort https://review.openstack.org/12282 | 21:39 |
*** janisg has quit IRC | 21:44 | |
*** Ruetobas has quit IRC | 21:45 | |
*** harlowja has quit IRC | 21:53 | |
*** Ruetobas has joined #openstack-dev | 21:53 | |
*** anniec has quit IRC | 21:53 | |
*** sdake has joined #openstack-dev | 21:55 | |
*** sdake has quit IRC | 21:56 | |
*** sdake has joined #openstack-dev | 21:56 | |
*** nunosantos has quit IRC | 21:56 | |
*** cloudvirt has quit IRC | 21:58 | |
*** joshuamckenty has joined #openstack-dev | 21:59 | |
*** littleidea has quit IRC | 22:01 | |
*** ywu_ has quit IRC | 22:01 | |
*** edygarcia has quit IRC | 22:02 | |
*** littleidea has joined #openstack-dev | 22:03 | |
*** edygarcia has joined #openstack-dev | 22:06 | |
*** edygarcia has quit IRC | 22:08 | |
*** kbringard has quit IRC | 22:09 | |
*** zing has quit IRC | 22:09 | |
*** zing has joined #openstack-dev | 22:10 | |
*** torandu has quit IRC | 22:19 | |
*** torandu has joined #openstack-dev | 22:21 | |
*** torandu has quit IRC | 22:27 | |
*** torandu has joined #openstack-dev | 22:32 | |
*** lifeless has joined #openstack-dev | 22:35 | |
*** zing has quit IRC | 22:36 | |
*** maurosr has joined #openstack-dev | 22:38 | |
*** ncode has quit IRC | 22:40 | |
*** maurosr has quit IRC | 22:43 | |
*** dhellmann has quit IRC | 22:43 | |
*** harlowja has joined #openstack-dev | 22:44 | |
*** maurosr has joined #openstack-dev | 22:45 | |
*** anniec has joined #openstack-dev | 22:47 | |
*** maurosr has quit IRC | 22:48 | |
*** maurosr has joined #openstack-dev | 22:48 | |
*** andrewsmedina has quit IRC | 22:49 | |
*** bitblt has joined #openstack-dev | 22:50 | |
*** bitblt has joined #openstack-dev | 22:50 | |
*** maurosr has quit IRC | 22:53 | |
*** lloydde has quit IRC | 22:55 | |
*** maurosr has joined #openstack-dev | 22:56 | |
*** jtran has joined #openstack-dev | 22:56 | |
*** cloudvirt has joined #openstack-dev | 22:57 | |
*** sdake has quit IRC | 22:59 | |
*** maurosr has quit IRC | 23:01 | |
*** maurosr has joined #openstack-dev | 23:01 | |
*** sdake has joined #openstack-dev | 23:04 | |
*** lifeless has quit IRC | 23:12 | |
*** waa has joined #openstack-dev | 23:13 | |
*** s0mik has joined #openstack-dev | 23:14 | |
*** jimfehlig has quit IRC | 23:18 | |
*** joshuamckenty has quit IRC | 23:19 | |
*** mrodden1 has quit IRC | 23:27 | |
*** harlowja has quit IRC | 23:29 | |
*** anniec has quit IRC | 23:30 | |
*** Mandell has quit IRC | 23:39 | |
*** ijw has quit IRC | 23:42 | |
*** ijw has joined #openstack-dev | 23:43 | |
*** anniec has joined #openstack-dev | 23:44 | |
*** zhuadl has joined #openstack-dev | 23:46 | |
*** harlowja has joined #openstack-dev | 23:47 | |
*** joshuamckenty has joined #openstack-dev | 23:48 | |
*** maurosr has quit IRC | 23:57 | |
jgriffith | any keystone folks around? | 23:58 |
*** utlemming has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!