anteaya | bcwaldon, changed another test, on the tests I have changed to include the uuid (all 1's) in the command to run, 2 gets passed to image.get(). CommandError: You must use the image id with get(). You passed '2'. | 00:01 |
---|---|---|
anteaya | bcwaldon, on the tests I have not edited, 1 is passed it image.get() | 00:01 |
anteaya | bcwaldon, I am not understanding where the 2 is coming from for image_id, unless in the attempt to have the uuid turned into an int 2 is the result. | 00:02 |
*** koolhead|H is now known as koolhead17 | 00:02 | |
anteaya | bcwaldon, I know you are busy, not rushing you, just thinking out loud | 00:02 |
*** ijw has joined #openstack-dev | 00:03 | |
*** adepti37 has joined #openstack-dev | 00:03 | |
*** henrynash has quit IRC | 00:06 | |
*** anniec has quit IRC | 00:06 | |
*** lloydde has quit IRC | 00:07 | |
*** devcamcar has joined #openstack-dev | 00:08 | |
*** b3nt_pin has quit IRC | 00:09 | |
bcwaldon | anteaya: looking at your gist - | 00:12 |
bcwaldon | anteaya: you need to change imageRef in that test to the uuid also | 00:12 |
*** ijw has quit IRC | 00:12 | |
bcwaldon | anteaya: probably won't solve this issue | 00:12 |
*** ijw has joined #openstack-dev | 00:13 | |
anteaya | bcwaldon, but what the heck, I will do it | 00:13 |
bcwaldon | anteaya: no idea where that 2 is coming from either... | 00:13 |
anteaya | I changed the output from the exception to find the value of image | 00:13 |
anteaya | glad I did but I am no closer to an answer as to the source | 00:13 |
anteaya | to show the value of image | 00:13 |
*** aeperezt has quit IRC | 00:14 | |
*** ijw has quit IRC | 00:14 | |
*** gongysh has joined #openstack-dev | 00:14 | |
*** annegentle_itsme has joined #openstack-dev | 00:14 | |
bcwaldon | anteaya: can i see the code you wrote in novaclient/v1_1/images.py that rsises the CommandError? | 00:14 |
bcwaldon | s/rsises/raises | 00:14 |
*** bknudson has joined #openstack-dev | 00:15 | |
anteaya | bcwaldon: it is in file #4 in this gist: https://gist.github.com/9232ab59bf2c91d107f8 | 00:18 |
*** devcamcar has quit IRC | 00:19 | |
*** aeperezt has joined #openstack-dev | 00:21 | |
*** winston-d has joined #openstack-dev | 00:23 | |
bcwaldon | anteaya: I'm not 100% sure why you're seeing '2' in there, but I will add one thing | 00:25 |
anteaya | bcwaldon, look at the first file in this gist: https://gist.github.com/ff02308305ac9018eb3c | 00:25 |
anteaya | bcwaldon, it doesn't seem to like the hyphens | 00:25 |
anteaya | would be my conclusion | 00:25 |
anteaya | bcwaldon, sorry I interrupted you | 00:25 |
bcwaldon | the 'image' argument to the 'get' method will either be an image object or an image id | 00:25 |
bcwaldon | no worries | 00:25 |
bcwaldon | so the positioning of that uuid check is going to prevent us from using image objects | 00:26 |
anteaya | bcwaldon, I didn't know that image object was a possible argument, so thank you | 00:27 |
bcwaldon | anteaya: I would look somewhere later in the call stack than the call to self._get() in images.py | 00:27 |
bcwaldon | yes, that 'getid' function enables that | 00:27 |
*** mrodden1 has quit IRC | 00:27 | |
anteaya | bcwaldon, and I agree, it appears that objects will be refused | 00:27 |
bcwaldon | if the argument is an object, the getid function will look for an attribute called 'id' on it | 00:27 |
bcwaldon | otherwise, it assumes the argumen tis an id itself | 00:27 |
anteaya | bcwaldon, okay, again, good to know | 00:28 |
bcwaldon | anteaya: so i would start exploring deeper yet again | 00:28 |
*** cmagina has joined #openstack-dev | 00:28 | |
anteaya | bcwaldon, at this point, I am so tired, I can simply laugh | 00:29 |
bcwaldon | anteaya: good attitude to have | 00:29 |
anteaya | bcwaldon, thanks :D | 00:29 |
anteaya | bcwaldon, okay, so if I understand my status at present | 00:29 |
*** devoid has quit IRC | 00:29 | |
anteaya | the uuid format verification needs to occur someplace other than where I have it | 00:30 |
bcwaldon | true | 00:30 |
*** jbresnah__ has joined #openstack-dev | 00:30 | |
anteaya | bcwaldon, so I need to do more investigating about all the methods involved in getting an image with image.get() and find a better place | 00:30 |
anteaya | bcwaldon, is that an accurate summary of my status as you see it? | 00:31 |
bcwaldon | yes, unfortunately | 00:31 |
anteaya | okay, well it is what it is | 00:31 |
bcwaldon | anteaya: if your goal is to have a fix in review by tomorrow, I can point you at something more straightforwardd | 00:31 |
anteaya | bcwaldon, if you feel like putting a good word in for me with iccha, I would be grateful | 00:31 |
bcwaldon | might be nice to take a break | 00:31 |
anteaya | bcwaldon, oh please, let me at least push something | 00:32 |
anteaya | bcwaldon, thank you | 00:32 |
anteaya | bcwaldon, maybe a nice juicy typo | 00:32 |
bcwaldon | looking for one right now ;) | 00:32 |
*** annegentle_itsme has quit IRC | 00:33 | |
anteaya | bcwaldon, thank you so much, iccha is a great mentor, but I also need to show something for my efforts | 00:33 |
bcwaldon | anteaya: I definitely understand - I think you were fairly unlucky to get this bug | 00:33 |
anteaya | bcwaldon, well I am learning a lot and I am really grateful for your help | 00:33 |
bcwaldon | you're welcome! | 00:34 |
anteaya | "D | 00:34 |
bcwaldon | I'm glad you're learning | 00:34 |
anteaya | :D | 00:34 |
anteaya | oh so much, I have been learning this and that on my own for about 4 years | 00:34 |
anteaya | I knew there would be a lot to learn with this internship but I have to say I am amazed at how much I do know | 00:34 |
*** pixelbeat has quit IRC | 00:35 | |
bcwaldon | that's fantastic | 00:35 |
bcwaldon | are you working with Iccha at Rackspace in VA? | 00:35 |
anteaya | bcwaldon, thank you | 00:35 |
anteaya | bcwaldon, I am at my home in Ontario, Canada | 00:35 |
bcwaldon | I see | 00:36 |
anteaya | we work together over irc, email and the occasional google hangout | 00:36 |
bcwaldon | is this related to the GSOC? | 00:36 |
bcwaldon | I do realize its not summer, so maybe thats a silly question | 00:36 |
anteaya | it is based on that structure I think, it is called GNOME outreach program for women | 00:36 |
anteaya | not at all | 00:36 |
bcwaldon | ah, yes I remember now | 00:36 |
anteaya | there are participants who have done both | 00:37 |
*** lloydde has joined #openstack-dev | 00:37 | |
*** esp1 has quit IRC | 00:37 | |
anteaya | all the interns work from their own home, no one has to travel to participate | 00:38 |
bcwaldon | that's very convenient | 00:38 |
*** esp has joined #openstack-dev | 00:38 | |
anteaya | I think there is one who is close enough to go into the office, but that is just by chance | 00:38 |
anteaya | bcwaldon, I can't tell you how lucky I feel | 00:38 |
anteaya | I have an aging dog and I love living in a very small town, it would tough to move | 00:39 |
bcwaldon | anteaya: I'm sure it would :) | 00:39 |
anteaya | thanks :D | 00:39 |
anteaya | so I work and my dog naps and actually I feel more productive than if I were in an office in a new city | 00:39 |
anteaya | bcwaldon, so when I realize that the bug I picked to work on is actually a thread to a deeper issue, I can laugh and look out the window and hear the birds | 00:40 |
anteaya | :D | 00:40 |
*** edmund2 has joined #openstack-dev | 00:41 | |
*** edmund2 has quit IRC | 00:42 | |
*** edmund1 has quit IRC | 00:44 | |
*** devcamcar has joined #openstack-dev | 00:46 | |
*** anniec has joined #openstack-dev | 00:47 | |
*** crandquist has joined #openstack-dev | 00:51 | |
*** locke105 has joined #openstack-dev | 00:52 | |
*** mrodden has joined #openstack-dev | 00:52 | |
*** jbresnah__ has quit IRC | 00:54 | |
*** devcamcar has quit IRC | 00:55 | |
*** jbresnah__ has joined #openstack-dev | 00:56 | |
*** joesavak has joined #openstack-dev | 00:56 | |
*** kaganos has quit IRC | 00:57 | |
*** yidclare has quit IRC | 00:57 | |
*** juice has quit IRC | 00:57 | |
*** halfss has joined #openstack-dev | 01:02 | |
*** anniec has quit IRC | 01:06 | |
*** lloydde has quit IRC | 01:06 | |
*** anniec has joined #openstack-dev | 01:06 | |
*** anniec_ has joined #openstack-dev | 01:06 | |
*** Nachi has joined #openstack-dev | 01:07 | |
*** jbresnah__ has quit IRC | 01:08 | |
*** dolphm has joined #openstack-dev | 01:08 | |
*** nati_ueno has quit IRC | 01:10 | |
*** anniec has quit IRC | 01:10 | |
*** anniec_ is now known as anniec | 01:10 | |
*** jergerber has quit IRC | 01:11 | |
*** wenjianhn has joined #openstack-dev | 01:12 | |
*** hemna_ has joined #openstack-dev | 01:12 | |
*** dolphm has quit IRC | 01:13 | |
*** wenjianhn has left #openstack-dev | 01:13 | |
*** jergerber has joined #openstack-dev | 01:13 | |
*** wenjianhn has joined #openstack-dev | 01:13 | |
*** annegentle_itsme has joined #openstack-dev | 01:14 | |
*** wenjianhn has left #openstack-dev | 01:14 | |
openstackgerrit | A change was merged to openstack/nova: Change ComputerDriver.legacy_nwinfo to raise by default. https://review.openstack.org/19426 | 01:14 |
*** jergerber has quit IRC | 01:14 | |
openstackgerrit | A change was merged to openstack/nova: Move update_instance_info_cache to conductor. https://review.openstack.org/19419 | 01:15 |
*** crandquist is now known as kobier | 01:16 | |
*** hemna has quit IRC | 01:16 | |
*** vipul is now known as vipul|away | 01:17 | |
*** yidclare has joined #openstack-dev | 01:17 | |
*** agentle_ has joined #openstack-dev | 01:18 | |
*** vipul|away is now known as vipul | 01:19 | |
*** yaguang has joined #openstack-dev | 01:20 | |
*** annegentle_itsme has quit IRC | 01:21 | |
*** agentle_ is now known as annegentle_itsme | 01:21 | |
*** anteaya has quit IRC | 01:22 | |
*** jimfehlig has joined #openstack-dev | 01:23 | |
*** devcamcar has joined #openstack-dev | 01:26 | |
*** jsavak has joined #openstack-dev | 01:28 | |
*** xchu has joined #openstack-dev | 01:28 | |
*** andrewbogott is now known as andrewbogott_afk | 01:29 | |
*** winston-d has quit IRC | 01:30 | |
*** devcamcar has quit IRC | 01:32 | |
*** joesavak has quit IRC | 01:32 | |
*** annegentle_itsme has quit IRC | 01:32 | |
*** alexpilotti has quit IRC | 01:41 | |
*** yidclare has quit IRC | 01:41 | |
*** danwent has quit IRC | 01:43 | |
*** gongysh has quit IRC | 01:43 | |
*** bencherian has quit IRC | 01:47 | |
*** jsavak has quit IRC | 01:49 | |
*** melwitt has quit IRC | 01:53 | |
*** sacharya has joined #openstack-dev | 01:54 | |
*** wenjianhn has joined #openstack-dev | 01:54 | |
s1rp | vishy: around? | 01:54 |
*** winston-d has joined #openstack-dev | 01:55 | |
*** rkukura has joined #openstack-dev | 01:55 | |
vishy | s1rp: sup? | 01:57 |
*** wenjianhn has quit IRC | 01:57 | |
*** yaguang has quit IRC | 01:58 | |
*** yaguang has joined #openstack-dev | 01:58 | |
s1rp | vishy: pretty new to the volume code, so i'm trying to understand this discrepancy; looks like https://github.com/openstack/python-novaclient/commit/03f54c57e13f27324f0ac5aa556bf4ca94e3ed0e uses the 'volumes' route while the Nova-volumes extension uses 'os-volumes/' | 01:58 |
*** devcamcar has joined #openstack-dev | 01:59 | |
vishy | s1rp: the os-volumes extension is the old extension | 01:59 |
vishy | volumes is the route for the volumes endpoint | 01:59 |
vishy | os-volumes is on the compute endpoint | 02:00 |
vishy | novaclient doesn't talk to the os-volumes extension, we just left it in in case anyone else was using it | 02:00 |
s1rp | ah ha, got it | 02:00 |
s1rp | thx | 02:00 |
*** wenjianhn has joined #openstack-dev | 02:01 | |
*** Nachi has quit IRC | 02:02 | |
*** nati_ueno has joined #openstack-dev | 02:03 | |
*** nati_ueno has quit IRC | 02:04 | |
*** devcamcar has quit IRC | 02:09 | |
*** dolphm has joined #openstack-dev | 02:09 | |
*** dolphm has quit IRC | 02:13 | |
*** woodspa has quit IRC | 02:17 | |
*** adjohn has quit IRC | 02:22 | |
*** adjohn has joined #openstack-dev | 02:24 | |
*** dolphm has joined #openstack-dev | 02:27 | |
*** jcmartin has quit IRC | 02:28 | |
openstackgerrit | A change was merged to openstack/glance: Update common openstack code from oslo-incubator https://review.openstack.org/19258 | 02:29 |
*** dolphm has quit IRC | 02:32 | |
*** devcamcar has joined #openstack-dev | 02:36 | |
*** gongysh has joined #openstack-dev | 02:41 | |
*** devoid has joined #openstack-dev | 02:43 | |
*** radez_g0n3 has quit IRC | 02:44 | |
*** openpercept has joined #openstack-dev | 02:45 | |
*** jeffrey4l has joined #openstack-dev | 02:46 | |
*** devcamcar has quit IRC | 02:47 | |
*** annegentle_itsme has joined #openstack-dev | 02:48 | |
*** wenjianhn has quit IRC | 02:50 | |
*** gongysh has quit IRC | 02:51 | |
openstackgerrit | A change was merged to openstack/quantum: Fix for loadbalancer vips list https://review.openstack.org/19395 | 02:54 |
*** devoid has quit IRC | 03:01 | |
openstackgerrit | A change was merged to openstack/nova: Access instance as dict, not object in xenapi https://review.openstack.org/19437 | 03:02 |
openstackgerrit | A change was merged to openstack/nova: Move logic from os-api-host into compute https://review.openstack.org/18296 | 03:02 |
*** wenjianhn has joined #openstack-dev | 03:03 | |
*** hillyu has joined #openstack-dev | 03:05 | |
*** mnewby has quit IRC | 03:07 | |
*** adjohn has quit IRC | 03:07 | |
*** mlavalle has left #openstack-dev | 03:09 | |
*** anniec has quit IRC | 03:09 | |
*** devcamcar has joined #openstack-dev | 03:13 | |
*** danwent has joined #openstack-dev | 03:17 | |
*** stevebaker has quit IRC | 03:18 | |
*** jbresnah__ has joined #openstack-dev | 03:18 | |
*** jgriffith has quit IRC | 03:19 | |
*** jgriffith has joined #openstack-dev | 03:19 | |
*** esp has left #openstack-dev | 03:22 | |
*** devcamcar has quit IRC | 03:22 | |
*** annegentle_itsme has quit IRC | 03:28 | |
*** annegentle_itsme has joined #openstack-dev | 03:29 | |
*** colinmcnamara has joined #openstack-dev | 03:30 | |
*** stevebaker has joined #openstack-dev | 03:30 | |
*** aeperezt has quit IRC | 03:31 | |
*** aeperezt has joined #openstack-dev | 03:32 | |
*** annegentle_itsme has quit IRC | 03:36 | |
*** kpg2012 has joined #openstack-dev | 03:48 | |
*** devcamcar has joined #openstack-dev | 03:50 | |
*** kpg20121 has joined #openstack-dev | 03:52 | |
*** kpg2012 has quit IRC | 03:52 | |
*** wu_wenxiang has joined #openstack-dev | 03:54 | |
*** hillyu has quit IRC | 03:55 | |
*** hillyu has joined #openstack-dev | 03:56 | |
*** zeriouz_ has joined #openstack-dev | 03:57 | |
*** Tross has joined #openstack-dev | 03:57 | |
*** martine has joined #openstack-dev | 03:58 | |
*** devcamcar has quit IRC | 03:59 | |
*** stevebaker has quit IRC | 04:05 | |
*** jbresnah__ has quit IRC | 04:08 | |
*** colinmcnamara has quit IRC | 04:08 | |
*** stevebaker has joined #openstack-dev | 04:11 | |
*** bearovercloud has left #openstack-dev | 04:14 | |
*** koolhead17 has quit IRC | 04:20 | |
*** amotoki has joined #openstack-dev | 04:23 | |
*** yaguang has quit IRC | 04:23 | |
openstackgerrit | A change was merged to openstack/nova: Create a directory for servicegroup drivers. https://review.openstack.org/19417 | 04:26 |
*** devcamcar has joined #openstack-dev | 04:27 | |
*** colinmcnamara has joined #openstack-dev | 04:28 | |
*** wu_wenxiang has quit IRC | 04:29 | |
*** devcamcar has quit IRC | 04:37 | |
*** kpg2012 has joined #openstack-dev | 04:37 | |
*** openpercept has quit IRC | 04:38 | |
*** kpg20121 has quit IRC | 04:41 | |
*** kpg2012 has quit IRC | 04:47 | |
*** openpercept has joined #openstack-dev | 04:55 | |
*** devcamcar has joined #openstack-dev | 05:04 | |
*** colinmcnamara has quit IRC | 05:06 | |
*** colinmcnamara has joined #openstack-dev | 05:06 | |
*** gyee has joined #openstack-dev | 05:08 | |
*** gyee has quit IRC | 05:09 | |
*** devoid has joined #openstack-dev | 05:09 | |
*** markwash has quit IRC | 05:10 | |
*** devcamcar has quit IRC | 05:13 | |
*** ewindisch has quit IRC | 05:14 | |
*** colinmcnamara has quit IRC | 05:15 | |
*** colinmcnamara has joined #openstack-dev | 05:16 | |
*** ewindisch has joined #openstack-dev | 05:17 | |
*** thingee is now known as thingee_zz | 05:19 | |
*** jbresnah__ has joined #openstack-dev | 05:19 | |
*** lloydde has joined #openstack-dev | 05:26 | |
*** jeffrey4l has quit IRC | 05:29 | |
*** martine_ has joined #openstack-dev | 05:31 | |
*** yaguang has joined #openstack-dev | 05:31 | |
*** colinmcnamara has quit IRC | 05:31 | |
*** jimfehlig has quit IRC | 05:32 | |
*** martine has quit IRC | 05:32 | |
*** juice has joined #openstack-dev | 05:34 | |
*** juice has quit IRC | 05:35 | |
*** metral_ has joined #openstack-dev | 05:37 | |
*** rohitk has joined #openstack-dev | 05:38 | |
*** metral_ has quit IRC | 05:40 | |
*** jaypipes has quit IRC | 05:40 | |
*** darjeeling has quit IRC | 05:42 | |
*** martine_ has quit IRC | 05:44 | |
*** devoid has quit IRC | 05:44 | |
*** devcamcar has joined #openstack-dev | 05:45 | |
*** ewindisch has quit IRC | 05:49 | |
*** devcamcar has quit IRC | 05:50 | |
*** jbresnah__ has quit IRC | 05:53 | |
*** jbresnah__ has joined #openstack-dev | 05:54 | |
*** jaypipes has joined #openstack-dev | 05:59 | |
*** devoid has joined #openstack-dev | 06:05 | |
*** jbresnah__ has quit IRC | 06:05 | |
*** devcamcar has joined #openstack-dev | 06:18 | |
*** sacharya1 has joined #openstack-dev | 06:18 | |
*** vogel has joined #openstack-dev | 06:20 | |
*** zaitcev has quit IRC | 06:20 | |
*** sacharya has quit IRC | 06:21 | |
*** darjeeling has joined #openstack-dev | 06:23 | |
*** devoid has quit IRC | 06:26 | |
*** devcamcar has quit IRC | 06:27 | |
*** bencherian has joined #openstack-dev | 06:30 | |
openstackgerrit | A change was merged to openstack/nova: Add host name to log message for _local_delete https://review.openstack.org/19388 | 06:34 |
*** kpg2012 has joined #openstack-dev | 06:35 | |
*** galthaus has joined #openstack-dev | 06:37 | |
openstackgerrit | A change was merged to openstack/nova: Fix libvirt resume function call to get_domain_xml https://review.openstack.org/19451 | 06:43 |
*** bencherian has quit IRC | 06:45 | |
*** sacharya1 has quit IRC | 06:51 | |
*** devcamcar has joined #openstack-dev | 06:54 | |
*** adjohn has joined #openstack-dev | 07:03 | |
*** devcamcar has quit IRC | 07:05 | |
*** hillyu has quit IRC | 07:05 | |
*** mrunge has joined #openstack-dev | 07:06 | |
*** nunosantos has quit IRC | 07:09 | |
*** alobbs has joined #openstack-dev | 07:10 | |
*** markwash has joined #openstack-dev | 07:11 | |
*** kpg2012 has quit IRC | 07:14 | |
*** gargya has joined #openstack-dev | 07:14 | |
*** danwent has quit IRC | 07:20 | |
*** afazekas_ has joined #openstack-dev | 07:23 | |
*** hillyu has joined #openstack-dev | 07:25 | |
*** gargya has quit IRC | 07:29 | |
*** devcamcar has joined #openstack-dev | 07:31 | |
openstackgerrit | A change was merged to openstack/nova: Cleanup pyflakes in nova-manage https://review.openstack.org/19411 | 07:32 |
openstackgerrit | A change was merged to openstack/nova: Remove bogus 'unplug' calls from libvirt VIF test https://review.openstack.org/19115 | 07:32 |
*** yolanda2 has joined #openstack-dev | 07:36 | |
*** devcamcar has quit IRC | 07:41 | |
*** galthaus has quit IRC | 07:45 | |
*** lloydde has quit IRC | 07:52 | |
*** darjeeling has quit IRC | 07:53 | |
*** eglynn has joined #openstack-dev | 07:59 | |
*** reidrac has joined #openstack-dev | 08:00 | |
*** EmilienM has joined #openstack-dev | 08:04 | |
*** ijw has joined #openstack-dev | 08:05 | |
*** ijw1 has joined #openstack-dev | 08:06 | |
*** rohitk has quit IRC | 08:08 | |
*** devcamcar has joined #openstack-dev | 08:09 | |
*** corXi has joined #openstack-dev | 08:09 | |
*** ijw has quit IRC | 08:09 | |
*** jpich has joined #openstack-dev | 08:10 | |
*** vishy is now known as vishy_zz | 08:12 | |
*** gargya has joined #openstack-dev | 08:12 | |
*** hillyu has quit IRC | 08:13 | |
*** saschpe has quit IRC | 08:14 | |
*** saschpe has joined #openstack-dev | 08:14 | |
*** gargya has quit IRC | 08:17 | |
*** devcamcar has quit IRC | 08:18 | |
openstackgerrit | A change was merged to openstack/horizon: Check the display name for volumes on AJAX polls. https://review.openstack.org/19216 | 08:22 |
*** gael has joined #openstack-dev | 08:24 | |
*** openpercept has quit IRC | 08:28 | |
*** mindpixel has joined #openstack-dev | 08:28 | |
*** henrynash has joined #openstack-dev | 08:37 | |
*** openpercept has joined #openstack-dev | 08:39 | |
*** fc__ has quit IRC | 08:40 | |
*** kobier has quit IRC | 08:42 | |
*** fc__ has joined #openstack-dev | 08:45 | |
*** devcamcar has joined #openstack-dev | 08:45 | |
*** darjeeling has joined #openstack-dev | 08:48 | |
*** adjohn has quit IRC | 08:51 | |
*** henrynash has quit IRC | 08:52 | |
*** winston-d has quit IRC | 08:54 | |
*** devcamcar has quit IRC | 08:55 | |
*** gongysh has joined #openstack-dev | 08:58 | |
*** mindpixel has quit IRC | 09:02 | |
*** rohitk has joined #openstack-dev | 09:03 | |
*** lloydde has joined #openstack-dev | 09:03 | |
*** derekh has joined #openstack-dev | 09:04 | |
*** EmilienM has quit IRC | 09:04 | |
*** markwash has quit IRC | 09:04 | |
*** yjiang5_away is now known as yjiang5 | 09:04 | |
*** EmilienM has joined #openstack-dev | 09:04 | |
*** almaisan-away has joined #openstack-dev | 09:05 | |
*** almaisan-away is now known as al-maisan | 09:05 | |
*** EmilienM has quit IRC | 09:05 | |
*** EmilienM has joined #openstack-dev | 09:05 | |
*** lloydde has quit IRC | 09:08 | |
*** reed has joined #openstack-dev | 09:11 | |
*** megha has quit IRC | 09:12 | |
*** ijw1 has quit IRC | 09:15 | |
*** ijw has joined #openstack-dev | 09:15 | |
*** darraghb has joined #openstack-dev | 09:15 | |
*** m4xmr has joined #openstack-dev | 09:16 | |
*** m4xmr has left #openstack-dev | 09:20 | |
*** devcamcar has joined #openstack-dev | 09:22 | |
*** EmilienM_ has joined #openstack-dev | 09:24 | |
*** EmilienM_ has left #openstack-dev | 09:25 | |
*** EmilienM has quit IRC | 09:26 | |
*** EmilienM has joined #openstack-dev | 09:26 | |
*** EmilienM is now known as EmilienM_ | 09:26 | |
*** megha has joined #openstack-dev | 09:27 | |
*** odyssey4me has joined #openstack-dev | 09:28 | |
*** gongysh has quit IRC | 09:30 | |
*** stevebaker has quit IRC | 09:31 | |
*** EmilienM_ has left #openstack-dev | 09:32 | |
*** ndipanov has joined #openstack-dev | 09:32 | |
*** stevebaker has joined #openstack-dev | 09:32 | |
*** devcamcar has quit IRC | 09:33 | |
*** EmilienM has joined #openstack-dev | 09:38 | |
*** Ryan_Lane has quit IRC | 09:40 | |
*** Ryan_Lane has joined #openstack-dev | 09:41 | |
*** gongysh has joined #openstack-dev | 09:43 | |
*** hillyu has joined #openstack-dev | 09:46 | |
*** openpercept has quit IRC | 09:47 | |
openstackgerrit | A change was merged to openstack/quantum: Fixes i18n messages in nvp plugin https://review.openstack.org/19010 | 09:51 |
*** darjeeling has quit IRC | 09:51 | |
*** ciukym has joined #openstack-dev | 09:51 | |
*** Ryan_Lane has quit IRC | 09:52 | |
*** ciukym has quit IRC | 09:53 | |
*** salv-orlando has joined #openstack-dev | 09:55 | |
*** SunilThaha has joined #openstack-dev | 09:56 | |
ttx | nijaba: grizzly-2 progress for ceilometer ? | 09:56 |
nijaba | ttx: patches are being tested reviewed as we speak | 09:57 |
*** xchu has quit IRC | 10:00 | |
*** sthaha has quit IRC | 10:00 | |
*** devcamcar has joined #openstack-dev | 10:00 | |
*** darjeeling has joined #openstack-dev | 10:01 | |
*** gargya has joined #openstack-dev | 10:05 | |
*** devcamcar has quit IRC | 10:09 | |
*** openpercept has joined #openstack-dev | 10:15 | |
*** maurosr_ has quit IRC | 10:17 | |
*** ondergetekende has joined #openstack-dev | 10:18 | |
*** halfss has quit IRC | 10:20 | |
*** danpb has joined #openstack-dev | 10:21 | |
*** mindpixel has joined #openstack-dev | 10:21 | |
*** jgriffith has quit IRC | 10:23 | |
*** jgriffith has joined #openstack-dev | 10:24 | |
*** wenjianhn has quit IRC | 10:24 | |
*** darjeeling has quit IRC | 10:34 | |
*** al-maisan is now known as almaisan-away | 10:34 | |
*** wenjianhn has joined #openstack-dev | 10:37 | |
*** egallen has joined #openstack-dev | 10:40 | |
*** devcamcar has joined #openstack-dev | 10:41 | |
*** egallen has quit IRC | 10:45 | |
*** egallen has joined #openstack-dev | 10:45 | |
*** devcamcar has quit IRC | 10:46 | |
*** pixelbeat has joined #openstack-dev | 10:47 | |
*** GheRivero has quit IRC | 10:49 | |
*** GheRivero has joined #openstack-dev | 10:49 | |
*** GheRivero has quit IRC | 10:50 | |
*** GheRivero has joined #openstack-dev | 10:50 | |
*** maurosr has joined #openstack-dev | 10:51 | |
*** GheRivero has quit IRC | 10:52 | |
*** GheRivero has joined #openstack-dev | 10:53 | |
*** alexpilotti has joined #openstack-dev | 11:04 | |
*** gongysh has quit IRC | 11:04 | |
*** gongysh has joined #openstack-dev | 11:05 | |
*** darjeeling has joined #openstack-dev | 11:05 | |
*** mmagr has joined #openstack-dev | 11:07 | |
alexpilotti | salv-orlando: hi | 11:11 |
salv-orlando | hi | 11:11 |
*** egallen_ has joined #openstack-dev | 11:12 | |
*** salgado has joined #openstack-dev | 11:13 | |
*** salgado has joined #openstack-dev | 11:13 | |
*** devcamcar has joined #openstack-dev | 11:13 | |
openstackgerrit | A change was merged to openstack/ceilometer: Fix keystoneclient auth_token middleware changes https://review.openstack.org/19390 | 11:13 |
*** egallen has quit IRC | 11:14 | |
*** egallen_ is now known as egallen | 11:14 | |
*** yolanda2 has quit IRC | 11:14 | |
alexpilotti | salv-orlando: I forgot to remove the property! Going to do it with the next review | 11:15 |
salv-orlando | no need to do that | 11:15 |
alexpilotti | salv-orlando: Is there anything else that you'd like to change? | 11:15 |
salv-orlando | I replied to your comment that I'm fine with it. | 11:15 |
salv-orlando | It was just an optional advice | 11:15 |
salv-orlando | Technically I think the patch is fine. | 11:15 |
alexpilotti | salv-orlando: great to hear that tx! Dan was asking about the plugin "sponsorship" | 11:17 |
alexpilotti | salv-orlando: what do you think are the next steps to get the plugin merged? | 11:17 |
*** egallen_ has joined #openstack-dev | 11:17 | |
salv-orlando | As Dan said, we need to identify a core dev willing to maintain it. | 11:18 |
*** egallen has quit IRC | 11:18 | |
*** egallen_ is now known as egallen | 11:18 | |
salv-orlando | This means somebody that knows how to answer questions, triage bugs, and ensure the plugin is up-to-date with API changes | 11:18 |
*** ociuhandu has quit IRC | 11:19 | |
salv-orlando | Who's the maintainer for the nova hyperv virt driver? | 11:19 |
*** ociuhandu has joined #openstack-dev | 11:19 | |
alexpilotti | salv-orlando: same situation, "unofficially" me :-) | 11:20 |
*** jpich has quit IRC | 11:20 | |
alexpilotti | salv-orlando: last time we talked about it, they were thinking about givin +2 rights on on limited scopes to "domain experts". Aka driver mantainers | 11:21 |
alexpilotti | salv-orlando: what happens is that I do 99% of the patches there, and when somebody else sends one for review I put my comments on it or a +1 | 11:22 |
*** jpich has joined #openstack-dev | 11:22 | |
*** GheRivero has quit IRC | 11:22 | |
alexpilotti | salv-orlando: and then I start bugging the nova core guys, like I'm doing now with you :-D | 11:22 |
*** GheRivero has joined #openstack-dev | 11:23 | |
alexpilotti | salv-orlando: but there's no specific nova core guy assigned to the driver | 11:23 |
*** egallen has quit IRC | 11:24 | |
*** devcamcar has quit IRC | 11:24 | |
*** egallen has joined #openstack-dev | 11:24 | |
alexpilotti | salv-orlando: what do you think is the best solution to solve this empasse? :-) | 11:25 |
salv-orlando | alexpilotti: I think there's little we can do beyond finding a core member that takes charge for this (and I guess this member will have to heavily rely on you anyway). We'll see if somebody steps up in next few days. | 11:28 |
*** SunilThaha has quit IRC | 11:29 | |
alexpilotti | salv-orlando: ok tx. For the rest in the meantime, do you think the plugin is ready for a +2? | 11:29 |
*** zeriouz_ has quit IRC | 11:29 | |
salv-orlando | I will have another look in the afternoon for nits. Apart from that, it's good for me. | 11:29 |
*** GheRivero has quit IRC | 11:29 | |
*** GheRivero has joined #openstack-dev | 11:31 | |
alexpilotti | salv-orlando: tx for all your help! :-) | 11:34 |
salv-orlando | alexpilotti: you're wlecome | 11:35 |
*** arbrandes has joined #openstack-dev | 11:36 | |
*** egallen has quit IRC | 11:36 | |
*** markmc has joined #openstack-dev | 11:42 | |
*** vkmc has joined #openstack-dev | 11:43 | |
*** ociuhandu_ has joined #openstack-dev | 11:48 | |
*** devcamcar has joined #openstack-dev | 11:50 | |
*** ociuhandu has quit IRC | 11:51 | |
*** ociuhandu_ is now known as ociuhandu | 11:51 | |
*** gargya has quit IRC | 11:52 | |
*** odyssey4me has quit IRC | 12:00 | |
*** devcamcar has quit IRC | 12:01 | |
*** odyssey4me has joined #openstack-dev | 12:01 | |
*** gargya has joined #openstack-dev | 12:03 | |
*** hillyu has left #openstack-dev | 12:05 | |
*** boden has joined #openstack-dev | 12:08 | |
*** gongysh has quit IRC | 12:11 | |
*** gongysh has joined #openstack-dev | 12:13 | |
*** openpercept has quit IRC | 12:19 | |
*** zeriouz has joined #openstack-dev | 12:23 | |
*** AnilV__ has quit IRC | 12:26 | |
*** martine has joined #openstack-dev | 12:27 | |
*** devcamcar has joined #openstack-dev | 12:27 | |
*** mjfork_ has joined #openstack-dev | 12:28 | |
*** yolanda2 has joined #openstack-dev | 12:29 | |
*** mjfork has quit IRC | 12:29 | |
*** mjfork_ is now known as mjfork | 12:29 | |
*** timello_ has joined #openstack-dev | 12:35 | |
*** AnilV__ has joined #openstack-dev | 12:38 | |
*** devcamcar has quit IRC | 12:38 | |
*** amotoki has quit IRC | 12:44 | |
gpernot | hi, there! | 12:44 |
*** darjeeling has quit IRC | 12:44 | |
*** yaguang has quit IRC | 12:44 | |
gpernot | i've by mistake deleted my branch that is under review :( what is the proper way to retrieve it from https://review.openstack.org without messing further reviews ? | 12:46 |
markmc | gpernot, there's info on that in the review | 12:46 |
danpb | gpernot: it will stil be alive in the git reflog | 12:47 |
markmc | gpernot, see the "download" bit | 12:47 |
danpb | gpernot: rnu git reflog and look for the most recent copy of your change | 12:47 |
markmc | or reflog, indeed | 12:47 |
danpb | and then you can just go git checkout -b branchname CHANGEHASH | 12:47 |
*** odyssey4me has quit IRC | 12:47 | |
danpb | git never permanently deletes anything until 'git gc' is run | 12:48 |
gpernot | i mean: i've deleted the directory from my hard drive.. i have to checkout my latest commit from git | 12:48 |
danpb | oh, well you'll need to do what markmc suggests then | 12:49 |
markmc | gpernot, it'll be something like 'git fetch ssh://markmc@review.openstack.org:29418/openstack/nova refs/changes/23/18123/1 && git checkout FETCH_HEAD' | 12:50 |
gpernot | ok! i'll try this then. thanks! | 12:50 |
markmc | gpernot, not that exact command, obviously | 12:51 |
gpernot | sure :) | 12:51 |
*** AnilV_ has joined #openstack-dev | 12:51 | |
*** martine has quit IRC | 12:53 | |
*** AnilV__ has quit IRC | 12:54 | |
*** markvoelker has joined #openstack-dev | 12:57 | |
*** epim has quit IRC | 12:59 | |
*** epim has joined #openstack-dev | 13:00 | |
*** swaT30 has quit IRC | 13:04 | |
*** devcamcar has joined #openstack-dev | 13:04 | |
*** martine has joined #openstack-dev | 13:04 | |
*** swaT30 has joined #openstack-dev | 13:05 | |
*** gargya has quit IRC | 13:10 | |
*** almaisan-away is now known as al-maisan | 13:12 | |
*** devcamcar has quit IRC | 13:15 | |
gpernot | it worked ! thanks ! | 13:19 |
*** mrunge has quit IRC | 13:20 | |
*** gargya has joined #openstack-dev | 13:22 | |
*** vkmc has quit IRC | 13:30 | |
sdague | gpernot: git review -d NNNNN (gerrit id) does it as well, easier to remember :) | 13:34 |
*** egallen has joined #openstack-dev | 13:37 | |
*** nunosantos has joined #openstack-dev | 13:37 | |
gpernot | sdague: ok, i'll remember ;) | 13:39 |
*** gargya has quit IRC | 13:41 | |
*** annegentle_itsme has joined #openstack-dev | 13:44 | |
*** devcamcar has joined #openstack-dev | 13:46 | |
*** andrew has joined #openstack-dev | 13:49 | |
*** andrew is now known as drewlander | 13:50 | |
*** devcamcar has quit IRC | 13:51 | |
*** jamest has joined #openstack-dev | 13:52 | |
*** bknudson has quit IRC | 13:58 | |
*** zeriouz_ has joined #openstack-dev | 14:00 | |
*** woodspa has joined #openstack-dev | 14:00 | |
*** zeriouz has quit IRC | 14:02 | |
*** tmishler has joined #openstack-dev | 14:02 | |
*** woodspa has quit IRC | 14:02 | |
*** stevebaker has quit IRC | 14:04 | |
*** dprince has joined #openstack-dev | 14:04 | |
*** zeriouz_ has quit IRC | 14:05 | |
*** wenjianhn has quit IRC | 14:06 | |
*** zeriouz has joined #openstack-dev | 14:07 | |
*** anteaya has joined #openstack-dev | 14:07 | |
nijaba | ttx: the second patch was just approved. jd Now needs to backport | 14:10 |
*** jd__ has joined #openstack-dev | 14:11 | |
nijaba | jd__: o/ | 14:11 |
jd__ | o/ | 14:11 |
*** eharney has joined #openstack-dev | 14:12 | |
*** eharney has quit IRC | 14:12 | |
*** eharney has joined #openstack-dev | 14:12 | |
*** bknudson has joined #openstack-dev | 14:13 | |
*** ewindisch has joined #openstack-dev | 14:14 | |
*** kbringard has joined #openstack-dev | 14:14 | |
*** markvoelker has quit IRC | 14:16 | |
*** westy has joined #openstack-dev | 14:16 | |
*** westy has left #openstack-dev | 14:16 | |
*** devcamcar has joined #openstack-dev | 14:18 | |
*** aeperezt has quit IRC | 14:21 | |
*** pabelanger has joined #openstack-dev | 14:23 | |
*** radez has joined #openstack-dev | 14:24 | |
*** aeperezt has joined #openstack-dev | 14:24 | |
*** mpdehaan has joined #openstack-dev | 14:25 | |
*** joesavak has joined #openstack-dev | 14:25 | |
*** vkmc has joined #openstack-dev | 14:27 | |
*** devcamcar has quit IRC | 14:27 | |
*** jbresnah__ has joined #openstack-dev | 14:29 | |
*** rkukura has quit IRC | 14:31 | |
*** Tross has quit IRC | 14:34 | |
*** chuck_ has joined #openstack-dev | 14:34 | |
*** zul has quit IRC | 14:37 | |
*** chuck_ is now known as zul | 14:37 | |
*** zul has joined #openstack-dev | 14:37 | |
*** gongysh has quit IRC | 14:37 | |
*** annegentle_itsme has quit IRC | 14:37 | |
*** markvoelker has joined #openstack-dev | 14:38 | |
*** egallen has quit IRC | 14:39 | |
*** sandywalsh has joined #openstack-dev | 14:44 | |
*** jbresnah__ has quit IRC | 14:46 | |
*** sacharya has joined #openstack-dev | 14:46 | |
*** jbresnah__ has joined #openstack-dev | 14:46 | |
*** rnirmal has joined #openstack-dev | 14:51 | |
*** mtreinish has joined #openstack-dev | 14:51 | |
*** devcamcar has joined #openstack-dev | 14:54 | |
*** gongysh has joined #openstack-dev | 14:55 | |
*** dhellmann has joined #openstack-dev | 14:58 | |
*** salgado is now known as salgado-lunch | 14:59 | |
*** sacharya has quit IRC | 15:00 | |
*** rkukura has joined #openstack-dev | 15:02 | |
*** koolhead17 has joined #openstack-dev | 15:03 | |
*** devcamcar has quit IRC | 15:03 | |
*** jimfehlig has joined #openstack-dev | 15:03 | |
*** winston-d has joined #openstack-dev | 15:10 | |
*** bknudson has left #openstack-dev | 15:11 | |
*** pixelbeat has quit IRC | 15:12 | |
*** jcru has joined #openstack-dev | 15:14 | |
*** drewland_ has joined #openstack-dev | 15:14 | |
*** bknudson has joined #openstack-dev | 15:15 | |
*** drewlan__ has joined #openstack-dev | 15:15 | |
*** drewland_ has quit IRC | 15:15 | |
*** drewlander has quit IRC | 15:18 | |
openstackgerrit | A change was merged to openstack/ceilometer: policy: fix policy_file finding https://review.openstack.org/19396 | 15:19 |
*** cp16net is now known as cp16net|away | 15:24 | |
*** sacharya has joined #openstack-dev | 15:29 | |
*** koolhead17 has quit IRC | 15:29 | |
*** devcamcar has joined #openstack-dev | 15:30 | |
*** danwent has joined #openstack-dev | 15:32 | |
*** sandywalsh has quit IRC | 15:33 | |
*** sulrich has quit IRC | 15:34 | |
*** sulrich has joined #openstack-dev | 15:35 | |
*** sacharya has quit IRC | 15:35 | |
*** sacharya has joined #openstack-dev | 15:36 | |
*** bknudson has quit IRC | 15:37 | |
*** reed has quit IRC | 15:38 | |
*** salgado-lunch is now known as salgado | 15:38 | |
*** devcamcar has quit IRC | 15:38 | |
*** dolphm has joined #openstack-dev | 15:39 | |
*** TerryH has joined #openstack-dev | 15:39 | |
*** edmund has joined #openstack-dev | 15:42 | |
*** garyTh has joined #openstack-dev | 15:42 | |
*** maoy has joined #openstack-dev | 15:43 | |
*** dolphm has quit IRC | 15:43 | |
*** jcru is now known as jcru|away | 15:45 | |
*** gary_th has joined #openstack-dev | 15:45 | |
*** jcru|away is now known as jcru | 15:46 | |
*** ayoung has joined #openstack-dev | 15:46 | |
*** thunquest has joined #openstack-dev | 15:46 | |
*** ayoung has quit IRC | 15:46 | |
*** john5223 has joined #openstack-dev | 15:47 | |
*** megha is now known as firewall | 15:48 | |
*** gary_th has quit IRC | 15:49 | |
*** thunquest has quit IRC | 15:49 | |
*** garyTh has quit IRC | 15:49 | |
*** ayoung has joined #openstack-dev | 15:51 | |
*** datsun180b has joined #openstack-dev | 15:53 | |
*** woodspa has joined #openstack-dev | 15:54 | |
*** afazekas_ has quit IRC | 15:54 | |
*** garyTh has joined #openstack-dev | 15:57 | |
jgriffith | winston-d: pong | 15:57 |
ttx | jd__: milestone-proposed merge failed tests, any idea ? | 15:57 |
jd__ | ttx: no, I'm talking about that with fungi on -infra actually | 15:58 |
*** bknudson has joined #openstack-dev | 15:58 | |
ttx | ok, joining | 15:58 |
*** arbrandes has quit IRC | 15:59 | |
*** devoid has joined #openstack-dev | 16:00 | |
*** devoid has quit IRC | 16:02 | |
*** devoid has joined #openstack-dev | 16:02 | |
*** bswartz has quit IRC | 16:03 | |
*** otherwiseguy has joined #openstack-dev | 16:03 | |
*** anniec has joined #openstack-dev | 16:05 | |
*** gyee has joined #openstack-dev | 16:06 | |
*** devcamcar has joined #openstack-dev | 16:06 | |
*** anniec has quit IRC | 16:06 | |
*** anniec has joined #openstack-dev | 16:06 | |
*** drewlan__ has quit IRC | 16:09 | |
*** drewlander has joined #openstack-dev | 16:09 | |
*** cp16net|away is now known as cp16net | 16:11 | |
winston-d | jgriffith: hi | 16:11 |
jgriffith | winston-d: hey, you rang? | 16:11 |
winston-d | jgriffith: yeah, i think there's a way that running cinder unittest successfully without installing. | 16:12 |
winston-d | jgriffith: instead of using run_tests.sh directly, we should use tox. tox will do setup, but in virtual environment | 16:13 |
jgriffith | winston-d: cool, I know for a couple just faking that get method I pointed out, didn't look at all of them though :( | 16:13 |
*** sulrich has left #openstack-dev | 16:13 | |
jgriffith | winston-d: well... | 16:13 |
*** sulrich has joined #openstack-dev | 16:14 | |
jgriffith | winston-d: My goal is/was I can run "pip install test-requires" and go | 16:14 |
jgriffith | winston-d: and nothing is left behing | 16:14 |
*** devcamcar has quit IRC | 16:14 | |
winston-d | jgriffith: using tox, you don't even need pip install, just tox and go and nth left behind | 16:15 |
*** primeministerp has joined #openstack-dev | 16:15 | |
jgriffith | winston-d: sure, but the standard for running tests currently is "run_tests.sh" | 16:15 |
jgriffith | winston-d: If it's ugly don't worry about it right now | 16:16 |
jgriffith | winston-d: It was just a request | 16:16 |
winston-d | jgriffith: well, actually CI jobs for cinder is using tox. | 16:16 |
winston-d | jgriffith: and oslo don't even have a run_tests.sh | 16:16 |
*** annegentle_itsme has joined #openstack-dev | 16:17 | |
jgriffith | winston-d: well at some point I'd like to go that route and introduce testr etc but that's pretty low on my priority list | 16:17 |
jgriffith | winston-d: I'll leave it up to you | 16:18 |
winston-d | jgriffith: the only advantage of using run_tests.sh that I know of is run_tests.sh is able to _not_ use virtual env. | 16:18 |
jgriffith | winston-d: :) | 16:18 |
jgriffith | winston-d: I don't use venv so you've uncovered my motivation :) | 16:18 |
winston-d | jgriffith: then why do you not want run setup to pollute your env? :) | 16:19 |
jgriffith | winston-d: No... that was my whole point, I don't think you should have to run setup to perform unit tests | 16:20 |
winston-d | jgriffith: new pip/test-requires always pollute your env. | 16:20 |
jgriffith | winston-d: Only when it's new/changes which isn't all that often | 16:20 |
jgriffith | winston-d: and it's not pollution to have the python packages installed on my laptop | 16:21 |
winston-d | jgriffith: well, i have to argue that setup is only needed when there's new entry points | 16:21 |
jgriffith | winston-d: Fair enough | 16:21 |
jgriffith | winston-d: Don't worry about it then | 16:21 |
winston-d | jgriffith: i think tox is good solution for others who doesn't care about venv. | 16:22 |
*** bencherian has joined #openstack-dev | 16:23 | |
*** bencherian has quit IRC | 16:23 | |
*** eharney has quit IRC | 16:24 | |
*** fc__ has quit IRC | 16:25 | |
winston-d | jgriffith: i thought about ways to fake entry points, but it seems all of them were going back to class loader stuff, which was part of the reason why entrypoint is introduced. kinda ironic, you know: entry point is to save class loader, when testing against entry point has to go back to class loader. | 16:25 |
*** utlemming has quit IRC | 16:26 | |
jgriffith | winston-d: haha... true | 16:27 |
*** mnewby has joined #openstack-dev | 16:28 | |
*** utlemming has joined #openstack-dev | 16:30 | |
*** gongysh has quit IRC | 16:34 | |
alexpilotti | salv-orlando: I'm getting this error from Jenkins: http://logs.openstack.org/18989/14/check/gate-quantum-python26/3235/console.html | 16:35 |
alexpilotti | salv-orlando: do you know what could be the issue? | 16:35 |
*** mrodden has quit IRC | 16:37 | |
*** imsplitbit has joined #openstack-dev | 16:40 | |
*** devcamcar has joined #openstack-dev | 16:41 | |
*** jgriffith has quit IRC | 16:43 | |
*** jgriffith has joined #openstack-dev | 16:43 | |
*** colinmcnamara has joined #openstack-dev | 16:45 | |
*** aswadrangnekar has joined #openstack-dev | 16:46 | |
*** aswadrangnekar has left #openstack-dev | 16:47 | |
*** vishy_zz is now known as vishy | 16:50 | |
*** sacharya has quit IRC | 16:51 | |
*** devcamcar has quit IRC | 16:52 | |
*** adjohn has joined #openstack-dev | 16:53 | |
zykes- | danwent: ping | 16:53 |
*** mrodden has joined #openstack-dev | 16:53 | |
*** bswartz has joined #openstack-dev | 16:57 | |
*** mlavalle has joined #openstack-dev | 16:57 | |
*** eharney has joined #openstack-dev | 16:58 | |
*** eharney has quit IRC | 16:58 | |
*** eharney has joined #openstack-dev | 16:58 | |
*** halj has left #openstack-dev | 16:59 | |
*** mindpixel has quit IRC | 17:00 | |
*** epim has quit IRC | 17:00 | |
*** epim_ has joined #openstack-dev | 17:00 | |
*** epim has joined #openstack-dev | 17:01 | |
*** mmagr has quit IRC | 17:02 | |
*** aeperezt has quit IRC | 17:05 | |
*** crandquist has joined #openstack-dev | 17:05 | |
*** pixelbeat has joined #openstack-dev | 17:06 | |
*** crandquist has quit IRC | 17:08 | |
*** crandquist has joined #openstack-dev | 17:08 | |
*** danwent has quit IRC | 17:08 | |
*** halj has joined #openstack-dev | 17:09 | |
*** maoy has quit IRC | 17:10 | |
*** pixelbeat has quit IRC | 17:10 | |
*** zing has joined #openstack-dev | 17:12 | |
*** ondergetekende has quit IRC | 17:12 | |
*** markwash has joined #openstack-dev | 17:12 | |
*** EmilienM has left #openstack-dev | 17:13 | |
*** arbrandes has joined #openstack-dev | 17:14 | |
*** mrodden1 has joined #openstack-dev | 17:15 | |
*** wenjianhn has joined #openstack-dev | 17:15 | |
*** wenjianhn has left #openstack-dev | 17:15 | |
*** crandquist has quit IRC | 17:16 | |
*** jbresnah__ has quit IRC | 17:16 | |
*** darjeeling has joined #openstack-dev | 17:17 | |
*** dolphm has joined #openstack-dev | 17:18 | |
*** dolphm has left #openstack-dev | 17:18 | |
*** lloydde has joined #openstack-dev | 17:18 | |
*** devcamcar has joined #openstack-dev | 17:18 | |
*** mrodden has quit IRC | 17:19 | |
*** pixelbeat has joined #openstack-dev | 17:19 | |
*** al-maisan is now known as almaisan-away | 17:21 | |
*** winston-d has quit IRC | 17:21 | |
*** rohitk has left #openstack-dev | 17:21 | |
*** anniec has quit IRC | 17:23 | |
*** zaitcev has joined #openstack-dev | 17:24 | |
*** jcmartin has joined #openstack-dev | 17:24 | |
*** Gordonz has joined #openstack-dev | 17:26 | |
*** esp1 has joined #openstack-dev | 17:26 | |
*** halj has quit IRC | 17:27 | |
*** Gordonz has quit IRC | 17:27 | |
*** Gordonz has joined #openstack-dev | 17:27 | |
*** reidrac has quit IRC | 17:28 | |
*** devcamcar has quit IRC | 17:29 | |
*** jgriffith has quit IRC | 17:29 | |
*** jgriffith has joined #openstack-dev | 17:29 | |
*** markmc has quit IRC | 17:30 | |
*** burris has joined #openstack-dev | 17:31 | |
*** eglynn has quit IRC | 17:36 | |
*** crandquist has joined #openstack-dev | 17:37 | |
*** eglynn has joined #openstack-dev | 17:38 | |
*** colinmcnamara has quit IRC | 17:39 | |
*** colinmcnamara has joined #openstack-dev | 17:39 | |
*** juice has joined #openstack-dev | 17:40 | |
*** christophk has joined #openstack-dev | 17:40 | |
*** b3nt_pin has joined #openstack-dev | 17:42 | |
*** jgriffit1 has joined #openstack-dev | 17:43 | |
*** eglynn has quit IRC | 17:43 | |
*** vishy is now known as vishy_zz | 17:44 | |
*** eglynn has joined #openstack-dev | 17:44 | |
*** jgriffith has quit IRC | 17:46 | |
*** kaganos has joined #openstack-dev | 17:49 | |
*** vishy_zz is now known as vishy | 17:52 | |
*** jbresnah__ has joined #openstack-dev | 17:53 | |
*** timello_ has quit IRC | 17:54 | |
*** anniec has joined #openstack-dev | 17:54 | |
*** devcamcar has joined #openstack-dev | 17:55 | |
*** danwent has joined #openstack-dev | 17:55 | |
*** anniec_ has joined #openstack-dev | 17:56 | |
*** yidclare has joined #openstack-dev | 17:58 | |
*** anniec has quit IRC | 17:59 | |
*** anniec_ is now known as anniec | 17:59 | |
*** zing has quit IRC | 17:59 | |
*** jbresnah__ has quit IRC | 17:59 | |
*** nati_ueno has joined #openstack-dev | 18:02 | |
*** hemnafk is now known as hemna | 18:05 | |
*** gael has quit IRC | 18:05 | |
*** devcamcar has quit IRC | 18:05 | |
*** darraghb has quit IRC | 18:11 | |
*** timello_ has joined #openstack-dev | 18:11 | |
*** andrewbogott_afk is now known as andrewbogott | 18:14 | |
*** andrewbogott has joined #openstack-dev | 18:14 | |
*** vipul is now known as vipul|away | 18:16 | |
*** mikal has quit IRC | 18:17 | |
*** rnirmal has quit IRC | 18:17 | |
*** andrewbogott has quit IRC | 18:18 | |
*** andrewbogott has joined #openstack-dev | 18:18 | |
*** andrewbogott has joined #openstack-dev | 18:18 | |
*** sacharya has joined #openstack-dev | 18:19 | |
*** maoy has joined #openstack-dev | 18:19 | |
*** mikal has joined #openstack-dev | 18:25 | |
*** derekh has quit IRC | 18:26 | |
*** koolhead17 has joined #openstack-dev | 18:26 | |
comstud | someone working on the python 2.6 gate? | 18:27 |
comstud | busted... ' WARNING: Unable to find to confirm results!' in console logs | 18:27 |
comstud | and no testr results | 18:27 |
*** danpb has quit IRC | 18:27 | |
clarkb | comstud: yes, we are working through it in #openstack-infra (I assume this is the same problem) | 18:28 |
comstud | ok thanks | 18:28 |
*** rafaduran has quit IRC | 18:28 | |
*** russellb is now known as rustlebee | 18:29 | |
*** dansmith is now known as justdan | 18:29 | |
*** comstud is now known as studly | 18:29 | |
*** devcamcar has joined #openstack-dev | 18:32 | |
*** b3nt_pin is now known as bagels | 18:33 | |
*** vishy is now known as squishy | 18:34 | |
*** eglynn_ has joined #openstack-dev | 18:36 | |
*** eglynn has quit IRC | 18:36 | |
*** jbresnah__ has joined #openstack-dev | 18:36 | |
*** yidclare has quit IRC | 18:41 | |
ayoung | gyee, so member role would be a replacement for user_tenant_membership entries. I am assuming that right now, the WebUI is doing all-or-nothing with users to roles. | 18:41 |
harlowja | sleepsonthefloor: yt, a question about horizon that u might know | 18:41 |
ayoung | So if they delete the "member" role, and that is the only role the user had, they are no longer going to see that project in thier list of projects | 18:42 |
*** devcamcar has quit IRC | 18:43 | |
ayoung | gyee, so we broaden the definition of membership to be any role. These two things together would fix https://bugzilla.redhat.com/show_bug.cgi?id=892327 | 18:43 |
uvirtbot | ayoung: Error: Could not parse XML returned by bugzilla.redhat.com: HTTP Error 404: Not Found | 18:43 |
*** yidclare has joined #openstack-dev | 18:45 | |
gyee | ayoung, either we have a "member" role or we have a default_role or something | 18:46 |
gyee | user can't be just a member of a project without any roles | 18:46 |
gyee | if we are serious about RBAC that is | 18:47 |
ayoung | gyee, right. | 18:47 |
ayoung | gyee, so for the data porting, we create a default role called member | 18:47 |
ayoung | that is a one time thing | 18:47 |
ayoung | and, if they use the V2 api to create a user | 18:47 |
ayoung | that is how membership would be done | 18:48 |
ayoung | using the V3 API, they only do explicit members | 18:48 |
ayoung | but the query, V2 and V3, to show the list of projects for a user will be based on them having any role at all | 18:48 |
gyee | not just v2, we have the same dilemma in v3 land as well | 18:48 |
ayoung | not on the membership table | 18:48 |
ayoung | gyee, but with V3 we don't have to worry about backwards compat | 18:49 |
gyee | in v3, how do we handle user create with a default_project_id? | 18:49 |
gyee | what role are we going to assign? | 18:49 |
ayoung | gyee, right now, there is no role assignment or membership done on create user | 18:49 |
gyee | so what does default_project_id mean? | 18:50 |
*** jpich has quit IRC | 18:53 | |
*** jsavak has joined #openstack-dev | 18:53 | |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Use os.path to find ~/keystone-signing (bug 1078947) https://review.openstack.org/18058 | 18:54 |
uvirtbot | Launchpad bug 1078947 in python-keystoneclient "auth_token failure if signing_dir not specified running under upstart" [Undecided,In progress] https://launchpad.net/bugs/1078947 | 18:54 |
*** colinmcnamara has quit IRC | 18:57 | |
*** joesavak has quit IRC | 18:57 | |
*** joesavak has joined #openstack-dev | 18:57 | |
ayoung | gyee, where is default_project_id? | 18:57 |
gyee | user creation | 18:58 |
ayoung | gyee it doesn't exist in V3 yet | 18:58 |
ayoung | gyee, https://github.com/openstack/keystone/blob/master/keystone/identity/controllers.py#L456 | 18:58 |
ayoung | gyee, contrast with https://github.com/openstack/keystone/blob/master/keystone/identity/controllers.py#L178 | 18:59 |
*** vipul|away is now known as vipul | 18:59 | |
ayoung | gyee, so we could modify add_user_to_tenant to do | 18:59 |
*** jsavak has quit IRC | 19:00 | |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/identity/backends/sql.py#L267 | 19:00 |
ayoung | with a role of 'member' | 19:00 |
ayoung | That would preserve backward's compat. It does mean that each auth call would then have an additional role in it. | 19:00 |
gyee | I am OK with that, but 'member' has to be one of those special immutable role | 19:01 |
ayoung | gyee, nope | 19:01 |
*** anniec has quit IRC | 19:01 | |
ayoung | gyee, we make a further change... | 19:01 |
*** anniec has joined #openstack-dev | 19:02 | |
*** rnirmal has joined #openstack-dev | 19:02 | |
gyee | that role can't be removed | 19:02 |
*** joesavak has quit IRC | 19:02 | |
ayoung | self.identity_api.get_tenants_for_user | 19:02 |
ayoung | which will look for "any" role. | 19:02 |
ayoung | Right now it does | 19:02 |
ayoung | https://github.com/openstack/keystone/blob/master/keystone/identity/backends/sql.py#L405 | 19:03 |
gyee | in V3, client call user create with a default project_id and if member roles is gone | 19:03 |
gyee | what do we do? | 19:03 |
ayoung | gyee, you mean that role is deleted from the 'roles' table? | 19:04 |
gyee | correct | 19:04 |
ayoung | Yeah, that would break everything. I'd be OK with saying that role has to stick around. | 19:04 |
gyee | that's what I mean by immutable | 19:04 |
ayoung | I though you menat the role assignment would be immutable | 19:04 |
ayoung | meant | 19:04 |
gyee | I mean role definition | 19:04 |
ayoung | roles should probably be foreign keys and only deletable if there are no references to them | 19:05 |
gyee | nope | 19:05 |
gyee | member role has to stick around | 19:05 |
*** bagels is now known as beagles | 19:05 | |
ayoung | gyee, because if a user gets created they need that role? We could create it on demand | 19:06 |
gyee | why not create it on bootstrap? there will be user creation | 19:06 |
gyee | you don't want others to create that role first and have different meaning | 19:07 |
gyee | it needs to be *reserved* by keystone | 19:08 |
*** devcamcar has joined #openstack-dev | 19:08 | |
ayoung | gyee, sure, we would create the role upon migration | 19:08 |
gyee | amen bro | 19:09 |
ayoung | gyee, we could make it immutable...just not sure 'how'. | 19:09 |
gyee | have a special case I guess | 19:09 |
gyee | like in keystone.conf, have a list of immutable roles | 19:09 |
*** mmagr has joined #openstack-dev | 19:10 | |
*** juice has quit IRC | 19:11 | |
*** colinmcnamara has joined #openstack-dev | 19:12 | |
*** arbrandes has quit IRC | 19:12 | |
*** dtalton has joined #openstack-dev | 19:12 | |
*** zodiak has quit IRC | 19:13 | |
*** vipul is now known as vipul|away | 19:16 | |
*** vipul|away is now known as vipul | 19:16 | |
*** colinmcnamara has quit IRC | 19:17 | |
*** kpg2012 has joined #openstack-dev | 19:17 | |
ayoung | gyee, I'm going to write this up as a blueprint | 19:18 |
*** corXi has quit IRC | 19:18 | |
jbresnah__ | bcwaldon: I have been interested in the efforts in glance surronding direct URLs and multiple locations etc | 19:18 |
*** devcamcar has quit IRC | 19:19 | |
jbresnah__ | bcwaldon: I have some thoughts on it that I typed up here: https://tropicaldevel.wordpress.com/2013/01/11/an-image-transfers-service-for-openstack/ | 19:19 |
jbresnah__ | bcwaldon: i would really like to gather your thoughts and opinions when you have a chance | 19:19 |
*** markmcclain has joined #openstack-dev | 19:19 | |
*** markmcclain has quit IRC | 19:19 | |
jbresnah__ | in the mean time i am looking into ways to sanely use a file copy in nova-compute instead of routing all the data via http | 19:20 |
*** markmcclain has joined #openstack-dev | 19:20 | |
*** markmcclain has quit IRC | 19:21 | |
*** rodrigo has joined #openstack-dev | 19:21 | |
*** boris-42 has joined #openstack-dev | 19:21 | |
*** koolhead17 has quit IRC | 19:22 | |
gyee | ayoung, thank you | 19:22 |
*** jgriffit1 has quit IRC | 19:23 | |
*** jgriffith has joined #openstack-dev | 19:23 | |
*** rodrigo has quit IRC | 19:24 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:26 | |
*** datsun180b has quit IRC | 19:28 | |
*** jgriffith has quit IRC | 19:29 | |
*** Ryan_Lane has joined #openstack-dev | 19:29 | |
*** zodiak has joined #openstack-dev | 19:30 | |
*** zeriouz has quit IRC | 19:30 | |
*** datsun180b has joined #openstack-dev | 19:31 | |
*** stevebaker has joined #openstack-dev | 19:32 | |
*** jgriffith has joined #openstack-dev | 19:33 | |
*** cp16net is now known as cp16net|away | 19:35 | |
*** juice has joined #openstack-dev | 19:40 | |
maoy | annegentle_itsme: http://wiki.openstack.org/Contributors is gone? | 19:41 |
*** juice has quit IRC | 19:42 | |
clarkb | maoy: it does that. give me a few minutes to fix it (the move to media wiki should fix the problem | 19:43 |
maoy | thx clarkb | 19:43 |
*** boris-42 has quit IRC | 19:44 | |
*** juice has joined #openstack-dev | 19:45 | |
*** devcamcar has joined #openstack-dev | 19:45 | |
*** juice has quit IRC | 19:45 | |
*** juice has joined #openstack-dev | 19:46 | |
*** koolhead17 has joined #openstack-dev | 19:46 | |
clarkb | maoy: its back | 19:47 |
maoy | cool! | 19:48 |
maoy | thanks again clarkb | 19:48 |
*** AnilV_ has quit IRC | 19:52 | |
maoy | clarkb: i'm not sure what happened but it disappeared again.. | 19:55 |
*** bencherian has joined #openstack-dev | 19:55 | |
clarkb | were you editing it? | 19:55 |
maoy | i know someone were | 19:55 |
*** bencherian has quit IRC | 19:55 | |
maoy | and he got a 500 | 19:55 |
*** thingee_zz is now known as thingee | 19:55 | |
*** devcamcar has quit IRC | 19:56 | |
clarkb | ok, let me try this again. I may not have cleaned up everything that needed cleaning | 19:56 |
*** radez is now known as radez_g0n3 | 19:56 | |
*** juice has quit IRC | 19:58 | |
*** Tross has joined #openstack-dev | 20:00 | |
clarkb | maoy: its back now | 20:00 |
annegentle_itsme | maoy: looks like clarkb fixed it, whew! | 20:01 |
maoy | yup | 20:01 |
maoy | great. | 20:01 |
maoy | thanks~ | 20:01 |
*** annegentle_itsme has quit IRC | 20:01 | |
*** vipul is now known as vipul|away | 20:04 | |
*** esp1 has quit IRC | 20:04 | |
*** vipul|away is now known as vipul | 20:08 | |
*** pixelbeat has quit IRC | 20:10 | |
*** maurosr has quit IRC | 20:12 | |
*** jbresnah__ has quit IRC | 20:14 | |
harlowja | any horizon dev around? | 20:14 |
*** melwitt has joined #openstack-dev | 20:15 | |
*** jcru is now known as jcru|away | 20:16 | |
*** crandquist has quit IRC | 20:16 | |
*** jcru|away is now known as jcru | 20:16 | |
*** mpdehaan has quit IRC | 20:17 | |
*** ndipanov has quit IRC | 20:18 | |
*** devcamcar has joined #openstack-dev | 20:22 | |
*** jbresnah__ has joined #openstack-dev | 20:23 | |
*** rnirmal_ has joined #openstack-dev | 20:23 | |
*** markvoelker has quit IRC | 20:24 | |
*** drewlander has quit IRC | 20:25 | |
*** primeministerp has quit IRC | 20:25 | |
*** mpdehaan has joined #openstack-dev | 20:26 | |
*** rnirmal has quit IRC | 20:26 | |
*** rnirmal_ is now known as rnirmal | 20:26 | |
*** egallen has joined #openstack-dev | 20:26 | |
*** edmund has quit IRC | 20:26 | |
*** mpdehaan has quit IRC | 20:26 | |
*** sacharya has quit IRC | 20:27 | |
*** mpdehaan has joined #openstack-dev | 20:27 | |
*** cp16net|away is now known as cp16net | 20:27 | |
*** sacharya has joined #openstack-dev | 20:27 | |
*** markvoelker has joined #openstack-dev | 20:28 | |
*** vipul is now known as vipul|away | 20:30 | |
*** vipul|away is now known as vipul | 20:30 | |
*** devcamcar has quit IRC | 20:32 | |
*** mmagr has quit IRC | 20:36 | |
*** mmagr has joined #openstack-dev | 20:36 | |
*** annegentle_itsme has joined #openstack-dev | 20:40 | |
*** imsplitbit has quit IRC | 20:45 | |
*** vipul is now known as vipul|away | 20:45 | |
*** edmund has joined #openstack-dev | 20:47 | |
*** TerryH has quit IRC | 20:47 | |
*** egallen has quit IRC | 20:48 | |
*** vogel has quit IRC | 20:48 | |
*** cp16net is now known as cp16net|away | 20:48 | |
*** swaT30 has quit IRC | 20:49 | |
*** koolhead17 has quit IRC | 20:50 | |
*** yolanda2 has quit IRC | 20:51 | |
openstackgerrit | A change was merged to openstack/keystone: Removed unused variables https://review.openstack.org/18724 | 20:52 |
*** cryptographrix has quit IRC | 20:53 | |
*** stevebaker has quit IRC | 20:54 | |
*** cryptographrix has joined #openstack-dev | 20:55 | |
*** spzala has joined #openstack-dev | 20:56 | |
openstackgerrit | A change was merged to openstack/nova: Fix test cases in integrated.test_multiprocess_api https://review.openstack.org/19156 | 20:58 |
clarkb | fungi: ^ also that | 20:59 |
*** devoid has quit IRC | 20:59 | |
openstackgerrit | A change was merged to openstack/keystone: Revert "shorten pep8 output" https://review.openstack.org/19005 | 20:59 |
openstackgerrit | A change was merged to openstack/swift: Fixed version req for netifaces to 0.5 https://review.openstack.org/19434 | 20:59 |
*** devoid has joined #openstack-dev | 20:59 | |
*** devcamcar has joined #openstack-dev | 20:59 | |
fungi | awesome | 21:00 |
*** cp16net|away is now known as cp16net | 21:02 | |
*** markvoelker has quit IRC | 21:03 | |
*** aeperezt has joined #openstack-dev | 21:08 | |
*** devcamcar has quit IRC | 21:09 | |
*** dprince has quit IRC | 21:10 | |
*** firewall has quit IRC | 21:11 | |
*** kpg2012 has quit IRC | 21:18 | |
*** kaganos has quit IRC | 21:21 | |
*** pabelanger has quit IRC | 21:21 | |
*** juice has joined #openstack-dev | 21:21 | |
*** salgado has quit IRC | 21:22 | |
openstackgerrit | A change was merged to openstack/ceilometer: Provide the meters unit's in /meters https://review.openstack.org/18413 | 21:23 |
*** mmagr has quit IRC | 21:23 | |
*** juice has quit IRC | 21:23 | |
*** vipul|away is now known as vipul | 21:23 | |
*** kpg2012 has joined #openstack-dev | 21:24 | |
*** Guest29624 has joined #openstack-dev | 21:27 | |
*** devcamcar has joined #openstack-dev | 21:37 | |
*** vipul is now known as vipul|away | 21:38 | |
*** vipul|away is now known as vipul | 21:38 | |
*** annegentle_itsme has quit IRC | 21:39 | |
jgriffith | anybody wanna help me figure out what I did wrong trying to add a dependency to a patch? | 21:46 |
*** devcamcar has quit IRC | 21:46 | |
vkmc | hey jgriffith, I'm a newbie so I don't guarantee anything, but maybe we can figure it out | 21:47 |
jgriffith | vkmc: :) | 21:47 |
jgriffith | So I did a fresh clone of the repo | 21:47 |
jgriffith | Did a fetch of the existing patch/review (using the fetch string provided by Gerrit) | 21:47 |
*** martine has quit IRC | 21:48 | |
jgriffith | did a git checkout -b MYNEWBRANCH | 21:48 |
jgriffith | changes... commit | 21:48 |
jgriffith | git review -R | 21:48 |
jgriffith | didn't mark a dependency? | 21:48 |
jgriffith | Not sure what I missed | 21:48 |
jgriffith | patch in question is here: https://review.openstack.org/#/c/19495/1 | 21:49 |
vkmc | Huh, so you followed the guide on http://wiki.openstack.org/GerritWorkflow#Add_dependency | 21:52 |
vkmc | Did you got any output? | 21:53 |
jgriffith | vkmc: yup | 21:53 |
vkmc | And, have you setted git remote properly? | 21:53 |
jgriffith | http://paste.openstack.org/show/29259/ | 21:53 |
jgriffith | vkmc: assuming the remote is fine given that the submission of my patch made it in | 21:53 |
vkmc | What about your ssh? | 21:54 |
jgriffith | I think that's fine, since the patch actually did get uploaded to Gerrit | 21:55 |
jgriffith | it just doesn't show it as having a dependency | 21:55 |
clarkb | jgriffith: `git review -d $CHANGE_NUMBER ; git checkout your_change ; git rebase $branch_that_git_review_created ; git review` | 21:56 |
jgriffith | clarkb: thanks! | 21:56 |
clarkb | and the last git review should probably be a `git review -R` if you want to avoid updating the dependency | 21:56 |
vkmc | :) | 21:56 |
jgriffith | clarkb: I'll do that and update the wiki doc :) | 21:56 |
vkmc | clarkb, Which was the problem with what jgriffith did? | 21:57 |
clarkb | not sure, that actually looks fine | 21:58 |
clarkb | jgriffith: was the change you wanted to depend on merged? | 21:58 |
jgriffith | clarkb: nope | 21:58 |
jgriffith | It's still in review | 21:58 |
clarkb | oh you probably didn't ceckout FETCH_HEAD | 21:58 |
clarkb | so when you did a checkout you checked out against whatever the current branch was | 21:59 |
jgriffith | git fetch https://review.openstack.org/openstack/cinder refs/changes/83/19283/5 && git cherry-pick FETCH_HEAD | 21:59 |
*** beagles has quit IRC | 22:00 | |
clarkb | I wouldn't cherry pick as that will force the other change to update | 22:00 |
jgriffith | ahhh | 22:00 |
clarkb | s/cherry-pick/checkout/ should work then checkout -b yourbranch | 22:00 |
clarkb | or git checkout -b yourbranch FETCHHEAD | 22:00 |
jgriffith | clarkb: cool.. I'll try it again, can always abandon the other one :) | 22:00 |
jgriffith | clarkb: so any preference to fetch versus using git review -d | 22:01 |
clarkb | or just rebase the existing one atop the change you want to depend on. there are a lot of ways to fix this | 22:01 |
clarkb | jgriffith: I like git review -d because it is a lot less to type and creates a branch for you | 22:01 |
jgriffith | clarkb: yeah, less typing is good :) | 22:01 |
jgriffith | clarkb: I'll try it when I get back from meeting... thanks for the help!!! | 22:02 |
*** Gordonz has quit IRC | 22:02 | |
vkmc | Thx for the tips clarkb :) | 22:04 |
clarkb | np | 22:05 |
*** bswartz has quit IRC | 22:09 | |
*** Kiall has quit IRC | 22:09 | |
*** Kiall has joined #openstack-dev | 22:10 | |
openstackgerrit | A change was merged to openstack/glance: Remove unused declaration in images.py https://review.openstack.org/19484 | 22:10 |
*** mtreinish has quit IRC | 22:11 | |
*** boden has quit IRC | 22:11 | |
squishy | jgriffith: so i was thinking, maybe instead of a pool name for thin we just have a pool size | 22:13 |
squishy | and we could automatically ensure the pool on startup | 22:13 |
*** stevebaker has joined #openstack-dev | 22:13 | |
squishy | i.e. if vgroup/thin-pool doesn't exist then we create it | 22:13 |
squishy | squishy: the size could even default to 100% | 22:14 |
*** devcamcar has joined #openstack-dev | 22:14 | |
*** spzala has quit IRC | 22:15 | |
*** zaitcev has quit IRC | 22:17 | |
*** devcamcar has quit IRC | 22:23 | |
*** esheffield has quit IRC | 22:23 | |
*** edmund has quit IRC | 22:25 | |
*** anteaya has quit IRC | 22:27 | |
*** tmishler has quit IRC | 22:29 | |
*** colinmcnamara has joined #openstack-dev | 22:29 | |
*** nati_ueno has quit IRC | 22:30 | |
*** eglynn_ has quit IRC | 22:30 | |
*** vkmc has quit IRC | 22:31 | |
*** eharney has quit IRC | 22:32 | |
*** colinmcnamara has quit IRC | 22:35 | |
*** esp has joined #openstack-dev | 22:35 | |
*** juice has joined #openstack-dev | 22:38 | |
*** dims has quit IRC | 22:38 | |
*** ewindisch has quit IRC | 22:41 | |
*** maoy has quit IRC | 22:42 | |
*** ewindisch has joined #openstack-dev | 22:43 | |
*** vkmc has joined #openstack-dev | 22:44 | |
*** ewindisch has quit IRC | 22:45 | |
jgriffith | squishy: I believe in order to use LVM direct the way I am you have to have an acutal pool | 22:45 |
jgriffith | squishy: Ohhh. | 22:45 |
jgriffith | squishy: I see what you're saying... interesting point | 22:45 |
jgriffith | squishy: create it on the fly so to speak | 22:45 |
jgriffith | squishy: yes, I'd definitely stick with size being 100% as default, at least til I get more feedback on use cases :) | 22:46 |
* jgriffith likes that... | 22:47 | |
*** pabelanger has joined #openstack-dev | 22:47 | |
jgriffith | I can check for it in setup and create if needed... easy peasy | 22:47 |
*** devoid has quit IRC | 22:48 | |
*** devoid has joined #openstack-dev | 22:49 | |
*** devoid has quit IRC | 22:49 | |
*** john5223 has quit IRC | 22:50 | |
*** thingee is now known as thingee_zz | 22:52 | |
*** devcamcar has joined #openstack-dev | 22:54 | |
*** devoid has joined #openstack-dev | 22:56 | |
*** devcamcar has quit IRC | 23:00 | |
*** anniec has quit IRC | 23:00 | |
*** anniec has joined #openstack-dev | 23:00 | |
*** dims has joined #openstack-dev | 23:01 | |
squishy | smoser: so get-password novaclient code just proposed | 23:03 |
squishy | smoser: now i just need cloud-init to generate and post the password | 23:04 |
squishy | :) | 23:04 |
*** pabelanger has quit IRC | 23:04 | |
*** nati_ueno has joined #openstack-dev | 23:04 | |
squishy | alexpilotti: I know you are hoping to use another means for generating the password | 23:04 |
alexpilotti | squishy: hi | 23:05 |
squishy | alexpilotti: but i just added the novaclient code https://review.openstack.org/19513 | 23:05 |
squishy | so if you can actually post an encrypted password now | 23:05 |
*** sacharya has quit IRC | 23:05 | |
squishy | alexpilotti: https://gist.github.com/4008762#file-getpass-sh-L14 | 23:06 |
squishy | then users can get it via nova get-password | 23:06 |
squishy | might even be able to make euca-get-password work but i haven't tried that yet | 23:06 |
alexpilotti | squishy: passing the password can be done only via post to metadata? | 23:06 |
*** kbringard has quit IRC | 23:06 | |
*** kpg2012 has quit IRC | 23:07 | |
*** nati_ueno has quit IRC | 23:07 | |
*** nati_ueno has joined #openstack-dev | 23:07 | |
alexpilotti | squishy: instead of the openssl command, can you do it via ctypes or a wrapper on the library? | 23:08 |
alexpilotti | squishy: (I have to check the licensing) | 23:09 |
squishy | squishy: i assume you can encrypt however you want | 23:09 |
alexpilotti | squishy: https://review.openstack.org/#/c/19513/1/novaclient/v1_1/servers.py | 23:09 |
rustlebee | squishy: you're talking to yourself. :-p | 23:09 |
alexpilotti | squishy: line 404 | 23:10 |
squishy | hehe | 23:10 |
squishy | alexpilotti: i'm happy to use another library | 23:10 |
squishy | on the client side | 23:10 |
*** dolphm has joined #openstack-dev | 23:10 | |
squishy | that was just the easiest version | 23:10 |
squishy | the python crypto modules are all nasty to get installed properly | 23:11 |
alexpilotti | squishy: this is someting you sent me ;-) http://pypi.python.org/pypi/pyOpenSSL | 23:12 |
*** Nachi has joined #openstack-dev | 23:12 | |
alexpilotti | squishy: checked the license, it's Apache 1.0 with some BSD | 23:13 |
*** bknudson has quit IRC | 23:13 | |
alexpilotti | squishy: the only part I really don't like is this one anyway: curl -X POST http://169.254.169.254/openstack/2013-04-04/password -d $ENCRYPTED || true | 23:14 |
*** nati_ueno has quit IRC | 23:14 | |
alexpilotti | squishy: I have no issue w the rest | 23:14 |
*** jcru has quit IRC | 23:15 | |
alexpilotti | squishy: do you have a link to the metadata service implementation patch? | 23:15 |
*** kpg2012 has joined #openstack-dev | 23:17 | |
squishy | alexpilotti: sick | 23:17 |
squishy | euca-get-password -k .ssh/id_rsa i-1 | 23:17 |
squishy | w1koNPrlPHqt5whe | 23:17 |
squishy | just made euca work | 23:17 |
squishy | the gist I linked above has the code for generating and encrypting the password | 23:17 |
*** dolphm has quit IRC | 23:18 | |
alexpilotti | squishy: I nkow, I'm asking about how the POST on http://169.254.169.254/openstack/2013-04-04/password is implemented | 23:19 |
*** danwent has quit IRC | 23:20 | |
alexpilotti | squishy: can't we add a method "set_password" that writes the encrypted password to: "/servers/%s/os-server-password" | 23:22 |
alexpilotti | ? | 23:22 |
*** rpedde is now known as rpedde_away | 23:22 | |
alexpilotti | squishy: this way we could choose between going via the dreaded metadata or doing it in the nova-compute driver | 23:23 |
alexpilotti | squishy: I don't think I'm the only one here that wants to completely avoid metadata ;-) | 23:24 |
*** mpdehaan has quit IRC | 23:25 | |
*** jimfehlig has quit IRC | 23:28 | |
*** devcamcar has joined #openstack-dev | 23:29 | |
*** ewindisch has joined #openstack-dev | 23:29 | |
clarkb | Nachi: any idea of when you guys will be ready to gate on tempest quantum? | 23:29 |
Nachi | clarkb: OK I'll ping the Dan | 23:29 |
*** sulrich has quit IRC | 23:30 | |
Nachi | clarkb: Thanks | 23:31 |
*** gyee has quit IRC | 23:31 | |
openstackgerrit | A change was merged to openstack/nova: Correct the calculating of disk size when using lvm disk backend. https://review.openstack.org/19381 | 23:35 |
*** bknudson has joined #openstack-dev | 23:35 | |
openstackgerrit | A change was merged to openstack/nova: Adding configdrive to xenapi. https://review.openstack.org/18370 | 23:35 |
*** aeperezt has quit IRC | 23:35 | |
*** devcamcar has quit IRC | 23:36 | |
*** riskable has quit IRC | 23:36 | |
*** dolphm has joined #openstack-dev | 23:37 | |
*** ewindisch has quit IRC | 23:40 | |
*** dtalton has quit IRC | 23:40 | |
*** datsun180b has quit IRC | 23:41 | |
*** epim has quit IRC | 23:42 | |
*** epim has joined #openstack-dev | 23:43 | |
*** afazekas has quit IRC | 23:44 | |
*** lloydde has quit IRC | 23:45 | |
*** christophk has quit IRC | 23:46 | |
squishy | alexpilotti: you can already do it in the nova-compute driver | 23:47 |
alexpilotti | squishy: calling metadata or calling the nova-api? | 23:48 |
squishy | from nova.api.metadata import password; password.set_password(context, ecrypted_pass) | 23:48 |
squishy | if you are in the driver you can just set it directly via the above | 23:49 |
alexpilotti | squishy: ok, that was my question above | 23:49 |
alexpilotti | squishy: a question on get_password | 23:49 |
squishy | alexpilotti: right | 23:49 |
squishy | alexpilotti: but I think using the metadata server has to be supported | 23:49 |
*** colinmcnamara has joined #openstack-dev | 23:49 | |
alexpilotti | squishy: inkey is a file on the server | 23:49 |
alexpilotti | squishy: the client in your patch passed the path | 23:50 |
squishy | alexpilotti: no that is for decrypting | 23:50 |
squishy | that file only exists on the client | 23:50 |
alexpilotti | squishy: I know, it's in "get_password" | 23:50 |
squishy | the data for encrypting is available in the instance request | 23:50 |
alexpilotti | squishy: ^^ "a question on get_password" :-) | 23:51 |
alexpilotti | squishy: for decrypting? | 23:51 |
squishy | instance['key_data'] | 23:51 |
squishy | alexpilotti: so the user creates a keypair | 23:51 |
squishy | alexpilotti: and then launches an instance with the keypair (public key) | 23:52 |
squishy | the get_password command decrypts the password with the private key | 23:52 |
alexpilotti | squishy: till here I got i | 23:52 |
alexpilotti | *it | 23:52 |
alexpilotti | looking at your code, the client passes a path to the private key to decrypt | 23:53 |
*** devoid has quit IRC | 23:53 | |
alexpilotti | of course not a buffer with the private key | 23:53 |
alexpilotti | https://review.openstack.org/#/c/19513/1/novaclient/v1_1/servers.py | 23:53 |
squishy | yes | 23:54 |
alexpilotti | squishy: :param private_key: Path to private key file for decryption | 23:54 |
squishy | correct | 23:54 |
alexpilotti | squishy: the question is: how the heck is the client able to tell te server where to get that file? | 23:54 |
squishy | alexpilotti: the decryption happens on the client | 23:54 |
squishy | so it doesn't tell the server that | 23:54 |
squishy | it gets the encrypted password from the server and decrypts it locally with the private key | 23:55 |
alexpilotti | squishy: got it, I got confused by the "class Server" | 23:55 |
*** lloydde has joined #openstack-dev | 23:55 | |
squishy | alexpilotti: yeah. Worst name ever | 23:55 |
squishy | alexpilotti: Server is what the client calls guest vms | 23:56 |
alexpilotti | squishy: everything clear | 23:56 |
alexpilotti | squishy: only concern: every windos client will need openssl.exe | 23:56 |
alexpilotti | squishy: I know that using pyopenssl is "sick" compared to calleing openssl.exe | 23:57 |
alexpilotti | squishy: but it would increase portability | 23:57 |
*** anniec has quit IRC | 23:57 | |
*** anniec has joined #openstack-dev | 23:57 | |
alexpilotti | squishy: it's easy to get ssleay32.dll on the client, but openssl.exe in the path is way more invasive | 23:58 |
squishy | alexpilotti: I'm happy for that code to become more portable for windows | 23:59 |
squishy | alexpilotti: if you have a better option we can replace it | 23:59 |
alexpilotti | squishy: aka I'm going to write it, ok, I'm fine w it :-) | 23:59 |
squishy | :) | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!