*** dhubbard_mac has joined #openstack-dev | 00:00 | |
jaypipes | vishy: heyo, is there a way to ask nova-manage network list to only list networks for a tenant? I've tried nova-manage network list project=<TENANT_ID> and nova-manage network list <TENANT_ID> but I get stacktraces when doing so ... | 00:00 |
---|---|---|
*** anon12345_ has joined #openstack-dev | 00:01 | |
*** dhubbard_ has quit IRC | 00:01 | |
vishy | hmm i am unsure | 00:01 |
vishy | but you could use the api | 00:02 |
vishy | nova network-list | 00:02 |
vishy | as the tenant | 00:02 |
vishy | i think should work | 00:02 |
vishy | (very recent addtion to nova cli though) | 00:02 |
vishy | jaypipes: ^^ | 00:02 |
jaypipes | vishy: I'm doing this as an admin .. | 00:02 |
jaypipes | vishy: can I filter the nova network-list call? | 00:02 |
vishy | jaypipes: i don't think so | 00:03 |
jaypipes | meh, k. thx vishy! | 00:03 |
jaypipes | vishy: just to check, but it is still necessary to use nova-manage network create to create a subnet for a tenant, right? | 00:04 |
vishy | well no | 00:05 |
jaypipes | oh? | 00:05 |
vishy | you could do it through the api now | 00:05 |
jaypipes | oh, rock on. | 00:05 |
vishy | but it hasn't been exposed to the cli yet | 00:05 |
vishy | :( | 00:05 |
jaypipes | ah... | 00:05 |
vishy | I added the list and get commands | 00:05 |
jaypipes | is it an extension? | 00:05 |
vishy | but someone has to go plug in the create commands | 00:05 |
jaypipes | to the API... | 00:05 |
vishy | jaypipes: yeah os-networks | 00:05 |
jaypipes | gotcha. | 00:05 |
*** novas0x2a|laptop has quit IRC | 00:05 | |
jaypipes | vishy: any objection to me adding that? | 00:05 |
jaypipes | to novaclient | 00:05 |
vishy | jaypipes: please do! | 00:06 |
jaypipes | vishy: cool. is there a bug/blueprint on it or shall I create one? | 00:06 |
vishy | jaypipes: someone is going through all of the missing stuff and trying to catalog in a blueprint | 00:06 |
vishy | let me find | 00:06 |
jaypipes | kk | 00:06 |
vishy | jaypipes: https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage | 00:06 |
vishy | and: http://wiki.openstack.org/NovaManageDBAnalysis | 00:07 |
*** mnewby has quit IRC | 00:07 | |
jaypipes | vishy: ty sir. | 00:07 |
*** benner has quit IRC | 00:07 | |
*** benner has joined #openstack-dev | 00:07 | |
*** roge has joined #openstack-dev | 00:08 | |
jaypipes | sdague: this as up2date as you know? http://wiki.openstack.org/NovaManageDBAnalysis | 00:08 |
*** gatuus has quit IRC | 00:10 | |
anon12345_ | what minimum arguments are required in CLI for keystone endpoint-create? i tried just the service-id but that didnt seem to work | 00:11 |
openstackgerrit | A change was merged to openstack/horizon: Add OpenStack trove classifier for PyPI https://review.openstack.org/14636 | 00:11 |
*** Mandell has quit IRC | 00:13 | |
*** roge has quit IRC | 00:14 | |
*** mnewby has joined #openstack-dev | 00:14 | |
*** colinmcnamara has joined #openstack-dev | 00:14 | |
*** radez is now known as radez_g0n3 | 00:15 | |
*** Mandell has joined #openstack-dev | 00:15 | |
*** hemna has quit IRC | 00:17 | |
*** novas0x2a|laptop has joined #openstack-dev | 00:18 | |
*** colinmcnamara has quit IRC | 00:19 | |
*** vipuls has quit IRC | 00:20 | |
*** jog0 has quit IRC | 00:22 | |
*** danwent has quit IRC | 00:23 | |
vishy | jgriffith: ping | 00:24 |
*** Tross has quit IRC | 00:27 | |
vishy | jgriffith: it occurred to me that we could have an annoying issue with existing connections to initiators | 00:28 |
vishy | jgriffith: as in compute has a volume connected to the old initiator name | 00:29 |
*** yjiang5_ has joined #openstack-dev | 00:34 | |
devananda | anyone off-hand know when|why glance stopped passing system_metadata to nova compute? | 00:35 |
*** adjohn has quit IRC | 00:36 | |
*** sunilthaha has joined #openstack-dev | 00:36 | |
*** danwent has joined #openstack-dev | 00:37 | |
devananda | vishy: ^ is there a new way to get metadata from glance into nova? | 00:37 |
vishy | devananda: no it is copied over | 00:37 |
vishy | afaik | 00:37 |
devananda | it was pre-summit | 00:37 |
vishy | I don't think it copies all fields though | 00:38 |
devananda | is there a better way to associate data with a glance image? | 00:39 |
devananda | specifically, i need to set two distinct sets of kernel_id and ramdisk_id, one for deployment and one for running after deployment | 00:39 |
devananda | the second set used to be available within instance['system_metadata'] | 00:40 |
*** jiangang has joined #openstack-dev | 00:41 | |
jiangang | \join openstack-dev | 00:43 |
jiangang | \join #openstack-dev | 00:43 |
*** s0mik has quit IRC | 00:44 | |
*** Tross has joined #openstack-dev | 00:45 | |
vishy | devananda: that is a little crazy! | 00:46 |
vishy | :) | 00:46 |
devananda | vishy: that's bare-metal ;) | 00:46 |
jiangang | \join #openstack-dev | 00:47 |
jiangang | \join #openstack-swift | 00:47 |
*** jakedahn_zz is now known as jakedahn | 00:47 | |
vishy | devananda: afaict they are all copied | 00:48 |
vishy | devananda: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L681 | 00:49 |
*** cp16net|away is now known as cp16net | 00:50 | |
devananda | vishy: ack. i'm thinking it is still available, just in a different variable now | 00:52 |
devananda | like image_meta | 00:52 |
*** maurosr has quit IRC | 00:55 | |
*** spiffxp has quit IRC | 00:57 | |
*** cloudvirt has quit IRC | 00:57 | |
vishy | devananda: all of the keys are prefixed with image | 00:59 |
vishy | so an image property of foo should be in | 00:59 |
vishy | instance['system_metadata']['image_foo'] | 00:59 |
*** cloudvirt has joined #openstack-dev | 01:01 | |
*** sacharya1 has joined #openstack-dev | 01:04 | |
*** networkstatic has joined #openstack-dev | 01:05 | |
*** sacharya has quit IRC | 01:07 | |
*** maurosr has joined #openstack-dev | 01:08 | |
*** maurosr has quit IRC | 01:13 | |
*** maurosr has joined #openstack-dev | 01:13 | |
*** jimfehlig has quit IRC | 01:14 | |
*** zodiak has quit IRC | 01:14 | |
*** colinmcnamara has joined #openstack-dev | 01:15 | |
jgriffith | vishy: Yeah, but if it's in attached state we shouldn't loose that should we? | 01:16 |
*** danwent has quit IRC | 01:16 | |
jgriffith | vishy: I thought the BDM table would pick that up for us | 01:16 |
jgriffith | vishy: It would just change on the *next* attach | 01:17 |
openstackgerrit | A change was merged to openstack/cinder: Add trove classifiers for PyPI https://review.openstack.org/14633 | 01:17 |
*** cp16net is now known as cp16net|away | 01:17 | |
*** maurosr has quit IRC | 01:18 | |
*** sniperd has joined #openstack-dev | 01:18 | |
*** Mandell has quit IRC | 01:19 | |
*** Vek has quit IRC | 01:19 | |
*** tmishler has joined #openstack-dev | 01:19 | |
*** colinmcnamara has quit IRC | 01:20 | |
*** maurosr has joined #openstack-dev | 01:21 | |
*** spiffxp has joined #openstack-dev | 01:21 | |
*** stevebake has quit IRC | 01:22 | |
*** Gordonz has joined #openstack-dev | 01:24 | |
*** mattstep has quit IRC | 01:25 | |
*** maurosr has quit IRC | 01:26 | |
*** novas0x2a|laptop has quit IRC | 01:26 | |
*** mattstep has joined #openstack-dev | 01:26 | |
*** dhubbard_mac has quit IRC | 01:32 | |
devananda | vishy: i patched <driver>/driver.py to print instance and image_meta params. there is no longer any instance['system_metadata'], though this _was_ there a few weeks ago | 01:34 |
devananda | vishy: here's a dump: http://paste.openstack.org/raw/22026/ | 01:34 |
devananda | the image metadata is showing up as image_meta['properties']['foo'] now | 01:35 |
*** anon12345_ has quit IRC | 01:38 | |
*** cmagina has quit IRC | 01:39 | |
*** wenjianhn has joined #openstack-dev | 01:39 | |
*** cloudvirt has quit IRC | 01:41 | |
*** Tross has quit IRC | 01:43 | |
*** otherwiseguy has joined #openstack-dev | 01:45 | |
devananda | i can work around this. it was just a bit of a surprise | 01:46 |
*** spiffxp has quit IRC | 01:48 | |
*** Ruetobas has quit IRC | 01:49 | |
*** tgall_foo has joined #openstack-dev | 01:50 | |
*** tgall_foo has quit IRC | 01:50 | |
*** tgall_foo has joined #openstack-dev | 01:50 | |
*** dhellmann has joined #openstack-dev | 01:50 | |
*** krtaylor has joined #openstack-dev | 01:51 | |
*** dhellmann is now known as dhellmann-afk | 01:51 | |
*** jdurgin has quit IRC | 01:52 | |
*** littleidea has joined #openstack-dev | 01:54 | |
*** roge has joined #openstack-dev | 01:58 | |
*** tmishler has quit IRC | 01:59 | |
*** Gordonz has quit IRC | 02:00 | |
*** mnewby_ has joined #openstack-dev | 02:02 | |
*** mnewby has quit IRC | 02:03 | |
*** mnewby_ is now known as mnewby | 02:03 | |
*** adalbas has quit IRC | 02:04 | |
*** littleidea has quit IRC | 02:04 | |
*** zhidong has joined #openstack-dev | 02:04 | |
*** adalbas has joined #openstack-dev | 02:06 | |
*** pixelbeat has quit IRC | 02:07 | |
*** jakedahn is now known as jakedahn_zz | 02:10 | |
*** s0mik has joined #openstack-dev | 02:11 | |
*** imsplitbit has joined #openstack-dev | 02:12 | |
*** imsplitbit has quit IRC | 02:13 | |
*** anniec has quit IRC | 02:15 | |
*** colinmcnamara has joined #openstack-dev | 02:15 | |
*** Ruetobas has joined #openstack-dev | 02:16 | |
cryptographrix | so, is this the right place to talk about DB engine choices? | 02:21 |
cryptographrix | because the EST5EDT day guys don't seem to respond... | 02:22 |
*** colinmcnamara has quit IRC | 02:23 | |
*** rpedde_away is now known as rpedde | 02:24 | |
*** Tross has joined #openstack-dev | 02:26 | |
*** renier has quit IRC | 02:26 | |
*** renier has joined #openstack-dev | 02:26 | |
*** renier has quit IRC | 02:31 | |
*** edygarcia has joined #openstack-dev | 02:36 | |
*** sacharya has joined #openstack-dev | 02:38 | |
*** sacharya1 has quit IRC | 02:40 | |
*** melwitt has quit IRC | 02:42 | |
*** jiangang has quit IRC | 02:43 | |
*** edygarcia has quit IRC | 02:44 | |
*** cp16net|away is now known as cp16net | 02:51 | |
*** andrewbogott is now known as andrewbogott_afk | 02:53 | |
*** mmalesky has quit IRC | 02:54 | |
*** mmalesky has joined #openstack-dev | 02:54 | |
*** roge has quit IRC | 02:55 | |
*** stevebake has joined #openstack-dev | 03:03 | |
*** renier has joined #openstack-dev | 03:05 | |
*** melwitt has joined #openstack-dev | 03:05 | |
*** vipuls has joined #openstack-dev | 03:06 | |
*** renier has quit IRC | 03:10 | |
*** Tross has quit IRC | 03:12 | |
*** Mandell has joined #openstack-dev | 03:14 | |
*** Vek has joined #openstack-dev | 03:18 | |
*** colinmcnamara has joined #openstack-dev | 03:19 | |
*** mmalesky has quit IRC | 03:21 | |
*** mmalesky has joined #openstack-dev | 03:22 | |
*** colinmcnamara has quit IRC | 03:24 | |
*** Tross has joined #openstack-dev | 03:26 | |
*** brad_ has joined #openstack-dev | 03:34 | |
*** tgall_foo has quit IRC | 03:35 | |
*** brad_ has quit IRC | 03:35 | |
*** jakedahn_zz is now known as jakedahn | 03:45 | |
*** koolhead17 has joined #openstack-dev | 03:45 | |
*** jtran has quit IRC | 03:45 | |
*** littleidea has joined #openstack-dev | 03:48 | |
*** mmalesky has quit IRC | 03:48 | |
*** mrodden has quit IRC | 03:54 | |
*** otherwiseguy has quit IRC | 03:55 | |
*** renier has joined #openstack-dev | 03:59 | |
*** jakedahn is now known as jakedahn_zz | 04:03 | |
*** winston-d has joined #openstack-dev | 04:03 | |
*** renier has quit IRC | 04:03 | |
*** novas0x2a|laptop has joined #openstack-dev | 04:04 | |
openstackgerrit | A change was merged to openstack/glance: Add noseopts and replace noseargs where needed to run_test.sh https://review.openstack.org/14514 | 04:10 |
*** danwent has joined #openstack-dev | 04:12 | |
*** sniperd_ has joined #openstack-dev | 04:14 | |
*** sniperd has quit IRC | 04:15 | |
*** sniperd has joined #openstack-dev | 04:17 | |
*** koolhead17 has quit IRC | 04:18 | |
*** colinmcnamara has joined #openstack-dev | 04:19 | |
*** sniperd_ has quit IRC | 04:20 | |
*** mrodden has joined #openstack-dev | 04:24 | |
*** colinmcnamara has quit IRC | 04:24 | |
*** mrodden has quit IRC | 04:26 | |
*** mrodden has joined #openstack-dev | 04:27 | |
openstackgerrit | A change was merged to openstack/swift: Fix version requirement for mock library. https://review.openstack.org/14446 | 04:27 |
*** otherwiseguy has joined #openstack-dev | 04:27 | |
*** Tross has quit IRC | 04:31 | |
*** ewindisch has quit IRC | 04:34 | |
*** sacharya has quit IRC | 04:35 | |
*** eglynn has joined #openstack-dev | 04:35 | |
*** sleepy-eglynn has quit IRC | 04:39 | |
*** rpedde is now known as rpedde_away | 04:46 | |
*** sunilthaha has joined #openstack-dev | 04:47 | |
*** danwent has quit IRC | 04:56 | |
*** hattwick has quit IRC | 04:57 | |
*** littleidea has quit IRC | 05:00 | |
openstackgerrit | A change was merged to openstack/nova: Check parameter 'marker' before make request to glance https://review.openstack.org/14471 | 05:00 |
*** littleidea has joined #openstack-dev | 05:02 | |
*** gongysh has quit IRC | 05:04 | |
*** ywu has quit IRC | 05:04 | |
*** Hitesh has joined #openstack-dev | 05:05 | |
Hitesh | arosen: Hey Aron, | 05:06 |
arosen | Hey Hitesh | 05:06 |
Hitesh | arosen: I would like to ask what we are guys doing now? | 05:06 |
Hitesh | arosen: I mean what Dan's next plan, I hope you enjoyed the summit? | 05:07 |
arosen | Hitesh: Probably the best place to look are here http://wiki.openstack.org/Summit/Grizzly/Etherpads | 05:08 |
*** zaitcev has quit IRC | 05:09 | |
Hitesh | arosen: Thanks aron | 05:10 |
*** otherwiseguy has quit IRC | 05:10 | |
*** aeperezt_ has joined #openstack-dev | 05:12 | |
Hitesh | arosen: Also, could you please tell me how quantum give a call to keystone to autheticate? | 05:12 |
Hitesh | arosen: I mean at the code level, actually I am looking into that, before that I would like to ask you :) | 05:12 |
*** adjohn has joined #openstack-dev | 05:13 | |
*** aeperezt has quit IRC | 05:15 | |
arosen | there is an example in quantumclient/v2_0/client.py | 05:16 |
arosen | Hitesh: https://github.com/openstack/python-quantumclient/blob/master/quantumclient/v2_0/client.py#L128 | 05:16 |
Hitesh | arosen: Thanks Aron :) | 05:18 |
arosen | Hitesh: np! | 05:19 |
arosen | I'm out ttyl | 05:19 |
Hitesh | arosen: I would like to know more on Quan | 05:19 |
Hitesh | arosen: Sure | 05:19 |
Hitesh | arosen: no prob | 05:19 |
*** colinmcnamara has joined #openstack-dev | 05:20 | |
*** littleidea has quit IRC | 05:21 | |
*** aeperezt_ has quit IRC | 05:21 | |
*** sniperd has quit IRC | 05:22 | |
*** Tross has joined #openstack-dev | 05:22 | |
*** littleidea has joined #openstack-dev | 05:23 | |
*** sniperd has joined #openstack-dev | 05:24 | |
*** colinmcnamara has quit IRC | 05:24 | |
*** afazekas has quit IRC | 05:38 | |
*** danwent has joined #openstack-dev | 05:41 | |
*** garyk has quit IRC | 05:42 | |
*** hattwick has joined #openstack-dev | 05:42 | |
*** nunosantos has quit IRC | 05:44 | |
*** alobbs has joined #openstack-dev | 05:48 | |
*** zaneb has quit IRC | 05:59 | |
*** danwent has quit IRC | 06:00 | |
*** dachary has joined #openstack-dev | 06:09 | |
*** zaneb has joined #openstack-dev | 06:12 | |
*** davidkranz has quit IRC | 06:14 | |
*** dachary has quit IRC | 06:17 | |
*** almaisan-away is now known as al-maisan | 06:18 | |
*** colinmcnamara has joined #openstack-dev | 06:20 | |
*** mindpixel has joined #openstack-dev | 06:21 | |
*** afazekas has joined #openstack-dev | 06:24 | |
*** colinmcnamara has quit IRC | 06:25 | |
*** mrunge has joined #openstack-dev | 06:25 | |
*** sniperd has quit IRC | 06:35 | |
*** sniperd has joined #openstack-dev | 06:37 | |
*** davidkranz has joined #openstack-dev | 06:39 | |
*** davidhadas has joined #openstack-dev | 06:39 | |
*** renier has joined #openstack-dev | 06:41 | |
*** garyk has joined #openstack-dev | 06:44 | |
zykes- | Kiall: around ? | 06:45 |
*** renier has quit IRC | 06:46 | |
*** rafaduran has joined #openstack-dev | 06:47 | |
*** shang has quit IRC | 06:52 | |
*** EmilienM has joined #openstack-dev | 06:54 | |
*** mnewby has quit IRC | 06:57 | |
*** rafaduran has quit IRC | 06:57 | |
*** rafaduran has joined #openstack-dev | 06:58 | |
*** vipuls has quit IRC | 06:58 | |
*** EmilienM has quit IRC | 07:04 | |
*** ywu has joined #openstack-dev | 07:05 | |
*** ywu has quit IRC | 07:10 | |
*** shang has joined #openstack-dev | 07:10 | |
*** reidrac has joined #openstack-dev | 07:17 | |
*** acfleury has joined #openstack-dev | 07:18 | |
*** EmilienM has joined #openstack-dev | 07:19 | |
*** colinmcnamara has joined #openstack-dev | 07:22 | |
*** adalbas has quit IRC | 07:22 | |
*** salv-orlando has joined #openstack-dev | 07:23 | |
*** EmilienM has quit IRC | 07:24 | |
*** adjohn has quit IRC | 07:25 | |
*** littleidea has quit IRC | 07:26 | |
*** shang has quit IRC | 07:28 | |
*** colinmcnamara has quit IRC | 07:31 | |
*** sunilthaha has quit IRC | 07:33 | |
*** renier has joined #openstack-dev | 07:35 | |
*** Ghe_Rivero has quit IRC | 07:38 | |
*** GheAway is now known as GheRivero | 07:39 | |
*** renier has quit IRC | 07:40 | |
*** metral has joined #openstack-dev | 07:40 | |
*** eglynn has quit IRC | 07:40 | |
*** crandquist has quit IRC | 07:42 | |
*** salv-orlando_ has joined #openstack-dev | 07:42 | |
*** salv-orlando has quit IRC | 07:42 | |
*** salv-orlando_ is now known as salv-orlando | 07:42 | |
*** zhuadl has joined #openstack-dev | 07:43 | |
*** ndipanov has joined #openstack-dev | 07:44 | |
*** zing has joined #openstack-dev | 07:45 | |
*** dachary has joined #openstack-dev | 07:47 | |
*** pixelbeat has joined #openstack-dev | 07:50 | |
*** davidkranz_ has joined #openstack-dev | 07:53 | |
*** davidkranz has quit IRC | 07:54 | |
*** al-maisan is now known as almaisan-away | 07:55 | |
*** Ruetobas has quit IRC | 07:55 | |
*** Ruetobas has joined #openstack-dev | 08:01 | |
*** almaisan-away is now known as al-maisan | 08:04 | |
*** EmilienM has joined #openstack-dev | 08:08 | |
*** winston-d has quit IRC | 08:10 | |
*** EmilienM has quit IRC | 08:13 | |
*** erikzaadi has joined #openstack-dev | 08:13 | |
*** darraghb has joined #openstack-dev | 08:21 | |
openstackgerrit | A change was merged to openstack/nova: Fix nova-volume-usage-audit https://review.openstack.org/14603 | 08:22 |
*** colinmcnamara has joined #openstack-dev | 08:27 | |
*** colinmcnamara has quit IRC | 08:31 | |
*** pvo has quit IRC | 08:31 | |
openstackgerrit | A change was merged to openstack/horizon: Fixes JavaScript count bug in tables. https://review.openstack.org/14453 | 08:32 |
*** brucer is now known as brucer_out | 08:32 | |
*** henrynash has quit IRC | 08:33 | |
*** pvo has joined #openstack-dev | 08:33 | |
*** Mandell has quit IRC | 08:33 | |
*** eglynn has joined #openstack-dev | 08:40 | |
*** salv-orlando has quit IRC | 08:59 | |
*** vuntz has quit IRC | 09:04 | |
*** rafaduran has quit IRC | 09:09 | |
*** mathieu_ has joined #openstack-dev | 09:16 | |
*** popux has joined #openstack-dev | 09:17 | |
*** alobbs has quit IRC | 09:18 | |
*** alobbs has joined #openstack-dev | 09:20 | |
*** alobbs1 has joined #openstack-dev | 09:21 | |
*** rafaduran has joined #openstack-dev | 09:22 | |
*** danpb has joined #openstack-dev | 09:23 | |
*** alobbs has quit IRC | 09:25 | |
*** colinmcnamara has joined #openstack-dev | 09:27 | |
*** apevec has joined #openstack-dev | 09:27 | |
*** colinmcnamara has quit IRC | 09:31 | |
*** vuntz has joined #openstack-dev | 09:35 | |
*** mathieu_ has quit IRC | 09:45 | |
andrea_ | hi a quick question I found an error in the logic of a single unite test, I should open a bug to submit the fix or I can just submit my change? | 09:48 |
*** erikzaadi has joined #openstack-dev | 10:10 | |
*** dachary has quit IRC | 10:12 | |
*** cabbage has joined #openstack-dev | 10:12 | |
*** erikzaadi has quit IRC | 10:13 | |
*** erikzaadi has joined #openstack-dev | 10:14 | |
*** zhuadl has quit IRC | 10:18 | |
*** sunilthaha has joined #openstack-dev | 10:20 | |
*** maurosr has joined #openstack-dev | 10:22 | |
*** colinmcnamara has joined #openstack-dev | 10:27 | |
*** rkukura has quit IRC | 10:31 | |
*** colinmcnamara has quit IRC | 10:32 | |
*** sniperd has quit IRC | 10:42 | |
*** maurosr has quit IRC | 10:58 | |
*** maurosr has joined #openstack-dev | 10:59 | |
*** boden has joined #openstack-dev | 11:04 | |
*** maurosr has quit IRC | 11:04 | |
*** maurosr has joined #openstack-dev | 11:05 | |
*** maurosr has quit IRC | 11:05 | |
*** ywu has joined #openstack-dev | 11:06 | |
*** maurosr has joined #openstack-dev | 11:08 | |
*** maurosr has quit IRC | 11:08 | |
*** al-maisan is now known as almaisan-away | 11:09 | |
*** maurosr has joined #openstack-dev | 11:09 | |
*** ywu has quit IRC | 11:10 | |
*** maurosr has quit IRC | 11:13 | |
*** maurosr has joined #openstack-dev | 11:14 | |
*** wenjianhn has quit IRC | 11:16 | |
*** maurosr has quit IRC | 11:19 | |
*** maurosr has joined #openstack-dev | 11:19 | |
*** toey has joined #openstack-dev | 11:25 | |
*** colinmcnamara has joined #openstack-dev | 11:28 | |
*** colinmcnamara has quit IRC | 11:32 | |
*** zykes- has quit IRC | 11:34 | |
*** zykes- has joined #openstack-dev | 11:34 | |
*** toey has quit IRC | 11:39 | |
*** cabbage has left #openstack-dev | 11:41 | |
*** littleidea has joined #openstack-dev | 11:43 | |
*** zhuadl has joined #openstack-dev | 11:43 | |
*** ewindisch has joined #openstack-dev | 11:44 | |
*** littleidea has quit IRC | 11:45 | |
*** salv-orlando has joined #openstack-dev | 11:46 | |
*** almaisan-away is now known as al-maisan | 11:47 | |
*** sandywalsh_ has joined #openstack-dev | 12:00 | |
*** mikal has quit IRC | 12:04 | |
*** mikal has joined #openstack-dev | 12:06 | |
*** rbasak has joined #openstack-dev | 12:06 | |
*** renier has joined #openstack-dev | 12:06 | |
*** iliyash has joined #openstack-dev | 12:10 | |
*** renier has quit IRC | 12:10 | |
*** alunduil has quit IRC | 12:13 | |
*** rbasak has quit IRC | 12:14 | |
*** roge has joined #openstack-dev | 12:15 | |
*** iliyash has quit IRC | 12:17 | |
*** sacharya has joined #openstack-dev | 12:19 | |
*** colinmcnamara has joined #openstack-dev | 12:28 | |
*** winston-d has joined #openstack-dev | 12:29 | |
*** joesavak has joined #openstack-dev | 12:29 | |
*** colinmcnamara has quit IRC | 12:35 | |
*** arbrandes has joined #openstack-dev | 12:40 | |
*** tgall_foo has joined #openstack-dev | 12:43 | |
*** dachary has joined #openstack-dev | 12:48 | |
*** tmishler has joined #openstack-dev | 12:50 | |
*** rafaduran has quit IRC | 12:50 | |
*** tgall_foo has quit IRC | 12:52 | |
*** littleidea has joined #openstack-dev | 12:55 | |
*** joesavak has quit IRC | 12:57 | |
*** dachary has quit IRC | 12:59 | |
*** dprince has joined #openstack-dev | 12:59 | |
*** andrew_ has joined #openstack-dev | 13:01 | |
*** andrew_ is now known as drewlander | 13:01 | |
*** markmcclain has joined #openstack-dev | 13:02 | |
*** cmagina has joined #openstack-dev | 13:05 | |
*** ywu has joined #openstack-dev | 13:06 | |
*** maurosr has quit IRC | 13:10 | |
*** ywu has quit IRC | 13:11 | |
*** dachary has joined #openstack-dev | 13:12 | |
*** rafaduran has joined #openstack-dev | 13:14 | |
*** littleidea has quit IRC | 13:15 | |
*** tgall_foo has joined #openstack-dev | 13:17 | |
*** tgall_foo has quit IRC | 13:17 | |
*** tgall_foo has joined #openstack-dev | 13:17 | |
*** henrynash has joined #openstack-dev | 13:18 | |
*** rpedde_away is now known as rpedde | 13:20 | |
*** maurosr has joined #openstack-dev | 13:21 | |
*** alunduil has joined #openstack-dev | 13:24 | |
*** radez_g0n3 is now known as radez | 13:25 | |
*** imsplitbit has joined #openstack-dev | 13:26 | |
*** imsplitbit has quit IRC | 13:27 | |
*** dachary has quit IRC | 13:30 | |
*** rkukura has joined #openstack-dev | 13:30 | |
*** colinmcnamara has joined #openstack-dev | 13:31 | |
*** imsplitbit has joined #openstack-dev | 13:34 | |
garyk | salv-orlando: ping | 13:34 |
*** davidkranz_ is now known as davidkranz | 13:36 | |
davidkranz | dfdsf | 13:36 |
salv-orlando | garyk: hi | 13:36 |
*** renier has joined #openstack-dev | 13:36 | |
garyk | salv-orlando: i am working on bug 1062046 | 13:37 |
uvirtbot | Launchpad bug 1062046 in quantum "There is a lot of cases that API with an invalid parameter returns 500." [High,In progress] https://launchpad.net/bugs/1062046 | 13:37 |
*** sacharya has quit IRC | 13:38 | |
*** mindpixel has quit IRC | 13:38 | |
garyk | salv-orlando: there are some cases when the bulk commands return 500 instead of 400. i am going to try and deal with them now. first i wanted to ask if you think that the bulk problem is a bug. i am in two minds at the moment | 13:38 |
garyk | salv-orlando: i have delat with the rest of the cases | 13:38 |
*** dspano has joined #openstack-dev | 13:39 | |
salv-orlando | garyk: We should never return 500. It makes sense to return a 400 in the case of bulk requests | 13:40 |
salv-orlando | # | 13:40 |
garyk | salv-orlando: ok, thanks | 13:40 |
salv-orlando | np, thanks for fixing this | 13:40 |
*** dachary has joined #openstack-dev | 13:40 | |
*** colinmcnamara has quit IRC | 13:40 | |
garyk | salv-orlando: np. i may need some babysitting soon with the bulk | 13:41 |
*** riskable has joined #openstack-dev | 13:41 | |
*** dhubbard has quit IRC | 13:41 | |
*** radez is now known as radez_g0n3 | 13:43 | |
salv-orlando | garyk: sure. It should be easy though. For the "native" bulk use case you can do either in api/base.py or db_base_plugin_v2.py. For the emulated case, you can probably do the check at the beginning of _emulate_bulk_create in base.py | 13:44 |
garyk | ok, thanks, i'll check it out | 13:45 |
*** drewlander has quit IRC | 13:46 | |
*** mtreinish has joined #openstack-dev | 13:47 | |
*** drewlander has joined #openstack-dev | 13:48 | |
*** maurosr has quit IRC | 13:49 | |
*** maurosr has joined #openstack-dev | 13:49 | |
*** imsplitbit has quit IRC | 13:50 | |
*** salv-orlando_ has joined #openstack-dev | 13:52 | |
*** salv-orlando has quit IRC | 13:52 | |
*** salv-orlando_ is now known as salv-orlando | 13:52 | |
*** maurosmr has joined #openstack-dev | 13:53 | |
*** maurosr has quit IRC | 13:54 | |
*** maurosr has joined #openstack-dev | 13:55 | |
*** maurosmr has quit IRC | 13:55 | |
*** maurosr has quit IRC | 13:56 | |
*** maurosr has joined #openstack-dev | 13:56 | |
*** jimfehlig has joined #openstack-dev | 13:56 | |
ayoung | apevec, on https://review.openstack.org/#/c/14639/1 should we be reserving openstack-keystone instead? | 13:57 |
apevec | yeah, unfortunately "Keystone" is already taken by some random web framework | 13:58 |
*** joesavak has joined #openstack-dev | 13:59 | |
*** Ruetobas has quit IRC | 13:59 | |
*** colinmcnamara has joined #openstack-dev | 13:59 | |
*** maurosr has quit IRC | 14:00 | |
*** anniec has joined #openstack-dev | 14:01 | |
*** zhuadl has quit IRC | 14:01 | |
*** maurosr has joined #openstack-dev | 14:01 | |
*** s0mik has quit IRC | 14:03 | |
*** sstent has joined #openstack-dev | 14:03 | |
ayoung | apevec, yeah, I saw that. I am guessing that all of the openstack components should have the openstack- prefix? | 14:03 |
*** anniec has quit IRC | 14:04 | |
*** anniec has joined #openstack-dev | 14:04 | |
*** maurosr has quit IRC | 14:05 | |
*** Ruetobas has joined #openstack-dev | 14:06 | |
*** maurosr has joined #openstack-dev | 14:06 | |
apevec | ayoung, clients are already registered as python-*client but for server openstack- prefix makes sense | 14:06 |
apevec | hm, there's already http://pypi.python.org/pypi/glance | 14:07 |
*** al-maisan is now known as almaisan-away | 14:07 | |
apevec | and very out of date | 14:07 |
*** cmagina has quit IRC | 14:08 | |
apevec | btw, pypi is case sensitive and that framework is Keystone so we could register keystone but it would be confusing imho | 14:08 |
zul | vishy: that first patch in the lxc-attach bug will make the hunking big lxc-attach mess go away | 14:09 |
*** maurosr has quit IRC | 14:10 | |
*** crandquist has joined #openstack-dev | 14:10 | |
*** cmagina has joined #openstack-dev | 14:12 | |
andrea_ | belliott: around? | 14:12 |
ayoung | apevec, that would be Evil. Lets get an openstack standard under way. If the existing Keystone project is not actively maintained, lets try to repurpose it, or, better yet, get glance to go with openstack-glance | 14:12 |
*** vinilios has joined #openstack-dev | 14:13 | |
*** guitarzan has quit IRC | 14:13 | |
*** guitarzan has joined #openstack-dev | 14:14 | |
apevec | ayoung, yeah, I've had at least one case where people pip installed that "Keystone" and complained to me :) | 14:14 |
belliott | andrea_: morning | 14:15 |
belliott | andrea_: i'll look at your test fix now, sec | 14:17 |
sstent | is there any documentation as to why innodb was chosen for the nova db? | 14:17 |
andrea_ | belliott: sorry for bothering you, I'd like just to inform you that I added you as reviewer for that https://review.openstack.org/14669 as you are the author of the code I changed | 14:18 |
*** cloudvirt has joined #openstack-dev | 14:21 | |
openstackgerrit | A change was merged to openstack/quantum: Merge OVSVethInterfaceDriver into OVSInterfaceDriver https://review.openstack.org/14323 | 14:21 |
*** maurosr has joined #openstack-dev | 14:21 | |
*** cp16net is now known as cp16net|away | 14:22 | |
*** cp16net|away is now known as cp16net | 14:22 | |
*** dhellmann-afk is now known as dhellmann | 14:22 | |
*** edygarcia has joined #openstack-dev | 14:25 | |
*** cp16net is now known as cp16net|away | 14:25 | |
belliott | andrea_: np at all, and thanks for the fix | 14:27 |
*** mrunge has quit IRC | 14:27 | |
*** sacharya has joined #openstack-dev | 14:27 | |
*** sunilthaha has quit IRC | 14:32 | |
*** Gordonz has joined #openstack-dev | 14:35 | |
*** zodiak has joined #openstack-dev | 14:36 | |
sstent | anyone? Is there any documentation as to why innodb was chosen for the nova db? | 14:39 |
*** Gordonz has quit IRC | 14:39 | |
*** j_king has quit IRC | 14:41 | |
*** primeministerp has joined #openstack-dev | 14:42 | |
openstackgerrit | A change was merged to openstack/keystone: Document PKI configuration and management https://review.openstack.org/14265 | 14:44 |
*** Gordonz has joined #openstack-dev | 14:45 | |
sstent | I'm trying to setup a HA cluster and want understand if there is any reason why we should switch the db engine to NDB | 14:47 |
*** colinmcnamara has quit IRC | 14:48 | |
*** epim has quit IRC | 14:49 | |
Vek | Can I get the following three patches reviewed by someone, please? They are: | 14:52 |
Vek | nova: https://review.openstack.org/#/c/14250/ | 14:52 |
Vek | glance: https://review.openstack.org/#/c/14310/ | 14:52 |
Vek | quantum: https://review.openstack.org/#/c/14359/ | 14:52 |
*** rnirmal has joined #openstack-dev | 14:55 | |
*** cp16net|away is now known as cp16net | 14:56 | |
*** garyk has quit IRC | 14:58 | |
*** datsun180b has joined #openstack-dev | 14:59 | |
*** estpierre has joined #openstack-dev | 15:00 | |
Hitesh | salv-orlando: Hi, | 15:00 |
*** mjfork has quit IRC | 15:01 | |
*** utlemming has joined #openstack-dev | 15:01 | |
*** joesavak has quit IRC | 15:01 | |
*** edgarstp has joined #openstack-dev | 15:01 | |
*** imsplitbit has joined #openstack-dev | 15:02 | |
*** estpierre has left #openstack-dev | 15:02 | |
*** macjack has joined #openstack-dev | 15:02 | |
*** danwent has joined #openstack-dev | 15:03 | |
*** radez_g0n3 is now known as radez | 15:04 | |
*** reidrac has quit IRC | 15:04 | |
openstackgerrit | A change was merged to openstack/python-novaclient: Add OpenStack trove classifier for PyPI https://review.openstack.org/14645 | 15:05 |
zykes- | is there a reason for projects not using alembic yet ? | 15:05 |
*** salv-orlando has quit IRC | 15:05 | |
*** sstent has quit IRC | 15:05 | |
*** salv-orlando has joined #openstack-dev | 15:06 | |
*** sstent has joined #openstack-dev | 15:06 | |
*** rbasak has joined #openstack-dev | 15:06 | |
Hitesh | danwent: Hi Dan, | 15:06 |
*** ywu has joined #openstack-dev | 15:07 | |
danwent | Hitesh: on phone call | 15:07 |
Hitesh | danwent: Ok | 15:07 |
*** otherwiseguy has joined #openstack-dev | 15:08 | |
*** cryptographrix has quit IRC | 15:09 | |
*** cryptographrix has joined #openstack-dev | 15:10 | |
*** sstent has quit IRC | 15:10 | |
*** sstent has joined #openstack-dev | 15:11 | |
*** ywu has quit IRC | 15:11 | |
Hitesh | danwent: I'll ping you later, would love to ask more on Quantum + Hyper-v | 15:13 |
*** dolphm has joined #openstack-dev | 15:13 | |
*** andrewbogott_afk is now known as andrewbogott | 15:17 | |
davidhadas | notmyname: hi, (1) I submitted several changes for review. (2) Last commit, I have some extra white spaces that I need to correct - is it ok to simply commit again on the same branch and indicate 'removed extra spaces' in the commit log? | 15:21 |
jk0 | davidhadas: yep, just fix, commit and git review again | 15:24 |
jk0 | it will push the latest patchset to the review | 15:24 |
*** popux has quit IRC | 15:24 | |
davidhadas | jk0: thanks | 15:24 |
openstackgerrit | A change was merged to openstack/quantum: IP subnet validation fixes https://review.openstack.org/14552 | 15:27 |
*** cp16net is now known as cp16net|away | 15:30 | |
*** Hitesh has quit IRC | 15:31 | |
*** henrynash has quit IRC | 15:31 | |
*** koolhead17 has joined #openstack-dev | 15:32 | |
*** joesavak has joined #openstack-dev | 15:33 | |
notmyname | davidhadas: what jk0 said, but remember to squash your changes. gerrit requires the patch to be one commit | 15:35 |
notmyname | davidhadas: and thanks for submitting the patches | 15:35 |
dachary | doude: \o | 15:38 |
davidhadas | notmyname: I commited the space fix without squashing :( - should I commit a third time after squashing? Than abandon the two others? Will that work? | 15:38 |
*** markmcclain has quit IRC | 15:39 | |
notmyname | davidhadas: abandon the 2nd one, squash the commits and `git review` it again | 15:41 |
notmyname | davidhadas: just make sure the commit-id in the commit message is the same as the first patch set | 15:42 |
doude | dachary: hi | 15:43 |
*** maoy has joined #openstack-dev | 15:44 | |
doude | dachary: I found old code which implemented the backup schedules | 15:44 |
dachary | doude: ahahah :-) Where ? | 15:45 |
doude | dachary: https://code.launchpad.net/~rconradharris/nova/backup_schedule_extension/+merge/74665 | 15:45 |
doude | dachary: it's a branch and it was never commit | 15:46 |
doude | I didn't find why it was commit | 15:46 |
doude | I'd just find this thread in the mailing list : http://openstack.markmail.org/thread/xdp7seenbjzny3dc | 15:47 |
dachary | nice catch. It's a good conversation starter. | 15:47 |
dachary | doude: what's your next move ? | 15:47 |
doude | In fact, historicaly, the v1.0 of OS Compute API implements a backup schedule extension | 15:47 |
doude | because this functionnality was implemented by Rackspace API | 15:48 |
*** colinmcnamara has joined #openstack-dev | 15:48 | |
doude | but nobody develop this functionality and the API extension was remove to OS Compute API | 15:48 |
doude | https://review.openstack.org/#/c/840/ | 15:48 |
doude | I think how to implement a periodic mechanism in Nova service | 15:49 |
doude | I found the mecanism 'peridic_task' already implemted by manager class | 15:49 |
doude | but I don't think it's enougth for our problem | 15:50 |
doude | I found another python which can deliver same finctionnality like unix CRON | 15:51 |
doude | http://packages.python.org/APScheduler/# | 15:51 |
*** shang has joined #openstack-dev | 15:51 | |
doude | Now, I'm starting to write blueprint | 15:52 |
*** colinmcnamara has quit IRC | 15:52 | |
sdague | dtroyer if you are about, it would be good to get your take on the way you'd like to see opensuse come into devstack, as there are competing approaches in the review queue | 15:52 |
*** j_king has joined #openstack-dev | 15:52 | |
*** cp16net|away is now known as cp16net | 15:53 | |
openstackgerrit | A change was merged to openstack/nova: Update policies https://review.openstack.org/14250 | 15:57 |
openstackgerrit | A change was merged to openstack/python-novaclient: Add support for backup instance. https://review.openstack.org/14451 | 15:57 |
dachary | doude: ok | 15:59 |
sandywalsh_ | are there any notes around for installing KVM on bare metal for use with OpenStack? I've only worked with Xen. | 16:00 |
*** arosen has left #openstack-dev | 16:01 | |
*** arosen has joined #openstack-dev | 16:01 | |
*** networkstatic has quit IRC | 16:03 | |
*** tgall_foo has quit IRC | 16:03 | |
*** shang_ has joined #openstack-dev | 16:03 | |
*** shang has quit IRC | 16:04 | |
*** shang__ has joined #openstack-dev | 16:04 | |
*** gyee has joined #openstack-dev | 16:06 | |
*** shang_ has quit IRC | 16:07 | |
doude | dachary: I still have trouble point. For example, how keep trace of schedule orders | 16:07 |
doude | should I put in database in case of restating service ? | 16:08 |
dachary | doude: I think this kind of questions are better discussed after the blueprint has been shared with a few persons. I would not be surprised to learn that someone has already implemented something or has many ideas on how to implement it. | 16:10 |
*** utlemming has quit IRC | 16:11 | |
*** rafaduran has quit IRC | 16:11 | |
*** gatuus has joined #openstack-dev | 16:14 | |
*** jsavak has joined #openstack-dev | 16:16 | |
*** hemna has joined #openstack-dev | 16:16 | |
*** kbringard has joined #openstack-dev | 16:18 | |
*** shang_ has joined #openstack-dev | 16:19 | |
*** joesavak has quit IRC | 16:19 | |
*** markmcclain has joined #openstack-dev | 16:20 | |
*** EmilienM has joined #openstack-dev | 16:20 | |
doude | dachary: Ok | 16:21 |
*** shang__ has quit IRC | 16:21 | |
*** shang has joined #openstack-dev | 16:22 | |
*** shang_ has quit IRC | 16:23 | |
*** joesavak has joined #openstack-dev | 16:28 | |
*** jsavak has quit IRC | 16:29 | |
*** blamar has quit IRC | 16:30 | |
*** blamar has joined #openstack-dev | 16:31 | |
*** dachary has quit IRC | 16:31 | |
*** krtyyy has joined #openstack-dev | 16:33 | |
*** dachary has joined #openstack-dev | 16:33 | |
*** utlemming has joined #openstack-dev | 16:34 | |
*** lloydde has joined #openstack-dev | 16:34 | |
*** jtran has joined #openstack-dev | 16:34 | |
*** littleidea has joined #openstack-dev | 16:34 | |
openstackgerrit | A change was merged to openstack/quantum: add test for create subnet with default gateway and conflict allocation pool https://review.openstack.org/14429 | 16:35 |
*** davidhadas has quit IRC | 16:36 | |
*** davidhadas has joined #openstack-dev | 16:38 | |
openstackgerrit | A change was merged to openstack/python-cinderclient: Add OpenStack trove classifier for PyPI https://review.openstack.org/14642 | 16:40 |
*** shang has quit IRC | 16:44 | |
*** spiffxp has joined #openstack-dev | 16:44 | |
dtroyer | sdague: I don't have a firsthand opinion on OpenSUSE itself; regarding the competing reviews, I don't particularly like either of them at first glance but haven't taken the time to really think through the right thing to do yet. | 16:44 |
*** utlemming has quit IRC | 16:44 | |
dtroyer | I figured with them −1 each other there wasn't a hurry to commit ;) | 16:45 |
*** Mandell has joined #openstack-dev | 16:46 | |
*** epim has joined #openstack-dev | 16:46 | |
*** gatuus has quit IRC | 16:47 | |
*** colinmcnamara has joined #openstack-dev | 16:48 | |
openstackgerrit | A change was merged to openstack/nova: Fixes bug Snapshotting LXC instance fails https://review.openstack.org/13848 | 16:49 |
openstackgerrit | A change was merged to openstack/glance: Add support for multiple db test classes https://review.openstack.org/14255 | 16:49 |
openstackgerrit | A change was merged to openstack/nova: Sync with latest version of openstack.common.timeutils https://review.openstack.org/14666 | 16:49 |
openstackgerrit | A change was merged to openstack/nova: Enable custom eventlet.wsgi.server log_format https://review.openstack.org/14650 | 16:50 |
*** mrodden has quit IRC | 16:50 | |
openstackgerrit | A change was merged to openstack/nova: add port support when QuantumV2 subclass is used https://review.openstack.org/14634 | 16:51 |
openstackgerrit | A change was merged to openstack/python-openstackclient: Add OpenStack trove classifier for PyPI https://review.openstack.org/14646 | 16:51 |
*** gatuus has joined #openstack-dev | 16:52 | |
sdague | dtroyer: ok :) well the explicit distro list seems a little better to me than the package list abstraction | 16:53 |
sdague | would be nice to at least give folks a direction there, so they could go and respin. | 16:54 |
*** colinmcnamara has quit IRC | 16:55 | |
*** jakedahn_zz is now known as jakedahn | 16:55 | |
dtroyer | sdague: agreed, it's on the list, just not at the top | 16:56 |
openstackgerrit | A change was merged to openstack/python-swiftclient: Add OpenStack trove classifier for PyPI https://review.openstack.org/14648 | 16:56 |
sdague | dtroyer: no worries :) | 16:57 |
*** vipuls has joined #openstack-dev | 16:58 | |
*** macjack has quit IRC | 17:02 | |
*** maurosr has quit IRC | 17:02 | |
*** maurosr has joined #openstack-dev | 17:02 | |
*** eglynn has quit IRC | 17:03 | |
*** mnewby has joined #openstack-dev | 17:03 | |
*** zing has quit IRC | 17:05 | |
*** rbasak has quit IRC | 17:05 | |
*** shang has joined #openstack-dev | 17:05 | |
*** mrodden has joined #openstack-dev | 17:05 | |
*** s0mik has joined #openstack-dev | 17:05 | |
*** KurtMartin has joined #openstack-dev | 17:06 | |
*** epim has quit IRC | 17:06 | |
*** anniec has quit IRC | 17:06 | |
*** epim has joined #openstack-dev | 17:07 | |
*** maurosr has quit IRC | 17:07 | |
*** dhubbard has joined #openstack-dev | 17:07 | |
*** ywu has joined #openstack-dev | 17:07 | |
*** maurosr has joined #openstack-dev | 17:08 | |
*** aeperezt has joined #openstack-dev | 17:09 | |
*** garyk has joined #openstack-dev | 17:09 | |
*** jdurgin has joined #openstack-dev | 17:10 | |
*** ywu has quit IRC | 17:11 | |
mnewby | garyk: around? | 17:16 |
garyk | mnewby: yes | 17:16 |
garyk | mnewby: how are you? | 17:16 |
mnewby | garyk: I'm pretty good. How are you doing? I was sorry to hear you'd taken ill - all that travel and jetlag must have taken it's toll. | 17:16 |
garyk | mnewby: i am slowly getting back into the swing of things | 17:17 |
mnewby | garyk: glad to hear it's getting better, at least. | 17:17 |
garyk | mnewby: :) thanks. with you? | 17:17 |
openstackgerrit | A change was merged to openstack/glance: Add OpenStack trove classifier for PyPI https://review.openstack.org/14635 | 17:17 |
mnewby | garyk: doing ok :) | 17:18 |
mnewby | garyk: i was wondering if there were unit tests for the ovs agent and I'm just not seeing them... | 17:18 |
mnewby | I see quantum/tests/openvswitch/test_ovs_tunnel.py, but that's fairly limited. | 17:19 |
garyk | mnewby: it is a touch one. i think that there is a minimal set. in the past i recall that you opened a bug to improve these. | 17:19 |
*** danpb has quit IRC | 17:19 | |
mnewby | garyk: ah, ok. I guess it's on me then. Thank you for the second opinion. :) | 17:20 |
*** adjohn has joined #openstack-dev | 17:20 | |
garyk | mnewby: quantum/tests/unit/openvswitch/ touches on a few things | 17:20 |
*** hemna has quit IRC | 17:21 | |
*** dachary has quit IRC | 17:21 | |
mnewby | garyk: a few different pieces, but the agent itself is only used in the tunnel tests. everything else is framework | 17:21 |
garyk | mnewby: correct. this is where i think that the smokestack/tempest will be very useful. | 17:22 |
mnewby | garyk: I'm afraid I would disagree... | 17:22 |
mnewby | garyk: I subscribe to the idea of the 'testing pyramid'. Functionality should be tested at as low a level as possible. | 17:23 |
garyk | mnewby: understood | 17:23 |
mnewby | garyk: Higher level tests are more expensive to create and maintain, and over time become a huge drag on productivity. | 17:23 |
garyk | mnewby: i agree whole heartedly with you | 17:23 |
mnewby | garyk: Sorry for preaching :) | 17:23 |
*** jog0 has joined #openstack-dev | 17:23 | |
jeblair | vishy: https://bugs.launchpad.net/openstack-ci/+bug/1069917 | 17:24 |
uvirtbot | Launchpad bug 1069917 in openstack-ci "Setting InnoDB for tables breaks mysqlcluster/ndb replication" [Undecided,New] | 17:24 |
mnewby | garyk: In any case, I'll try to create a minimal subset of unit tests for the agent to verify the functionality I'm changing. | 17:24 |
garyk | mnewby: no problem. i just think that one of the pain points that we have at the moment is that there are no real black box tests. | 17:24 |
jeblair | vishy: i think that bug wants to be a nova bug, not an openstack-ci, bug, yeah? | 17:24 |
garyk | mnewby: btw what change are you making? | 17:24 |
*** roampune has joined #openstack-dev | 17:24 | |
vishy | jeblair: probably but I don't really understand the problem | 17:25 |
mnewby | garyk: need the l2 agent to be able to target a second bridge (in domU) under xen for devstack. | 17:25 |
davidhadas | hey, whats the nick of Darrell Bishop? | 17:25 |
mnewby | garyk: Won't affect KVM. | 17:25 |
garyk | mnewby: nice. | 17:25 |
mnewby | garyk: will ensure that the dhcp agent can work under devstack/xen. | 17:25 |
jeblair | vishy: my _guess_ is he wants his tables created with a table type of "ndb" rather than "innodb" | 17:25 |
vishy | jeblair: i guess he wants another table type? | 17:25 |
vishy | jeblair: ah i see | 17:25 |
jeblair | vishy: i'll move it over to nova | 17:25 |
garyk | mnewby: great. silly question - does the dhcp agent need to run in dom0? | 17:26 |
mnewby | garyk: nope, john@citrix and i will ensure that all agents run in domU | 17:26 |
mnewby | garyk: much simplified deployment | 17:26 |
*** cp16net is now known as cp16net|away | 17:27 | |
*** shang_ has joined #openstack-dev | 17:27 | |
mnewby | garyk: The l2 agent will target bridges in both dom0 (for vms) and domU (for dhcp), and the l3 agent with target a bridge in domU. | 17:27 |
*** melwitt has quit IRC | 17:27 | |
mnewby | with => will | 17:27 |
garyk | mnewby: sounds good. | 17:28 |
*** rafaduran has joined #openstack-dev | 17:28 | |
garyk | mnewby: when your devstack is ready i'll be happy to give it a bash | 17:28 |
mnewby | garyk: great! | 17:28 |
*** otherwiseguy has quit IRC | 17:28 | |
*** larsks has joined #openstack-dev | 17:29 | |
*** heckj has joined #openstack-dev | 17:29 | |
*** cp16net|away is now known as cp16net | 17:30 | |
*** shang has quit IRC | 17:30 | |
*** primeministerp has quit IRC | 17:33 | |
*** anniec has joined #openstack-dev | 17:36 | |
*** sstent_ has joined #openstack-dev | 17:38 | |
*** dachary has joined #openstack-dev | 17:38 | |
*** ywu has joined #openstack-dev | 17:39 | |
*** sstent_ has quit IRC | 17:39 | |
*** shang_ has quit IRC | 17:40 | |
*** melwitt has joined #openstack-dev | 17:49 | |
*** darraghb has quit IRC | 17:51 | |
*** hemna has joined #openstack-dev | 17:51 | |
*** colinmcnamara has joined #openstack-dev | 17:51 | |
*** sandywalsh has quit IRC | 17:52 | |
hemna | do OS have any load testing scripts to test new code? | 17:53 |
mordred | jeblair, vishy: seems like a sensible request ... | 17:54 |
mordred | also, awesome to see someone deploying on ndb... | 17:54 |
jeblair | yeah! | 17:54 |
mordred | vishy: I'd be happy to poke at that a little bit if it's not a priority for other folks | 17:55 |
*** rafaduran has quit IRC | 17:56 | |
*** imsplitbit has quit IRC | 17:57 | |
*** henrynash has joined #openstack-dev | 17:57 | |
*** colinmcnamara has quit IRC | 17:58 | |
*** otherwiseguy has joined #openstack-dev | 18:00 | |
*** shang_ has joined #openstack-dev | 18:00 | |
openstackgerrit | A change was merged to openstack/python-quantumclient: Add OpenStack trove classifier for PyPI https://review.openstack.org/14647 | 18:02 |
*** nunosantos has joined #openstack-dev | 18:05 | |
*** afazekas has quit IRC | 18:06 | |
Vek | Can I get the following two patches reviewed by someone, please? They are: | 18:06 |
Vek | glance: https://review.openstack.org/#/c/14310/ | 18:06 |
Vek | quantum: https://review.openstack.org/#/c/14359/ | 18:06 |
*** alobbs1 has quit IRC | 18:08 | |
*** alobbs has joined #openstack-dev | 18:09 | |
*** mjfork has joined #openstack-dev | 18:10 | |
openstackgerrit | A change was merged to openstack/swift: Add OpenStack trove classifier for PyPI https://review.openstack.org/14649 | 18:15 |
*** anniec has quit IRC | 18:16 | |
*** anniec has joined #openstack-dev | 18:16 | |
*** mordred is now known as mtaylor | 18:17 | |
*** mtaylor is now known as mordred | 18:17 | |
*** jgruber has joined #openstack-dev | 18:18 | |
vishy | mordred: cool. I think we could actually just put in a config option for alter db tables | 18:19 |
mordred | vishy: I agree | 18:19 |
vishy | mordred: as in all the places where we set the table type to innodb, we actually wrap it in an if FLAGS.db_convert_tables: | 18:19 |
vishy | etc. | 18:19 |
mordred | oh, wait - I was just thinking like table_type=FLAGS.db_table_type or something - but you're thinking a flag of whether or not to override instal defaults? | 18:20 |
mordred | so __table_args__ = {'mysql_engine': 'InnoDB'} could become __table_args__ = {'mysql_engine': FLAGS.db_mysql_engine} and then we just have to deal with the 10000 migrations | 18:22 |
vishy | mordred: well that is fine i suppose | 18:23 |
vishy | mordred: but __table_args__ doesn't actually do anything ;) | 18:23 |
mordred | heh | 18:23 |
vishy | it is the migrations that do it | 18:23 |
mordred | doesn't table_args do it for initial creation? | 18:23 |
vishy | nope | 18:23 |
vishy | it is all migrations | 18:23 |
mordred | awesome | 18:23 |
vishy | we don't use models.py to create things ever | 18:24 |
vishy | I think making the migrations work with arbitrary db_mysql_engine alter commands might be scary | 18:24 |
vishy | which is why i was suggesting just let it use the db default | 18:24 |
vishy | or explicitly convert to innodb | 18:25 |
*** RichardRaseley has joined #openstack-dev | 18:27 | |
*** littleidea has quit IRC | 18:27 | |
mordred | yes - I believe that that is the right way to do it given how you're using things | 18:28 |
mordred | which basically allows the installer to say "dude, we got it, please stop being helpful, k thx bai" | 18:28 |
mordred | vishy: that being said - should we perhaps remove the InnoDB reference from the models.py while we're at it on this? | 18:29 |
vishy | mordred: yup | 18:30 |
mordred | k. on it | 18:30 |
*** macjack has joined #openstack-dev | 18:34 | |
*** imsplitbit has joined #openstack-dev | 18:35 | |
*** dachary has quit IRC | 18:36 | |
mordred | sigh | 18:38 |
*** EmilienM has quit IRC | 18:39 | |
mordred | vishy: general approach: http://paste.openstack.org/show/22136/ ? (I can't find a better way yet to conditionalize that...) | 18:42 |
openstackgerrit | A change was merged to openstack/glance: Change useexisting to extend_existing to fix deprecation warnings. https://review.openstack.org/14177 | 18:42 |
*** AlanClark has joined #openstack-dev | 18:44 | |
*** sniperd has joined #openstack-dev | 18:45 | |
*** zaitcev has joined #openstack-dev | 18:47 | |
*** salv-orlando_ has joined #openstack-dev | 18:47 | |
*** salv-orlando has quit IRC | 18:47 | |
*** salv-orlando_ is now known as salv-orlando | 18:47 | |
*** rafaduran has joined #openstack-dev | 18:52 | |
maurosr | sdague: vishy fiy I created the bp to api-samples https://blueprints.launchpad.net/nova/+spec/nova-api-samples about the bugs, can I confirm and set their priorities to low by myself? (cause generally someone other than the author need to confirm the bugs) | 18:52 |
sdague | maurosr: for these, sure. if you join the nova-bugs group you can set priority | 18:53 |
maurosr | ok | 18:53 |
sdague | maurosr: https://launchpad.net/~nova-bugs | 18:54 |
*** hemna has quit IRC | 18:55 | |
*** EmilienM has joined #openstack-dev | 18:55 | |
zykes- | EmilienM: ! | 18:56 |
zykes- | ;p | 18:56 |
vishy | maurosr: sure low is fine | 18:56 |
*** colinmcnamara has joined #openstack-dev | 18:56 | |
zykes- | vishy: do you know how I could use a Fiber SAN with Cinder / Nova ? | 18:57 |
*** dachary has joined #openstack-dev | 18:57 | |
*** rafaduran has quit IRC | 18:59 | |
*** hemna has joined #openstack-dev | 19:00 | |
*** afazekas has joined #openstack-dev | 19:00 | |
*** edygarcia has quit IRC | 19:02 | |
*** edygarcia has joined #openstack-dev | 19:02 | |
*** colinmcnamara has quit IRC | 19:05 | |
*** anniec has quit IRC | 19:06 | |
jgriffith | zykes-: you can't | 19:07 |
jgriffith | zykes-: At least not today | 19:07 |
zykes- | jgriffith: wouldn't it be possible to slightly modify stuff either ? | 19:07 |
zykes- | we got a SAN that we wanna use | 19:07 |
jgriffith | zykes-: You could write a driver | 19:07 |
*** ywu_ has joined #openstack-dev | 19:08 | |
jgriffith | zykes-: Then put a FC card in your compute node and modify the virt call | 19:08 |
jgriffith | zykes-: There are folks interested in this sort of thing | 19:08 |
* zykes- wonders why it hasn't been done | 19:08 | |
riskable | With the latest python-novaclient package I cannot seem to get the 'files' dict to work. No matter what I give it--a file object or a string--it never ends up creating said file(s) on the server instances it creates | 19:08 |
ayoung | dolphm, I'm having trouble tracking which of the V3 reviews still need attention. Anything holding you up there? | 19:08 |
jgriffith | zykes-: It's not ideal or something a ton of folks are interested in IMO | 19:08 |
zykes- | jgriffith: but what tech should one use to share drivers or so jgriffith ? | 19:08 |
riskable | Has anyone got the files part of the novaclient working? | 19:09 |
dolphm | ayoung: probably... gerrit abandoned a few this week... should i start sending you a daily digest of please reviews? | 19:09 |
riskable | I mean, it isn't a big deal: It's easy enough to script uploading some files post-build but it would be nice if it worked as described | 19:09 |
*** rnirmal has quit IRC | 19:11 | |
zykes- | jgriffith: not ideal how ? | 19:11 |
jgriffith | zykes-: infrastructure for one, HBA driver support for another | 19:11 |
*** gatuus has quit IRC | 19:11 | |
*** macjack has left #openstack-dev | 19:11 | |
jgriffith | zykes-: zoning, WWPN's etc etc etc | 19:11 |
dolphm | ayoung: heckj: (still catching up on the meeting) on the topic of multifactor, i think we missed a critical point in the discussed design at the summit, in that multifactor != "known A | 19:11 |
jgriffith | zykes-: Regardless, it's not there | 19:12 |
dolphm | ... multifactor != known A + known B | 19:12 |
*** ywu_ has quit IRC | 19:12 | |
jgriffith | zykes-: But if folks want to wirte it, that's cool | 19:12 |
dolphm | that's just single factor (two knowns) | 19:12 |
ayoung | dolphm, daily digest might be too much, but a quick refresh might be in order | 19:12 |
ayoung | dolphm, good point, on multifactor | 19:13 |
dolphm | ayoung: will do | 19:13 |
heckj | dolphm: agreed - the path we're starting down to enable known+have is to enable assertions of authN in the token, and then a means of verifying those assertions full out | 19:13 |
*** s0mik has quit IRC | 19:13 | |
dolphm | ayoung: heckj: so, a policy requiring factors=2 shouldn't accept an auth based on ['password', 'mothers-maiden'] | 19:13 |
heckj | dolphm: would very much like a refresh on what needs attention there as well - | 19:14 |
ayoung | but I think, with the way we are implementing, we will let the system administrators select from a set of precanned auth mechanism, plus allow them to write their own, and set up the ordering of them | 19:14 |
dolphm | heckj: i started to spec it out on the plane home, and ran into this :( | 19:14 |
heckj | I got smeared with a headcold as soon as I landed, so I haven't been functioning at all since Saturday | 19:15 |
zykes- | jgriffith: why's wwwn a problem ? | 19:15 |
openstackgerrit | A change was merged to openstack/quantum: Add OpenStack trove classifier for PyPI https://review.openstack.org/14693 | 19:15 |
jgriffith | zykes-: Is there a question? Or do you just want to make sure I know you want FC support :) | 19:16 |
ayoung | dolphm, on the SQL thing, any idea why creating a table and then immediately selecting on it would fail? I was thinking maybe connections are reference counted in the in memory case, and when it gets to 0, the whole db is scrapped | 19:16 |
jgriffith | zykes-: or should I say *everyone* | 19:16 |
zykes- | jgriffith: Just wondering really why it's so hard contra iscsi :) | 19:16 |
ayoung | would seem to be a bad design... | 19:16 |
dolphm | ayoung: different in-memory databases perhaps? | 19:16 |
jgriffith | zykes-: it is harder for a number of reasons, managing port names, zoning, switches etc | 19:17 |
jgriffith | zykes-: The other interesting thing is HBA support | 19:17 |
jgriffith | zykes-: Some drivers are only available on RHEL | 19:17 |
zykes- | do you need to track port names in cinder ? | 19:17 |
dolphm | ayoung: i believe the reference to the engine is what you need to preserve... two engines = 2 db's | 19:17 |
jgriffith | zykes-: true, but it's a bit different | 19:18 |
BLZbubba | jgriffith: sorry i got in on this discussion a little late, what are you trying to do? | 19:18 |
jgriffith | BLZbubba: I'm not :) | 19:18 |
zykes- | JStoker: ok ? | 19:18 |
BLZbubba | oh, fiber san | 19:18 |
jgriffith | BLZbubba: I made the mistake of answering a question :) | 19:18 |
BLZbubba | heh | 19:18 |
BLZbubba | zykes-: which brand? | 19:18 |
dolphm | ayoung: can't remember if i mentioned it in my email or not, but each driver is creating its own engine reference... i was trying to figure out how to keep that behavior but also inject engines w/ metadata.create_all() already performed for the purposes of testing sql backends directly | 19:18 |
zykes- | Emulex | 19:18 |
zykes- | HBA and compellent SAN | 19:19 |
BLZbubba | personally i would use a linux machine and export the whole thing as NFS | 19:19 |
zykes- | :| | 19:19 |
jgriffith | BLZbubba: Problem solved | 19:19 |
jgriffith | :) | 19:19 |
zykes- | that kinda sucks, cause compellent has alot of cool features | 19:19 |
jgriffith | BLZbubba: Or export it as an iscsi target LOL | 19:19 |
BLZbubba | last time they did a pitch, they had an add on for NAS IIRC | 19:19 |
BLZbubba | or was that equallogic | 19:19 |
ayoung | dolphm, you said you implemented this before. Was that in the Pre KSL change over? | 19:19 |
dolphm | ayoung: basically formalizing this, self.identity_api._ENGINE = existing_engine | 19:19 |
dolphm | ayoung: yes | 19:19 |
zykes- | so how should enterprises do then jgriffith ? | 19:20 |
BLZbubba | zykes-: we could build a nova-volume clone that uses compellant instead of LVM | 19:20 |
BLZbubba | but that would take awhile :P | 19:20 |
zykes- | BLZbubba: why not use cinder.. | 19:20 |
BLZbubba | zykes-: just stay away from san products that don't also do nas. it is silly not to support both | 19:20 |
jgriffith | zykes-: There are enterprise grade options for storage that use iSCSI | 19:20 |
*** jaypipes has quit IRC | 19:20 | |
BLZbubba | admittedly NFS is a pain :P | 19:20 |
zykes- | jgriffith: we already have a SAN that's 2,5 years old ;p | 19:21 |
dolphm | ayoung: i remember running into the fact that sqlalchemy-migrate doesn't allow you to pass in an engine... workaround: run tests against migrations against a db on disk, run everything else in memory w/o migrations | 19:21 |
zykes- | an "old" rig we wanna openstack | 19:21 |
jgriffith | zykes-: Besides, like I said... there is interest and folks are kicking around the idea of FC | 19:21 |
*** Aaton has joined #openstack-dev | 19:21 | |
zykes- | jgriffith: couldn't we plug it into Cinder and have cinder manage it ? | 19:21 |
ayoung | dolphm, hmm, so we create the db schema for SQL tests by hand? | 19:21 |
jgriffith | zykes-: If you want to write the driver/code to do it sure. Else wait for somebody else to pick it up | 19:22 |
BLZbubba | zykes-: is this for the VM boot disk storage, or for adding volumes later? | 19:22 |
zykes- | BLZbubba: both I guess ;p | 19:22 |
zykes- | boot from volume | 19:22 |
BLZbubba | well for the boot disks you probably want NFS | 19:22 |
dolphm | ayoung: no, http://docs.sqlalchemy.org/en/rel_0_7/core/schema.html#creating-and-dropping-database-tables | 19:22 |
zykes- | BLZbubba: why would I want something that's slow as hell ? | 19:23 |
BLZbubba | nfs does just fine | 19:24 |
*** networkstatic has joined #openstack-dev | 19:24 | |
zykes- | BLZbubba: not compared to native fc... | 19:24 |
BLZbubba | well yeah | 19:24 |
zykes- | it sucks when you got a setup from before and can't use it ;p | 19:24 |
ayoung | dolphm, so import all of the sql entities and do a creat_all for them. Will fast forward everything to the latest version. | 19:24 |
dolphm | ayoung: exactly | 19:25 |
BLZbubba | but compellant doesn't do nas at all IIRC, so you are kind of hosed without something in th emiddle | 19:25 |
zykes- | it does SAN | 19:25 |
zykes- | so I guess fix something that can use that ;p | 19:25 |
BLZbubba | yeah you could put fiber in all your compute nodes | 19:26 |
zykes- | we've got that already (old vmware cluster= | 19:26 |
zykes- | as I said that's the reason for wanting to add FC support asap ;p | 19:26 |
zykes- | but i'm a bit novice at implementing it, I can do the cinder driver, that's the easy part | 19:27 |
BLZbubba | if it were me i would just export the whole compellant volume to a linux machine and run cinder and/or NFS on it - for now | 19:27 |
BLZbubba | but hacking a proper solution would be lots of fun! | 19:27 |
zykes- | BLZbubba: shouldn't be that hard I guess | 19:28 |
zykes- | but i'm wondering how I should share out the disk, use like cluster lvm or something | 19:28 |
BLZbubba | yeah conceptually it's easy but what kind of api support does compellant have? | 19:28 |
zykes- | or just plain lvm's | 19:28 |
zykes- | BLZbubba: ssh access at least | 19:28 |
zykes- | ;) | 19:28 |
BLZbubba | rm -rf lvm | 19:28 |
*** sniperd has quit IRC | 19:28 | |
*** jaypipes has joined #openstack-dev | 19:29 | |
*** gatuus has joined #openstack-dev | 19:30 | |
Ryan_Lane | are the ceilometer folks around? | 19:30 |
*** andrewbogott is now known as andrewbogott_afk | 19:30 | |
zykes- | BLZbubba: how would you represent the disks on the compute side? | 19:31 |
*** alop has joined #openstack-dev | 19:31 | |
*** alop has left #openstack-dev | 19:31 | |
*** alop has joined #openstack-dev | 19:31 | |
BLZbubba | zykes-: well i was thinking about doing this for our equallogic; there is an API to create & manage iscsi targets | 19:32 |
*** afazekas has quit IRC | 19:33 | |
zykes- | BLZbubba: I think there's a driver already for eqallogic | 19:33 |
BLZbubba | cool so just clone that for whatever api compellant provides | 19:33 |
BLZbubba | hopefully ti doesn't use telnet like equalogic @$^@$ | 19:34 |
zykes- | ti ? | 19:34 |
zykes- | ah | 19:34 |
BLZbubba | it :P | 19:34 |
*** rkukura has quit IRC | 19:34 | |
*** arbrandes has quit IRC | 19:34 | |
zykes- | how should oen represent the volume on the compute side though after it's been created at the compellent ? | 19:35 |
zykes- | I mean I guess I wouldn't want to mount up like 100 volumes from the san since it would be a devicec nightmare? | 19:35 |
BLZbubba | i wouldn't want to do that by hand | 19:36 |
BLZbubba | i haven't used cinder yet, doesn't it just use iscsiadm on the client side? | 19:36 |
zykes- | I mean, if you create a new volume on the compellent side for the vm, then usually it will show up as a block device on the compute node no ? | 19:37 |
BLZbubba | right | 19:37 |
zykes- | wondering if there's a way to avoid that | 19:37 |
BLZbubba | nfs :P | 19:37 |
zykes- | again, crappy performance on 1 gb network :p | 19:38 |
zykes- | maybe deploy some udev rule or smth to set the device name | 19:38 |
BLZbubba | that is cinder's job isn't it | 19:38 |
zykes- | any nova folks around or someone with suggestions ? | 19:38 |
EmilienM | jgriffith: ping | 19:39 |
jgriffith | EmilienM: pong | 19:39 |
zykes- | BLZbubba: cinders job I think is to create the volume SAN side and export it to the correct compute node | 19:39 |
EmilienM | jgriffith: Hi Sir. | 19:39 |
jgriffith | EmilienM: How are ya? | 19:39 |
EmilienM | jgriffith: very good, thx. And you ? | 19:39 |
*** japage has quit IRC | 19:39 | |
jgriffith | EmilienM: goood | 19:39 |
jgriffith | EmilienM: What can I do for ya? | 19:39 |
zykes- | suggestions jgriffith ? I'll be glad to code it | 19:40 |
BLZbubba | right i would expect that that is all abstracted from the driver and should magically work | 19:40 |
BLZbubba | i really need to try cinder here one of these days | 19:40 |
jgriffith | BLZbubba: It's *just like* nova-volume | 19:40 |
EmilienM | jgriffith: I would like to know more about the specificities if I want to create a new plugin for Cinder | 19:40 |
jgriffith | EmilienM: What sort of plugin are you thinking of? | 19:40 |
EmilienM | jgriffith: for a storage solution | 19:40 |
BLZbubba | i haven't used nova-volume yet either | 19:40 |
jgriffith | BLZbubba: Ahhh :) Ok, then never mind | 19:41 |
BLZbubba | :) | 19:41 |
EmilienM | jgriffith: a plugin that we can compare to solidfire | 19:41 |
jgriffith | BLZbubba: it's just like Cinder :) | 19:41 |
EmilienM | jgriffith: or netapp | 19:41 |
BLZbubba | lol | 19:41 |
jgriffith | EmilienM: Oh... so a driver | 19:41 |
EmilienM | jgriffith: sorry. my bad :) | 19:41 |
jgriffith | EmilienM: No worries | 19:41 |
BLZbubba | ideally i would like a version of nova-volume that just truncated a file on NFS instead of using lvm | 19:41 |
*** dims has joined #openstack-dev | 19:42 | |
EmilienM | jgriffith: I don't know how to develop it, but I have someone who can do it | 19:42 |
jgriffith | BLZbubba: We kinda have that now | 19:42 |
dolphm | ayoung: on that front, i'm running into the same headache as you... with sqlite://, an INSERT immediately following the corresponding CREATE TABLE is failing because the table doesnt' exist | 19:42 |
EmilienM | jgriffith: and I can help him with OpenStack bits | 19:42 |
BLZbubba | jgriffith: oh yeah? | 19:42 |
jgriffith | EmilienM: I'm happy to help | 19:42 |
openstackgerrit | A change was merged to openstack/quantum: Correct Intended Audience https://review.openstack.org/14699 | 19:42 |
zykes- | jgriffith: but not me ? :) | 19:42 |
BLZbubba | jgriffith: as part of cinder or a different project? | 19:42 |
jgriffith | BLZbubba: Cinder, yes | 19:42 |
*** anniec has joined #openstack-dev | 19:42 | |
jgriffith | zykes-: I'm willing to help you as well if you want to write the driver | 19:43 |
zykes- | jgriffith: I'll make the driver, no problemo | 19:43 |
jgriffith | zykes-: It just seemed you were more interested in why it wasn't done already :) | 19:43 |
*** arbrandes has joined #openstack-dev | 19:43 | |
zykes- | or at least do my best to do it :) | 19:43 |
ayoung | dolphm, yeah, am trying to isolate the change to make that work | 19:43 |
jgriffith | zykes-: We should get you synced up with the HP folks that have the same desire | 19:43 |
zykes- | jgriffith: what i'm more interested in is how we do it in the compute side | 19:43 |
jgriffith | zykes-: I'll get some contact info together for you at tomorrows meeting and see where things go | 19:44 |
EmilienM | jgriffith: the first step for me is to get something basic first | 19:44 |
jgriffith | zykes-: Libvirt support NPVI | 19:44 |
zykes- | jgriffith: npvi ? | 19:44 |
* zykes- goes to the G | 19:44 | |
*** gabrielhurley has joined #openstack-dev | 19:45 | |
zykes- | npiv i guess | 19:45 |
jgriffith | zykes-: OOps.. yeah, sorry :) | 19:45 |
zykes- | wonders what that does | 19:46 |
dhellmann | Ryan_Lane: the ceilometer team usually hangs out in #openstack-metering | 19:48 |
Ryan_Lane | ah | 19:48 |
Ryan_Lane | cool | 19:48 |
Ryan_Lane | thanks | 19:48 |
*** afazekas has joined #openstack-dev | 19:49 | |
zykes- | jgriffith: you think it would be possible without npiv ? | 19:49 |
*** jimfehlig has quit IRC | 19:49 | |
jgriffith | zykes-: Might be, but would be harder. TBH I haven't spent much time looking at this, not high on my priority list | 19:49 |
zykes- | ;p | 19:50 |
*** anniec_ has joined #openstack-dev | 19:50 | |
zykes- | jgriffith: which folks @ hp is it ? | 19:50 |
jgriffith | zykes-: The folks in the 3par group. Should have some names tomorrow | 19:51 |
zykes- | ok :) | 19:51 |
zykes- | danke | 19:51 |
*** anniec has quit IRC | 19:53 | |
*** anniec_ is now known as anniec | 19:53 | |
*** andrewbogott_afk is now known as andrewbogott | 19:53 | |
koolhead17 | danwent, here | 19:53 |
danwent | hey | 19:54 |
koolhead17 | danwent, so i was saying did some modification as cloud repo has released | 19:55 |
*** colinmcnamara has joined #openstack-dev | 19:55 | |
danwent | ah, yes. i think there are issues with the version of OVS that shipped with quantal though | 19:55 |
*** drewlander has quit IRC | 19:55 | |
danwent | as apparently they removed DKMS support, which breaks tunneling | 19:55 |
danwent | it looks like the ubuntu folks are on it though: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068365 | 19:56 |
uvirtbot | Launchpad bug 1068365 in openvswitch "openvswitch gre tunnels not working in quantal" [Critical,In progress] | 19:56 |
koolhead17 | danwent, i am using/pointing guide to folsom | 19:57 |
koolhead17 | and using 12.04 | 19:57 |
zykes- | eyy danwent ! | 19:57 |
koolhead17 | LTS | 19:57 |
koolhead17 | danwent, you think it will work with it? | 19:57 |
danwent | koolhead17: in that case, I think we're good. | 19:57 |
danwent | as 12.04 should be fine | 19:58 |
koolhead17 | cool. | 19:58 |
zykes- | danwent: feeling chatty? | 19:59 |
*** colinmcnamara1 has joined #openstack-dev | 19:59 | |
danwent | zykes-: i have the technical committee meeting in 1 minute | 19:59 |
zykes- | ah | 19:59 |
danwent | i think | 19:59 |
koolhead17 | danwent, still if someone from your team/side gives a shot and tests it, and reverifies the doc it makes life easier :) | 19:59 |
danwent | assuming there is a meeting today | 19:59 |
danwent | koolhead17: k, thanks. will take a look | 19:59 |
*** colinmcnamara has quit IRC | 20:00 | |
koolhead17 | danwent, that be great!! | 20:00 |
*** krtyyy has left #openstack-dev | 20:00 | |
koolhead17 | danwent, docs.openstack.org/trunk/openstack-network/admin/content/install_ubuntu.html <-- this one i meant :) | 20:03 |
*** fungi has joined #openstack-dev | 20:03 | |
*** colinmcnamara has joined #openstack-dev | 20:03 | |
*** hemna has quit IRC | 20:03 | |
*** colinmcnamara1 has quit IRC | 20:04 | |
danwent | yup | 20:04 |
danwent | koolhead17: yup | 20:04 |
koolhead17 | :) | 20:04 |
*** s0mik has joined #openstack-dev | 20:05 | |
*** colinmcnamara1 has joined #openstack-dev | 20:05 | |
ayoung | dolphm, any progress? I tried changing the thread pool, but no luck so far | 20:07 |
*** colinmcnamara has quit IRC | 20:07 | |
*** colinmcnamara has joined #openstack-dev | 20:08 | |
dolphm | ayoung: i was just about to try that | 20:08 |
dolphm | ayoung: actually that totally worked for me | 20:09 |
dolphm | ayoung: switched from nullpool to singletonthreadpool | 20:09 |
ayoung | ruh? | 20:09 |
ayoung | Ah, I was trying static | 20:09 |
*** colinmcnamara2 has joined #openstack-dev | 20:09 | |
*** colinmcnamara1 has quit IRC | 20:10 | |
dolphm | ayoung: bonus performance improvement: 14s to run identity sql tests on disk, 5 seconds in memory (on an ssd) | 20:11 |
heckj | nice | 20:11 |
dolphm | so, that should be a bigger delta on platters | 20:11 |
ayoung | dolphm, ok, you are hereby declared theSQL Alchemist | 20:11 |
*** networkstatic has quit IRC | 20:11 | |
ayoung | dolphm, what did you actually change? | 20:12 |
*** colinmcnamara has quit IRC | 20:12 | |
*** colinmcnamara2 has quit IRC | 20:12 | |
* heckj is kind of curious on that myself | 20:12 | |
dolphm | ayoung: engine creation in sql core looks for the 'sqlite://' connection string itself, and opts for something other than nullpool | 20:13 |
*** boden has quit IRC | 20:13 | |
ayoung | dolphm, yeah, I was doing that...post your patch if you would | 20:13 |
*** dprince has quit IRC | 20:13 | |
dolphm | ayoung: heckj: and then in SqlIdentity test setUp, I pass the engine created by the driver into the keystone.common.sql.ModelBase.metadata.create_all(existing_engine) | 20:14 |
dolphm | ayoung: i'll post as wip | 20:14 |
heckj | wow - that's buried in there! | 20:15 |
*** jsavak has joined #openstack-dev | 20:15 | |
*** arbrandes_ has joined #openstack-dev | 20:16 | |
dolphm | heckj: ayoung: https://review.openstack.org/#/c/14704/ | 20:16 |
*** arbrandes has quit IRC | 20:16 | |
*** hemna has joined #openstack-dev | 20:17 | |
dolphm | ayoung: heckj: $ ./run_tests.sh -x -N test_backend_sql:SqlIdentity | 20:17 |
*** jgruber has left #openstack-dev | 20:17 | |
ayoung | dolphm, so the one thing is that I would leave this in util, so we can share it with other tests | 20:17 |
dolphm | ayoung: yeah, it's time to elegantize the answer :) | 20:18 |
dolphm | ayoung: just posted what i had at the moment | 20:18 |
ayoung | if CONF.sql.connection == 'sqlite://': | 20:18 |
ayoung | 151 engine_config['poolclass'] = sqlalchemy.pool.SingletonThreadPool | 20:18 |
ayoung | 152 else: | 20:18 |
ayoung | 153 engine_config['poolclass'] = sqlalchemy.pool.NullPool | 20:18 |
openstackgerrit | A change was merged to openstack/quantum: Update default base database to be V2 https://review.openstack.org/14672 | 20:18 |
ayoung | I am not sure that NullPool is ever what we want | 20:18 |
ayoung | I think just if CONF.sql.connection == 'sqlite://': | 20:19 |
ayoung | <ayoung> 151 engine_config['poolclass'] = sqlalchemy.pool.SingletonThreadPool | 20:19 |
*** joesavak has quit IRC | 20:19 | |
ayoung | otherwise leave it as is | 20:19 |
ayoung | OK, I'm going to leave that to you dolphm . Nice work. | 20:19 |
dolphm | ayoung: i have no idea what the implications of nullpool vs singletonthreadpool are... they both sound like the same thing at first glance | 20:21 |
*** arbrandes_ has quit IRC | 20:21 | |
ayoung | dolphm, nor do I know why that check was put in the get_engine function | 20:22 |
ayoung | But people should not be using sqlite in product. Doesn't mean that they won't, though. So your change is the more conservative, and should be preserved | 20:22 |
dolphm | ayoung: docs to the rescue -- NullPool closes the connection, and when it does, sqlite:// vanishes | 20:22 |
*** woodspa has joined #openstack-dev | 20:23 | |
ayoung | Um...yuck | 20:23 |
ayoung | dolphm, I had a bunch of changes that actually ran through the upgrade code instead of the version you are doing. Once your change is in, I'll rebase mine with it and we can make sure tests are run against the same DB as we use for production | 20:24 |
dolphm | ayoung: heckj: StaticPool might work for all our uses for sqlite | 20:24 |
dolphm | (testing + development) | 20:24 |
*** mrodden1 has joined #openstack-dev | 20:28 | |
*** mrodden has quit IRC | 20:29 | |
*** jimfehlig has joined #openstack-dev | 20:31 | |
ayoung | dolphm, I would think so. | 20:32 |
*** sniperd has joined #openstack-dev | 20:33 | |
*** dhubbard has quit IRC | 20:39 | |
*** salv-orlando has quit IRC | 20:40 | |
*** salv-orlando has joined #openstack-dev | 20:41 | |
*** nati_ueno has joined #openstack-dev | 20:41 | |
*** mikal has quit IRC | 20:41 | |
*** mikal has joined #openstack-dev | 20:43 | |
jog0 | vishy: for 3rd party APIs what about metadata serivices? | 20:45 |
*** dhellmann is now known as dhellmann-afk | 20:45 | |
*** arbrandes has joined #openstack-dev | 20:46 | |
*** colinmcnamara has joined #openstack-dev | 20:46 | |
*** tgall_foo has joined #openstack-dev | 20:47 | |
*** tgall_foo has quit IRC | 20:47 | |
*** tgall_foo has joined #openstack-dev | 20:47 | |
*** sniperd has quit IRC | 20:47 | |
*** colinmcnamara1 has joined #openstack-dev | 20:48 | |
*** jsavak has quit IRC | 20:49 | |
*** colinmcnamara2 has joined #openstack-dev | 20:50 | |
*** dhubbard has joined #openstack-dev | 20:50 | |
openstackgerrit | A change was merged to openstack/swift: Fixes Ilegal chunk encoding by the test_client https://review.openstack.org/14638 | 20:50 |
*** colinmcnamara has quit IRC | 20:50 | |
ayoung | dolphm, heckj I suspect that the SQL issue dolphm is working on is causing failures like https://review.openstack.org/#/c/14478/ | 20:52 |
*** colinmcnamara1 has quit IRC | 20:53 | |
*** woodspa has quit IRC | 20:53 | |
vishy | jog0: we will have to make it pluggable in the ec2 case | 20:53 |
ayoung | that resolves to a time out issue, I suspect because the SQL tests are taking too long to run on ext2 | 20:53 |
dolphm | ayoung: not causing, but a potential workaround to* | 20:53 |
vishy | do any other 3rd party apis have a metadata service yet? | 20:53 |
*** rbasak has joined #openstack-dev | 20:53 | |
*** colinmcnamara has joined #openstack-dev | 20:53 | |
jog0 | vishy: we haven't implimented the GCE metadata service yet | 20:53 |
heckj | ayoung: yep, I agree | 20:54 |
jog0 | vishy: but it does have its own | 20:54 |
*** ameade has quit IRC | 20:54 | |
*** apevec has quit IRC | 20:54 | |
*** woodspa has joined #openstack-dev | 20:54 | |
openstackgerrit | A change was merged to openstack/glance: Fix scrubber not scrubbing with swift backend https://review.openstack.org/13627 | 20:54 |
*** ameade has joined #openstack-dev | 20:54 | |
vishy | jog0: interesting. Is it 169.254.169.254 based? | 20:54 |
vishy | jog0: or a totally different implementation? | 20:54 |
danwent | nati_ueno: have you created a separate BP for the iptables work associated with https://blueprints.launchpad.net/quantum/+spec/quantum-security-groups | 20:54 |
nati_ueno | danwent: Not yet. OK I'll create it now | 20:55 |
*** colinmcnamara2 has quit IRC | 20:55 | |
danwent | nati_ueno: thx. please set target to grizzly-1 | 20:55 |
nati_ueno | danwent: gotcha | 20:56 |
*** dolphm has quit IRC | 20:56 | |
*** rnirmal has joined #openstack-dev | 20:56 | |
*** koolhead17 has quit IRC | 20:56 | |
*** dolphm has joined #openstack-dev | 20:56 | |
*** colinmcnamara1 has joined #openstack-dev | 20:57 | |
*** woodspa has quit IRC | 20:58 | |
jog0 | vishy: https://developers.google.com/compute/docs/metadata | 20:58 |
*** colinmcnamara has quit IRC | 20:58 | |
gatuus | what's the reason of nova-cert?? | 20:59 |
vishy | gatuus: to generate certs! | 20:59 |
*** colinmcnamara has joined #openstack-dev | 20:59 | |
*** rbasak has quit IRC | 20:59 | |
gatuus | ok,,, | 20:59 |
vishy | gatuus: certs are used to encrypt images for ec2 upload bundle commands | 21:00 |
*** woodspa has joined #openstack-dev | 21:00 | |
*** dolphm has quit IRC | 21:00 | |
gatuus | ohhh nice explanation.. vishy: thanks | 21:01 |
*** colinmcnamara1 has quit IRC | 21:01 | |
vishy | jog0: http://metadata.google.internal | 21:01 |
vishy | jog0: how the hell does that work? I guess their dhcp server is handing out a dns record that resolves that? | 21:02 |
*** colinmcnamara1 has joined #openstack-dev | 21:02 | |
vishy | jog0: any idea what it resolves to by default? | 21:02 |
jog0 | vishy: yea, we can just add something in hosts | 21:02 |
*** radez is now known as radez_g0n3 | 21:02 | |
*** dhubbard has quit IRC | 21:03 | |
*** koolhead17 has joined #openstack-dev | 21:03 | |
*** dhubbard has joined #openstack-dev | 21:04 | |
*** colinmcnamara has quit IRC | 21:04 | |
*** joesavak has joined #openstack-dev | 21:04 | |
*** colinmcnamara has joined #openstack-dev | 21:05 | |
*** colinmcnamara1 has quit IRC | 21:06 | |
*** woodspa has quit IRC | 21:07 | |
*** Dorogs has joined #openstack-dev | 21:07 | |
*** colinmcnamara1 has joined #openstack-dev | 21:07 | |
*** ywu_ has joined #openstack-dev | 21:08 | |
*** colinmcnamara has quit IRC | 21:09 | |
*** ywu_ has quit IRC | 21:09 | |
*** joesavak has quit IRC | 21:09 | |
*** colinmcnamara has joined #openstack-dev | 21:10 | |
*** Dorogs has quit IRC | 21:11 | |
*** colinmcnamara1 has quit IRC | 21:12 | |
*** Dorogs has joined #openstack-dev | 21:12 | |
*** hemna has quit IRC | 21:12 | |
*** roampune has left #openstack-dev | 21:14 | |
*** cmagina has quit IRC | 21:21 | |
*** colinmcnamara has left #openstack-dev | 21:21 | |
*** cmagina has joined #openstack-dev | 21:22 | |
*** hemna has joined #openstack-dev | 21:25 | |
*** mtreinish has quit IRC | 21:26 | |
*** rkukura has joined #openstack-dev | 21:26 | |
*** colinmcnamara has joined #openstack-dev | 21:26 | |
openstackgerrit | A change was merged to openstack/cinder: Add the generation of the username and password for iSCSI target. https://review.openstack.org/14594 | 21:28 |
openstackgerrit | A change was merged to openstack/keystone: Fixes Bug 1063852 https://review.openstack.org/14167 | 21:29 |
uvirtbot | Launchpad bug 1063852 in keystone "Default to PKI tokens" [High,In progress] https://launchpad.net/bugs/1063852 | 21:29 |
openstackgerrit | A change was merged to openstack/python-glanceclient: Add OpenStack trove classifier for PyPI https://review.openstack.org/14643 | 21:29 |
*** colinmcnamara1 has joined #openstack-dev | 21:29 | |
openstackgerrit | A change was merged to openstack/nova: Fix bug in a test for the scheduler DiskFilter. https://review.openstack.org/14669 | 21:29 |
*** colinmcnamara has quit IRC | 21:30 | |
nati_ueno | danwent: where can I get subteam IRC meetings ? | 21:31 |
*** dolphm has joined #openstack-dev | 21:31 | |
*** colinmcnamara has joined #openstack-dev | 21:33 | |
danwent | nati_ueno: which subteam? | 21:33 |
*** colinmcnamara1 has quit IRC | 21:33 | |
danwent | other than the lbaas stuff posted here (http://wiki.openstack.org/Quantum/LBaaS), I don't know of any sub-team meetings, and if there are, they should be posted better | 21:34 |
nati_ueno | danwent: Ah I got it. I may misunderstand that each subteam will have meeting | 21:35 |
nati_ueno | danwent: Thanks | 21:35 |
*** colinmcnamara1 has joined #openstack-dev | 21:35 | |
danwent | nati_ueno: no, think of it more as how the main openstack team meeting has sections for each project (keystone, nova, cinder, quantum, horizon, etc.) | 21:36 |
danwent | the quantum mtg might go through each sub-team | 21:36 |
nati_ueno | danwent: It make sense | 21:36 |
*** colinmcnamara has quit IRC | 21:37 | |
*** colinmcnamara has joined #openstack-dev | 21:38 | |
*** littleidea has joined #openstack-dev | 21:38 | |
*** colinmcnamara1 has quit IRC | 21:39 | |
*** melwitt has quit IRC | 21:40 | |
*** colinmcnamara1 has joined #openstack-dev | 21:40 | |
*** colinmcnamara has quit IRC | 21:40 | |
*** littleidea has quit IRC | 21:42 | |
*** henrynash has quit IRC | 21:43 | |
*** colinmcnamara has joined #openstack-dev | 21:43 | |
*** colinmcnamara1 has quit IRC | 21:44 | |
*** colinmcnamara1 has joined #openstack-dev | 21:46 | |
*** alobbs has quit IRC | 21:46 | |
*** colinmcnamara has quit IRC | 21:48 | |
*** dhubbard has quit IRC | 21:48 | |
*** dhubbard has joined #openstack-dev | 21:48 | |
*** littleidea has joined #openstack-dev | 21:48 | |
*** melwitt has joined #openstack-dev | 21:49 | |
*** dhubbard_ has joined #openstack-dev | 21:50 | |
openstackgerrit | A change was merged to openstack/nova: Remove duplicate methods from network/rpcapi.py https://review.openstack.org/14696 | 21:51 |
*** colinmcnamara1 has quit IRC | 21:52 | |
*** Dorogs has quit IRC | 21:52 | |
*** sandywalsh_ has quit IRC | 21:52 | |
*** mnewby_ has joined #openstack-dev | 21:53 | |
*** jcooley has joined #openstack-dev | 21:55 | |
*** gabrielhurley has quit IRC | 21:56 | |
*** mnewby has quit IRC | 21:56 | |
*** mnewby_ is now known as mnewby | 21:56 | |
*** kbringard has quit IRC | 21:58 | |
*** jaypipes has quit IRC | 21:58 | |
*** littleidea has quit IRC | 21:59 | |
*** EmilienM has left #openstack-dev | 22:01 | |
*** littleidea has joined #openstack-dev | 22:02 | |
*** littleidea has left #openstack-dev | 22:02 | |
*** tgall_foo has quit IRC | 22:05 | |
*** markmcclain has quit IRC | 22:06 | |
*** gyee has quit IRC | 22:06 | |
*** heckj has quit IRC | 22:06 | |
*** littleidea has joined #openstack-dev | 22:07 | |
*** tmishler has quit IRC | 22:08 | |
*** littleidea has left #openstack-dev | 22:09 | |
*** colinmcnamara has joined #openstack-dev | 22:10 | |
*** colinmcnamara has left #openstack-dev | 22:10 | |
jog0 | vishy: when should nova-volumes be removed from master? Now or hold off for a while? As it is deprecated in Folsom and Out in Grizzly. | 22:11 |
*** jcooley has quit IRC | 22:12 | |
*** littleidea has joined #openstack-dev | 22:12 | |
*** kmartin has joined #openstack-dev | 22:15 | |
mordred | jog0, vishy: related question - can we confirm that it's ok to stop testing nova-volume on master? | 22:16 |
*** KurtMartin has quit IRC | 22:16 | |
*** negronjl has quit IRC | 22:16 | |
jog0 | mordred,vishy: presumably we should do both at the same time. | 22:16 |
mordred | well, we can do "stop testing" before we do "remove code" .. but yeah | 22:17 |
openstackgerrit | A change was merged to openstack/swift: Track unlinks of async_pendings. https://review.openstack.org/14545 | 22:19 |
openstackgerrit | A change was merged to openstack/swift: Two MIME types sent during test https://review.openstack.org/14662 | 22:19 |
openstackgerrit | A change was merged to openstack/nova: Fix nova-volume-usage-audit https://review.openstack.org/14288 | 22:19 |
openstackgerrit | A change was merged to openstack/glance: Merge in update openstack-common policy code https://review.openstack.org/14310 | 22:20 |
*** negronjl has joined #openstack-dev | 22:20 | |
openstackgerrit | A change was merged to openstack/nova: Move mkfs from libvirt.utils to utils https://review.openstack.org/14681 | 22:20 |
*** mrodden1 has quit IRC | 22:22 | |
*** dspano has quit IRC | 22:22 | |
*** eglynn has joined #openstack-dev | 22:23 | |
*** alobbs has joined #openstack-dev | 22:25 | |
*** lloydde has quit IRC | 22:27 | |
*** lloydde has joined #openstack-dev | 22:28 | |
*** ywu_ has joined #openstack-dev | 22:28 | |
*** sacharya has quit IRC | 22:28 | |
*** alunduil has quit IRC | 22:29 | |
*** shang_ has quit IRC | 22:30 | |
*** henrynash has joined #openstack-dev | 22:31 | |
*** Gordonz has quit IRC | 22:32 | |
*** vipuls has quit IRC | 22:32 | |
*** vipuls has joined #openstack-dev | 22:35 | |
*** jcooley has joined #openstack-dev | 22:36 | |
*** eglynn has quit IRC | 22:39 | |
*** networkstatic has joined #openstack-dev | 22:41 | |
*** imsplitbit has quit IRC | 22:41 | |
*** rnirmal has quit IRC | 22:42 | |
*** datsun180b has quit IRC | 22:42 | |
vishy | mordred: it will go out as soon as i write the patch | 22:43 |
*** rpedde is now known as rpedde_away | 22:44 | |
*** dachary has quit IRC | 22:45 | |
*** dachary has joined #openstack-dev | 22:46 | |
*** jimfehlig has quit IRC | 22:50 | |
harlowja | why nobody like my canon code, lol | 22:52 |
harlowja | haha | 22:52 |
harlowja | haters :-p | 22:52 |
*** lloydde has quit IRC | 22:57 | |
jog0 | vishy: if you want I can write the nova-volume removal patch | 22:59 |
*** alobbs1 has joined #openstack-dev | 23:00 | |
vishy | jog0: and steal my lines removed! | 23:01 |
vishy | :o | 23:01 |
mordred | vishy: so we can get rid of the nova-volume testing? (your patch, I think, won't land if we haven't removed that testin gyet) | 23:01 |
vishy | mordred: yes we can remove it on trunk | 23:02 |
mordred | excellent | 23:03 |
mordred | jeblair: ^^ | 23:03 |
jog0 | vishy: you figured out my plan | 23:03 |
jog0 | vishy: its all yours | 23:03 |
*** alobbs has quit IRC | 23:04 | |
*** anon12345_ has joined #openstack-dev | 23:04 | |
anon12345_ | how do you access and look at entries in the database via command line in keystone? | 23:04 |
*** gatuus has quit IRC | 23:04 | |
jeblair | mordred: ock | 23:04 |
jeblair | ack even | 23:04 |
*** winston-d has quit IRC | 23:05 | |
*** darjeeling has quit IRC | 23:09 | |
*** arbrandes has quit IRC | 23:09 | |
*** henrynash has quit IRC | 23:09 | |
dolphm | anon12345_: try $ keystone help | 23:12 |
*** alop has quit IRC | 23:13 | |
*** epim has quit IRC | 23:13 | |
*** brucer has joined #openstack-dev | 23:16 | |
*** lloydde has joined #openstack-dev | 23:18 | |
*** dolphm has quit IRC | 23:18 | |
*** andrewbogott is now known as andrewbogott_afk | 23:21 | |
*** edygarcia has quit IRC | 23:22 | |
*** littleidea has quit IRC | 23:23 | |
*** jcooley has quit IRC | 23:23 | |
*** dolphm has joined #openstack-dev | 23:24 | |
*** tgall_foo has joined #openstack-dev | 23:28 | |
*** tgall_foo has quit IRC | 23:28 | |
*** tgall_foo has joined #openstack-dev | 23:28 | |
*** alunduil has joined #openstack-dev | 23:29 | |
*** spiffxp has quit IRC | 23:30 | |
*** anon12345_ has quit IRC | 23:32 | |
*** anon12345_ has joined #openstack-dev | 23:32 | |
anon12345_ | it looks like those tables arent showing everything though, like service id and pass in extra | 23:33 |
*** dolphm has quit IRC | 23:33 | |
*** metral has quit IRC | 23:36 | |
*** blamar has quit IRC | 23:36 | |
*** metral has joined #openstack-dev | 23:36 | |
*** blamar has joined #openstack-dev | 23:39 | |
*** zodiak has quit IRC | 23:39 | |
*** afazekas has quit IRC | 23:43 | |
*** otherwiseguy has quit IRC | 23:48 | |
*** Tross has quit IRC | 23:48 | |
*** littleidea has joined #openstack-dev | 23:49 | |
*** Tross has joined #openstack-dev | 23:52 | |
*** blamar has quit IRC | 23:54 | |
*** lloydde has quit IRC | 23:57 | |
*** pixelbeat has quit IRC | 23:58 | |
*** dims has quit IRC | 23:59 | |
openstackgerrit | A change was merged to openstack/nova: Fix bad Log statement in nova-manage https://review.openstack.org/14685 | 23:59 |
nati_ueno | danwent: Hi Are you there? | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!