Saturday, 2013-01-12

*** alop has quit IRC00:00
*** rnirmal has quit IRC00:00
alexpilottisquishy: about cloud-init / cloudbase-init, I'm going to start by supporting your metadata approach, will be ready for Grizzly00:01
squishyalexpilotti: cool thanks. FYI xenapi will have the agent + write on server side00:01
squishyI am going to put that together next week00:02
*** bswartz has joined #openstack-dev00:02
squishyso if you prefer that it is fine00:02
squishyalexpilotti: just support the other as well. I.e. only write it if the guest communication works00:02
alexpilottisquishy: cool. Should we have a meeting to see how to put togheter a common interface?00:02
*** mrodden1 has quit IRC00:02
squishyalso i don't have this in my script, but the cloud init should actually try to get the password before setting it00:03
squishybecause it is write once00:03
alexpilottisquishy: I mean something that could be abstracted on all hypervisors in use00:03
*** devcamcar has joined #openstack-dev00:03
alexpilottisquishy: especially considering the cloud-init side00:03
squishyso if curl http://169.254.169.254/openstack/2013-04-04/password returns data (not a 404) then the password has been set already00:04
squishyand the cloud-init shouldn't attempt to change the admin password00:04
alexpilottisquishy: what happens if cloud init tries anyway?00:04
alexpilottisquishy: should this be enforced on the metadata side as well?00:04
squishyalexpilotti: if you try you will get a 409 conflict00:04
alexpilottisquishy: returning e.g. a 401?00:04
alexpilottisquishy: ok, perfect ;-)00:05
squishyalexpilotti: just make sure you do generate -> try to set metadata -> set admin password00:05
squishybecause if you change the admin password and get a 409 the user can't login anymore :)00:05
alexpilottisquishy: gotcha, I guess that a try / except will save me :-D00:06
squishyalexpilotti: also the 409 isn't immediate becasue the metadata server caches values for about 15 seconds00:06
alexpilottisquishy: ok, it's still a synchronous operation, right?00:07
squishyhttps://github.com/openstack/nova/blob/master/nova/api/metadata/password.py#L5800:07
*** epim has quit IRC00:08
*** henrynash has joined #openstack-dev00:08
*** epim has joined #openstack-dev00:08
openstackgerritA change was merged to openstack/quantum: NvpPluginException mixes err_msg and err_desc  https://review.openstack.org/1943200:09
openstackgerritA change was merged to openstack/nova: Skip domains on libvirt errors in get_vcpu_used()  https://review.openstack.org/1947400:09
*** ewindisch has joined #openstack-dev00:10
alexpilottisquishy: will take a look at the implementation. Seems very straightforward anyway.00:10
*** henrynash has quit IRC00:11
*** vkmc has quit IRC00:11
*** devcamcar has quit IRC00:12
*** epim_ has joined #openstack-dev00:14
*** epim has quit IRC00:14
*** epim_ is now known as epim00:14
*** ewindisch has quit IRC00:18
*** colinmcnamara has left #openstack-dev00:21
*** mrodden has joined #openstack-dev00:21
smosersquishy, patches are welcome00:27
*** devcamcar has joined #openstack-dev00:28
squishysmoser: 0o00:29
*** dolphm has quit IRC00:29
squishysmoser:  U00:29
smosersquishy, there isn't actually a pure "openstack" datasource at the moment.00:29
squishyyes i suppose so00:30
smoserie, what is there now uses the ec2 metadata. i'd very much welcome a openstack datasource.00:30
smoser(ie, one that only hit http://<MD_ADDRESS>/openstack/00:30
squishysmoser: do  you think it should automatically do the password setting if a public key is passed in?00:30
*** dolphm has joined #openstack-dev00:30
smoseri'd have to think about it. actually i just noticed today that if you laucnh an instance with nova client, it shows you an admin pass.00:31
squishy(assuming the password enpdpoint is available)00:31
squishysmoser: yes which is not set for libvirt00:31
smoserbut honestly in linux, ther is very little value in this.00:31
smoserright?00:31
smoseror am i missing something00:31
squishysmoser: i think the password could be omitted by the provider by doing password_length=000:35
squishysmoser: but a user can still set it and have it do nothing00:36
smoseri dont follow.00:36
squishy:(00:36
smoserdo you actually see a use for it in linux?00:36
squishysmoser: not really, but it is in the api unfortunately00:36
smoserit is *trivial* with current cloud-init to set up any user you want to have sudo access.00:36
*** woodspa has quit IRC00:36
smosersquishy, but i'd definitely be interested in a pure openstack datasource for cloud-init, and i would accept patches to do the passowrd post.00:39
openstackgerritA change was merged to openstack/quantum: Port to argparse based cfg  https://review.openstack.org/1909000:40
smoserhave to think about it as default true though.00:40
smoserif anyone is interested (i'd appreciate feedback) cirros 0.3.1~pre4 is at http://download.cirros-cloud.net/0.3.1~pre4/00:40
smoserit has config-drive-v2 support and some other bugs fixed there too.00:40
*** novas0x2a|laptop has quit IRC00:41
*** danwent has joined #openstack-dev00:43
*** kpg2012 has quit IRC00:48
*** ewindisch has joined #openstack-dev00:53
*** bswartz has quit IRC00:53
*** bswartz has joined #openstack-dev00:53
*** sacharya has joined #openstack-dev00:55
*** galthaus has joined #openstack-dev00:56
*** garyTh has quit IRC00:58
*** yidclare has quit IRC00:59
openstackgerritA change was merged to openstack/glance: Add import for filesystem_store_datadir config.  https://review.openstack.org/1947201:00
openstackgerritA change was merged to openstack/python-keystoneclient: Move iso8601 dependency from test- to pip-requires  https://review.openstack.org/1931401:01
*** Nachi has quit IRC01:04
*** nati_ueno has joined #openstack-dev01:05
*** dolphm has quit IRC01:08
*** anniec_ has joined #openstack-dev01:09
*** anniec has quit IRC01:09
*** anniec_ is now known as anniec01:09
*** gongysh has joined #openstack-dev01:09
*** jcmartin has quit IRC01:10
*** colinmcnamara has joined #openstack-dev01:11
*** Guest29624 has quit IRC01:11
*** megha has joined #openstack-dev01:12
*** kpg2012 has joined #openstack-dev01:12
*** riskable has joined #openstack-dev01:13
openstackgerritA change was merged to openstack/keystone: Fixes import order nits  https://review.openstack.org/1885801:14
*** kpg2012 has quit IRC01:14
*** colinmcnamara has quit IRC01:15
squishysmoser: the admin password is on the config drive01:17
*** megha has quit IRC01:17
squishysmoser: does cloud init do anything with it?01:18
*** epim has quit IRC01:19
*** justdan has quit IRC01:20
squishyalexpilotti: does your current version of cloud-init use the admin_password that is on config drive?01:25
alexpilottisquishy: yep01:26
*** slackguru has quit IRC01:27
squishyalexpilotti: does it just leave the config drive connected?01:28
squishyalexpilotti: as in any user on the box could read the admin password?01:28
alexpilottisquishy: it dismount it01:28
alexpilottisquishy: no01:28
squishyalexpilotti: ok nice01:28
alexpilottisquishy: in windows it's quite complicated01:28
alexpilottisquishy: I mean, you just don't mount a raw partition containining ISO data01:29
squishyalexpilotti: It doesn't show up as a cdrom?01:29
alexpilottisquishy: I mount it, extract the data to a file, mount it as loopback, read it and close it01:29
alexpilottisquishy: no, it 's a virtual HDD with unpartitioned data01:30
squishyalexpilotti: oh my, we should have attached it as a cdrom01:30
alexpilottisquishy: I spoke with smoser time ago01:30
squishyalexpilotti: then the guest code could just 'eject' the cd01:30
alexpilottisquishy: he promised to do that ;-)01:30
*** dansmith has joined #openstack-dev01:30
alexpilottisquishy: we already support it01:31
alexpilottisquishy: there's a flag in our config drive implementation that mounts the config drive as a CD01:31
alexpilottisquishy: this is also the only way on systems <= 2012 for the moment01:31
alexpilottisquishy: but still, for how quick you can be, the CDROM will be visible01:32
alexpilottisquishy: so admin_pass is still a security issue01:32
alexpilottisquishy: even bigger if you think about getting the host hacked01:32
squishyalexpilotti: that is why I was hoping for cd + eject01:33
squishyonce the cd is ejected it is gone01:33
squishyalexpilotti: but that would require tracking the state of the cd on the host and not reattaching it on reboot etc.01:33
squishyso that might be a little complex01:33
alexpilottisquishy: more: you need to delete it as soon as possible01:34
alexpilottiswifterdarrell: there's a CONF option to not use admin_pass at all01:34
alexpilottisquishy: ^^ typo :-)01:34
squishyalexpilotti: what is that option01:34
squishyalexpilotti: I was just looking for it01:34
alexpilottisquishy: it's also available in KVM01:35
*** yidclare has joined #openstack-dev01:35
squishyah enable_instance_password01:36
squishythere it is01:36
alexpilottisquishy: yep01:36
alexpilottisquishy: with your patch we can get rid of admin_pass altogether01:37
squishyyeah v3 i'm hoping to remove it from the api01:37
alexpilottisquishy: we still have the problem of the visiibility of configdrive01:37
gongyshalexpilotti: where is your nova patch for hyperv?01:37
alexpilottisquishy: users like to put in userdata all sort of things :-D01:37
*** jog0 has quit IRC01:38
*** mattstep has quit IRC01:38
alexpilottigongysh: which one? the configdrive one?01:38
*** markwash has quit IRC01:38
gongyshalexpilotti:  I don't know, you said you would have a patch last night?01:38
alexpilottigongysh: good morning :-)01:39
*** yidclare has quit IRC01:39
alexpilottigongysh: I was in a conversation w squishy, I thought you were adding on that one ;-)01:39
alexpilottigongysh: I sent you an email01:39
alexpilottigongysh: https://review.openstack.org/#/c/19485/01:40
alexpilottigongysh: I updated the Quantum plugin doc with the nova.conf bits01:41
*** squishy is now known as vishy_zz01:42
*** sacharya has quit IRC01:43
*** megha has joined #openstack-dev01:45
*** megha has quit IRC01:47
*** lloydde has quit IRC01:51
*** sacharya has joined #openstack-dev01:51
*** mattstep has joined #openstack-dev01:51
*** maoy has joined #openstack-dev01:55
*** maoy has quit IRC01:55
*** megha has joined #openstack-dev01:55
*** vishy_zz is now known as vishy01:59
*** megha has quit IRC02:05
*** mattstep has quit IRC02:07
*** devcamcar has quit IRC02:08
*** Tross has quit IRC02:09
*** jcmartin has joined #openstack-dev02:10
*** esp has left #openstack-dev02:11
*** Tross has joined #openstack-dev02:16
*** pabelanger has joined #openstack-dev02:16
*** stevebaker has quit IRC02:17
*** Tross has quit IRC02:21
*** jcmartin has quit IRC02:21
*** nati_ueno has quit IRC02:29
*** jog0 has joined #openstack-dev02:32
*** jcmartin has joined #openstack-dev02:33
*** jbresnah__ has quit IRC02:35
*** mgius has quit IRC02:38
*** mattstep has joined #openstack-dev02:38
*** juice has quit IRC02:39
*** adjohn has quit IRC02:41
*** pabelanger has quit IRC02:46
*** jcmartin has quit IRC02:50
*** vishy is now known as vishy_zz02:50
*** Tross has joined #openstack-dev02:54
*** lloydde has joined #openstack-dev03:01
*** mjfork has quit IRC03:02
*** lloydde has quit IRC03:06
*** devcamcar has joined #openstack-dev03:10
*** olaph has quit IRC03:14
*** olaph has joined #openstack-dev03:14
*** devcamcar has quit IRC03:16
*** Ryan_Lane has quit IRC03:17
*** anniec has quit IRC03:24
*** danwent has quit IRC03:24
openstackgerritA change was merged to openstack/oslo-incubator: Address test_zmq setup/teardown races  https://review.openstack.org/1888203:29
*** melwitt has quit IRC03:30
*** Tross has quit IRC03:35
*** benner has quit IRC03:39
*** benner has joined #openstack-dev03:40
*** devcamcar has joined #openstack-dev03:43
*** vishy_zz is now known as vishy03:43
*** wenjianhn has joined #openstack-dev03:51
*** devcamcar has quit IRC03:53
*** dims has quit IRC04:15
*** jog0 has quit IRC04:15
*** dims has joined #openstack-dev04:18
*** devcamcar has joined #openstack-dev04:20
*** devcamcar has quit IRC04:30
*** zeriouz has joined #openstack-dev04:35
*** zodiak has quit IRC04:38
*** PaulM has joined #openstack-dev04:38
*** PaulM has left #openstack-dev04:38
gongyshwho knows how to convert a raw image into vhd format?04:50
*** devcamcar has joined #openstack-dev04:57
studlyi do05:00
studlybut it's not completely straightforward05:01
studlyI have modified vhd libraries from xen to generate a tool, but I don't have it up anywhere05:01
studlythe manual way can be..05:01
studlycreate vdi in xen, attach it to dom0 or a domU and dd the .img to the block device05:02
*** markwash has joined #openstack-dev05:02
studlyor mkfs the block device, mount both things and rsync05:02
studly..05:02
*** studly is now known as comstud05:02
*** devcamcar has quit IRC05:08
*** kpg2012 has joined #openstack-dev05:09
*** ewindisch has quit IRC05:10
*** Apsu` has quit IRC05:14
*** Apsu` has joined #openstack-dev05:16
*** kpg2012 has quit IRC05:20
*** openpercept has joined #openstack-dev05:21
*** mlavalle has left #openstack-dev05:21
*** adjohn has joined #openstack-dev05:30
*** zeriouz_ has joined #openstack-dev05:32
*** zeriouz has quit IRC05:33
*** adjohn_ has joined #openstack-dev05:34
*** devcamcar has joined #openstack-dev05:35
*** koolhead17 has joined #openstack-dev05:36
*** nunosantos has quit IRC05:38
*** adjohn has quit IRC05:38
*** adjohn_ has quit IRC05:39
*** devcamcar has quit IRC05:45
*** pabelanger has joined #openstack-dev05:47
*** zeriouz has joined #openstack-dev05:51
*** matiu has quit IRC05:51
*** zeriouz_ has quit IRC05:53
*** stevebaker has joined #openstack-dev05:53
*** zeriouz_ has joined #openstack-dev05:54
*** zeriouz has quit IRC05:56
*** zeriouz_ has quit IRC06:04
*** benner has quit IRC06:08
*** benner has joined #openstack-dev06:08
*** devcamcar has joined #openstack-dev06:12
*** danwent has joined #openstack-dev06:13
*** pabelanger has quit IRC06:22
*** devcamcar has quit IRC06:23
*** koolhead17 has quit IRC06:36
*** koolhead17 has joined #openstack-dev06:48
*** adjohn has joined #openstack-dev06:49
*** devcamcar has joined #openstack-dev06:50
*** sacharya has quit IRC06:53
*** adjohn has quit IRC06:54
*** devcamcar has quit IRC07:01
*** danwent has quit IRC07:13
*** hattwick has quit IRC07:28
*** devcamcar has joined #openstack-dev07:28
*** jcooley is now known as jcooley|away07:36
*** jcooley|away is now known as jcooley07:36
*** devcamcar has quit IRC07:38
*** gongysh has quit IRC07:40
*** yolanda2 has joined #openstack-dev07:51
*** megha has joined #openstack-dev08:00
*** megha is now known as security08:01
*** security is now known as firewall08:01
*** wenjianhn has left #openstack-dev08:01
*** afazekas has joined #openstack-dev08:03
*** devcamcar has joined #openstack-dev08:05
*** devcamcar has quit IRC08:16
*** andrewbogott is now known as andrewbogott_afk08:16
*** jcmartin has joined #openstack-dev08:28
*** egallen has joined #openstack-dev08:32
*** koolhead17 has quit IRC08:34
*** jcmartin has quit IRC08:37
*** egallen has quit IRC08:41
*** firewall has quit IRC08:42
*** megha has joined #openstack-dev08:42
*** megha is now known as firewall08:43
*** devcamcar has joined #openstack-dev08:43
*** yolanda2 has quit IRC08:43
*** koolhead17 has joined #openstack-dev08:47
*** devcamcar has quit IRC08:53
openstackgerritA change was merged to openstack/nova: Fix some conductor manager return values.  https://review.openstack.org/1950409:05
openstackgerritA change was merged to openstack/nova: Make pinging conductor a part of conductor API.  https://review.openstack.org/1950509:06
openstackgerritA change was merged to openstack/nova: Allow forcing local conductor.  https://review.openstack.org/1950609:11
*** firewall has quit IRC09:12
openstackgerritA change was merged to openstack/nova: Handle waiting for conductor in nova.service.  https://review.openstack.org/1950709:12
openstackgerritA change was merged to openstack/nova: Add service_create to conductor.  https://review.openstack.org/1950809:12
openstackgerritA change was merged to openstack/nova: Make nova.service get service through conductor.  https://review.openstack.org/1950909:18
openstackgerritA change was merged to openstack/nova: Add service_destroy to conductor.  https://review.openstack.org/1951009:19
*** devcamcar has joined #openstack-dev09:20
*** firewall has joined #openstack-dev09:27
*** devcamcar has quit IRC09:31
*** christophk has joined #openstack-dev09:32
*** hattwick has joined #openstack-dev09:41
*** halfss has joined #openstack-dev09:42
*** kaganos has joined #openstack-dev09:47
openstackgerritA change was merged to openstack/nova: Remove more unused opts from nova.scheduler.driver  https://review.openstack.org/1945809:54
openstackgerritA change was merged to openstack/nova: Added sample tests to FlavorSwap API.  https://review.openstack.org/1926309:54
openstackgerritA change was merged to openstack/nova: xenapi: Remove dead code, moves, tests  https://review.openstack.org/1921909:54
*** christophk has quit IRC09:55
*** devcamcar has joined #openstack-dev09:58
*** kaganos has quit IRC10:01
*** stevebaker has quit IRC10:02
*** halfss has quit IRC10:05
*** devcamcar has quit IRC10:09
openstackgerritA change was merged to openstack/oslo-incubator: Simplify version processing.  https://review.openstack.org/1889710:10
openstackgerritA change was merged to openstack/oslo-incubator: Fix pep8 E125 errors.  https://review.openstack.org/1952710:11
openstackgerritA change was merged to openstack/oslo-incubator: Log when release file lock  https://review.openstack.org/1935810:11
openstackgerritA change was merged to openstack/oslo-incubator: Improve millisecond logging  https://review.openstack.org/1935410:12
openstackgerritA change was merged to openstack/nova: Fix lintstack check for multi-patch reviews  https://review.openstack.org/1923510:13
*** christophk has joined #openstack-dev10:15
*** christophk has quit IRC10:17
*** zeriouz has joined #openstack-dev10:21
openstackgerritA change was merged to openstack/nova: Allow pinging own float when using fixed gateway  https://review.openstack.org/1913910:25
*** mpdehaan has joined #openstack-dev10:28
*** zeriouz has quit IRC10:30
*** zeriouz has joined #openstack-dev10:31
*** devcamcar has joined #openstack-dev10:35
*** devcamcar has quit IRC10:45
*** eglynn_ has joined #openstack-dev10:45
*** mpdehaan has quit IRC10:51
*** eglynn_ has quit IRC11:00
*** devcamcar has joined #openstack-dev11:13
*** devcamcar has quit IRC11:23
*** devcamcar has joined #openstack-dev11:50
openstackgerritA change was merged to openstack/oslo-incubator: zmq-receiver msg forwarding in greenthreads  https://review.openstack.org/1931212:01
*** devcamcar has quit IRC12:01
openstackgerritA change was merged to openstack/oslo-incubator: Upgrade WebOb to 1.2.3  https://review.openstack.org/1888512:11
*** devcamcar has joined #openstack-dev12:29
*** firewall has quit IRC12:30
*** devcamcar has quit IRC12:38
*** openpercept has quit IRC12:44
*** firewall has joined #openstack-dev12:46
*** pixelbeat has joined #openstack-dev12:57
*** ewindisch has joined #openstack-dev13:06
*** devcamcar has joined #openstack-dev13:06
*** christophk has joined #openstack-dev13:11
*** mnewby has quit IRC13:15
*** devcamcar has quit IRC13:16
*** ndipanov has joined #openstack-dev13:20
*** otherwiseguy has quit IRC13:21
*** pabelanger has joined #openstack-dev13:21
*** ndipanov has quit IRC13:26
*** pabelanger has quit IRC13:27
*** salv-orlando has quit IRC13:31
*** tang_ has joined #openstack-dev13:38
*** pixelbeat has quit IRC13:41
*** devcamcar has joined #openstack-dev13:47
*** Tross has joined #openstack-dev13:51
*** devcamcar has quit IRC13:53
*** christophk has quit IRC13:56
*** christophk has joined #openstack-dev13:57
*** jab416171 has quit IRC14:06
*** mawagon1 has joined #openstack-dev14:08
*** olaph has quit IRC14:12
*** devcamcar has joined #openstack-dev14:20
*** devcamcar has quit IRC14:31
*** salv-orlando has joined #openstack-dev14:35
*** galthaus has quit IRC14:48
*** galthaus has joined #openstack-dev14:48
*** jab416171 has joined #openstack-dev14:55
*** devcamcar has joined #openstack-dev14:58
*** eglynn_ has joined #openstack-dev14:59
*** devcamcar has quit IRC15:08
*** jbresnah__ has joined #openstack-dev15:08
*** CaptTofu has quit IRC15:13
*** edmund has joined #openstack-dev15:16
*** dims has quit IRC15:29
*** devcamcar has joined #openstack-dev15:35
*** annegentle_itsme has joined #openstack-dev15:42
*** devcamcar has quit IRC15:45
afazekasdtroyer: ping15:59
*** tmishler has joined #openstack-dev15:59
*** tmishler has quit IRC15:59
*** adjohn has joined #openstack-dev16:12
*** devcamcar has joined #openstack-dev16:13
*** ewindisch has quit IRC16:20
*** devcamcar has quit IRC16:23
*** tang_ has quit IRC16:27
*** almaisan-away is now known as al-maisan16:31
*** al-maisan is now known as almaisan-away16:31
*** almaisan-away is now known as al-maisan16:31
*** edmund has quit IRC16:35
*** devcamcar has joined #openstack-dev16:49
*** al-maisan is now known as almaisan-away16:59
*** devcamcar has quit IRC17:00
*** ondergetekende has joined #openstack-dev17:06
*** ondergetekende has quit IRC17:06
*** kbringard has joined #openstack-dev17:08
openstackgerritA change was merged to openstack/quantum: Latest OSLO updates  https://review.openstack.org/1909317:08
*** PaulM has joined #openstack-dev17:20
*** sacharya has joined #openstack-dev17:21
*** annegentle_itsme has quit IRC17:22
*** kbringard has quit IRC17:25
*** devcamcar has joined #openstack-dev17:27
*** crandquist has joined #openstack-dev17:29
*** mawagon1 has quit IRC17:31
*** olaph has joined #openstack-dev17:32
*** joni|ZNC has joined #openstack-dev17:35
*** Tross has quit IRC17:36
*** annegentle_itsme has joined #openstack-dev17:37
*** devcamcar has quit IRC17:38
*** Tross has joined #openstack-dev17:38
*** timello_ has quit IRC17:41
joni|ZNCcan any1 tell me how to disable nova-volume?17:42
*** joni|ZNC has left #openstack-dev17:43
*** almaisan-away is now known as al-maisan17:43
*** al-maisan is now known as almaisan-away17:44
*** Tross has quit IRC17:47
*** christophk has quit IRC17:50
*** mlavalle has joined #openstack-dev17:55
*** christophk has joined #openstack-dev17:55
*** dims has joined #openstack-dev18:02
*** mawagon1 has joined #openstack-dev18:02
*** olaph has quit IRC18:04
*** devcamcar has joined #openstack-dev18:05
*** crandquist has quit IRC18:11
*** devcamcar has quit IRC18:15
*** enikanorov has quit IRC18:23
*** crandquist has joined #openstack-dev18:31
*** Tross has joined #openstack-dev18:33
*** zeriouz has quit IRC18:35
*** Tross has quit IRC18:38
*** devcamcar has joined #openstack-dev18:42
*** stevebaker has joined #openstack-dev18:44
*** maploin has joined #openstack-dev18:47
*** maploin has quit IRC18:47
*** maploin has joined #openstack-dev18:47
*** annegentle_itsme has quit IRC18:50
*** cdub_ has quit IRC18:52
*** cdub has joined #openstack-dev18:52
*** zodiak has joined #openstack-dev18:52
*** devcamcar has quit IRC18:53
*** annegentle_itsme has joined #openstack-dev19:01
*** annegentle_itsme has quit IRC19:06
*** danwent has joined #openstack-dev19:09
*** stevebaker has quit IRC19:12
*** devcamcar has joined #openstack-dev19:19
*** Tross has joined #openstack-dev19:27
*** devcamcar has quit IRC19:30
*** adjohn has quit IRC19:41
*** crandquist has quit IRC19:46
*** egallen has joined #openstack-dev19:48
*** Tross has quit IRC19:53
*** egallen has joined #openstack-dev19:54
*** egallen has quit IRC19:56
*** devcamcar has joined #openstack-dev19:57
*** BLZbubba has quit IRC19:59
*** devcamcar has quit IRC20:07
*** sacharya has quit IRC20:13
*** jcmartin has joined #openstack-dev20:25
*** kpg2012 has joined #openstack-dev20:32
*** devcamcar has joined #openstack-dev20:34
*** jcmartin has quit IRC20:34
*** maploin has quit IRC20:39
openstackgerritA change was merged to openstack/swift: Reject names with NULL characters  https://review.openstack.org/1953820:40
*** devcamcar has quit IRC20:44
*** adjohn has joined #openstack-dev20:51
*** adjohn has quit IRC20:56
*** jcmartin has joined #openstack-dev21:00
openstackgerritA change was merged to openstack/swift: swift-recon: Added oldest and most recent repl  https://review.openstack.org/1953321:05
*** kpg2012 has quit IRC21:11
*** devcamcar has joined #openstack-dev21:12
*** kpg2012 has joined #openstack-dev21:22
*** devcamcar has quit IRC21:22
openstackgerritA change was merged to openstack/nova: Move migration_create() to conductor  https://review.openstack.org/1947321:28
*** danwent has quit IRC21:43
*** firewall has quit IRC21:47
*** devcamcar has joined #openstack-dev21:49
*** colinmcnamara has joined #openstack-dev21:51
*** devcamcar has quit IRC21:59
*** firewall has joined #openstack-dev22:02
*** melwitt has joined #openstack-dev22:25
*** devcamcar has joined #openstack-dev22:27
*** epopt37 has quit IRC22:33
*** devcamcar has quit IRC22:36
*** ewindisch has joined #openstack-dev22:37
*** pmyers has quit IRC22:40
*** pmyers has joined #openstack-dev22:40
*** epopt37 has joined #openstack-dev22:47
*** jcmartin has quit IRC22:50
*** sacharya has joined #openstack-dev22:57
*** olaph has joined #openstack-dev22:58
*** alobbs has quit IRC22:59
*** riskable has quit IRC23:00
*** mawagon1 has quit IRC23:01
*** vipul is now known as vipul|away23:03
*** devcamcar has joined #openstack-dev23:04
*** christophk has quit IRC23:04
*** harlowja has quit IRC23:05
*** melwitt has quit IRC23:06
*** markwash has quit IRC23:08
*** Ryan_Lane has joined #openstack-dev23:10
*** riskable has joined #openstack-dev23:11
*** melwitt has joined #openstack-dev23:12
*** benner_ has joined #openstack-dev23:13
*** devcamcar has quit IRC23:13
*** benner has quit IRC23:15
*** vipul|away is now known as vipul23:26
*** markwash has joined #openstack-dev23:34
*** kpg2012 has quit IRC23:36
*** matiu has joined #openstack-dev23:37
*** matiu has quit IRC23:37
*** matiu has joined #openstack-dev23:37
*** devcamcar has joined #openstack-dev23:41
*** markwash has quit IRC23:42
*** danwent has joined #openstack-dev23:43
*** melwitt has quit IRC23:49
*** melwitt has joined #openstack-dev23:49
*** devcamcar has quit IRC23:51
*** kpg2012 has joined #openstack-dev23:52

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