*** alop has quit IRC | 00:00 | |
*** rnirmal has quit IRC | 00:00 | |
alexpilotti | squishy: about cloud-init / cloudbase-init, I'm going to start by supporting your metadata approach, will be ready for Grizzly | 00:01 |
---|---|---|
squishy | alexpilotti: cool thanks. FYI xenapi will have the agent + write on server side | 00:01 |
squishy | I am going to put that together next week | 00:02 |
*** bswartz has joined #openstack-dev | 00:02 | |
squishy | so if you prefer that it is fine | 00:02 |
squishy | alexpilotti: just support the other as well. I.e. only write it if the guest communication works | 00:02 |
alexpilotti | squishy: cool. Should we have a meeting to see how to put togheter a common interface? | 00:02 |
*** mrodden1 has quit IRC | 00:02 | |
squishy | also i don't have this in my script, but the cloud init should actually try to get the password before setting it | 00:03 |
squishy | because it is write once | 00:03 |
alexpilotti | squishy: I mean something that could be abstracted on all hypervisors in use | 00:03 |
*** devcamcar has joined #openstack-dev | 00:03 | |
alexpilotti | squishy: especially considering the cloud-init side | 00:03 |
squishy | so if curl http://169.254.169.254/openstack/2013-04-04/password returns data (not a 404) then the password has been set already | 00:04 |
squishy | and the cloud-init shouldn't attempt to change the admin password | 00:04 |
alexpilotti | squishy: what happens if cloud init tries anyway? | 00:04 |
alexpilotti | squishy: should this be enforced on the metadata side as well? | 00:04 |
squishy | alexpilotti: if you try you will get a 409 conflict | 00:04 |
alexpilotti | squishy: returning e.g. a 401? | 00:04 |
alexpilotti | squishy: ok, perfect ;-) | 00:05 |
squishy | alexpilotti: just make sure you do generate -> try to set metadata -> set admin password | 00:05 |
squishy | because if you change the admin password and get a 409 the user can't login anymore :) | 00:05 |
alexpilotti | squishy: gotcha, I guess that a try / except will save me :-D | 00:06 |
squishy | alexpilotti: also the 409 isn't immediate becasue the metadata server caches values for about 15 seconds | 00:06 |
alexpilotti | squishy: ok, it's still a synchronous operation, right? | 00:07 |
squishy | https://github.com/openstack/nova/blob/master/nova/api/metadata/password.py#L58 | 00:07 |
*** epim has quit IRC | 00:08 | |
*** henrynash has joined #openstack-dev | 00:08 | |
*** epim has joined #openstack-dev | 00:08 | |
openstackgerrit | A change was merged to openstack/quantum: NvpPluginException mixes err_msg and err_desc https://review.openstack.org/19432 | 00:09 |
openstackgerrit | A change was merged to openstack/nova: Skip domains on libvirt errors in get_vcpu_used() https://review.openstack.org/19474 | 00:09 |
*** ewindisch has joined #openstack-dev | 00:10 | |
alexpilotti | squishy: will take a look at the implementation. Seems very straightforward anyway. | 00:10 |
*** henrynash has quit IRC | 00:11 | |
*** vkmc has quit IRC | 00:11 | |
*** devcamcar has quit IRC | 00:12 | |
*** epim_ has joined #openstack-dev | 00:14 | |
*** epim has quit IRC | 00:14 | |
*** epim_ is now known as epim | 00:14 | |
*** ewindisch has quit IRC | 00:18 | |
*** colinmcnamara has left #openstack-dev | 00:21 | |
*** mrodden has joined #openstack-dev | 00:21 | |
smoser | squishy, patches are welcome | 00:27 |
*** devcamcar has joined #openstack-dev | 00:28 | |
squishy | smoser: 0o | 00:29 |
*** dolphm has quit IRC | 00:29 | |
squishy | smoser: U | 00:29 |
smoser | squishy, there isn't actually a pure "openstack" datasource at the moment. | 00:29 |
squishy | yes i suppose so | 00:30 |
smoser | ie, 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 |
squishy | smoser: do you think it should automatically do the password setting if a public key is passed in? | 00:30 |
*** dolphm has joined #openstack-dev | 00:30 | |
smoser | i'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 |
squishy | smoser: yes which is not set for libvirt | 00:31 |
smoser | but honestly in linux, ther is very little value in this. | 00:31 |
smoser | right? | 00:31 |
smoser | or am i missing something | 00:31 |
squishy | smoser: i think the password could be omitted by the provider by doing password_length=0 | 00:35 |
squishy | smoser: but a user can still set it and have it do nothing | 00:36 |
smoser | i dont follow. | 00:36 |
squishy | :( | 00:36 |
smoser | do you actually see a use for it in linux? | 00:36 |
squishy | smoser: not really, but it is in the api unfortunately | 00:36 |
smoser | it is *trivial* with current cloud-init to set up any user you want to have sudo access. | 00:36 |
*** woodspa has quit IRC | 00:36 | |
smoser | squishy, 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 |
openstackgerrit | A change was merged to openstack/quantum: Port to argparse based cfg https://review.openstack.org/19090 | 00:40 |
smoser | have to think about it as default true though. | 00:40 |
smoser | if 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 |
smoser | it has config-drive-v2 support and some other bugs fixed there too. | 00:40 |
*** novas0x2a|laptop has quit IRC | 00:41 | |
*** danwent has joined #openstack-dev | 00:43 | |
*** kpg2012 has quit IRC | 00:48 | |
*** ewindisch has joined #openstack-dev | 00:53 | |
*** bswartz has quit IRC | 00:53 | |
*** bswartz has joined #openstack-dev | 00:53 | |
*** sacharya has joined #openstack-dev | 00:55 | |
*** galthaus has joined #openstack-dev | 00:56 | |
*** garyTh has quit IRC | 00:58 | |
*** yidclare has quit IRC | 00:59 | |
openstackgerrit | A change was merged to openstack/glance: Add import for filesystem_store_datadir config. https://review.openstack.org/19472 | 01:00 |
openstackgerrit | A change was merged to openstack/python-keystoneclient: Move iso8601 dependency from test- to pip-requires https://review.openstack.org/19314 | 01:01 |
*** Nachi has quit IRC | 01:04 | |
*** nati_ueno has joined #openstack-dev | 01:05 | |
*** dolphm has quit IRC | 01:08 | |
*** anniec_ has joined #openstack-dev | 01:09 | |
*** anniec has quit IRC | 01:09 | |
*** anniec_ is now known as anniec | 01:09 | |
*** gongysh has joined #openstack-dev | 01:09 | |
*** jcmartin has quit IRC | 01:10 | |
*** colinmcnamara has joined #openstack-dev | 01:11 | |
*** Guest29624 has quit IRC | 01:11 | |
*** megha has joined #openstack-dev | 01:12 | |
*** kpg2012 has joined #openstack-dev | 01:12 | |
*** riskable has joined #openstack-dev | 01:13 | |
openstackgerrit | A change was merged to openstack/keystone: Fixes import order nits https://review.openstack.org/18858 | 01:14 |
*** kpg2012 has quit IRC | 01:14 | |
*** colinmcnamara has quit IRC | 01:15 | |
squishy | smoser: the admin password is on the config drive | 01:17 |
*** megha has quit IRC | 01:17 | |
squishy | smoser: does cloud init do anything with it? | 01:18 |
*** epim has quit IRC | 01:19 | |
*** justdan has quit IRC | 01:20 | |
squishy | alexpilotti: does your current version of cloud-init use the admin_password that is on config drive? | 01:25 |
alexpilotti | squishy: yep | 01:26 |
*** slackguru has quit IRC | 01:27 | |
squishy | alexpilotti: does it just leave the config drive connected? | 01:28 |
squishy | alexpilotti: as in any user on the box could read the admin password? | 01:28 |
alexpilotti | squishy: it dismount it | 01:28 |
alexpilotti | squishy: no | 01:28 |
squishy | alexpilotti: ok nice | 01:28 |
alexpilotti | squishy: in windows it's quite complicated | 01:28 |
alexpilotti | squishy: I mean, you just don't mount a raw partition containining ISO data | 01:29 |
squishy | alexpilotti: It doesn't show up as a cdrom? | 01:29 |
alexpilotti | squishy: I mount it, extract the data to a file, mount it as loopback, read it and close it | 01:29 |
alexpilotti | squishy: no, it 's a virtual HDD with unpartitioned data | 01:30 |
squishy | alexpilotti: oh my, we should have attached it as a cdrom | 01:30 |
alexpilotti | squishy: I spoke with smoser time ago | 01:30 |
squishy | alexpilotti: then the guest code could just 'eject' the cd | 01:30 |
alexpilotti | squishy: he promised to do that ;-) | 01:30 |
*** dansmith has joined #openstack-dev | 01:30 | |
alexpilotti | squishy: we already support it | 01:31 |
alexpilotti | squishy: there's a flag in our config drive implementation that mounts the config drive as a CD | 01:31 |
alexpilotti | squishy: this is also the only way on systems <= 2012 for the moment | 01:31 |
alexpilotti | squishy: but still, for how quick you can be, the CDROM will be visible | 01:32 |
alexpilotti | squishy: so admin_pass is still a security issue | 01:32 |
alexpilotti | squishy: even bigger if you think about getting the host hacked | 01:32 |
squishy | alexpilotti: that is why I was hoping for cd + eject | 01:33 |
squishy | once the cd is ejected it is gone | 01:33 |
squishy | alexpilotti: but that would require tracking the state of the cd on the host and not reattaching it on reboot etc. | 01:33 |
squishy | so that might be a little complex | 01:33 |
alexpilotti | squishy: more: you need to delete it as soon as possible | 01:34 |
alexpilotti | swifterdarrell: there's a CONF option to not use admin_pass at all | 01:34 |
alexpilotti | squishy: ^^ typo :-) | 01:34 |
squishy | alexpilotti: what is that option | 01:34 |
squishy | alexpilotti: I was just looking for it | 01:34 |
alexpilotti | squishy: it's also available in KVM | 01:35 |
*** yidclare has joined #openstack-dev | 01:35 | |
squishy | ah enable_instance_password | 01:36 |
squishy | there it is | 01:36 |
alexpilotti | squishy: yep | 01:36 |
alexpilotti | squishy: with your patch we can get rid of admin_pass altogether | 01:37 |
squishy | yeah v3 i'm hoping to remove it from the api | 01:37 |
alexpilotti | squishy: we still have the problem of the visiibility of configdrive | 01:37 |
gongysh | alexpilotti: where is your nova patch for hyperv? | 01:37 |
alexpilotti | squishy: users like to put in userdata all sort of things :-D | 01:37 |
*** jog0 has quit IRC | 01:38 | |
*** mattstep has quit IRC | 01:38 | |
alexpilotti | gongysh: which one? the configdrive one? | 01:38 |
*** markwash has quit IRC | 01:38 | |
gongysh | alexpilotti: I don't know, you said you would have a patch last night? | 01:38 |
alexpilotti | gongysh: good morning :-) | 01:39 |
*** yidclare has quit IRC | 01:39 | |
alexpilotti | gongysh: I was in a conversation w squishy, I thought you were adding on that one ;-) | 01:39 |
alexpilotti | gongysh: I sent you an email | 01:39 |
alexpilotti | gongysh: https://review.openstack.org/#/c/19485/ | 01:40 |
alexpilotti | gongysh: I updated the Quantum plugin doc with the nova.conf bits | 01:41 |
*** squishy is now known as vishy_zz | 01:42 | |
*** sacharya has quit IRC | 01:43 | |
*** megha has joined #openstack-dev | 01:45 | |
*** megha has quit IRC | 01:47 | |
*** lloydde has quit IRC | 01:51 | |
*** sacharya has joined #openstack-dev | 01:51 | |
*** mattstep has joined #openstack-dev | 01:51 | |
*** maoy has joined #openstack-dev | 01:55 | |
*** maoy has quit IRC | 01:55 | |
*** megha has joined #openstack-dev | 01:55 | |
*** vishy_zz is now known as vishy | 01:59 | |
*** megha has quit IRC | 02:05 | |
*** mattstep has quit IRC | 02:07 | |
*** devcamcar has quit IRC | 02:08 | |
*** Tross has quit IRC | 02:09 | |
*** jcmartin has joined #openstack-dev | 02:10 | |
*** esp has left #openstack-dev | 02:11 | |
*** Tross has joined #openstack-dev | 02:16 | |
*** pabelanger has joined #openstack-dev | 02:16 | |
*** stevebaker has quit IRC | 02:17 | |
*** Tross has quit IRC | 02:21 | |
*** jcmartin has quit IRC | 02:21 | |
*** nati_ueno has quit IRC | 02:29 | |
*** jog0 has joined #openstack-dev | 02:32 | |
*** jcmartin has joined #openstack-dev | 02:33 | |
*** jbresnah__ has quit IRC | 02:35 | |
*** mgius has quit IRC | 02:38 | |
*** mattstep has joined #openstack-dev | 02:38 | |
*** juice has quit IRC | 02:39 | |
*** adjohn has quit IRC | 02:41 | |
*** pabelanger has quit IRC | 02:46 | |
*** jcmartin has quit IRC | 02:50 | |
*** vishy is now known as vishy_zz | 02:50 | |
*** Tross has joined #openstack-dev | 02:54 | |
*** lloydde has joined #openstack-dev | 03:01 | |
*** mjfork has quit IRC | 03:02 | |
*** lloydde has quit IRC | 03:06 | |
*** devcamcar has joined #openstack-dev | 03:10 | |
*** olaph has quit IRC | 03:14 | |
*** olaph has joined #openstack-dev | 03:14 | |
*** devcamcar has quit IRC | 03:16 | |
*** Ryan_Lane has quit IRC | 03:17 | |
*** anniec has quit IRC | 03:24 | |
*** danwent has quit IRC | 03:24 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Address test_zmq setup/teardown races https://review.openstack.org/18882 | 03:29 |
*** melwitt has quit IRC | 03:30 | |
*** Tross has quit IRC | 03:35 | |
*** benner has quit IRC | 03:39 | |
*** benner has joined #openstack-dev | 03:40 | |
*** devcamcar has joined #openstack-dev | 03:43 | |
*** vishy_zz is now known as vishy | 03:43 | |
*** wenjianhn has joined #openstack-dev | 03:51 | |
*** devcamcar has quit IRC | 03:53 | |
*** dims has quit IRC | 04:15 | |
*** jog0 has quit IRC | 04:15 | |
*** dims has joined #openstack-dev | 04:18 | |
*** devcamcar has joined #openstack-dev | 04:20 | |
*** devcamcar has quit IRC | 04:30 | |
*** zeriouz has joined #openstack-dev | 04:35 | |
*** zodiak has quit IRC | 04:38 | |
*** PaulM has joined #openstack-dev | 04:38 | |
*** PaulM has left #openstack-dev | 04:38 | |
gongysh | who knows how to convert a raw image into vhd format? | 04:50 |
*** devcamcar has joined #openstack-dev | 04:57 | |
studly | i do | 05:00 |
studly | but it's not completely straightforward | 05:01 |
studly | I have modified vhd libraries from xen to generate a tool, but I don't have it up anywhere | 05:01 |
studly | the manual way can be.. | 05:01 |
studly | create vdi in xen, attach it to dom0 or a domU and dd the .img to the block device | 05:02 |
*** markwash has joined #openstack-dev | 05:02 | |
studly | or mkfs the block device, mount both things and rsync | 05:02 |
studly | .. | 05:02 |
*** studly is now known as comstud | 05:02 | |
*** devcamcar has quit IRC | 05:08 | |
*** kpg2012 has joined #openstack-dev | 05:09 | |
*** ewindisch has quit IRC | 05:10 | |
*** Apsu` has quit IRC | 05:14 | |
*** Apsu` has joined #openstack-dev | 05:16 | |
*** kpg2012 has quit IRC | 05:20 | |
*** openpercept has joined #openstack-dev | 05:21 | |
*** mlavalle has left #openstack-dev | 05:21 | |
*** adjohn has joined #openstack-dev | 05:30 | |
*** zeriouz_ has joined #openstack-dev | 05:32 | |
*** zeriouz has quit IRC | 05:33 | |
*** adjohn_ has joined #openstack-dev | 05:34 | |
*** devcamcar has joined #openstack-dev | 05:35 | |
*** koolhead17 has joined #openstack-dev | 05:36 | |
*** nunosantos has quit IRC | 05:38 | |
*** adjohn has quit IRC | 05:38 | |
*** adjohn_ has quit IRC | 05:39 | |
*** devcamcar has quit IRC | 05:45 | |
*** pabelanger has joined #openstack-dev | 05:47 | |
*** zeriouz has joined #openstack-dev | 05:51 | |
*** matiu has quit IRC | 05:51 | |
*** zeriouz_ has quit IRC | 05:53 | |
*** stevebaker has joined #openstack-dev | 05:53 | |
*** zeriouz_ has joined #openstack-dev | 05:54 | |
*** zeriouz has quit IRC | 05:56 | |
*** zeriouz_ has quit IRC | 06:04 | |
*** benner has quit IRC | 06:08 | |
*** benner has joined #openstack-dev | 06:08 | |
*** devcamcar has joined #openstack-dev | 06:12 | |
*** danwent has joined #openstack-dev | 06:13 | |
*** pabelanger has quit IRC | 06:22 | |
*** devcamcar has quit IRC | 06:23 | |
*** koolhead17 has quit IRC | 06:36 | |
*** koolhead17 has joined #openstack-dev | 06:48 | |
*** adjohn has joined #openstack-dev | 06:49 | |
*** devcamcar has joined #openstack-dev | 06:50 | |
*** sacharya has quit IRC | 06:53 | |
*** adjohn has quit IRC | 06:54 | |
*** devcamcar has quit IRC | 07:01 | |
*** danwent has quit IRC | 07:13 | |
*** hattwick has quit IRC | 07:28 | |
*** devcamcar has joined #openstack-dev | 07:28 | |
*** jcooley is now known as jcooley|away | 07:36 | |
*** jcooley|away is now known as jcooley | 07:36 | |
*** devcamcar has quit IRC | 07:38 | |
*** gongysh has quit IRC | 07:40 | |
*** yolanda2 has joined #openstack-dev | 07:51 | |
*** megha has joined #openstack-dev | 08:00 | |
*** megha is now known as security | 08:01 | |
*** security is now known as firewall | 08:01 | |
*** wenjianhn has left #openstack-dev | 08:01 | |
*** afazekas has joined #openstack-dev | 08:03 | |
*** devcamcar has joined #openstack-dev | 08:05 | |
*** devcamcar has quit IRC | 08:16 | |
*** andrewbogott is now known as andrewbogott_afk | 08:16 | |
*** jcmartin has joined #openstack-dev | 08:28 | |
*** egallen has joined #openstack-dev | 08:32 | |
*** koolhead17 has quit IRC | 08:34 | |
*** jcmartin has quit IRC | 08:37 | |
*** egallen has quit IRC | 08:41 | |
*** firewall has quit IRC | 08:42 | |
*** megha has joined #openstack-dev | 08:42 | |
*** megha is now known as firewall | 08:43 | |
*** devcamcar has joined #openstack-dev | 08:43 | |
*** yolanda2 has quit IRC | 08:43 | |
*** koolhead17 has joined #openstack-dev | 08:47 | |
*** devcamcar has quit IRC | 08:53 | |
openstackgerrit | A change was merged to openstack/nova: Fix some conductor manager return values. https://review.openstack.org/19504 | 09:05 |
openstackgerrit | A change was merged to openstack/nova: Make pinging conductor a part of conductor API. https://review.openstack.org/19505 | 09:06 |
openstackgerrit | A change was merged to openstack/nova: Allow forcing local conductor. https://review.openstack.org/19506 | 09:11 |
*** firewall has quit IRC | 09:12 | |
openstackgerrit | A change was merged to openstack/nova: Handle waiting for conductor in nova.service. https://review.openstack.org/19507 | 09:12 |
openstackgerrit | A change was merged to openstack/nova: Add service_create to conductor. https://review.openstack.org/19508 | 09:12 |
openstackgerrit | A change was merged to openstack/nova: Make nova.service get service through conductor. https://review.openstack.org/19509 | 09:18 |
openstackgerrit | A change was merged to openstack/nova: Add service_destroy to conductor. https://review.openstack.org/19510 | 09:19 |
*** devcamcar has joined #openstack-dev | 09:20 | |
*** firewall has joined #openstack-dev | 09:27 | |
*** devcamcar has quit IRC | 09:31 | |
*** christophk has joined #openstack-dev | 09:32 | |
*** hattwick has joined #openstack-dev | 09:41 | |
*** halfss has joined #openstack-dev | 09:42 | |
*** kaganos has joined #openstack-dev | 09:47 | |
openstackgerrit | A change was merged to openstack/nova: Remove more unused opts from nova.scheduler.driver https://review.openstack.org/19458 | 09:54 |
openstackgerrit | A change was merged to openstack/nova: Added sample tests to FlavorSwap API. https://review.openstack.org/19263 | 09:54 |
openstackgerrit | A change was merged to openstack/nova: xenapi: Remove dead code, moves, tests https://review.openstack.org/19219 | 09:54 |
*** christophk has quit IRC | 09:55 | |
*** devcamcar has joined #openstack-dev | 09:58 | |
*** kaganos has quit IRC | 10:01 | |
*** stevebaker has quit IRC | 10:02 | |
*** halfss has quit IRC | 10:05 | |
*** devcamcar has quit IRC | 10:09 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Simplify version processing. https://review.openstack.org/18897 | 10:10 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Fix pep8 E125 errors. https://review.openstack.org/19527 | 10:11 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Log when release file lock https://review.openstack.org/19358 | 10:11 |
openstackgerrit | A change was merged to openstack/oslo-incubator: Improve millisecond logging https://review.openstack.org/19354 | 10:12 |
openstackgerrit | A change was merged to openstack/nova: Fix lintstack check for multi-patch reviews https://review.openstack.org/19235 | 10:13 |
*** christophk has joined #openstack-dev | 10:15 | |
*** christophk has quit IRC | 10:17 | |
*** zeriouz has joined #openstack-dev | 10:21 | |
openstackgerrit | A change was merged to openstack/nova: Allow pinging own float when using fixed gateway https://review.openstack.org/19139 | 10:25 |
*** mpdehaan has joined #openstack-dev | 10:28 | |
*** zeriouz has quit IRC | 10:30 | |
*** zeriouz has joined #openstack-dev | 10:31 | |
*** devcamcar has joined #openstack-dev | 10:35 | |
*** devcamcar has quit IRC | 10:45 | |
*** eglynn_ has joined #openstack-dev | 10:45 | |
*** mpdehaan has quit IRC | 10:51 | |
*** eglynn_ has quit IRC | 11:00 | |
*** devcamcar has joined #openstack-dev | 11:13 | |
*** devcamcar has quit IRC | 11:23 | |
*** devcamcar has joined #openstack-dev | 11:50 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: zmq-receiver msg forwarding in greenthreads https://review.openstack.org/19312 | 12:01 |
*** devcamcar has quit IRC | 12:01 | |
openstackgerrit | A change was merged to openstack/oslo-incubator: Upgrade WebOb to 1.2.3 https://review.openstack.org/18885 | 12:11 |
*** devcamcar has joined #openstack-dev | 12:29 | |
*** firewall has quit IRC | 12:30 | |
*** devcamcar has quit IRC | 12:38 | |
*** openpercept has quit IRC | 12:44 | |
*** firewall has joined #openstack-dev | 12:46 | |
*** pixelbeat has joined #openstack-dev | 12:57 | |
*** ewindisch has joined #openstack-dev | 13:06 | |
*** devcamcar has joined #openstack-dev | 13:06 | |
*** christophk has joined #openstack-dev | 13:11 | |
*** mnewby has quit IRC | 13:15 | |
*** devcamcar has quit IRC | 13:16 | |
*** ndipanov has joined #openstack-dev | 13:20 | |
*** otherwiseguy has quit IRC | 13:21 | |
*** pabelanger has joined #openstack-dev | 13:21 | |
*** ndipanov has quit IRC | 13:26 | |
*** pabelanger has quit IRC | 13:27 | |
*** salv-orlando has quit IRC | 13:31 | |
*** tang_ has joined #openstack-dev | 13:38 | |
*** pixelbeat has quit IRC | 13:41 | |
*** devcamcar has joined #openstack-dev | 13:47 | |
*** Tross has joined #openstack-dev | 13:51 | |
*** devcamcar has quit IRC | 13:53 | |
*** christophk has quit IRC | 13:56 | |
*** christophk has joined #openstack-dev | 13:57 | |
*** jab416171 has quit IRC | 14:06 | |
*** mawagon1 has joined #openstack-dev | 14:08 | |
*** olaph has quit IRC | 14:12 | |
*** devcamcar has joined #openstack-dev | 14:20 | |
*** devcamcar has quit IRC | 14:31 | |
*** salv-orlando has joined #openstack-dev | 14:35 | |
*** galthaus has quit IRC | 14:48 | |
*** galthaus has joined #openstack-dev | 14:48 | |
*** jab416171 has joined #openstack-dev | 14:55 | |
*** devcamcar has joined #openstack-dev | 14:58 | |
*** eglynn_ has joined #openstack-dev | 14:59 | |
*** devcamcar has quit IRC | 15:08 | |
*** jbresnah__ has joined #openstack-dev | 15:08 | |
*** CaptTofu has quit IRC | 15:13 | |
*** edmund has joined #openstack-dev | 15:16 | |
*** dims has quit IRC | 15:29 | |
*** devcamcar has joined #openstack-dev | 15:35 | |
*** annegentle_itsme has joined #openstack-dev | 15:42 | |
*** devcamcar has quit IRC | 15:45 | |
afazekas | dtroyer: ping | 15:59 |
*** tmishler has joined #openstack-dev | 15:59 | |
*** tmishler has quit IRC | 15:59 | |
*** adjohn has joined #openstack-dev | 16:12 | |
*** devcamcar has joined #openstack-dev | 16:13 | |
*** ewindisch has quit IRC | 16:20 | |
*** devcamcar has quit IRC | 16:23 | |
*** tang_ has quit IRC | 16:27 | |
*** almaisan-away is now known as al-maisan | 16:31 | |
*** al-maisan is now known as almaisan-away | 16:31 | |
*** almaisan-away is now known as al-maisan | 16:31 | |
*** edmund has quit IRC | 16:35 | |
*** devcamcar has joined #openstack-dev | 16:49 | |
*** al-maisan is now known as almaisan-away | 16:59 | |
*** devcamcar has quit IRC | 17:00 | |
*** ondergetekende has joined #openstack-dev | 17:06 | |
*** ondergetekende has quit IRC | 17:06 | |
*** kbringard has joined #openstack-dev | 17:08 | |
openstackgerrit | A change was merged to openstack/quantum: Latest OSLO updates https://review.openstack.org/19093 | 17:08 |
*** PaulM has joined #openstack-dev | 17:20 | |
*** sacharya has joined #openstack-dev | 17:21 | |
*** annegentle_itsme has quit IRC | 17:22 | |
*** kbringard has quit IRC | 17:25 | |
*** devcamcar has joined #openstack-dev | 17:27 | |
*** crandquist has joined #openstack-dev | 17:29 | |
*** mawagon1 has quit IRC | 17:31 | |
*** olaph has joined #openstack-dev | 17:32 | |
*** joni|ZNC has joined #openstack-dev | 17:35 | |
*** Tross has quit IRC | 17:36 | |
*** annegentle_itsme has joined #openstack-dev | 17:37 | |
*** devcamcar has quit IRC | 17:38 | |
*** Tross has joined #openstack-dev | 17:38 | |
*** timello_ has quit IRC | 17:41 | |
joni|ZNC | can any1 tell me how to disable nova-volume? | 17:42 |
*** joni|ZNC has left #openstack-dev | 17:43 | |
*** almaisan-away is now known as al-maisan | 17:43 | |
*** al-maisan is now known as almaisan-away | 17:44 | |
*** Tross has quit IRC | 17:47 | |
*** christophk has quit IRC | 17:50 | |
*** mlavalle has joined #openstack-dev | 17:55 | |
*** christophk has joined #openstack-dev | 17:55 | |
*** dims has joined #openstack-dev | 18:02 | |
*** mawagon1 has joined #openstack-dev | 18:02 | |
*** olaph has quit IRC | 18:04 | |
*** devcamcar has joined #openstack-dev | 18:05 | |
*** crandquist has quit IRC | 18:11 | |
*** devcamcar has quit IRC | 18:15 | |
*** enikanorov has quit IRC | 18:23 | |
*** crandquist has joined #openstack-dev | 18:31 | |
*** Tross has joined #openstack-dev | 18:33 | |
*** zeriouz has quit IRC | 18:35 | |
*** Tross has quit IRC | 18:38 | |
*** devcamcar has joined #openstack-dev | 18:42 | |
*** stevebaker has joined #openstack-dev | 18:44 | |
*** maploin has joined #openstack-dev | 18:47 | |
*** maploin has quit IRC | 18:47 | |
*** maploin has joined #openstack-dev | 18:47 | |
*** annegentle_itsme has quit IRC | 18:50 | |
*** cdub_ has quit IRC | 18:52 | |
*** cdub has joined #openstack-dev | 18:52 | |
*** zodiak has joined #openstack-dev | 18:52 | |
*** devcamcar has quit IRC | 18:53 | |
*** annegentle_itsme has joined #openstack-dev | 19:01 | |
*** annegentle_itsme has quit IRC | 19:06 | |
*** danwent has joined #openstack-dev | 19:09 | |
*** stevebaker has quit IRC | 19:12 | |
*** devcamcar has joined #openstack-dev | 19:19 | |
*** Tross has joined #openstack-dev | 19:27 | |
*** devcamcar has quit IRC | 19:30 | |
*** adjohn has quit IRC | 19:41 | |
*** crandquist has quit IRC | 19:46 | |
*** egallen has joined #openstack-dev | 19:48 | |
*** Tross has quit IRC | 19:53 | |
*** egallen has joined #openstack-dev | 19:54 | |
*** egallen has quit IRC | 19:56 | |
*** devcamcar has joined #openstack-dev | 19:57 | |
*** BLZbubba has quit IRC | 19:59 | |
*** devcamcar has quit IRC | 20:07 | |
*** sacharya has quit IRC | 20:13 | |
*** jcmartin has joined #openstack-dev | 20:25 | |
*** kpg2012 has joined #openstack-dev | 20:32 | |
*** devcamcar has joined #openstack-dev | 20:34 | |
*** jcmartin has quit IRC | 20:34 | |
*** maploin has quit IRC | 20:39 | |
openstackgerrit | A change was merged to openstack/swift: Reject names with NULL characters https://review.openstack.org/19538 | 20:40 |
*** devcamcar has quit IRC | 20:44 | |
*** adjohn has joined #openstack-dev | 20:51 | |
*** adjohn has quit IRC | 20:56 | |
*** jcmartin has joined #openstack-dev | 21:00 | |
openstackgerrit | A change was merged to openstack/swift: swift-recon: Added oldest and most recent repl https://review.openstack.org/19533 | 21:05 |
*** kpg2012 has quit IRC | 21:11 | |
*** devcamcar has joined #openstack-dev | 21:12 | |
*** kpg2012 has joined #openstack-dev | 21:22 | |
*** devcamcar has quit IRC | 21:22 | |
openstackgerrit | A change was merged to openstack/nova: Move migration_create() to conductor https://review.openstack.org/19473 | 21:28 |
*** danwent has quit IRC | 21:43 | |
*** firewall has quit IRC | 21:47 | |
*** devcamcar has joined #openstack-dev | 21:49 | |
*** colinmcnamara has joined #openstack-dev | 21:51 | |
*** devcamcar has quit IRC | 21:59 | |
*** firewall has joined #openstack-dev | 22:02 | |
*** melwitt has joined #openstack-dev | 22:25 | |
*** devcamcar has joined #openstack-dev | 22:27 | |
*** epopt37 has quit IRC | 22:33 | |
*** devcamcar has quit IRC | 22:36 | |
*** ewindisch has joined #openstack-dev | 22:37 | |
*** pmyers has quit IRC | 22:40 | |
*** pmyers has joined #openstack-dev | 22:40 | |
*** epopt37 has joined #openstack-dev | 22:47 | |
*** jcmartin has quit IRC | 22:50 | |
*** sacharya has joined #openstack-dev | 22:57 | |
*** olaph has joined #openstack-dev | 22:58 | |
*** alobbs has quit IRC | 22:59 | |
*** riskable has quit IRC | 23:00 | |
*** mawagon1 has quit IRC | 23:01 | |
*** vipul is now known as vipul|away | 23:03 | |
*** devcamcar has joined #openstack-dev | 23:04 | |
*** christophk has quit IRC | 23:04 | |
*** harlowja has quit IRC | 23:05 | |
*** melwitt has quit IRC | 23:06 | |
*** markwash has quit IRC | 23:08 | |
*** Ryan_Lane has joined #openstack-dev | 23:10 | |
*** riskable has joined #openstack-dev | 23:11 | |
*** melwitt has joined #openstack-dev | 23:12 | |
*** benner_ has joined #openstack-dev | 23:13 | |
*** devcamcar has quit IRC | 23:13 | |
*** benner has quit IRC | 23:15 | |
*** vipul|away is now known as vipul | 23:26 | |
*** markwash has joined #openstack-dev | 23:34 | |
*** kpg2012 has quit IRC | 23:36 | |
*** matiu has joined #openstack-dev | 23:37 | |
*** matiu has quit IRC | 23:37 | |
*** matiu has joined #openstack-dev | 23:37 | |
*** devcamcar has joined #openstack-dev | 23:41 | |
*** markwash has quit IRC | 23:42 | |
*** danwent has joined #openstack-dev | 23:43 | |
*** melwitt has quit IRC | 23:49 | |
*** melwitt has joined #openstack-dev | 23:49 | |
*** devcamcar has quit IRC | 23:51 | |
*** kpg2012 has joined #openstack-dev | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!