*** Shrews has joined #openstack-dev | 00:04 | |
*** Tross has quit IRC | 00:07 | |
*** mfer has joined #openstack-dev | 00:11 | |
*** gongysh has joined #openstack-dev | 00:13 | |
*** CaptTofu has quit IRC | 00:15 | |
*** CaptTofu has joined #openstack-dev | 00:15 | |
*** CaptTofu has quit IRC | 00:19 | |
*** CaptTofu has joined #openstack-dev | 00:19 | |
*** devcamcar has joined #openstack-dev | 00:26 | |
*** devcamcar has quit IRC | 00:35 | |
matiu | anyone know a way I can do: nosetests -s | 00:38 |
---|---|---|
matiu | with the new testing setup ? | 00:38 |
matiu | I put a pdb.set_trace() in the code, and I wanna stop there in my test .. | 00:38 |
matiu | the -s did "don't redirect stdout" | 00:39 |
matiu | but doesn't work since new testing code is in there | 00:39 |
clarkb | matiu: you want to run the test with testtools.run | 00:49 |
*** mfer has quit IRC | 00:49 | |
clarkb | matiu: `python -m testtools.run test` iirc | 00:50 |
*** Guest51458 is now known as annegentle | 00:50 | |
clarkb | lifeless: ^ that sound correct? | 00:50 |
matiu | perfect, thanks clarkb | 00:50 |
*** annegentle is now known as Guest19104 | 00:50 | |
*** dachary has quit IRC | 00:50 | |
*** dachary has joined #openstack-dev | 00:51 | |
matiu | clarkb, hmm, still not workin' .. :( | 00:51 |
matiu | like the stdout isn't showing me the pdb prompt | 00:52 |
clarkb | oh, because we capture it by default as well. give me a sec to find the way to disable that | 00:52 |
matiu | thanks man :) | 00:52 |
matiu | you're a champion ! | 00:52 |
clarkb | OS_STDOUT_NOCAPTURE=True | 00:53 |
clarkb | there is a OS_STDERR_NOCAPTURE flag too | 00:53 |
*** pixelbeat has quit IRC | 00:53 | |
clarkb | and now that I think about it, nose should work as well but you will need to set those flags | 00:54 |
*** winston-d_ has joined #openstack-dev | 00:54 | |
matiu | that's the one | 00:54 |
matiu | perfect :) | 00:54 |
matiu | thanks clarkb .. you're number one | 00:54 |
lifeless | clarkb: your environment variable :) | 00:55 |
matiu | nose needs -s and the env var | 00:55 |
lifeless | clarkb: this is why I suggest inverting it to not capture by default, and testr can set the variable for you | 00:55 |
*** pixelbeat has joined #openstack-dev | 00:55 | |
clarkb | lifeless: I still think there is too much noise running it that way | 00:56 |
clarkb | but can invert it and see how that goes | 00:56 |
lifeless | clarkb: right, but folk would only see it when running with testtools.run - e.g. manually | 00:56 |
lifeless | clarkb: have .testr.conf set the variable - OS_CAPTURE_STDOUT=1 python subunit.run ... | 00:56 |
clarkb | good point | 00:57 |
*** vkmc has joined #openstack-dev | 00:58 | |
*** devcamcar has joined #openstack-dev | 01:02 | |
matiu | clarkb, do you have a trick to stop it timing out while I'm playing in pdb shell ? | 01:02 |
matiu | site-packages/fixtures/_fixtures/timeout.py", line 52 | 01:04 |
clarkb | no, that was a recent addition and may need another flag. | 01:04 |
clarkb | lifeless: ^ thoughts | 01:04 |
*** gakott has joined #openstack-dev | 01:05 | |
clarkb | matiu: in nova/test.py you can comment out the useFixture(Timeout()) line | 01:05 |
matiu | brilliant | 01:05 |
matiu | thanks again :) | 01:05 |
*** garyk has quit IRC | 01:05 | |
*** jcooley|away is now known as jcooley | 01:06 | |
*** halfss has joined #openstack-dev | 01:08 | |
*** devcamcar has quit IRC | 01:11 | |
lifeless | clarkb: another variable I suspect | 01:13 |
lifeless | clarkb: we didn't consider folk sitting in pdb :) | 01:13 |
lifeless | clarkb: OS_TEST_TIMEOUT=0 -> disabled, N -> force some N seconds. | 01:14 |
*** douardda has quit IRC | 01:18 | |
*** melwitt has quit IRC | 01:21 | |
*** melwitt has joined #openstack-dev | 01:22 | |
*** xchu has joined #openstack-dev | 01:28 | |
clarkb | ++ | 01:31 |
*** jaypipes has joined #openstack-dev | 01:33 | |
*** tserong has joined #openstack-dev | 01:33 | |
*** devcamcar has joined #openstack-dev | 01:38 | |
*** dachary has quit IRC | 01:41 | |
*** dachary has joined #openstack-dev | 01:42 | |
*** wenjianhn has joined #openstack-dev | 01:44 | |
*** devcamcar has quit IRC | 01:46 | |
*** jcooley is now known as jcooley|away | 01:47 | |
*** wenjianhn has joined #openstack-dev | 01:47 | |
*** zeriouz has joined #openstack-dev | 01:49 | |
*** Guest19104 is now known as annegentle | 01:51 | |
*** annegentle is now known as Guest76952 | 01:52 | |
*** zyluo has joined #openstack-dev | 01:53 | |
*** BLZbubba has quit IRC | 01:55 | |
*** mnewby has joined #openstack-dev | 02:01 | |
*** megha is now known as gia | 02:05 | |
mnewby | garyk: hi! | 02:07 |
zyluo | mnewby, it should be 2am where garyk is :) | 02:11 |
mnewby | zyluo: fair enough :) | 02:11 |
*** jcooley|away is now known as jcooley | 02:12 | |
*** devcamcar has joined #openstack-dev | 02:13 | |
*** alexpilotti has quit IRC | 02:17 | |
*** CaptTofu has quit IRC | 02:17 | |
*** CaptTofu has joined #openstack-dev | 02:18 | |
*** shang has joined #openstack-dev | 02:18 | |
*** zeriouz has quit IRC | 02:18 | |
*** mfer has joined #openstack-dev | 02:19 | |
zyluo | arosen1, ping | 02:22 |
*** vipul is now known as vipul|away | 02:23 | |
*** devcamcar has quit IRC | 02:23 | |
*** kpavel_ has joined #openstack-dev | 02:24 | |
*** kpavel has quit IRC | 02:26 | |
*** kpavel_ is now known as kpavel | 02:26 | |
lifeless | any devstack reviewers around? would love https://review.openstack.org/#/c/18786/ to get a +2 | 02:27 |
*** shang_ has joined #openstack-dev | 02:28 | |
*** shang has quit IRC | 02:31 | |
*** pixelbeat has quit IRC | 02:34 | |
*** zeriouz has joined #openstack-dev | 02:35 | |
*** CaptTofu has quit IRC | 02:37 | |
*** CaptTofu has joined #openstack-dev | 02:38 | |
*** mfer has quit IRC | 02:38 | |
*** CaptTofu has quit IRC | 02:39 | |
*** CaptTofu has joined #openstack-dev | 02:40 | |
*** devcamcar has joined #openstack-dev | 02:49 | |
*** kpavel has quit IRC | 02:53 | |
*** Guest76952 is now known as annegentle | 02:53 | |
*** annegentle is now known as Guest41514 | 02:53 | |
*** kpavel has joined #openstack-dev | 02:53 | |
*** vkmc has quit IRC | 02:57 | |
*** crandquist has joined #openstack-dev | 02:58 | |
*** devcamcar has quit IRC | 02:58 | |
*** yaguang has joined #openstack-dev | 02:58 | |
*** jcooley is now known as jcooley|away | 03:01 | |
*** zeriouz has quit IRC | 03:01 | |
*** melwitt1 has joined #openstack-dev | 03:01 | |
*** bencherian has joined #openstack-dev | 03:04 | |
*** jcooley|away is now known as jcooley | 03:04 | |
*** melwitt has quit IRC | 03:04 | |
*** jcooley is now known as jcooley|away | 03:06 | |
*** jcooley|away is now known as jcooley | 03:09 | |
*** jcooley is now known as jcooley|away | 03:12 | |
*** zeriouz has joined #openstack-dev | 03:13 | |
*** jcooley|away is now known as jcooley | 03:14 | |
*** kpavel has quit IRC | 03:16 | |
*** devcamcar has joined #openstack-dev | 03:24 | |
*** devcamcar has quit IRC | 03:33 | |
*** mnewby has quit IRC | 03:48 | |
*** Guest41514 is now known as annegentle | 03:54 | |
*** jgriffith has quit IRC | 03:55 | |
*** annegentle is now known as Guest47791 | 03:55 | |
*** jgriffith has joined #openstack-dev | 03:55 | |
*** bencherian has quit IRC | 03:56 | |
*** aeperezt has quit IRC | 03:58 | |
*** devcamcar has joined #openstack-dev | 04:00 | |
*** yaguang has quit IRC | 04:02 | |
*** devcamcar has quit IRC | 04:09 | |
*** sunilthaha has joined #openstack-dev | 04:23 | |
*** vishy_zz is now known as vishy | 04:27 | |
*** skort has joined #openstack-dev | 04:27 | |
*** gakott has quit IRC | 04:30 | |
*** garyk has joined #openstack-dev | 04:30 | |
*** skort has quit IRC | 04:32 | |
*** dachary has quit IRC | 04:33 | |
*** dachary has joined #openstack-dev | 04:33 | |
*** sunilthaha has quit IRC | 04:34 | |
*** devcamcar has joined #openstack-dev | 04:36 | |
*** devcamcar has quit IRC | 04:45 | |
*** Tross has joined #openstack-dev | 04:46 | |
*** aeperezt has joined #openstack-dev | 04:47 | |
*** Guest47791 is now known as annegentle | 04:56 | |
*** annegentle is now known as Guest23943 | 04:56 | |
*** Mandell has joined #openstack-dev | 04:58 | |
*** aeperezt has quit IRC | 05:01 | |
*** mohits1 has quit IRC | 05:01 | |
*** devcamcar has joined #openstack-dev | 05:13 | |
*** thingee_zz is now known as thingee | 05:14 | |
*** gongysh has quit IRC | 05:14 | |
*** vishy is now known as vishy_zz | 05:15 | |
*** mohits has joined #openstack-dev | 05:16 | |
*** sthaha has quit IRC | 05:19 | |
*** devcamcar has quit IRC | 05:20 | |
*** crandquist has quit IRC | 05:27 | |
*** yaoyaminaco has joined #openstack-dev | 05:27 | |
yaoyaminaco | Hi all, is there a feature like this: auto select a host using scheduler while doing live migration rather than force select by using hostname arg in 'nova live-migration' command | 05:31 |
*** crandquist has joined #openstack-dev | 05:31 | |
*** crandquist has joined #openstack-dev | 05:32 | |
*** yaguang has joined #openstack-dev | 05:33 | |
yaoyaminaco | Could any one answer my question, Thanks alot? | 05:33 |
winston-d_ | yaoyaminaco: per my understanding, no | 05:35 |
*** jcooley is now known as jcooley|away | 05:35 | |
yaoyaminaco | <winston-d_> how to private chat in IRC? | 05:36 |
*** AnilV4 has joined #openstack-dev | 05:36 | |
*** hillyu has joined #openstack-dev | 05:37 | |
winston-d_ | use '/msg IRC_HANDLE' i guess | 05:37 |
yaoyaminaco | winston-d_: Thanks for answering, and does this feature feasible and valuable under enterprise env? | 05:38 |
*** garyk has quit IRC | 05:45 | |
*** thingee is now known as thingee_zz | 05:47 | |
*** devcamcar has joined #openstack-dev | 05:47 | |
*** dachary has quit IRC | 05:48 | |
*** dachary has joined #openstack-dev | 05:48 | |
*** Yatin has joined #openstack-dev | 05:51 | |
*** zyluo_ has joined #openstack-dev | 05:53 | |
*** zyluo has quit IRC | 05:54 | |
*** devcamcar has quit IRC | 05:56 | |
*** Guest23943 is now known as annegentle | 05:57 | |
*** jcooley|away is now known as jcooley | 05:57 | |
*** mnewby has joined #openstack-dev | 05:58 | |
*** annegentle is now known as Guest92461 | 05:58 | |
*** mnewby has joined #openstack-dev | 05:58 | |
*** yjiang5_away is now known as yjiang5 | 06:04 | |
*** navid_ has joined #openstack-dev | 06:06 | |
*** koolhead17 has joined #openstack-dev | 06:13 | |
*** darjeeling has quit IRC | 06:19 | |
*** Mandell has quit IRC | 06:24 | |
*** garyk has joined #openstack-dev | 06:26 | |
*** devcamcar has joined #openstack-dev | 06:27 | |
*** sthaha has joined #openstack-dev | 06:30 | |
*** crandquist has quit IRC | 06:31 | |
*** devcamcar has quit IRC | 06:32 | |
*** afazekas has joined #openstack-dev | 06:32 | |
*** melwitt1 has quit IRC | 06:36 | |
*** koolhead17 has quit IRC | 06:38 | |
*** jcooley is now known as jcooley|away | 06:44 | |
*** amotoki has joined #openstack-dev | 06:46 | |
garyk | mnewby: ping | 06:48 |
mnewby | garyk: ping | 06:49 |
*** devcamcar has joined #openstack-dev | 06:59 | |
*** Guest92461 is now known as annegentle | 06:59 | |
*** gia has quit IRC | 06:59 | |
*** annegentle is now known as Guest57726 | 06:59 | |
*** Tross has quit IRC | 07:03 | |
*** devcamcar has quit IRC | 07:07 | |
*** mrunge has joined #openstack-dev | 07:08 | |
*** ondergetekende has joined #openstack-dev | 07:09 | |
*** vuntz has joined #openstack-dev | 07:12 | |
*** jcooley|away is now known as jcooley | 07:14 | |
*** zeriouz has quit IRC | 07:14 | |
*** gia has joined #openstack-dev | 07:15 | |
*** vishy_zz is now known as vishy | 07:17 | |
*** Yatin has left #openstack-dev | 07:18 | |
*** mindpixel has joined #openstack-dev | 07:18 | |
*** nati_ueno has joined #openstack-dev | 07:20 | |
*** Nachi has joined #openstack-dev | 07:23 | |
*** nati_ueno has quit IRC | 07:26 | |
*** zeriouz has joined #openstack-dev | 07:27 | |
*** hattwick has quit IRC | 07:28 | |
*** jcooley is now known as jcooley|away | 07:28 | |
*** henrynash has joined #openstack-dev | 07:29 | |
*** vishy is now known as vishy_zz | 07:29 | |
*** gongysh has joined #openstack-dev | 07:33 | |
*** devcamcar has joined #openstack-dev | 07:34 | |
*** flaper87 has joined #openstack-dev | 07:35 | |
*** flaper87 has joined #openstack-dev | 07:35 | |
*** henrynash has quit IRC | 07:39 | |
*** henrynash has joined #openstack-dev | 07:40 | |
*** devcamcar has quit IRC | 07:42 | |
*** saschpe has quit IRC | 07:53 | |
*** gia has quit IRC | 07:53 | |
*** zul has quit IRC | 07:54 | |
*** megha has joined #openstack-dev | 07:58 | |
*** douardda has joined #openstack-dev | 07:59 | |
*** alexxu has joined #openstack-dev | 08:00 | |
*** Guest57726 is now known as annegentle | 08:00 | |
*** annegentle is now known as Guest75348 | 08:01 | |
*** megha has quit IRC | 08:01 | |
zyluo_ | gongysh, ping | 08:02 |
*** saschpe has joined #openstack-dev | 08:07 | |
*** jcooley|away is now known as jcooley | 08:09 | |
*** devcamcar has joined #openstack-dev | 08:10 | |
*** darjeeling has joined #openstack-dev | 08:14 | |
*** reidrac has joined #openstack-dev | 08:16 | |
*** ondergetekende has quit IRC | 08:18 | |
*** ondergetekende has joined #openstack-dev | 08:18 | |
*** jcooley is now known as jcooley|away | 08:18 | |
*** devcamcar has quit IRC | 08:19 | |
*** dachary has quit IRC | 08:21 | |
*** dachary has joined #openstack-dev | 08:21 | |
*** yolanda has joined #openstack-dev | 08:22 | |
*** ondergetekende has quit IRC | 08:23 | |
*** jpich has joined #openstack-dev | 08:25 | |
*** maploin has joined #openstack-dev | 08:26 | |
*** maploin has quit IRC | 08:26 | |
*** maploin has joined #openstack-dev | 08:26 | |
*** winston-d has quit IRC | 08:28 | |
*** zul has joined #openstack-dev | 08:30 | |
*** darjeeling has quit IRC | 08:30 | |
*** afazekas has quit IRC | 08:33 | |
*** afazekas has joined #openstack-dev | 08:34 | |
*** gael has joined #openstack-dev | 08:34 | |
*** megha has joined #openstack-dev | 08:35 | |
*** Dharmit has joined #openstack-dev | 08:37 | |
*** almaisan-away is now known as al-maisan | 08:38 | |
*** zul has quit IRC | 08:38 | |
*** Dharmit has left #openstack-dev | 08:39 | |
*** matiu has quit IRC | 08:41 | |
gongysh | zyluo_: hi | 08:41 |
*** kpg2012 has joined #openstack-dev | 08:41 | |
*** matiu has joined #openstack-dev | 08:41 | |
*** winston-d has joined #openstack-dev | 08:42 | |
*** megha has quit IRC | 08:44 | |
*** zul has joined #openstack-dev | 08:45 | |
zyluo_ | gongysh, can you revert a patch? | 08:46 |
zyluo_ | the one that upgrades webob to 1.2.3 | 08:46 |
gongysh | what's wrong? in quantum? | 08:46 |
zyluo_ | Nothing wrong in quantum | 08:46 |
zyluo_ | That patch causes failure in tempest gating in other project | 08:47 |
zyluo_ | because when other project execute rootwrap, it complains about package version requirements. | 08:48 |
zyluo_ | Also Nova and Keystone are against upgrading 1.2.3 | 08:48 |
zyluo_ | Only Quantum has it upgraded | 08:48 |
gongysh | but you said the ceiometer initiates this? | 08:49 |
gongysh | it requires the webob 1.2.3. | 08:49 |
*** devcamcar has joined #openstack-dev | 08:50 | |
*** Ryan_Lane has quit IRC | 08:50 | |
zyluo_ | yes that's why it was upgraded in the first place. However if you look at ... | 08:50 |
zyluo_ | just a sec | 08:50 |
*** ondergetekende has joined #openstack-dev | 08:50 | |
zyluo_ | https://review.openstack.org/#/c/18886/ | 08:51 |
zyluo_ | Here sean says we need more discussion on this matter | 08:51 |
*** Ryan_Lane has joined #openstack-dev | 08:52 | |
zyluo_ | So at the meeting today I'll bring this up and we can talk more about reverting it. | 08:53 |
*** devcamcar has quit IRC | 08:54 | |
*** vkmc has joined #openstack-dev | 08:55 | |
*** winston-d_ has quit IRC | 08:56 | |
*** afazekas has quit IRC | 08:59 | |
*** mmagr has joined #openstack-dev | 09:00 | |
gongysh | to revert a patch, u just commit another patch to revert its work | 09:01 |
*** Ryan_Lane has quit IRC | 09:01 | |
*** Guest75348 is now known as annegentle | 09:02 | |
*** annegentle is now known as Guest65025 | 09:02 | |
*** jcooley|away is now known as jcooley | 09:03 | |
*** mnewby has quit IRC | 09:03 | |
*** derekh has joined #openstack-dev | 09:05 | |
*** ndipanov has joined #openstack-dev | 09:06 | |
vkmc | gongysh, I'm not sure that's true..., commiting a second patch will indeed make two changes | 09:07 |
*** dachary has quit IRC | 09:08 | |
*** Daviey has quit IRC | 09:08 | |
vkmc | gongysh, You can reset local commits with git reset HEAD^ - that reset the first most recent commit | 09:10 |
*** jcooley is now known as jcooley|away | 09:12 | |
gongysh | vkmc: git pull; git checkout -b revertbr;git revert commit_id; git commit; git review | 09:15 |
vkmc | unless that you have already pushed it... commiting a second fix its ok, or you can also revert it with git revert | 09:15 |
*** eglynn has joined #openstack-dev | 09:16 | |
vkmc | gongysh, oh that's it... I wasn't sure if you had already pushed it :) | 09:16 |
*** afazekas has joined #openstack-dev | 09:16 | |
*** Daviey has joined #openstack-dev | 09:20 | |
*** devcamcar has joined #openstack-dev | 09:22 | |
*** pixelbeat has joined #openstack-dev | 09:23 | |
*** darraghb has joined #openstack-dev | 09:25 | |
*** dachary has joined #openstack-dev | 09:30 | |
*** devcamcar has quit IRC | 09:31 | |
*** kpg2012 has quit IRC | 09:31 | |
*** trapni has joined #openstack-dev | 09:31 | |
*** trapni has joined #openstack-dev | 09:31 | |
*** dave_mcn has joined #openstack-dev | 09:36 | |
*** trapni has quit IRC | 09:36 | |
*** kpavel has joined #openstack-dev | 09:37 | |
maploin | is there a CI job for running nova's test_migrations against different databases? | 09:39 |
Kiall | maploin, I don't believe there is.. I could be wrong though | 09:40 |
Kiall | the guys in #openstack-infra would know for sure though (and it certainly sounds like a very good suggestion) | 09:40 |
*** trapni has joined #openstack-dev | 09:41 | |
*** hattwick has joined #openstack-dev | 09:41 | |
*** alexxu has quit IRC | 09:43 | |
*** trapni has quit IRC | 09:48 | |
sgran | hello | 09:50 |
sgran | I'm just curious about something I'm seeing in the openstack ec2 api | 09:51 |
sgran | http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeInstances.html shows filters as a supported part of the API | 09:51 |
sgran | but nova/api/ec2/cloud.py 'def describe_instances' seems to purposefully drop everything but instance_id. Is this on purpose or an oversight? | 09:52 |
sgran | (apologies if this is discussed elsewhere and I missed it - I couldn't find anything) | 09:52 |
*** zing has joined #openstack-dev | 09:55 | |
*** dachary has quit IRC | 09:55 | |
*** johngarbutt has left #openstack-dev | 09:56 | |
*** afazekas has quit IRC | 09:56 | |
*** johngarbutt has joined #openstack-dev | 09:56 | |
*** devcamcar has joined #openstack-dev | 09:57 | |
*** yaoyaminaco has quit IRC | 09:57 | |
mordred | maploin: what do you mean? | 09:58 |
mordred | maploin: different databases as in mysql vs. sqlite? | 09:59 |
*** trapni has joined #openstack-dev | 10:00 | |
mordred | sgran: ec2 api is a bit of a second class citizen, so I'd guess it's just an oversight | 10:00 |
mordred | sgran: but I don't know for sure | 10:01 |
*** Guest65025 is now known as annegentle | 10:03 | |
mikal | sgran: you should file a bug for that | 10:04 |
*** annegentle is now known as Guest42343 | 10:04 | |
*** uvirtbot` has quit IRC | 10:04 | |
LinuxJedi | jeblair: are unicomp usually slow? 3 weeks on my order is still 'Pending'. Impatiently wanting my geek toy :) | 10:05 |
*** alexpilotti has joined #openstack-dev | 10:06 | |
*** devcamcar has quit IRC | 10:07 | |
*** megha has joined #openstack-dev | 10:08 | |
alexpilotti | garyk: ping | 10:10 |
garyk | alexpilotti: hi | 10:10 |
alexpilotti | garyk: tx for your reviews and for the Oslo update | 10:10 |
garyk | alexpilotti: np. i need to add a little tweak to the oslo update. hopefully it will be ready in 5. | 10:11 |
alexpilotti | garyk: did u manage by any chance to take a look at the updated Hyper-V plugin? https://review.openstack.org/#/c/18989/ | 10:11 |
alexpilotti | garyk: yesterday I did the changes you asked for | 10:12 |
garyk | alexpilotti: on my 2 do list. hopefully soon | 10:12 |
alexpilotti | garyk: I wanted to ask you if it's ok to leave there the DATABASE opts | 10:12 |
sgran | mordred, mikal: ah, just found https://bugs.launchpad.net/nova/+bug/922835 | 10:12 |
sgran | sorry for the noise | 10:12 |
alexpilotti | garyk: and remove them when your patch gets merged | 10:12 |
alexpilotti | garyk: I guess straight afterwards | 10:12 |
mordred | mikal: does markmc not hang out in channel any more? | 10:13 |
mikal | He hangs out in the nova one I think? | 10:13 |
mikal | I don't overlap with him much, so not sure... | 10:13 |
alexpilotti | garyk: I already run a test and there are of course no issues as the syntax is consistent | 10:13 |
garyk | alexpilotti: i think that we need to be pragmatic about it. if you get in first then you can leave it. if the database patch gets in then i suggest that you rebase | 10:13 |
alexpilotti | garyk: sounds good | 10:14 |
alexpilotti | garyk: tx again and let me know if I can help with the review! | 10:14 |
*** xchu has quit IRC | 10:14 | |
alexpilotti | mikal: ping | 10:15 |
mikal | alexpilotti: Hey, what's up? | 10:15 |
garyk | alexpilotti: ok. thanks | 10:15 |
alexpilotti | mikal: I saw that there are 2 tests in the HyperV test case that got marked as skip due to issues with configdrive | 10:16 |
mordred | mikal: oh right. I keep forgetting that people have different channels | 10:16 |
mikal | Yep | 10:16 |
mikal | Heh | 10:16 |
*** danpb has joined #openstack-dev | 10:17 | |
mikal | alexpilotti: Yeah, I think you just need to regenerate the cached calls? | 10:17 |
alexpilotti | mikal: channels? :-) | 10:17 |
mikal | alexpilotti: it was a while ago, so I'm rusty now | 10:17 |
alexpilotti | mikal: ok, going to check for it. We are in the process of replacing the cached files with Python code (also automatically generated) | 10:18 |
mikal | alexpilotti: yeah, that will be awesome when its done | 10:18 |
alexpilotti | mikal: so since I was on it I just wanted to see if the changes where more substantial | 10:18 |
mikal | alexpilotti: I'd just remove the skis and observe the failures? | 10:18 |
mikal | alexpilotti: it was a small refactor IIRC | 10:18 |
alexpilotti | mikal: it's up for review now :-) | 10:18 |
mikal | alexpilotti: oh, cool | 10:18 |
alexpilotti | mikal: I mean, the Python instead of the pickled files | 10:19 |
alexpilotti | mikal: I wanted to remove the Skips as well | 10:19 |
mikal | Yep | 10:19 |
mikal | alexpilotti: well, you should be able to copy the other refactor examples from the review that put the skips in | 10:19 |
mikal | alexpilotti: although IIRC you just need the regen, nothing else | 10:20 |
alexpilotti | mikal: I'm going to take a look, just wanted to be sure it was nothing major | 10:20 |
mikal | alexpilotti: yeah, nothing exciting | 10:20 |
alexpilotti | mikal: ok, tx! | 10:20 |
mikal | NP | 10:20 |
sgran | one other question: are there plans to support the EC2 tags API (especially the search by tags options) | 10:23 |
sgran | this is incredibly helpful in EC2 and I'd like to use it in openstack | 10:23 |
mikal | sgran: I don't think anyone is actively working on ec2 at the moment | 10:23 |
sgran | I'd be happy to look at implementation if it's something others would like | 10:23 |
mikal | So... it would require someone being keen about adding it | 10:24 |
mikal | I think people generally regard ec2 compatability as important | 10:24 |
mikal | So I think people would be cool with you giving it a go if you're keen | 10:24 |
sgran | ok, great | 10:24 |
*** dachary has joined #openstack-dev | 10:26 | |
*** uvirtbot has joined #openstack-dev | 10:26 | |
sgran | I've opened a bug in launchpad (https://bugs.launchpad.net/nova/+bug/1096821) for this, and I'll see how hard it is to add in | 10:27 |
uvirtbot | Launchpad bug 1096821 in nova "nova ec2-api: tags related calls do not work" [Undecided,New] | 10:27 |
sgran | hmm | 10:28 |
sgran | it looks like https://review.openstack.org/#/c/3524/ was done to address part of the issue, but it expired with no activity | 10:29 |
mikal | That was a very long time ago | 10:29 |
*** uvirtbot has quit IRC | 10:30 | |
sgran | the functions haven't particularly changed | 10:33 |
*** devcamcar has joined #openstack-dev | 10:33 | |
*** zhiteng has joined #openstack-dev | 10:41 | |
*** devcamcar has quit IRC | 10:41 | |
*** winston-d has quit IRC | 10:42 | |
*** pixelbeat has quit IRC | 10:42 | |
*** zyluo_ has quit IRC | 10:45 | |
*** pixelbeat has joined #openstack-dev | 10:47 | |
*** salgado has joined #openstack-dev | 10:47 | |
*** jgriffith has quit IRC | 10:47 | |
*** jgriffith has joined #openstack-dev | 10:48 | |
*** jcooley|away is now known as jcooley | 10:51 | |
*** hillyu has quit IRC | 10:53 | |
*** m4xmr has joined #openstack-dev | 10:53 | |
*** jcooley is now known as jcooley|away | 11:00 | |
*** Guest42343 is now known as annegentle | 11:05 | |
*** Guest66627 is now known as tmishler | 11:05 | |
*** annegentle is now known as Guest68845 | 11:05 | |
*** devcamcar has joined #openstack-dev | 11:09 | |
*** afazekas has joined #openstack-dev | 11:10 | |
*** al-maisan is now known as almaisan-away | 11:14 | |
*** devcamcar has quit IRC | 11:17 | |
benner | there is bug in/syntax error in https://github.com/openstack/quantum/blob/master/quantum/tests/unit/_test_rootwrap_exec.py | 11:19 |
benner | patch: http://pastebin.com/cDGpFbwv | 11:19 |
Kiall | benner, can you submit via gerrit? (I can if you don't know gerrit.. ) | 11:21 |
benner | i don't know. it will be much faster if you do this | 11:28 |
*** reed has joined #openstack-dev | 11:28 | |
Kiall | benner, sure :) | 11:29 |
*** rkukura has left #openstack-dev | 11:30 | |
Kiall | belliott, https://review.openstack.org/19083 | 11:30 |
Kiall | whoops | 11:30 |
Kiall | benner, ^ | 11:30 |
*** vkmc has quit IRC | 11:35 | |
*** vkmc has joined #openstack-dev | 11:37 | |
*** darjeeling has joined #openstack-dev | 11:43 | |
*** devcamcar has joined #openstack-dev | 11:44 | |
*** jcooley|away is now known as jcooley | 11:45 | |
*** zeriouz_ has joined #openstack-dev | 11:46 | |
*** devcamcar has quit IRC | 11:52 | |
*** jcooley is now known as jcooley|away | 11:55 | |
danpb | does anyone know if its possible to run just a single test case inside a unit eg like ./run_tests.sh test_compute, but I only want to run the 'get_vnc_console' test | 11:55 |
*** mfer has joined #openstack-dev | 11:59 | |
amotoki | arosen1: ping | 11:59 |
*** ccorrigan has joined #openstack-dev | 12:00 | |
*** Guest68845 is now known as annegentle | 12:06 | |
*** annegentle is now known as Guest8147 | 12:07 | |
*** hughsaunders has quit IRC | 12:07 | |
*** hughsaunders has joined #openstack-dev | 12:07 | |
*** hughsaunders has quit IRC | 12:11 | |
*** hughsaunders has joined #openstack-dev | 12:11 | |
*** m4xmr has quit IRC | 12:14 | |
*** devcamcar has joined #openstack-dev | 12:20 | |
*** mfer has quit IRC | 12:20 | |
*** yaguang has quit IRC | 12:21 | |
*** maurosr has joined #openstack-dev | 12:23 | |
*** mfer has joined #openstack-dev | 12:25 | |
*** mfer has quit IRC | 12:28 | |
*** devcamcar has quit IRC | 12:29 | |
*** sthaha has quit IRC | 12:34 | |
*** halfss has quit IRC | 12:36 | |
*** markmc has joined #openstack-dev | 12:36 | |
*** jcooley|away is now known as jcooley | 12:39 | |
*** arbrandes has joined #openstack-dev | 12:47 | |
*** megha has quit IRC | 12:49 | |
*** jcooley is now known as jcooley|away | 12:49 | |
*** yjiang5 is now known as yjiang5_away | 12:49 | |
yolanda | hi, anyone with experience in python ceilometerclient? i want to do some queries by timestamp but i'm having problems | 12:53 |
*** roaet is now known as roaet-away | 12:55 | |
*** uvirtbot has joined #openstack-dev | 12:57 | |
*** uvirtbot` has joined #openstack-dev | 12:57 | |
*** eharney has joined #openstack-dev | 12:57 | |
*** eharney has quit IRC | 12:57 | |
*** eharney has joined #openstack-dev | 12:57 | |
*** uvirtbot has quit IRC | 12:57 | |
*** uvirtbot` has quit IRC | 12:58 | |
*** megha has joined #openstack-dev | 12:58 | |
*** uvirtbot has joined #openstack-dev | 12:59 | |
*** devcamcar has joined #openstack-dev | 12:59 | |
*** mohits has quit IRC | 13:01 | |
*** markvoelker has joined #openstack-dev | 13:01 | |
*** Tross has joined #openstack-dev | 13:03 | |
*** mohits has joined #openstack-dev | 13:03 | |
*** devcamcar has quit IRC | 13:05 | |
*** drewlander has joined #openstack-dev | 13:06 | |
*** Guest8147 is now known as annegentle | 13:08 | |
*** annegentle is now known as Guest49671 | 13:08 | |
*** mohits has quit IRC | 13:09 | |
*** anniec has joined #openstack-dev | 13:15 | |
*** openstackgerrit has joined #openstack-dev | 13:17 | |
openstackgerrit | A change was merged to openstack/ceilometer: Handle finish and revert resize notifications. https://review.openstack.org/18966 | 13:22 |
*** CaptTofu has quit IRC | 13:24 | |
*** CaptTofu has joined #openstack-dev | 13:24 | |
openstackgerrit | A change was merged to openstack/nova: Provide a PXE NodeDriver for the Baremetal driver https://review.openstack.org/18734 | 13:31 |
*** devcamcar has joined #openstack-dev | 13:31 | |
*** jcooley|away is now known as jcooley | 13:33 | |
*** dprince has joined #openstack-dev | 13:38 | |
*** devcamcar has quit IRC | 13:39 | |
*** jcooley is now known as jcooley|away | 13:43 | |
*** jergerber has joined #openstack-dev | 14:00 | |
*** rohitk has joined #openstack-dev | 14:00 | |
*** alunduil has quit IRC | 14:01 | |
*** anteaya has joined #openstack-dev | 14:05 | |
*** devcamcar has joined #openstack-dev | 14:06 | |
*** rustlebee is now known as russellb | 14:06 | |
*** Guest49671 is now known as annegentle | 14:09 | |
*** m4xmr has joined #openstack-dev | 14:09 | |
ttx | annegentle: how is the wiki transition going ? | 14:10 |
*** annegentle is now known as Guest72054 | 14:10 | |
iccha | ttx: whats the wiki transitio? | 14:11 |
*** m4xmr has left #openstack-dev | 14:12 | |
*** Tross has quit IRC | 14:12 | |
ttx | iccha: wiki moving from moin to wikimedia | 14:12 |
iccha | ttx: ah ok, is that why http://wiki.openstack.org/Contributors no longer has list of contributors | 14:13 |
*** sthaha has joined #openstack-dev | 14:13 | |
ttx | iccha: errr... | 14:14 |
*** martine has joined #openstack-dev | 14:14 | |
*** devcamcar has quit IRC | 14:15 | |
ttx | iccha: no, that looks like vandalism | 14:15 |
*** imsplitbit has joined #openstack-dev | 14:16 | |
* ttx looks into restoring it | 14:18 | |
russellb | stay classy, internet | 14:18 |
markmc | ttx, happens occasionally, think it's a moinmoin bug | 14:18 |
iccha | ttx: i guess we need to revert the change which removed the contents | 14:18 |
markmc | ttx, I presumed that's one of the reasons we're switching to wikipedia :) | 14:18 |
sdague | moinmoin definitely is tough to keep clean on the open internet | 14:18 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Eliminate sleep in the lockutils test case (across processes) https://review.openstack.org/19027 | 14:19 |
sdague | speaking of which, when's the conversion going to be done? | 14:19 |
ttx | markmc: it was removed though. Have trouble reverting it | 14:19 |
*** anniec has quit IRC | 14:21 | |
ttx | some weird lock error | 14:21 |
danpb | hmm, is jenkins broken again ? | 14:22 |
danpb | these errors don't seem related to my code http://logs.openstack.org/18864/2/check/gate-nova-docs/11024/console.html | 14:22 |
danpb | 14:07:25 error in nova setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers | 14:22 |
ttx | CouldNotLock("Page could not get locked. Missing 'current' file?") | 14:23 |
*** joesavak has joined #openstack-dev | 14:23 | |
Kiall | danpb, you updated pip-requires with this: | 14:23 |
Kiall | git+git://github.com/kanaka/websockify.git | 14:23 |
Kiall | I think it needs to be this: | 14:23 |
Kiall | git+git://github.com/kanaka/websockify.git#egg=websockify | 14:23 |
sdague | ttx: moin is all flat files undernearth | 14:24 |
danpb | Kiall: oh, hmm | 14:24 |
sdague | I think you just need to ping the infra folks, because you might need to do something on the filesystem | 14:24 |
danpb | i'll give that a try and see what happens | 14:24 |
*** wenjianhn has left #openstack-dev | 14:24 | |
*** bknudson has joined #openstack-dev | 14:25 | |
*** mpdehaan has joined #openstack-dev | 14:26 | |
*** jcooley|away is now known as jcooley | 14:27 | |
*** maurosr has quit IRC | 14:29 | |
*** maurosr has joined #openstack-dev | 14:29 | |
*** kgriffs has joined #openstack-dev | 14:30 | |
soren | ttx: I have access to the wiki server, if you need anything. | 14:33 |
*** sunilthaha has joined #openstack-dev | 14:34 | |
*** maurosr has quit IRC | 14:34 | |
ttx | soren: have access too. Just figuring out ohow to unblock it | 14:34 |
soren | ttx: /srv/wiki/lib/data/pages/Contributors/current-locked may be the culprit. | 14:35 |
alexpilotti | garyk: ping | 14:35 |
ttx | soren: yeah, I'm tempted to rename it | 14:35 |
soren | ttx: I won't tell anyone. | 14:35 |
*** rkukura has joined #openstack-dev | 14:36 | |
soren | So there's no 1772 revision, yet that's the one stated as current. | 14:37 |
garyk | alexpilotti: hi | 14:37 |
*** jcooley is now known as jcooley|away | 14:37 | |
alexpilotti | garyk: tx for the review, going to work on it right away | 14:37 |
ttx | soren: OK, it's back. I could restore once I renamed the locked | 14:37 |
*** aeperezt has joined #openstack-dev | 14:37 | |
alexpilotti | garyk: for the agent unit tests | 14:37 |
garyk | alexpilotti: ok. cool. just a few minor issues | 14:37 |
soren | ttx: Oh, sorry, there *is* a 1772 rev. It's just not in the editlog. | 14:38 |
soren | Weird. | 14:38 |
alexpilotti | garyk: do you think the review could pass like this? We have a new framework in review for Nova | 14:38 |
alexpilotti | garyk: I'd like to use it here as well afterwards | 14:38 |
ttx | soren: I've seen weirder things. | 14:38 |
garyk | alexpilotti: not sure i understand your question | 14:38 |
soren | ttx: I try not to click on things on the Internet. That keeps me safe. | 14:39 |
alexpilotti | garyk: 2. Is it possible that you add more tests for the agent code. | 14:39 |
*** mpdehaan has quit IRC | 14:39 | |
alexpilotti | garyk: from your review | 14:39 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Add a latex command to our sphinx builders. https://review.openstack.org/18970 | 14:39 |
alexpilotti | garyk: the question is if we can add the additional tests with a subsequent patch | 14:39 |
*** megha has quit IRC | 14:40 | |
garyk | alexpilotti: yes. you can. in general the agent test coverage needs to be improved | 14:40 |
*** jcooley|away is now known as jcooley | 14:40 | |
*** devcamcar has joined #openstack-dev | 14:41 | |
alexpilotti | garyk: tx! Going to commit in a few mins. BTW Sorry for the debug str without message that we forgot in the code! | 14:42 |
garyk | alexpilotti: :). may that be the worst thing about the code | 14:43 |
reed | is there a map similar to this for Nova? http://wiki.openstack.org/Swift/APIFeatureComparison | 14:43 |
*** Tross has joined #openstack-dev | 14:44 | |
*** alunduil has joined #openstack-dev | 14:45 | |
*** mtreinish has joined #openstack-dev | 14:45 | |
reed | found it | 14:45 |
reed | http://wiki.openstack.org/Nova/APIFeatureComparison | 14:45 |
*** Tross has quit IRC | 14:45 | |
*** buzztroll has joined #openstack-dev | 14:46 | |
*** megha has joined #openstack-dev | 14:47 | |
*** alunduil has quit IRC | 14:48 | |
*** henrynash has quit IRC | 14:49 | |
*** alunduil has joined #openstack-dev | 14:50 | |
*** christophk has joined #openstack-dev | 14:51 | |
*** devcamcar has quit IRC | 14:51 | |
*** henrynash has joined #openstack-dev | 14:51 | |
*** PhongLy has joined #openstack-dev | 14:51 | |
*** jcooley is now known as jcooley|away | 14:53 | |
garyk | alexpilotti: it seems like https://review.openstack.org/#/c/19049/ has gone through. guess you will need to do the database changes. | 14:53 |
alexpilotti | garyk: sure! | 14:53 |
*** dachary has quit IRC | 14:54 | |
alexpilotti | garyk: question about the setup.py | 14:54 |
garyk | alexpilotti: that is currently in path - https://review.openstack.org/#/c/19093/ | 14:54 |
alexpilotti | garyk: you are asking if the console script for the agent is Windows specific | 14:54 |
alexpilotti | garyk: I'm referring to the setup.py in the Quantum project, not in common | 14:54 |
garyk | alexpilotti: i wanted to know if the hyperv agent should be installed on windows only? | 14:54 |
garyk | alexpilotti: sorry my bd (too many things going on at once) | 14:55 |
alexpilotti | garyk: theoretically we should then avoid to install the Linux bridge etc agents on WIndows | 14:55 |
*** almaisan-away is now known as al-maisan | 14:55 | |
garyk | ok | 14:56 |
alexpilotti | garyk: my question is if it is worth the effort to avoid console scripts on other platforms | 14:56 |
alexpilotti | garyk: as they get used only specifically | 14:56 |
garyk | alexpilotti: i am not sure. maybe it is best to bring up at this evenings meeting. it is not a must at the moment. | 14:56 |
alexpilotti | garyk: great, tx | 14:57 |
*** jcru has joined #openstack-dev | 15:00 | |
openstackgerrit | A change was merged to openstack/quantum: Add common support for database configuration https://review.openstack.org/19049 | 15:01 |
*** PhongLy has quit IRC | 15:01 | |
*** dtalton has joined #openstack-dev | 15:01 | |
*** djohnstone has joined #openstack-dev | 15:01 | |
*** Tross has joined #openstack-dev | 15:01 | |
*** dhellmann has joined #openstack-dev | 15:02 | |
*** jaustinpage|want has joined #openstack-dev | 15:02 | |
*** kbringard has joined #openstack-dev | 15:04 | |
*** rpedde_away is now known as rpedde | 15:04 | |
iccha | ttx: yay its back up again! | 15:04 |
*** mrodden has joined #openstack-dev | 15:05 | |
*** gmi has joined #openstack-dev | 15:07 | |
*** kpavel has quit IRC | 15:09 | |
*** radez_g0n3 is now known as radez | 15:09 | |
*** esheffield has joined #openstack-dev | 15:09 | |
iccha | johngarbutt: thanks for comments on the patch. they re really useful | 15:09 |
*** annegentle has joined #openstack-dev | 15:11 | |
*** salgado is now known as salgado-lunch | 15:11 | |
*** Tross has quit IRC | 15:13 | |
*** agentle_ has joined #openstack-dev | 15:14 | |
*** alunduil has quit IRC | 15:14 | |
alexpilotti | garyk: about: https://review.openstack.org/#/c/19059/2/bin/quantum-hyperv-agent | 15:16 |
garyk | alexpilotti: yes - just a matter of adding a new line before the quantum import | 15:17 |
anteaya | bcwaldon: ping | 15:17 |
garyk | alexpilotti: i know there are a number that are not like this - please look at the ovs-cleanup utility as an exmaple | 15:17 |
alexpilotti | garyk: all the other scripts don't have it: https://github.com/openstack/quantum/blob/master/bin/quantum-openvswitch-agent | 15:17 |
*** annegentle has quit IRC | 15:17 | |
*** Guest72054 is now known as annegentle | 15:17 | |
*** navid_ has quit IRC | 15:17 | |
alexpilotti | garyk: ok! My question was only about consistence | 15:17 |
*** ayoung has quit IRC | 15:17 | |
*** devcamcar has joined #openstack-dev | 15:17 | |
*** ayoung has joined #openstack-dev | 15:17 | |
garyk | alexpilotti: i know. we did not enforce it in the past and are trying to improve it. | 15:17 |
*** annegentle is now known as Guest82739 | 15:17 | |
alexpilotti | garyk: ok, so based on: https://github.com/openstack/quantum/blob/master/bin/quantum-ovs-cleanup | 15:18 |
*** dtalton has quit IRC | 15:18 | |
alexpilotti | garyk: it's also 2 spaces before main(), correct? | 15:18 |
garyk | alexpilotti: yes | 15:18 |
alexpilotti | garyk: great, tx | 15:19 |
*** agentle_ has quit IRC | 15:19 | |
*** gongysh has quit IRC | 15:20 | |
*** kpavel has joined #openstack-dev | 15:21 | |
*** utlemming has joined #openstack-dev | 15:22 | |
*** megha has quit IRC | 15:23 | |
*** TerryH has joined #openstack-dev | 15:24 | |
*** markmcclain has joined #openstack-dev | 15:24 | |
*** jimfehlig has joined #openstack-dev | 15:25 | |
*** roaet-away is now known as roaet | 15:25 | |
*** bswartz has quit IRC | 15:25 | |
*** devcamcar has quit IRC | 15:26 | |
*** alunduil has joined #openstack-dev | 15:26 | |
alexpilotti | garyk: I have a question related to git commit, maybe you can help me | 15:26 |
garyk | alexpilotti: i can try | 15:27 |
alexpilotti | garyk: I rebases, moved my 2 commits on top | 15:27 |
alexpilotti | garyk: fixed everything (including removing the DATABASE configs) | 15:27 |
garyk | alexpilotti: i usually do a git commit -a --amend after this | 15:27 |
alexpilotti | garyk: now by running "git review" it asks to send all commits, including the rebased ones | 15:27 |
*** mpdehaan has joined #openstack-dev | 15:27 | |
alexpilotti | garyk: sure, I did a git commit -a --amend for each commit during rebasing | 15:28 |
alexpilotti | garyk: it's the first time it happens, my question is simply if gerrit is smart enough to consider only my two commits :-) | 15:28 |
garyk | alexpilotti: i usually do the following (maybe i am missing soming). i. pull master | 15:28 |
garyk | ii. checkout the brandh and rebase from the master | 15:29 |
alexpilotti | ok | 15:29 |
garyk | iii. resolve conflits if there are - need to do a git add for each conflits and then rebase --continue | 15:29 |
alexpilotti | ok | 15:29 |
garyk | iv. then if do git commit -a --amend | 15:29 |
garyk | v then git review | 15:29 |
garyk | that usually works (i must be honest i am still learning git and everyday is a new challenge with it) | 15:30 |
alexpilotti | yep, same procedure, mine is a bit more complicated as I had two chained commits | 15:30 |
alexpilotti | which involves git rebase -i "HEAD^^" | 15:30 |
*** ondergetekende has quit IRC | 15:31 | |
garyk | alexpilotti: i am sorry but that is uncharted territory for me :(. maybe dan or salvatore or someone else on the list. sorry | 15:31 |
*** mjfork has joined #openstack-dev | 15:31 | |
alexpilotti | garyk: np, I'm going to solve it, tx! | 15:32 |
*** maploin has quit IRC | 15:33 | |
*** jcooley|away is now known as jcooley | 15:36 | |
*** jimfehlig has quit IRC | 15:36 | |
ttx | review review review | 15:36 |
*** sthaha has quit IRC | 15:37 | |
*** sunilthaha has quit IRC | 15:37 | |
alexpilotti | garyk: looks like I won this round with git, the patches are ready for review :-) | 15:40 |
*** rnirmal has joined #openstack-dev | 15:41 | |
*** jcooley is now known as jcooley|away | 15:45 | |
*** m4xmr has joined #openstack-dev | 15:46 | |
*** maoy has quit IRC | 15:46 | |
*** m4xmr has left #openstack-dev | 15:46 | |
*** jcru is now known as jcru|away | 15:46 | |
*** megha has joined #openstack-dev | 15:47 | |
*** afazekas has quit IRC | 15:47 | |
*** ijw has joined #openstack-dev | 15:48 | |
*** dachary has joined #openstack-dev | 15:50 | |
*** boden has joined #openstack-dev | 15:50 | |
*** afazekas has joined #openstack-dev | 15:51 | |
*** devcamcar has joined #openstack-dev | 15:53 | |
openstackgerrit | A change was merged to openstack/nova: Handle compute node records with no timestamp. https://review.openstack.org/19068 | 15:55 |
*** BLZbubba has joined #openstack-dev | 15:55 | |
*** dolphm has joined #openstack-dev | 15:56 | |
*** jimfehlig has joined #openstack-dev | 15:57 | |
*** mpdehaan has quit IRC | 15:57 | |
*** bswartz has joined #openstack-dev | 16:01 | |
*** devcamcar has quit IRC | 16:01 | |
*** reidrac has quit IRC | 16:02 | |
*** jcru|away is now known as jcru | 16:02 | |
*** cp16net is now known as cp16net|away | 16:03 | |
*** sacharya has joined #openstack-dev | 16:03 | |
*** krtaylor has quit IRC | 16:03 | |
*** afazekas has quit IRC | 16:04 | |
*** cp16net|away is now known as cp16net | 16:04 | |
*** vkmc has quit IRC | 16:05 | |
*** rohitk has quit IRC | 16:07 | |
*** kpavel has quit IRC | 16:07 | |
*** kpavel has joined #openstack-dev | 16:08 | |
*** salgado-lunch is now known as salgado | 16:08 | |
*** datsun180b has joined #openstack-dev | 16:08 | |
*** reed has quit IRC | 16:09 | |
*** mpdehaan has joined #openstack-dev | 16:10 | |
*** reed has joined #openstack-dev | 16:11 | |
*** KurtMartin has quit IRC | 16:13 | |
*** kmartin has joined #openstack-dev | 16:13 | |
*** Guest82739 is now known as annegentle | 16:19 | |
*** ayoung has quit IRC | 16:19 | |
*** annegentle is now known as Guest7732 | 16:20 | |
*** Tross has joined #openstack-dev | 16:22 | |
*** amotoki has quit IRC | 16:23 | |
*** al-maisan is now known as almaisan-away | 16:23 | |
*** rohitk has joined #openstack-dev | 16:24 | |
*** thingee_zz is now known as thingee | 16:26 | |
*** maurosr has joined #openstack-dev | 16:27 | |
*** Tross has quit IRC | 16:27 | |
*** mestery has quit IRC | 16:28 | |
*** devcamcar has joined #openstack-dev | 16:29 | |
*** zaitcev has joined #openstack-dev | 16:29 | |
*** jcooley|away is now known as jcooley | 16:30 | |
*** djohnstone has quit IRC | 16:30 | |
*** djohnstone_ has joined #openstack-dev | 16:31 | |
*** colinmcnamara has joined #openstack-dev | 16:31 | |
*** halj has joined #openstack-dev | 16:32 | |
*** djohnstone_ has quit IRC | 16:32 | |
*** djohnstone has joined #openstack-dev | 16:32 | |
*** dachary has quit IRC | 16:33 | |
*** EmilienM__ has joined #openstack-dev | 16:33 | |
*** woodspa has joined #openstack-dev | 16:34 | |
*** winston-d has joined #openstack-dev | 16:35 | |
*** winston-d has quit IRC | 16:37 | |
*** devcamcar has quit IRC | 16:37 | |
*** megha has quit IRC | 16:37 | |
*** Nachi has quit IRC | 16:38 | |
*** jcooley is now known as jcooley|away | 16:38 | |
*** garyk has quit IRC | 16:45 | |
*** Tross has joined #openstack-dev | 16:47 | |
*** Tross has quit IRC | 16:47 | |
*** krtaylor has joined #openstack-dev | 16:48 | |
*** blamar has joined #openstack-dev | 16:50 | |
*** mrunge has quit IRC | 16:51 | |
*** vishy_zz is now known as vishy | 16:54 | |
*** mmagr has quit IRC | 16:55 | |
sdague | markmc: so, what would you think about taking hacking.py into olso? I'm getting tired of dual fixes in nova and tempest :) | 16:56 |
markmc | sdague, https://blueprints.launchpad.net/oslo/+spec/coding-style-compliance-checker :) | 16:56 |
markmc | sdague, just needs someone to do it | 16:56 |
*** megha has joined #openstack-dev | 16:57 | |
sdague | markmc: ok, I can take that | 16:57 |
markmc | sdague, coolness | 16:57 |
*** jimfehlig has quit IRC | 16:57 | |
sdague | I finally got my head fully wrapped around it this weekend, so I think I get how to have it test itself as well | 16:58 |
*** winston-d has joined #openstack-dev | 16:58 | |
*** rohitk has quit IRC | 16:59 | |
*** john5223 has joined #openstack-dev | 16:59 | |
*** douardda has quit IRC | 17:00 | |
*** rohitk has joined #openstack-dev | 17:00 | |
*** garyk has joined #openstack-dev | 17:01 | |
*** otherwiseguy has joined #openstack-dev | 17:02 | |
sgran | mikal: ping | 17:02 |
sgran | sorry to bug you directly - you were just encouraging earlier | 17:02 |
sgran | I've got at least a partial patch for tags API support | 17:03 |
sgran | I'll need to get test cases and so on before I consider a merge request | 17:03 |
*** vkmc has joined #openstack-dev | 17:03 | |
sgran | my company sent through a contributor's agreement some time ago, but I have no idea if I am now allowed to contribute. How can I check? | 17:04 |
*** mestery has joined #openstack-dev | 17:04 | |
*** devcamcar has joined #openstack-dev | 17:04 | |
*** gyee has joined #openstack-dev | 17:05 | |
*** koolhead17 has joined #openstack-dev | 17:05 | |
*** mpdehaan has quit IRC | 17:06 | |
*** arbrandes has quit IRC | 17:07 | |
*** juice has joined #openstack-dev | 17:09 | |
*** hemnaafk is now known as hemna | 17:10 | |
belliott | anyone know why the gate job doesn't seem to want to complete here? https://review.openstack.org/#/c/18821/ | 17:10 |
*** megha has quit IRC | 17:10 | |
belliott | it's been running for an hour+ | 17:10 |
*** megha has joined #openstack-dev | 17:11 | |
*** bencherian has joined #openstack-dev | 17:12 | |
*** kpg2012 has joined #openstack-dev | 17:12 | |
*** mindpixel has quit IRC | 17:12 | |
*** devcamcar has quit IRC | 17:13 | |
*** markmc has quit IRC | 17:13 | |
*** rohitk has quit IRC | 17:13 | |
*** n0ano has quit IRC | 17:13 | |
*** n0ano has joined #openstack-dev | 17:14 | |
*** rohitk has joined #openstack-dev | 17:15 | |
*** jimfehlig has joined #openstack-dev | 17:17 | |
*** megha has quit IRC | 17:18 | |
*** eharney has quit IRC | 17:19 | |
*** Mandell has joined #openstack-dev | 17:19 | |
*** christophk has quit IRC | 17:20 | |
*** douardda has joined #openstack-dev | 17:20 | |
*** Guest7732 is now known as annegentle | 17:21 | |
*** annegentle is now known as Guest36375 | 17:21 | |
*** yidclare has quit IRC | 17:21 | |
jeblair | LinuxJedi: no, they're usually really fast. you should write to them. they've been really helpful when I've talked to them in the past. | 17:24 |
LinuxJedi | jeblair: I opened a support ticket 6 hours ago. I'll see how they respond :) | 17:25 |
*** kpavel has quit IRC | 17:27 | |
*** kpg2012 has quit IRC | 17:28 | |
*** salgado has quit IRC | 17:30 | |
*** rohitk has quit IRC | 17:31 | |
*** salgado has joined #openstack-dev | 17:32 | |
*** salgado has joined #openstack-dev | 17:32 | |
*** mawagon1 has joined #openstack-dev | 17:34 | |
*** esp1 has joined #openstack-dev | 17:34 | |
*** afazekas has joined #openstack-dev | 17:34 | |
*** kpavel has joined #openstack-dev | 17:36 | |
*** olaph has quit IRC | 17:37 | |
*** ayoung has joined #openstack-dev | 17:39 | |
*** devcamcar has joined #openstack-dev | 17:40 | |
*** jgriffith has quit IRC | 17:40 | |
vishy | sdague: ping | 17:41 |
*** jgriffith has joined #openstack-dev | 17:41 | |
*** gael has quit IRC | 17:41 | |
*** megha has joined #openstack-dev | 17:41 | |
*** darraghb has quit IRC | 17:45 | |
*** devcamcar has quit IRC | 17:48 | |
*** nunosantos has joined #openstack-dev | 17:49 | |
*** kaganos has joined #openstack-dev | 17:52 | |
*** jpich has quit IRC | 17:54 | |
*** burris has joined #openstack-dev | 17:54 | |
*** andrewbogott_afk is now known as andrewbogott | 17:54 | |
*** datsun180b has quit IRC | 17:55 | |
*** mpdehaan has joined #openstack-dev | 17:55 | |
openstackgerrit | A change was merged to openstack/nova: Add compute build/resize errors to instance faults https://review.openstack.org/18821 | 17:57 |
*** harlowja has joined #openstack-dev | 17:57 | |
openstackgerrit | A change was merged to openstack/quantum: Ensure that exception prints UUID and not pointer. https://review.openstack.org/18871 | 17:57 |
openstackgerrit | A change was merged to openstack/cinder: Make WebOb version specification more flexible https://review.openstack.org/19104 | 17:57 |
*** datsun180b has joined #openstack-dev | 17:57 | |
*** rkukura has quit IRC | 17:58 | |
burris | so I'm making a quantum plugin based on the DbPlugin and I have a [DATABASE] section in my ini file with the sql_connection variable and I pass this config file on the command line with -config-file and quantum-server log shows that the config file is in the list of config files, but when my plugin is initialized, cfg.CONF does not contain a DATABASE config :-( | 17:59 |
*** jcmartin has joined #openstack-dev | 18:00 | |
*** digitalsanctum has joined #openstack-dev | 18:00 | |
burris | is there something I'm missing because I think I'm doing it just like the ovs and linux bridge plugins that I'm cribbing off of | 18:00 |
*** jog0 has joined #openstack-dev | 18:00 | |
*** juice has quit IRC | 18:03 | |
*** anniec has joined #openstack-dev | 18:04 | |
*** yidclare has joined #openstack-dev | 18:04 | |
burris | looks like plugin db initialization has changed in master | 18:05 |
*** anniec_ has joined #openstack-dev | 18:05 | |
*** anniec has quit IRC | 18:05 | |
*** anniec_ is now known as anniec | 18:05 | |
*** EmilienM__ has left #openstack-dev | 18:06 | |
*** nati_ueno has joined #openstack-dev | 18:06 | |
*** trapni has quit IRC | 18:06 | |
*** juice has joined #openstack-dev | 18:07 | |
*** megha has quit IRC | 18:09 | |
*** Tross has joined #openstack-dev | 18:10 | |
*** winston-d has quit IRC | 18:10 | |
*** derekh has quit IRC | 18:14 | |
*** devcamcar has joined #openstack-dev | 18:15 | |
sdague | vishy: pong | 18:20 |
vishy | sdague: did you see the message about adding stuff to the v3 api etherpad | 18:21 |
openstackgerrit | A change was merged to openstack/cinder: Add service mgmt extension. https://review.openstack.org/18365 | 18:22 |
sdague | vishy: I think I missed that one, on -dev? (sorry been processing email in a pretty skimmy way) | 18:22 |
*** annegentle has joined #openstack-dev | 18:22 | |
*** devcamcar has quit IRC | 18:23 | |
*** adjohn has joined #openstack-dev | 18:25 | |
*** afazekas has quit IRC | 18:25 | |
*** anniec has quit IRC | 18:25 | |
*** jgriffith has quit IRC | 18:27 | |
*** jgriffith has joined #openstack-dev | 18:28 | |
*** Ryan_Lane has joined #openstack-dev | 18:28 | |
*** anniec has joined #openstack-dev | 18:28 | |
*** zing has quit IRC | 18:29 | |
*** radez is now known as radez_g0n3 | 18:30 | |
*** ndipanov is now known as ndipanov_gone | 18:32 | |
*** pabelanger has joined #openstack-dev | 18:34 | |
*** jsavak has joined #openstack-dev | 18:35 | |
*** blamar has quit IRC | 18:37 | |
*** joesavak has quit IRC | 18:38 | |
*** vipul|away is now known as vipul | 18:39 | |
*** joesavak has joined #openstack-dev | 18:39 | |
openstackgerrit | A change was merged to openstack/nova: Remove the global DATA https://review.openstack.org/19029 | 18:40 |
openstackgerrit | A change was merged to openstack/nova: Add test for resize server in ComputeAPITestCase. https://review.openstack.org/18220 | 18:40 |
*** eharney has joined #openstack-dev | 18:40 | |
*** eharney has quit IRC | 18:40 | |
*** eharney has joined #openstack-dev | 18:40 | |
*** bencherian has quit IRC | 18:42 | |
vishy | sdague: about halfway down the v3 api etherpad I added something that i think is important to fix | 18:42 |
vishy | related to the display of floating ips | 18:42 |
*** jsavak has quit IRC | 18:42 | |
*** kpavel has quit IRC | 18:44 | |
*** markwash has joined #openstack-dev | 18:47 | |
sdague | vishy: ok, great. maurosr's been driving a lot of that now, I'll make sure he sees it | 18:49 |
*** dolphm has quit IRC | 18:49 | |
*** vipul is now known as vipul|away | 18:49 | |
*** devcamcar has joined #openstack-dev | 18:51 | |
*** megha has joined #openstack-dev | 18:51 | |
*** danpb has left #openstack-dev | 18:53 | |
*** alop has joined #openstack-dev | 18:53 | |
*** kpavel has joined #openstack-dev | 18:54 | |
*** mnewby has joined #openstack-dev | 18:54 | |
burris | ok I think I failed to call register_opts, that's why it's ignoring my config file settings | 18:55 |
*** bswartz has quit IRC | 18:55 | |
*** ryanwalll__ has quit IRC | 18:55 | |
*** bencherian has joined #openstack-dev | 18:56 | |
*** devcamcar has quit IRC | 18:59 | |
*** sacharya1 has joined #openstack-dev | 19:04 | |
*** yidclare has quit IRC | 19:05 | |
*** sacharya has quit IRC | 19:05 | |
*** mmagr has joined #openstack-dev | 19:05 | |
*** yidclare has joined #openstack-dev | 19:07 | |
maurosr | sdague: vishy I saw it already! It'll be fixed! thanks for point it =) | 19:07 |
*** yidclare has quit IRC | 19:09 | |
*** adjohn has quit IRC | 19:11 | |
*** yidclare has joined #openstack-dev | 19:11 | |
*** jcmartin_ has joined #openstack-dev | 19:13 | |
*** jcmartin has quit IRC | 19:13 | |
*** jcmartin has joined #openstack-dev | 19:13 | |
*** rkukura has joined #openstack-dev | 19:14 | |
jgriffith | clarkb: ping | 19:15 |
clarkb | jgriffith: pong | 19:16 |
jgriffith | clarkb: what's the dep for testr? | 19:16 |
clarkb | jgriffith: testrepository | 19:16 |
jgriffith | clarkb: thanks :) | 19:16 |
jgriffith | clarkb: does that need to be added to requires for your patch? | 19:17 |
clarkb | jgriffith: the patch I just submitted? I don't need to add it to that one as nova is already using testr and has testrepository in its test-requires | 19:17 |
jgriffith | clarkb: hmmm... my env must be out of date then | 19:17 |
jgriffith | clarkb: Ok... I'll stop bugging you and see what I'm missing | 19:18 |
*** megha has quit IRC | 19:18 | |
*** christophk has joined #openstack-dev | 19:20 | |
*** Tross has quit IRC | 19:20 | |
*** lloydde has joined #openstack-dev | 19:22 | |
*** radez_g0n3 is now known as radez | 19:24 | |
ayoung | gyee, henrynash, Since we don't yet have a V3 Client, we are going to have trouble writing unit tests for keystone V3. What do you think about the idea that we shift gears now, and isntead of "test_keystoneclient" we write "test_v3_api" and do it useing straight "requests" calls? | 19:25 |
*** devcamcar has joined #openstack-dev | 19:26 | |
*** megha has joined #openstack-dev | 19:26 | |
*** Tross has joined #openstack-dev | 19:27 | |
henrynash | ayoung: wow, didn't know you had ESP, was just typing an email about the lack of v3 client | 19:28 |
*** dolphm has joined #openstack-dev | 19:28 | |
henrynash | ayoung: so do you mean write these on the client side, or just expand the exitsing test_v3_xxx.py on the server side | 19:29 |
ayoung | henrynash, I mean that, in Keystone (server) we write unit tests that make direct requests calls. The V3 Client will not be pulled in | 19:30 |
ayoung | henrynash, BTW, one reason we don't have a V3 client is because we don't have V3 APIs for Tokens yet. THat is kindof my doing | 19:30 |
henrynash | ayoung: don't we have at least some coverage with text_v3_idnentity etc.? (we could definitely do with more, I'd agree) | 19:31 |
ayoung | I don't want to be stuck in long term support for the V3 Token API without giving it a solid once over, and I haven't had the brainpower to allocate to it yet | 19:31 |
ayoung | henrynash, so, what I am saying is that for V3 we start off the Keystone server and make calls to it, just like how the Keystone Client code does now, but instead of calling from the client, we do it using request. I'll fpaste and example. | 19:32 |
*** jcooley|away is now known as jcooley | 19:33 | |
ayoung | henrynash, http://fpaste.org/Of8U/ | 19:33 |
ayoung | THat is the script I am using to tests Trusts right now, soup to nuts | 19:33 |
*** adjohn has joined #openstack-dev | 19:34 | |
*** devcamcar has quit IRC | 19:35 | |
*** zeriouz_ has quit IRC | 19:38 | |
*** Tross has quit IRC | 19:40 | |
*** jcmartin_ has joined #openstack-dev | 19:42 | |
henrynash | ayoung: so I guess the only question I would have is whether we testing significantly more of the stack than server side test_v3_xxx stuff right now….this ends up generating a wsgi request, doesn't it? | 19:44 |
*** jcmartin_ has quit IRC | 19:45 | |
ayoung | henrynash, yes, it will do the whole WSGI stack | 19:45 |
*** jcmartin has quit IRC | 19:45 | |
*** jcmartin has joined #openstack-dev | 19:46 | |
*** yolanda has quit IRC | 19:48 | |
*** eglynn has quit IRC | 19:50 | |
joesavak | ayoung, henrynash - i'm interested in your thoughts on https://review.openstack.org/#/c/19014/ (multi-project tokens) when you get a second | 19:51 |
ayoung | joesavak, I think they are a blight on the land and should be banished to the third circle of Hell. | 19:52 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Add common filter/filter handler for filter scheduler https://review.openstack.org/17587 | 19:52 |
ayoung | joesavak, but the, I think that about our token approach in general | 19:52 |
joesavak | ;) | 19:52 |
ayoung | we should be seeking to reduce the scope of tokens, not increast them | 19:52 |
*** megha has quit IRC | 19:53 | |
henrynash | ayoung: I'll look at that. | 19:53 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Add common base weigher/weigher handler for filter scheduler https://review.openstack.org/17773 | 19:53 |
joesavak | ayoung the option to minimize token scope remains there. It is just a bit more flexible | 19:53 |
ayoung | joesavak, why do you want multi project tokens? To avoid a call to Keystone? | 19:54 |
*** Tross has joined #openstack-dev | 19:54 | |
ayoung | A token should be "just enough" authority to do what it needs to do. What workloads do we have the truly need to be cross project? | 19:54 |
henrynash | ayoung: on testing keystone, in general I'm all for us banging against each solid interface, but I'd suggest we decide if testing at this level is something we want to maintain going forward…or are just doing it because we don't have the client ready | 19:55 |
joesavak | ayoung, to avoid a few calls with keystone, reduce the number of tokens that need to be maintained, and to make it easier to adopt v3 for our reseller clients | 19:55 |
*** jcmartin_ has joined #openstack-dev | 19:56 | |
henrynash | joesavak: can you give me an example of "transaction" that really needs multiple projects in the token? | 19:56 |
joesavak | a token can still be just enough authority to do what it needs to do. Minimim bound is still 1 project | 19:56 |
*** kpg2012 has joined #openstack-dev | 19:56 | |
joesavak | reallocating resources from one project or tenant to another | 19:56 |
ayoung | henrynash, I would state that this is a means to test the true contract, which is the publically exposed API, The test_keysteneclient code is really supposed to do that, but it does it via the client. This reduces a dependency, at the expense of increasing the number of tests we have to write. | 19:56 |
*** yidclare has quit IRC | 19:57 | |
*** anniec has quit IRC | 19:57 | |
ayoung | joesavak, is there a blueprint for that? | 19:57 |
henrynash | ayoung: hmm, nice argument | 19:57 |
joesavak | there is for the multi-project token scope: https://blueprints.launchpad.net/keystone/+spec/make-project-unbounded-v3 | 19:58 |
*** jcmartin has quit IRC | 19:58 | |
*** jcmartin_ is now known as jcmartin | 19:58 | |
*** Tross has quit IRC | 19:58 | |
ayoung | joesavak, no, I mean "reallocating resources from one project or tenant to another" | 19:58 |
joesavak | i'm not sure. I'll poke around | 19:58 |
gyee | ayoung, sorry I was afk, sure lets have local tests for v3 APIs | 19:59 |
ayoung | joesavak, I would be OK with allowing the creation of a token scoped to multiple projects if it was needed for this case. However, I would fight against using them for the other reasons you posted above. Limiting the number of tokens etc is not a good enough reason | 19:59 |
ayoung | gyee, define "local"? | 19:59 |
gyee | no dependency on keystoneclient | 20:00 |
*** rnirmal has quit IRC | 20:00 | |
ayoung | Do you mean firing up the web stack, though? | 20:00 |
joesavak | thanks ayoung. : ) | 20:00 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Close kombu.connection.BrokerConnection correctly https://review.openstack.org/18711 | 20:00 |
*** yidclare has joined #openstack-dev | 20:00 | |
*** bearovercloud has joined #openstack-dev | 20:01 | |
anteaya | bcwaldon: ping | 20:01 |
ayoung | joesavak, I am currently working on trusts, which would be a possible tie in with the good use case. | 20:01 |
*** jcooley is now known as jcooley|away | 20:01 | |
*** devcamcar has joined #openstack-dev | 20:01 | |
ayoung | Creating a trust in order to create a token for migrating a resource from one project to another would be useful. | 20:01 |
joesavak | ayoung sweet. We are researching a contract for domain trusts | 20:01 |
*** Nachi has joined #openstack-dev | 20:02 | |
ayoung | So I like the idea of being able to say: create a token with role R1 in Project P1 and role R2 in Project P2 | 20:02 |
henrynash | ayoung: as an aside, still trying to get the user-groups change formally merged…..could you add your weight if you are happy... | 20:02 |
*** melwitt has joined #openstack-dev | 20:02 | |
joesavak | i agree. Also helps delegation with timed trusts | 20:02 |
ayoung | and enforce that it can only be used on endpoint E1 | 20:02 |
ayoung | henrynash, I have been looking at it | 20:02 |
*** jcooley|away is now known as jcooley | 20:02 | |
*** bswartz has joined #openstack-dev | 20:02 | |
ayoung | https://review.openstack.org/#/c/18097/ | 20:03 |
henrynash | ayoung: have responded to Haneef, but waiting for him to reverse his -1 | 20:03 |
ayoung | henrynash, approved | 20:03 |
joesavak | ayoung - out of curiosity - would you be opposed to allowing the v3 contract allow multi-project scoped tokens, but locking it down in the impl? | 20:03 |
ayoung | henrynash, we don't need to wait | 20:04 |
henrynash | ayoung: thx | 20:04 |
henrynash | ayoung: will be back on in a while | 20:04 |
ayoung | joesavak, I would be OK if you had to specify roles and projects, | 20:04 |
*** nati_ueno has quit IRC | 20:04 | |
ayoung | so long as you don't have an API that says "give me everything" | 20:05 |
gyee | :) | 20:05 |
joesavak | yup | 20:05 |
joesavak | let me review what jorge did,... i don't think we are at odds here | 20:05 |
ayoung | joesavak, so to make that happen, we need an auth structure that allows it. something like {projects: [{id: P1, roles[R1,R2]},{id:P2, roles[R3,R4]}} | 20:06 |
ayoung | joesavak, not sure that the current authenticate call supports that. It would have to be documented in the V3 API. | 20:07 |
*** danwent has joined #openstack-dev | 20:07 | |
ayoung | joesavak, which comes back to what I was discussing with henrynash ^^ full circle. | 20:07 |
gyee | ayoung, how do you envision auth_token middleware handling these multi project roles? | 20:07 |
joesavak | yeah - it doesn't have roles under project today | 20:07 |
joesavak | (er v3 doesn't) | 20:08 |
danwent | dhellmann: hi doug, wanted to check in about the devstack failures due to quantum webob change | 20:08 |
dhellmann | hi, danwent | 20:08 |
danwent | dhellmann: i have a patch to undo the change in quantum until we can coordinate the projects, but it looks like keystone has also updated, so i'm not sure there is a point | 20:08 |
ayoung | gyee, It wouldn't. It would do what it does now, in checking the authorization data. It would be up to policy or something further down the pipeline to check for project roles. | 20:09 |
ayoung | sorry, that should be "authentication data" | 20:09 |
dhellmann | danwent: I've got some patches in the other projects to change the version to >=1.0.8 as a temporary fix for that issue | 20:09 |
*** anniec has joined #openstack-dev | 20:10 | |
gyee | ayoung, what should be in X-Roles header? | 20:10 |
dolphm | ayoung: the question about auth_token is more about what auth_token is supposed to do if it gets a token with authz on multiple projects -- the contract with the underlying service is that it will only pass one project id/name and the associated roles | 20:11 |
gyee | amen bro | 20:11 |
*** devcamcar has quit IRC | 20:11 | |
ayoung | dolphm, we'd have to expand the scope, then. | 20:11 |
ayoung | dolphm, I would state that it is OK if it barfs | 20:11 |
ayoung | as this is an extension to the mechanism. I wouldn't recommend multi-project tokens for general use | 20:12 |
dolphm | ayoung: agree, i'm fine with a http 501 "your auth is valid, I guess, but I don't know what to do with it" | 20:12 |
ayoung | dolphm, 418 is more appropriate | 20:12 |
dolphm | ayoung: teapot? | 20:12 |
ayoung | :0 | 20:12 |
ayoung | Response can be both short and stout | 20:13 |
dhellmann | danwent: I added you as a reviewer on the 2 remaining pending WebOb>=1.0.8 changes | 20:13 |
dolphm | ayoung: 4xx is user error though | 20:13 |
danwent | dhellmann: i'm only core in quantum, so i probably can't help much. could I change quantum to be >= as well? | 20:13 |
dolphm | ayoung: legitimately implementing 418 is on my bucket list | 20:14 |
joesavak | lol | 20:14 |
*** salgado has quit IRC | 20:14 | |
danwent | dhellmann: any idea of ETA for that? if its very soon, i won't bother to change quantum, but i don't like having our devstack testing broken | 20:14 |
dhellmann | danwent: that would fix the problem in the short term, but I feel like we're getting pretty close to having this merged | 20:14 |
danwent | dhellmann: ok, i don't see any harm in making the quantum version >=, so I will push that. | 20:15 |
dhellmann | danwent: nova is the only project holding out on the update so far | 20:15 |
dhellmann | danwent: ok | 20:15 |
ayoung | dolphm, I think we need to extend Eventlet to support the BREW verb, first. | 20:16 |
ayoung | dolphm, seriously, though, I would say that using the wrong kind of token like that would be a user error | 20:18 |
dolphm | ayoung: the auth service may return a multi-project token to the user, regardless of what the user explicitly asked for (e.g. user's default project*s*) | 20:20 |
ayoung | dolphm, yeah, I would nix that | 20:20 |
*** salgado has joined #openstack-dev | 20:21 | |
ayoung | dolphm, did you see the discussion RE the V3 API? | 20:22 |
ayoung | And testing it? | 20:22 |
dolphm | ayoung: yes (was eating) but if there was a conclusion, I missed it? | 20:22 |
ayoung | is that what RestfulTestCase does? | 20:22 |
*** mawagon1 is now known as olaph | 20:22 | |
dolphm | ayoung: RestfulTestCase tests the HTTP contract over WSGI | 20:24 |
ayoung | dolphm, NO, I think I'm good. I should have realized you would be ahead of me on this. | 20:24 |
dolphm | ayoung: ? | 20:24 |
ayoung | dolphm, So we lock down the V2 API at, say Folsom RE the discussion on the mailing list, and all future work should go through the RESTtful tests | 20:25 |
*** openstackjenkins has quit IRC | 20:25 | |
*** ChanServ sets mode: +o jeblair | 20:26 | |
*** jeblair changes topic to "Jenkins is down for an emergency security-related upgrade. ETA 23:59 UTC." | 20:26 | |
ayoung | dolphm, looking at the V3 tests, I realize that I am going to need all of the Setup methods from the other tests in order to test trusts and tokens. Should we do something with the current data used in the the default_fixtures? | 20:27 |
jeblair | Hi everyone; there is a really bad 0-day security issue for jenkins, so we've taken it offline for an upgrade. | 20:27 |
ayoung | jeblair, link? | 20:28 |
jeblair | Sadly, the upgrade process is going to involve some significant re-keying, so it may take us a couple hours to work through everything. | 20:28 |
russellb | jeblair: thanks for being on top of things :-) | 20:28 |
jeblair | https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-01-04 | 20:28 |
jeblair | russellb: thanks to fungi for being the most on top of things, actually. :) | 20:29 |
dolphm | ayoung: i specifically avoided using fixtures in the v3 tests -- but i made it easy to get refs that you depend on, e.g. self.new_user_ref() (or something along those lines) | 20:29 |
* fungi spends all day reading e-mail | 20:29 | |
ayoung | dolphm, why did you want to avoid the fixtures? | 20:29 |
dolphm | ayoung: unnecessary overhead on tests that don't need the entire suite of fixtures, which is every test | 20:31 |
*** terryw has joined #openstack-dev | 20:32 | |
*** Tross has joined #openstack-dev | 20:34 | |
*** cp16net is now known as cp16net|away | 20:34 | |
*** otherwiseguy has quit IRC | 20:35 | |
*** Tross has quit IRC | 20:36 | |
*** devcamcar has joined #openstack-dev | 20:37 | |
*** salgado has quit IRC | 20:38 | |
*** nati_ueno has joined #openstack-dev | 20:42 | |
*** nati_ueno has quit IRC | 20:42 | |
joesavak | henrynash - for your group/user review - a group is in a domain and users are assigned to groups. Would a group only hold users that are within the same domain? | 20:43 |
*** nati_ueno has joined #openstack-dev | 20:43 | |
*** drewlander has quit IRC | 20:44 | |
joesavak | with ayoung's domain trust, would it be conceivable that a user of one domain can be in a group in a different domain? | 20:44 |
joesavak | ex: domain trust exists between Acme & Bingo. An Acme user is placed into a Bingo group and given a Bingo role to access Bingo resources. | 20:44 |
ayoung | joesavak, you are mixing Oranges and Tobacco. | 20:44 |
ayoung | Trusts are for saying "you can create a token as me" | 20:44 |
joesavak | ayoung i do that sometimes. Gives a good smokey citrusy smell | 20:45 |
ayoung | Domains and groups | 20:45 |
ayoung | joesavak, yes, but you are trying to cook breakfast for a 3 year old | 20:45 |
*** Nachi has quit IRC | 20:45 | |
*** cp16net|away is now known as cp16net | 20:46 | |
*** devcamcar has quit IRC | 20:46 | |
joesavak | so a group doesn't represent any authorization. The only authorization you can trust is the token scope which could use domain trusts to bridge domains if needed | 20:46 |
joesavak | administratively, a group in a domain is assignable to only users of the same domain | 20:47 |
*** sthakkar has joined #openstack-dev | 20:47 | |
*** salv-orlando has joined #openstack-dev | 20:48 | |
ayoung | joesavak, you should talk it over with henrynash, but that sounds correct. You are getting into the Federated use cases... | 20:48 |
joesavak | ayoung, thanks | 20:49 |
*** gmi has quit IRC | 20:49 | |
*** maurosr has quit IRC | 20:50 | |
dolphm | joesavak: i don't *think* that's the case -- i don't remember seeing anything in hte spec or implementation about it, but i haven't taken a look at either in awhile | 20:51 |
*** rnirmal has joined #openstack-dev | 20:52 | |
dolphm | joesavak: i.e. *someone* should be able to add a user owned by Domain A to a group owned by Domain B | 20:52 |
*** mlavalle has joined #openstack-dev | 20:52 | |
dolphm | joesavak: i believe the goal of group ownership is to create a namespace, not so much to control access to the group | 20:52 |
*** eglynn has joined #openstack-dev | 20:53 | |
joesavak | right - and that's fine. Just wondering, when listing the users for a group, if it makes sense to show the user's domain ID as well | 20:53 |
joesavak | I don't want someone to assume the users in a group all belong to the same domain (better to be explicit) | 20:53 |
dolphm | joesavak: the user's domain ID should be included whenever the full user object is returned, which it would be in the case | 20:54 |
*** mpdehaan has quit IRC | 20:55 | |
*** gongysh has joined #openstack-dev | 20:55 | |
dolphm | joesavak: the examples for each call need to be radically cleaned up, they're way behind what's defined in the API Conventions and API Resources sections (although the list of calls themselves is accurate, AFAIK) | 20:57 |
*** jsavak has joined #openstack-dev | 20:58 | |
*** PaulM has joined #openstack-dev | 21:00 | |
*** terryw has quit IRC | 21:00 | |
jsavak | dolphm - that makes sense. thanks | 21:00 |
*** PaulM has left #openstack-dev | 21:01 | |
*** gatuus has joined #openstack-dev | 21:01 | |
*** mpdehaan has joined #openstack-dev | 21:01 | |
*** joesavak has quit IRC | 21:02 | |
*** amotoki has joined #openstack-dev | 21:02 | |
dolphm | ayoung: let me know if you disagree about anything in my response to henrynash's email -- i think i layed out the properties of the "default" domain that we agreed on around the summit, and i'd like to write the migration for them asap | 21:03 |
*** sacharya1 has quit IRC | 21:04 | |
*** jcooley is now known as jcooley|away | 21:04 | |
ayoung | dolphm, which email? I am on email overload | 21:05 |
dolphm | ayoung: fair question - "Potentially missing items in keystone" | 21:06 |
ayoung | dolphm, having trouble finding that one. | 21:07 |
dolphm | ayoung: it's from within the past hour or so | 21:07 |
dolphm | ayoung: off list | 21:08 |
*** yidclare has quit IRC | 21:08 | |
ayoung | dolphm, was I forwarded? | 21:08 |
gatuus | does somebody know why if I create a Linux QCOW2 image of 5GB.. it doesn't grows when its alive as an instance in ESSEX? | 21:10 |
gatuus | doesn't grows to the Flavor specified size | 21:10 |
dolphm | ayoung: here you go, email via paste via irc: http://paste.openstack.org/raw/28972/ | 21:10 |
*** eglynn has quit IRC | 21:10 | |
ayoung | dolphm, definitly didn't see that. Can we make that topic one for tomorrow's meeting? | 21:12 |
*** devcamcar has joined #openstack-dev | 21:12 | |
dolphm | ayoung: which part? | 21:12 |
*** yidclare has joined #openstack-dev | 21:13 | |
ayoung | dolphm, default domains, and making sure we are all in agreement. I think your response makes sense, but want to process it . My head is elsewhere right now | 21:13 |
*** jsavak has quit IRC | 21:14 | |
*** jsavak has joined #openstack-dev | 21:14 | |
dolphm | ayoung: sure, i'll start working on a migration to illustrate, if nothing else | 21:17 |
*** devcamcar has quit IRC | 21:22 | |
*** dprince has quit IRC | 21:23 | |
*** jaustinpage|want has quit IRC | 21:23 | |
jeblair | Reminder: jenkins is offline for an emergency security-related upgrade, ETA in a few hours. | 21:24 |
*** jimfehlig has quit IRC | 21:27 | |
ayoung | dolphm, with the V3 test, I need two users, one project. Thus far, I've been using a script based on devstack. HOw do I ensure I have two users with different roles, and get tokens for them, etc? | 21:27 |
*** annegentle has quit IRC | 21:28 | |
*** Guest36375 is now known as annegentle | 21:28 | |
*** annegentle is now known as Guest76678 | 21:28 | |
ayoung | I see get_scoped_token( but that calls V3, and so I am assuming that is not yet used | 21:28 |
*** yidclare has quit IRC | 21:29 | |
*** Tross has joined #openstack-dev | 21:31 | |
*** jcooley|away is now known as jcooley | 21:32 | |
*** yidclare has joined #openstack-dev | 21:33 | |
*** vipul|away is now known as vipul | 21:33 | |
dolphm | ayoung: that function is currently short circuited to return the static admin_token | 21:34 |
*** alop_ has joined #openstack-dev | 21:34 | |
*** alop has quit IRC | 21:34 | |
*** alop_ is now known as alop | 21:34 | |
ayoung | dolphm, yeah, I see that. OK, I'll have to put in some V2 calls for now it order to bypass. I can crete users using 'ADMIN' | 21:36 |
*** blamar has joined #openstack-dev | 21:36 | |
dolphm | ayoung: can or can't? | 21:36 |
ayoung | I'm good | 21:36 |
gongysh | rkukura: ping | 21:39 |
*** blamar has quit IRC | 21:40 | |
*** openstackjenkins has joined #openstack-dev | 21:43 | |
*** koolhead17 has quit IRC | 21:44 | |
*** afazekas has joined #openstack-dev | 21:47 | |
*** dolphm has quit IRC | 21:48 | |
*** jimfehlig has joined #openstack-dev | 21:49 | |
*** devcamcar has joined #openstack-dev | 21:49 | |
*** Tross has quit IRC | 21:49 | |
*** devcamcar has quit IRC | 21:56 | |
*** anteaya has quit IRC | 21:57 | |
*** openstackjenkins has quit IRC | 21:57 | |
*** openstackjenkins has joined #openstack-dev | 21:58 | |
*** flaper87 has quit IRC | 21:58 | |
alexpilotti | salv-orlando: ping | 21:59 |
salv-orlando | pong | 21:59 |
alexpilotti | salv-orlando: should we go on in English? :-) | 21:59 |
salv-orlando | if you want to do italian, pvt me as this channel is logged, and believe it or not there are people who actually browse this log :) | 21:59 |
*** imsplitbit has quit IRC | 22:00 | |
alexpilotti | salv-orlando: ok, let's keep the lingua franca, then :-) | 22:00 |
salv-orlando | alexpilotti: you mean latin, then? :) | 22:00 |
alexpilotti | actually you were the first person I got in touch last summer about writing a quantum plugin, lol | 22:00 |
salv-orlando | yep, I remember that | 22:01 |
alexpilotti | that was when our involmenent with OpenStack started | 22:01 |
alexpilotti | in the mentime we did HyperV and Windows support for Nova, Cinder, Cloud-Init... | 22:01 |
alexpilotti | quite a bit of sleepless nights :-D | 22:01 |
*** anniec has quit IRC | 22:02 | |
kbringard | anyone know the syntax for listing all tenants in the python-novaclient bindings (not the client) | 22:02 |
alexpilotti | so now we got finally to Quantum | 22:02 |
kbringard | or I should say, all instances in all tenants | 22:02 |
alexpilotti | salv-orlando: tx a lot btw for your help, really appreciated | 22:02 |
*** arosen1 has quit IRC | 22:02 | |
salv-orlando | np | 22:02 |
*** arosen has joined #openstack-dev | 22:03 | |
alexpilotti | salv-orlando: here's the patchset https://review.openstack.org/#/c/18989/ and https://review.openstack.org/#/c/19059/ | 22:03 |
*** bencherian has quit IRC | 22:03 | |
*** amotoki has quit IRC | 22:04 | |
alexpilotti | salv-orlando: as I wrote in the meeting garyk helped a lot yesterday and today, as you can see in his reviews | 22:04 |
salv-orlando | I am following the patches even if I've not reviewed them | 22:04 |
salv-orlando | I think the one with the OSLO updates is now superseded - is that right? | 22:04 |
alexpilotti | salv-orlando: yep, the one I sent was abandoned as garyk sent a new one that required additional work | 22:05 |
alexpilotti | salv-orlando: I mean, beyond the traditional update.py | 22:05 |
*** boris-42 has joined #openstack-dev | 22:05 | |
alexpilotti | salv-orlando: if I'm not wrong it even got merged? | 22:06 |
salv-orlando | I think so let me check | 22:06 |
*** bencherian has joined #openstack-dev | 22:06 | |
alexpilotti | salv-orlando: https://review.openstack.org/#/c/19093/ | 22:06 |
alexpilotti | salv-orlando: no, it's missing a review | 22:07 |
salv-orlando | yep | 22:07 |
alexpilotti | salv-orlando: that one is necessary to install quantum on Windows | 22:07 |
*** openstackjenkins has quit IRC | 22:08 | |
salv-orlando | are you sure quantum-hyperv-agent is on the right patchset? | 22:08 |
alexpilotti | salv-orlando: but we can still run the agent out of the repo | 22:08 |
alexpilotti | salv-orlando: https://review.openstack.org/#/c/19059/ | 22:08 |
alexpilotti | salv-orlando: this one contains the deployment stuff | 22:08 |
salv-orlando | k | 22:08 |
alexpilotti | salv-orlando: this one the code and tests: https://review.openstack.org/#/c/18989/ | 22:09 |
salv-orlando | I see | 22:10 |
alexpilotti | salv-orlando: basically the plugin is very similar to the OVS one | 22:10 |
alexpilotti | salv-orlando: actually I was wondering why not creating a base class plugin fro VLAN | 22:10 |
*** openstackjenkins has joined #openstack-dev | 22:10 | |
alexpilotti | salv-orlando: as OVS, LinuxBridge (ad us) are very similar | 22:11 |
*** openstackjenkins has quit IRC | 22:11 | |
salv-orlando | there have been thoughts in this direction from other people too. | 22:11 |
salv-orlando | I think rkukura from Red Hat has something similar in mind | 22:11 |
salv-orlando | can you use the standard quantum dhcp agent with the hyper plugin? | 22:11 |
alexpilotti | salv-orlando: also all the "if"s create some issues in the design | 22:12 |
alexpilotti | salv-orlando: sure | 22:12 |
*** openstackjenkins has joined #openstack-dev | 22:12 | |
alexpilotti | salv-orlando: actutally L3 is delegated to the existing plugins for the VLAN network_type | 22:12 |
*** cp16net is now known as cp16net|away | 22:13 | |
*** cp16net|away is now known as cp16net | 22:13 | |
salv-orlando | Do you mean that we run the standard l3 agent we use with linux bridge and openvswitch? | 22:13 |
alexpilotti | salv-orlando: to the existing agents, to be exact | 22:13 |
salv-orlando | ok - great. I am just wondering that the existing agents use an interface driver to create ports and stuff (for instance the dhcp agent creates a tap where it plugs dnsmasq). | 22:13 |
alexpilotti | salv-orlando: correct | 22:14 |
salv-orlando | How does that work with the hyperv plugin? do we assume they're still running on OVS while the compute nodes run HyperV so you won't need a HyperV driver in Quantum? | 22:14 |
alexpilotti | salv-orlando: I did some tests and the VLAN communication worked | 22:14 |
alexpilotti | salv-orlando: the hyperV plugin inherits from the L3 mixin and from the db based plugin | 22:15 |
*** christophk has quit IRC | 22:15 | |
alexpilotti | salv-orlando: forgot the name of the classes, sorry :-) | 22:15 |
salv-orlando | that's fine - I kind of know them :) | 22:15 |
alexpilotti | salv-orlando: so basically beside the methods that we override, the rest is identical to the OVS one | 22:16 |
*** boden has quit IRC | 22:16 | |
salv-orlando | my question was more about the deployment. I understand the plugin, and I have an idea of how the l2 agent might work. | 22:16 |
alexpilotti | salv-orlando: I changed a bit the dsign, adding a small class hyerarchy to avoid all the "if" that make reading the plugin a hell | 22:16 |
salv-orlando | ok | 22:16 |
alexpilotti | salv-orlando: deployment involves the hyperv agent on each HyperV node | 22:17 |
salv-orlando | For the DHCP and L3 agents - my question basically is: are they able to run on top of the HyperV L2 agent? (for instance with the OVS plugin the L3 agent needs the L2 agent on the same machine) | 22:17 |
alexpilotti | salv-orlando: the HyperV L2 agent runs on Hyperv | 22:18 |
alexpilotti | salv-orlando: while the rest runs on a linux controller / network server | 22:18 |
alexpilotti | salv-orlando: your question is related to the fact that the DHCP linux agent requires OVS? | 22:18 |
alexpilotti | salv-orlando: for the ports? | 22:19 |
gongysh | alexpilotti: then DHCP agent needs to create physical port on linux bridge or ovs bridge that connects to hypervisor networks. | 22:20 |
salv-orlando | not really I think you answered it saying the they run on a linux controller | 22:20 |
salv-orlando | so basically the 'services' like DHCP and L3 run on linux stuff while the hyperv agent runs on a hyperv host. | 22:20 |
gongysh | alexpilotti: the same to l3 agents. | 22:20 |
alexpilotti | salv-orlando: correct | 22:21 |
salv-orlando | that means the l2 agent is the only component you need to deploy on windows? | 22:21 |
alexpilotti | salv-orlando: correct | 22:21 |
salv-orlando | ok, great. Now I understand. | 22:21 |
alexpilotti | salv-orlando: we wanted to keep the Windows involvement as minimal as possible | 22:21 |
alexpilotti | salv-orlando: to make integration as easy as possible | 22:21 |
salv-orlando | alexpilotti: sounds reasonable. | 22:21 |
alexpilotti | salv-orlando: the NVGRE network_type is quite a different story | 22:21 |
alexpilotti | salv-orlando: but frankly, I'd skip it in favor of starting to work on the porting of OVS to Windows / HyperV | 22:22 |
*** eglynn has joined #openstack-dev | 22:23 | |
alexpilotti | salv-orlando: but sometimes, to say so, "volsi così colà dove dove si puote…" ;-) | 22:23 |
salv-orlando | well, I really have no strong opinion on it. I'd too favour OVS porting, but sounds a quite a long term work | 22:23 |
alexpilotti | salv-orlando: not even so long | 22:24 |
alexpilotti | salv-orlando: I spoke w Samik in SD about it | 22:24 |
*** devcamcar has joined #openstack-dev | 22:24 | |
alexpilotti | salv-orlando: and did some quick pre-analysis | 22:24 |
alexpilotti | salv-orlando: the big part is writing the Kernel driver from scratch | 22:24 |
alexpilotti | salv-orlando: the rest of the port is fairly "easy" | 22:25 |
salv-orlando | yep. But you'd still need to go through the OVS review process and that's not easy (ask mastery for info :) ) | 22:25 |
*** roaet is now known as roaet-away | 22:25 | |
salv-orlando | sorry I meant Kyle Mestery who did the VxLAN patch, not 'mastery' | 22:25 |
alexpilotti | salv-orlando: sure, but even an external repo to start with would cause a lot of interest to say so | 22:25 |
alexpilotti | salv-orlando: you cannot believe how many big companies keep on asking about it | 22:26 |
alexpilotti | salv-orlando: I mean about OVS on HyperV | 22:26 |
*** jsavak has quit IRC | 22:26 | |
alexpilotti | salv-orlando: I'm doing my best to convince MS about its current strategical importance | 22:27 |
alexpilotti | salv-orlando: My goal is to have it done for "H" | 22:27 |
alexpilotti | salv-orlando: that's one of the reasons I'm doing my best to get the basic plugin committed | 22:28 |
alexpilotti | salv-orlando: beside the fact that of course having all the work we did for Nova w/o a quantum plugin is quite useless.. | 22:28 |
salv-orlando | H is a reasonable target - I thought you were hoping for Grizzly | 22:28 |
alexpilotti | salv-orlando: I'm a bit crazy - but not soooo much :-D | 22:29 |
salv-orlando | Depending on how important is NVGRE support for you, you might think about pushing it now, or defer it to post-grizzly | 22:29 |
jeblair | Reminder: jenkins is offline for an emergency security-related upgrade, ETA in a few hours. | 22:29 |
alexpilotti | salv-orlando: I'd skip NVGRE altogether… maybe I found a way, I'll tell you! | 22:30 |
*** jog0_ has joined #openstack-dev | 22:30 | |
*** bswartz has quit IRC | 22:30 | |
alexpilotti | salv-orlando: the way NVGRE is implemented in HyperV is very cool, the problem is that 90% of the customers want hybrid scenarios | 22:30 |
alexpilotti | salv-orlando: tipically they want Linux workloads on KVN or Xen and Windows on HyperV | 22:31 |
alexpilotti | salv-orlando: so networking needs definitely to be on a common ground | 22:31 |
*** Guest76678 is now known as annegentle | 22:31 | |
*** alunduil has quit IRC | 22:32 | |
*** annegentle is now known as Guest58227 | 22:32 | |
alexpilotti | salv-orlando: going back to the review, is there anything I can do to help you in the review process? | 22:32 |
salv-orlando | That's true. Interoperability is paramount for networking … "the network touches everything" | 22:32 |
*** jog0 has quit IRC | 22:32 | |
*** jog0_ is now known as jog0 | 22:32 | |
*** devcamcar has quit IRC | 22:32 | |
salv-orlando | I think I will be only able to do a static code review. I have a cloud environment I could leverage, but I don't think I'll have time to setup a hyperv environment | 22:33 |
*** sacharya has joined #openstack-dev | 22:33 | |
salv-orlando | I think the best way you can help me is to stay around on IRC should I have any questions... | 22:33 |
*** zg has joined #openstack-dev | 22:34 | |
*** alobbs has quit IRC | 22:35 | |
*** yidclare has quit IRC | 22:35 | |
alexpilotti | salv-orlando: sure. Do you have by any chance a link to the wiki where I can post configurations etc? | 22:35 |
*** olaph is now known as HPCloud | 22:35 | |
*** HPCloud is now known as qpwrui | 22:35 | |
*** jcooley is now known as jcooley|away | 22:35 | |
*** qpwrui is now known as HPCloud | 22:35 | |
alexpilotti | salv-orlando: BTW are you going to go to Portland? | 22:35 |
*** HPCloud is now known as olaph | 22:36 | |
salv-orlando | you mean beyond wiki.openstack.org | 22:36 |
salv-orlando | ? | 22:36 |
*** openstackjenkins has quit IRC | 22:36 | |
salv-orlando | usually we just create a page there and link it to our blueprints. Or are you referring to official admin docs? | 22:36 |
*** anniec has joined #openstack-dev | 22:39 | |
*** openstackjenkins has joined #openstack-dev | 22:39 | |
alexpilotti | salv-orlando: somebody in the meeting asked to put a link to the plugin wiki | 22:41 |
alexpilotti | salv-orlando: I was just wondering :-) | 22:42 |
*** radez is now known as radez_g0n3 | 22:42 | |
*** jcooley|away is now known as jcooley | 22:43 | |
salv-orlando | ah - did you add a spec to the corresponding launchpad blueprint? | 22:43 |
*** jcooley is now known as jcooley|away | 22:45 | |
*** jcooley|away is now known as jcooley | 22:46 | |
*** sthakkar has quit IRC | 22:48 | |
*** olaph has quit IRC | 22:49 | |
*** olaph has joined #openstack-dev | 22:49 | |
*** yidclare has joined #openstack-dev | 22:50 | |
*** john5223 has quit IRC | 22:50 | |
alexpilotti | salv-orlando: going to check | 22:52 |
alexpilotti | salv-orlando: an attachment to a PDF file is enough? | 22:52 |
*** kpg2012 has quit IRC | 22:53 | |
*** kbringard has quit IRC | 22:54 | |
*** eglynn has quit IRC | 22:54 | |
*** mtreinish has quit IRC | 22:55 | |
*** gyee has quit IRC | 22:55 | |
*** boris-42 has quit IRC | 22:56 | |
*** djohnstone has quit IRC | 22:56 | |
*** devcamcar has joined #openstack-dev | 22:58 | |
*** sdake has quit IRC | 23:00 | |
*** dolphm has joined #openstack-dev | 23:00 | |
*** yidclare has quit IRC | 23:01 | |
*** sdake has joined #openstack-dev | 23:01 | |
*** woodspa has quit IRC | 23:02 | |
*** yidclare has joined #openstack-dev | 23:02 | |
*** ijw1 has joined #openstack-dev | 23:02 | |
*** mfer_ has joined #openstack-dev | 23:03 | |
*** ijw has quit IRC | 23:03 | |
jgriffith | thingee: ping | 23:04 |
thingee | jgriffith: pong | 23:04 |
jgriffith | thingee: you ok with https://review.openstack.org/#/c/17979/ | 23:04 |
jgriffith | thingee: or have you not looked at it yet? | 23:04 |
*** mmagr has quit IRC | 23:05 | |
*** dolphm has quit IRC | 23:05 | |
*** tmishler has quit IRC | 23:05 | |
thingee | jgriffith: sorry I forgot to get back to it after russellb gave the ok. I can check now. | 23:05 |
jgriffith | thingee: no worries, I've been dumping a bit lately :) | 23:06 |
*** kgriffs has left #openstack-dev | 23:07 | |
*** devcamcar has quit IRC | 23:08 | |
*** reed has quit IRC | 23:08 | |
*** dolphm has joined #openstack-dev | 23:09 | |
*** blamar has joined #openstack-dev | 23:09 | |
*** vipul is now known as vipul|away | 23:11 | |
*** roaet-away is now known as roaet | 23:11 | |
*** openstackjenkins has quit IRC | 23:16 | |
*** mfer_ is now known as mfer | 23:16 | |
*** openstackjenkins has joined #openstack-dev | 23:17 | |
*** jcru is now known as jcru|away | 23:18 | |
*** eharney has quit IRC | 23:19 | |
*** jergerber has quit IRC | 23:19 | |
*** mpdehaan has quit IRC | 23:19 | |
mestery | salv-orlando: Missed the conversation on OVS review, but getting it ported to Hyper-V would be quite awesome! | 23:20 |
*** terryw has joined #openstack-dev | 23:20 | |
*** jcooley is now known as jcooley|away | 23:22 | |
*** gilbert1 has joined #openstack-dev | 23:22 | |
gilbert1 | hi all- have a question with writing a custom middleware in keystone. I'm not performing the auth, i'm just munging some returned data. However, I can't seem to get keystone to return a valid auth. take out my middleware, and it's fine. put it in, and even though nothing is complaining (running full debug, output to screen & syslog) i can't get an auth back. I'm wondering, when I edit and return the response json, do I need to do somethi | 23:24 |
*** jaypipes has quit IRC | 23:24 | |
dolphm | gilbert1: obviously there's something funky about your middleware, and it's hard to diagnose without seeing it; i'd suggest comparing your response handling to one of the built in middlewares that works with responses (the xml middleware for example) | 23:26 |
gilbert1 | xml middleware is what i based mine on | 23:26 |
*** bknudson has quit IRC | 23:26 | |
gilbert1 | hmmm | 23:27 |
gilbert1 | let me go re-re-review that code :) maybe i missed something | 23:27 |
harlowja | dolphm: yt? | 23:27 |
dolphm | harlowja: o/ | 23:27 |
harlowja | got a sec? | 23:28 |
dolphm | gilbert1: make sure you're returning the response object that you received | 23:28 |
dolphm | harlowja: sure | 23:28 |
gilbert1 | i am | 23:28 |
harlowja | ok, so a keystone client question, if u know | 23:28 |
harlowja | http://paste.openstack.org/show/28977/ | 23:28 |
harlowja | seeing that when using the 0.2.0 and 0.2.1 clients, doesn't seem like it likes unicode :-/ | 23:28 |
harlowja | in horizon this is causing it to barf | 23:28 |
gilbert1 | yeah, i've pretty much copied the process_response() function | 23:28 |
gilbert1 | edited with my data munger | 23:29 |
harlowja | dolphm: wonder if u've seen that | 23:29 |
dolphm | harlowja: i have not, but that makes sense | 23:29 |
dolphm | harlowja: there's no reason the keys need to be unicode | 23:30 |
harlowja | ya, but wondering how thats working for anyone else, haha, maybe others aren't getting unicode :-/ | 23:30 |
*** openstackjenkins has quit IRC | 23:30 | |
*** markvoelker has quit IRC | 23:31 | |
*** henrynash has quit IRC | 23:31 | |
*** anniec has quit IRC | 23:31 | |
*** openstackjenkins has joined #openstack-dev | 23:31 | |
*** rnirmal has quit IRC | 23:31 | |
harlowja | let me try a newer requests library | 23:33 |
harlowja | maybe that will help | 23:33 |
*** Guest58227 is now known as annegentle | 23:33 | |
*** annegentle is now known as Guest11434 | 23:33 | |
*** anniec has joined #openstack-dev | 23:34 | |
gilbert1 | swift -V 2.0 -A http://localhost:5000/v2.0 -U testTenant:testUser -K password stat | 23:34 |
gilbert1 | Account HEAD failed: https://openstack-test:443/v1/testTenant 401 Unauthorized | 23:34 |
*** openstackjenkins has quit IRC | 23:34 | |
*** gatuus has quit IRC | 23:34 | |
*** openstackjenkins has joined #openstack-dev | 23:35 | |
*** devcamcar has joined #openstack-dev | 23:35 | |
dolphm | harlowja: http://paste.openstack.org/show/28979/ | 23:35 |
harlowja | damn 2.7 :-p | 23:36 |
harlowja | ya, durn, newer requests module didn't help | 23:36 |
*** afazekas has quit IRC | 23:37 | |
jeblair | Reminder: jenkins is offline for an emergency security-related upgrade, ETA: probably another hour at least. | 23:38 |
harlowja | hmmm, odd another 2.6 worked, weird, investigating | 23:38 |
*** jeblair changes topic to "Jenkins is down for an emergency security-related upgrade. ETA 01:00 UTC." | 23:38 | |
*** sacharya has quit IRC | 23:39 | |
gilbert1 | to be honest, i'm trying to get swift CLI to work. running this with curl works fine | 23:40 |
notmyname | gilbert1: get your token and storage url with curl and make sure the storage url is what you expect it to be | 23:41 |
gilbert1 | it is | 23:42 |
notmyname | gilbert1: and doing the HEAD with curl is just fine? | 23:42 |
harlowja | dolphm: ok, pretty odd, not sure what caused that, reinstalled python, haha | 23:42 |
*** jaypipes has joined #openstack-dev | 23:44 | |
*** devcamcar has quit IRC | 23:44 | |
*** jaypipes has quit IRC | 23:44 | |
*** pleia2 has joined #openstack-dev | 23:44 | |
*** douardda has quit IRC | 23:45 | |
*** mestery has quit IRC | 23:46 | |
*** dolphm has quit IRC | 23:46 | |
*** jamespage has quit IRC | 23:47 | |
*** jcru|away is now known as jcru | 23:47 | |
*** alunduil has joined #openstack-dev | 23:48 | |
*** datsun180b has quit IRC | 23:50 | |
gilbert1 | notmyname: sorry, how do you mean HEAD? | 23:50 |
*** matiu has left #openstack-dev | 23:51 | |
*** matiu has joined #openstack-dev | 23:51 | |
gilbert1 | i get the token id from curl, use it to call something like "tokens/<token_id>"? | 23:51 |
*** yidclare has quit IRC | 23:51 | |
matiu | so what's up with tests in trunk failing since testr entered ? is it just me ? or is it happening to everyone ? | 23:51 |
*** jcooley|away is now known as jcooley | 23:52 | |
*** yidclare has joined #openstack-dev | 23:53 | |
*** jcru has quit IRC | 23:55 | |
*** kaganos has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!