*** salv-orlando has quit IRC | 00:04 | |
*** salv-orlando has joined #openstack-nova | 00:04 | |
*** Apoorva_ has quit IRC | 00:05 | |
*** AlexeyAbashkin has joined #openstack-nova | 00:06 | |
*** cfriesen has joined #openstack-nova | 00:07 | |
*** salv-orlando has quit IRC | 00:09 | |
*** harlowja has quit IRC | 00:11 | |
*** AlexeyAbashkin has quit IRC | 00:11 | |
*** takedakn has joined #openstack-nova | 00:12 | |
*** suresh12 has quit IRC | 00:15 | |
*** suresh12 has joined #openstack-nova | 00:16 | |
*** cfriesen has quit IRC | 00:22 | |
*** gyee has quit IRC | 00:23 | |
*** moshele has joined #openstack-nova | 00:25 | |
*** gunix has joined #openstack-nova | 00:28 | |
gunix | hey guys | 00:28 |
---|---|---|
gunix | how does nova configure key pairs on the VM? i mean, how does it upload the key to the instance? | 00:28 |
efried | gunix I'm no expert, but possibly through config drive? | 00:33 |
gunix | what is a config drive? | 00:33 |
efried | It's a thing that gets attached to the instance when it's spawned. It can contain instance-specific data like its hostname and IP address. | 00:34 |
efried | But it's entirely possible that key pairs get handled through some other mechanism. | 00:34 |
gunix | yea, ip confuses me too | 00:34 |
gunix | i mean well, dhcp agent handles that | 00:35 |
gunix | i guess based on mac | 00:35 |
efried | For DHCP setups | 00:35 |
gunix | however, ssh key gets somehow injected. you find it on the vm, within .ssh/authorized_keys | 00:35 |
efried | I'm afraid you may not have much luck in IRC at the moment - the summit starts on Monday and it's in Sydney, so most people are either on planes or already there, where it's tomorrow. | 00:36 |
gunix | i wonder if qemu for example opens the qcow2 file, finds the file located at /root/.ssh/authorized_keys and adds a line to it | 00:36 |
gunix | yea and the flight is long | 00:36 |
efried | So the config drive contains data, and a thing called cloud-init runs and pulls data from it somehow to do things that are instance-specific. | 00:37 |
*** itlinux has joined #openstack-nova | 00:37 | |
gunix | strange part is i sent an email to someone from OSA regarding a bug fix which i am proud of since it's my first bugfix but i won't get an answer anytime soon | 00:37 |
efried | Mm, new to the community? Get ready for a surprising amount of cultural indoctrination. | 00:37 |
gunix | what do you mean with cultura indoctrination? | 00:38 |
efried | It just takes a while to get used to the pace and cadence of how work gets done. | 00:38 |
gunix | yea, i sent an email instead of doing just a git push | 00:39 |
gunix | i don't want to damage any process | 00:39 |
gunix | whatever, i guess i am going to sleep with the sound knowledge that nova-compute key injection is dark magic, powered by robotic penguins | 00:40 |
*** itlinux has quit IRC | 00:42 | |
efried | mdrabe Any ideas here? | 00:42 |
*** tbachman has quit IRC | 00:42 | |
efried | gunix You can do git review to put your change up in gerrit. Sending an email is likely to be an even slower process, if it gets you anywhere at all. You won't hurt anything by putting a review up in gerrit. | 00:43 |
gunix | what is gerrit? i am not puttin anything in people i don't know | 00:43 |
efried | Okay, let's back up. What's the bug number? | 00:44 |
gunix | no bug number | 00:44 |
gunix | i can FW you the mail and you will get a good feeling what it's about | 00:44 |
efried | Okay. | 00:44 |
*** vladikr has quit IRC | 00:45 | |
*** slaweq has joined #openstack-nova | 00:48 | |
efried | gunix Okay, so you've never sent code to openstack before? | 00:48 |
*** esberglu has quit IRC | 00:48 | |
gunix | nope | 00:48 |
*** esberglu has joined #openstack-nova | 00:49 | |
*** brault has joined #openstack-nova | 00:49 | |
efried | gunix I can't stick around, but you'll want to start here: https://wiki.openstack.org/wiki/How_To_Contribute | 00:49 |
efried | gunix Pay special attention to the "If you're a developer" section to figure out how to contribute code. | 00:50 |
gunix | efried: any section for "If you're a wannabe developer? | 00:50 |
gunix | s/r\?/r\"\?/g | 00:51 |
*** armax has quit IRC | 00:51 | |
efried | gunix From your email, it looks like you've got a start on what you think the fix needs to be. That's good enough for a beginning. | 00:51 |
*** slaweq has quit IRC | 00:52 | |
gunix | efried: please excuse the bad jokes, but if (brain.uptime >= 18h) jokemode = yes | 00:52 |
gunix | i find it hard to talk seriously at 3 am | 00:53 |
efried | gunix You'll want to clone the project openstack/openstack-ansible-os_tempest - see https://review.openstack.org/#/admin/projects/openstack/openstack-ansible-os_tempest | 00:53 |
*** brault has quit IRC | 00:53 | |
gunix | efried: all 3 branches ... | 00:53 |
efried | gunix I'm unfortunately in that jokeless no-man's land between EOD and end of week. | 00:53 |
*** priteau has joined #openstack-nova | 00:53 | |
gunix | the error is on all branches :D | 00:53 |
efried | Start with master, always. Once your fix is approved, you can worry about backporting. | 00:54 |
efried | if appropriate. | 00:54 |
gunix | i mean, it's not an error ... it's just bad user experience for begginers | 00:54 |
gunix | people trying out that osa aio will have no idea how to fix that | 00:54 |
gunix | efried: can i just git clone the branch, modify the file and push ? | 00:55 |
gunix | with appropriate comment | 00:55 |
efried | Not push. Otherwise, yeah, pretty much. | 00:55 |
*** armax has joined #openstack-nova | 00:55 | |
gunix | oh wait | 00:55 |
efried | Spider your way through that contributor guide, accept the licenses, get your launchpad ID, bootstrap your gerrit account, figure out how to work your sandbox, make your fix, and submit it via `git review`. That'll create a patch in the gerrit system (which we use for code reviews). | 00:55 |
gunix | Learn how to work with our Gerrit review system. | 00:55 |
efried | Just so. | 00:55 |
*** suresh12 has quit IRC | 00:56 | |
efried | You may want to join the #openstack-ansible channel, which is where I imagine people who know/care about this thing might hang out. | 00:56 |
gunix | i have a launchpad id. i used it for some article on ubuntu wiki | 00:56 |
efried | But like I said, it may be pretty sparsely populated for the next couple of weeks. | 00:56 |
gunix | efried: i stay a lot on that channel. that's why i mailed cloudnull. he is like ALWAYS helping people out. helped me a lot too. i hope he'll be proud to see me bugfixing, since i learned OSA from him | 00:57 |
gunix | how long's the summit? a week? | 00:57 |
efried | Oh, perfect. You should buzz him or email him once you have a patch up in gerrit. Copy me too - I'll be interested to see how you've done. | 00:57 |
*** markvoelker has joined #openstack-nova | 00:58 | |
efried | The actual summit is three days. But you know, travel to Sydney etc. And some folks take vacation before/after. So it's going to be a couple weeks before life grinds back into action. | 00:58 |
*** priteau has quit IRC | 00:58 | |
gunix | you do brasilian jiu jitsu? | 00:59 |
gunix | that's like the best fighting technique in the world | 00:59 |
efried | Yes. I own a school. | 00:59 |
gunix | nice man | 00:59 |
efried | :) | 00:59 |
gunix | that means you are part of the 0.0001% of people that can beat mcgregor? | 00:59 |
efried | I'd have to get him to the ground first. | 01:00 |
gunix | he avoids that recently | 01:00 |
gunix | since the nate event | 01:00 |
gunix | :D | 01:00 |
efried | Strikers do | 01:00 |
efried | I have to run now. I'll be on the lookout for an email from you. Good luck! | 01:00 |
gunix | thank you for yuor help, man | 01:00 |
*** thorst has joined #openstack-nova | 01:01 | |
*** leakypipes has quit IRC | 01:02 | |
*** vladikr has joined #openstack-nova | 01:04 | |
*** salv-orlando has joined #openstack-nova | 01:05 | |
*** salv-orlando has quit IRC | 01:09 | |
*** takedakn has quit IRC | 01:19 | |
*** moshele has quit IRC | 01:20 | |
*** thorst has quit IRC | 01:24 | |
*** thorst has joined #openstack-nova | 01:24 | |
*** vks1 has joined #openstack-nova | 01:25 | |
*** moshele has joined #openstack-nova | 01:27 | |
*** yamahata has quit IRC | 01:30 | |
openstackgerrit | guanzuoyu proposed openstack/nova master: Modify incorrect debug meaasge in _inject_data https://review.openstack.org/517227 | 01:35 |
*** oanson has quit IRC | 01:43 | |
*** bswartz has joined #openstack-nova | 01:43 | |
*** oanson has joined #openstack-nova | 01:44 | |
*** markvoelker has quit IRC | 01:46 | |
*** yamamoto has joined #openstack-nova | 01:46 | |
*** yamamoto has quit IRC | 01:56 | |
*** yamamoto has joined #openstack-nova | 01:57 | |
*** yamamoto has quit IRC | 01:58 | |
*** gouthamr has joined #openstack-nova | 01:59 | |
*** litao__ has joined #openstack-nova | 02:01 | |
*** gouthamr has quit IRC | 02:05 | |
*** fragatina has quit IRC | 02:05 | |
*** itlinux has joined #openstack-nova | 02:14 | |
*** fragatina has joined #openstack-nova | 02:14 | |
*** fragatina has quit IRC | 02:19 | |
*** yamamoto has joined #openstack-nova | 02:28 | |
*** artom has quit IRC | 02:29 | |
*** saphi has joined #openstack-nova | 02:29 | |
*** artom has joined #openstack-nova | 02:29 | |
*** artom has quit IRC | 02:29 | |
*** artom has joined #openstack-nova | 02:30 | |
*** armax has quit IRC | 02:30 | |
*** NTSS_sapd has joined #openstack-nova | 02:31 | |
*** yamamoto has quit IRC | 02:33 | |
*** eharney has quit IRC | 02:35 | |
*** artom has quit IRC | 02:44 | |
*** AlexeyAbashkin has joined #openstack-nova | 02:48 | |
*** AlexeyAbashkin has quit IRC | 02:52 | |
*** dave-mccowan has joined #openstack-nova | 02:53 | |
*** priteau has joined #openstack-nova | 02:54 | |
*** thorst has quit IRC | 02:55 | |
*** dave-mcc_ has joined #openstack-nova | 02:55 | |
*** dave-mccowan has quit IRC | 02:58 | |
*** priteau has quit IRC | 02:59 | |
*** AlexeyAbashkin has joined #openstack-nova | 03:04 | |
*** fragatina has joined #openstack-nova | 03:05 | |
*** fragatina has quit IRC | 03:06 | |
*** salv-orlando has joined #openstack-nova | 03:06 | |
*** fragatina has joined #openstack-nova | 03:06 | |
*** AlexeyAbashkin has quit IRC | 03:08 | |
*** moshele has quit IRC | 03:10 | |
*** salv-orlando has quit IRC | 03:11 | |
*** gmann_afk is now known as gmann | 03:13 | |
*** moshele has joined #openstack-nova | 03:21 | |
*** priteau has joined #openstack-nova | 03:22 | |
*** priteau has quit IRC | 03:26 | |
*** yamamoto has joined #openstack-nova | 03:30 | |
*** yamamoto has quit IRC | 03:43 | |
*** BenderRodriguez has quit IRC | 03:47 | |
*** slaweq has joined #openstack-nova | 03:48 | |
*** moshele has quit IRC | 03:50 | |
*** thorst has joined #openstack-nova | 03:52 | |
*** slaweq has quit IRC | 03:53 | |
*** itlinux has quit IRC | 04:05 | |
*** salv-orlando has joined #openstack-nova | 04:07 | |
*** yamamoto has joined #openstack-nova | 04:10 | |
*** salv-orlando has quit IRC | 04:12 | |
*** markvoelker has joined #openstack-nova | 04:23 | |
*** moshele has joined #openstack-nova | 04:24 | |
*** artom has joined #openstack-nova | 04:24 | |
*** BenderRodriguez has joined #openstack-nova | 04:32 | |
*** markvoelker has quit IRC | 04:32 | |
*** yamamoto has quit IRC | 04:34 | |
*** markvoelker has joined #openstack-nova | 04:34 | |
*** itlinux has joined #openstack-nova | 04:35 | |
*** moshele has quit IRC | 04:36 | |
*** markvoelker_ has joined #openstack-nova | 04:38 | |
*** markvoelker has quit IRC | 04:41 | |
*** artom has quit IRC | 04:49 | |
gmann | gibi: replied on https://review.openstack.org/#/c/452818/16 | 05:03 |
gmann | gibi: i like to approach to rename the path to common_payload. | 05:03 |
gmann | thanks | 05:03 |
*** moshele has joined #openstack-nova | 05:04 | |
*** fragatina has quit IRC | 05:10 | |
*** moshele has quit IRC | 05:10 | |
*** priteau has joined #openstack-nova | 05:22 | |
*** itlinux has quit IRC | 05:24 | |
*** priteau has quit IRC | 05:27 | |
*** yamamoto has joined #openstack-nova | 05:34 | |
*** moshele has joined #openstack-nova | 05:37 | |
*** markvoelker has joined #openstack-nova | 05:38 | |
*** markvoelker_ has quit IRC | 05:41 | |
*** psachin has joined #openstack-nova | 05:44 | |
*** thorst has quit IRC | 05:44 | |
*** yamamoto has quit IRC | 05:45 | |
*** dave-mcc_ has quit IRC | 06:05 | |
*** salv-orlando has joined #openstack-nova | 06:09 | |
*** salv-orlando has quit IRC | 06:13 | |
*** yikun_jiang has joined #openstack-nova | 07:08 | |
*** salv-orlando has joined #openstack-nova | 07:09 | |
*** yikun has quit IRC | 07:11 | |
*** salv-orlando has quit IRC | 07:14 | |
*** moshele has quit IRC | 07:27 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(1/2) https://review.openstack.org/408955 | 07:30 |
*** markvoelker_ has joined #openstack-nova | 07:31 | |
*** markvoel_ has joined #openstack-nova | 07:32 | |
*** yamamoto has joined #openstack-nova | 07:33 | |
*** markvoelker has quit IRC | 07:34 | |
*** lpetrut has joined #openstack-nova | 07:35 | |
*** markvoel_ has quit IRC | 07:35 | |
*** markvoelker_ has quit IRC | 07:36 | |
*** markvoelker has joined #openstack-nova | 07:38 | |
*** thorst has joined #openstack-nova | 07:42 | |
*** markvoelker_ has joined #openstack-nova | 07:51 | |
*** markvoelker_ has quit IRC | 07:54 | |
*** markvoelker has quit IRC | 07:55 | |
*** markvoelker has joined #openstack-nova | 07:56 | |
*** tesseract has joined #openstack-nova | 07:59 | |
*** markvoelker has quit IRC | 08:03 | |
*** markvoelker has joined #openstack-nova | 08:04 | |
*** markvoelker has quit IRC | 08:06 | |
*** salv-orlando has joined #openstack-nova | 08:10 | |
*** markvoelker_ has joined #openstack-nova | 08:10 | |
*** slaweq has joined #openstack-nova | 08:11 | |
*** salv-orlando has quit IRC | 08:15 | |
openstackgerrit | Rong Han proposed openstack/nova master: Fixed the known vcpuset description of CPUPinningUnknown https://review.openstack.org/517592 | 08:25 |
*** AlexeyAbashkin has joined #openstack-nova | 08:28 | |
*** lpetrut has quit IRC | 08:29 | |
*** owalsh_pto has quit IRC | 08:33 | |
*** slaweq has quit IRC | 08:33 | |
*** lpetrut has joined #openstack-nova | 08:35 | |
*** psachin has quit IRC | 08:40 | |
*** yamamoto has quit IRC | 08:40 | |
*** esberglu has quit IRC | 08:51 | |
*** yamamoto has joined #openstack-nova | 08:55 | |
*** AlexeyAbashkin has quit IRC | 09:07 | |
*** salv-orlando has joined #openstack-nova | 09:11 | |
*** lpetrut has quit IRC | 09:13 | |
*** salv-orlando has quit IRC | 09:16 | |
*** dave-mccowan has joined #openstack-nova | 09:31 | |
*** yamamoto has quit IRC | 09:45 | |
*** salv-orlando has joined #openstack-nova | 09:48 | |
*** owalsh has joined #openstack-nova | 09:50 | |
*** owalsh has quit IRC | 09:54 | |
*** moshele has joined #openstack-nova | 09:54 | |
*** owalsh has joined #openstack-nova | 09:59 | |
*** links has quit IRC | 10:03 | |
*** dave-mccowan has quit IRC | 10:10 | |
*** yamamoto has joined #openstack-nova | 10:14 | |
*** yamamoto has quit IRC | 10:15 | |
*** cfriesen has joined #openstack-nova | 10:24 | |
*** salv-orlando has quit IRC | 10:27 | |
*** slaweq has joined #openstack-nova | 10:34 | |
*** slaweq has quit IRC | 10:38 | |
*** vks1 has quit IRC | 10:41 | |
*** vks1 has joined #openstack-nova | 10:46 | |
*** NTSS_sapd has quit IRC | 10:48 | |
*** saphi has quit IRC | 10:48 | |
*** priteau has joined #openstack-nova | 10:53 | |
*** priteau has quit IRC | 11:00 | |
*** tbachman has joined #openstack-nova | 11:10 | |
*** moshele has quit IRC | 11:10 | |
*** yamamoto has joined #openstack-nova | 11:16 | |
*** moshele has joined #openstack-nova | 11:20 | |
*** salv-orlando has joined #openstack-nova | 11:27 | |
*** yamamoto has quit IRC | 11:30 | |
*** tbachman has quit IRC | 11:31 | |
*** salv-orlando has quit IRC | 11:32 | |
*** mchiappe1o has joined #openstack-nova | 11:32 | |
*** mchiappero has quit IRC | 11:33 | |
*** yamamoto has joined #openstack-nova | 11:38 | |
*** moshele has quit IRC | 11:42 | |
*** lpetrut has joined #openstack-nova | 11:42 | |
*** slaweq has joined #openstack-nova | 11:45 | |
*** AlexeyAbashkin has joined #openstack-nova | 11:58 | |
*** AlexeyAbashkin has quit IRC | 12:09 | |
*** slaweq has quit IRC | 12:15 | |
*** litao__ has quit IRC | 12:16 | |
*** slaweq has joined #openstack-nova | 12:18 | |
*** slaweq has quit IRC | 12:19 | |
*** fragatina has joined #openstack-nova | 12:22 | |
*** salv-orlando has joined #openstack-nova | 12:28 | |
*** salv-orlando has quit IRC | 12:33 | |
*** tbachman has joined #openstack-nova | 12:40 | |
*** yamamoto has quit IRC | 12:40 | |
*** markvoelker_ has quit IRC | 12:43 | |
*** yamamoto has joined #openstack-nova | 12:44 | |
*** thorst has quit IRC | 12:45 | |
*** thorst has joined #openstack-nova | 12:45 | |
*** gcb has joined #openstack-nova | 12:46 | |
*** thorst has quit IRC | 12:47 | |
*** gcb has quit IRC | 12:50 | |
*** tbachman has quit IRC | 12:51 | |
*** Guest63936 has joined #openstack-nova | 13:11 | |
*** cfriesen has quit IRC | 13:19 | |
*** takedakn has joined #openstack-nova | 13:22 | |
*** takedakn has quit IRC | 13:22 | |
*** Guest63936 has quit IRC | 13:28 | |
*** salv-orlando has joined #openstack-nova | 13:29 | |
*** AlexeyAbashkin has joined #openstack-nova | 13:33 | |
*** salv-orlando has quit IRC | 13:34 | |
*** fragatina has quit IRC | 13:34 | |
*** slaweq has joined #openstack-nova | 13:42 | |
*** psachin has joined #openstack-nova | 13:43 | |
*** AlexeyAbashkin has quit IRC | 13:45 | |
*** slaweq has quit IRC | 13:46 | |
*** artom has joined #openstack-nova | 13:56 | |
*** takedakn has joined #openstack-nova | 14:00 | |
*** AlexeyAbashkin has joined #openstack-nova | 14:05 | |
*** takedakn has quit IRC | 14:08 | |
openstackgerrit | Jianghua Wang proposed openstack/nova master: XenAPI: create vGPU for instance https://review.openstack.org/516899 | 14:09 |
openstackgerrit | Eric Fried proposed openstack/nova master: WIP: placement: Granular GET /allocation_candidates https://review.openstack.org/517757 | 14:09 |
*** AlexeyAbashkin has quit IRC | 14:09 | |
*** salv-orlando has joined #openstack-nova | 14:30 | |
*** salv-orlando has quit IRC | 14:34 | |
*** slaweq has joined #openstack-nova | 14:40 | |
*** slaweq has quit IRC | 14:44 | |
*** thorst has joined #openstack-nova | 14:47 | |
*** lpetrut has quit IRC | 14:48 | |
*** yamamoto has quit IRC | 14:56 | |
*** vks1 has quit IRC | 15:00 | |
*** yamamoto has joined #openstack-nova | 15:01 | |
*** vks1 has joined #openstack-nova | 15:02 | |
*** itlinux has joined #openstack-nova | 15:28 | |
*** salv-orlando has joined #openstack-nova | 15:31 | |
*** salv-orlando has quit IRC | 15:35 | |
*** yamamoto has quit IRC | 16:10 | |
*** moshele has joined #openstack-nova | 16:21 | |
*** psachin has quit IRC | 16:24 | |
*** thorst has quit IRC | 16:25 | |
*** moshele has quit IRC | 16:31 | |
*** salv-orlando has joined #openstack-nova | 16:32 | |
*** tesseract has quit IRC | 16:35 | |
*** Apoorva has joined #openstack-nova | 16:37 | |
*** salv-orlando has quit IRC | 16:37 | |
*** itlinux has quit IRC | 16:43 | |
*** fragatina has joined #openstack-nova | 16:46 | |
*** thorst has joined #openstack-nova | 16:48 | |
*** beekneemech has quit IRC | 16:49 | |
*** thorst has quit IRC | 16:49 | |
*** fragatina has quit IRC | 16:58 | |
*** yamamoto has joined #openstack-nova | 17:11 | |
*** itlinux has joined #openstack-nova | 17:15 | |
*** vks1 has quit IRC | 17:17 | |
*** vladikr_ has joined #openstack-nova | 17:23 | |
*** vladikr has quit IRC | 17:26 | |
*** yamamoto has quit IRC | 17:29 | |
*** thorst has joined #openstack-nova | 17:50 | |
*** yamamoto has joined #openstack-nova | 17:57 | |
*** yamamoto has quit IRC | 18:03 | |
*** armax has joined #openstack-nova | 18:06 | |
*** itlinux has quit IRC | 18:09 | |
*** armax has quit IRC | 18:15 | |
*** tbachman has joined #openstack-nova | 18:18 | |
*** fragatina has joined #openstack-nova | 18:19 | |
*** jmlowe_ has joined #openstack-nova | 18:32 | |
*** salv-orlando has joined #openstack-nova | 18:33 | |
*** jmlowe has quit IRC | 18:34 | |
*** salv-orlando has quit IRC | 18:38 | |
*** AlexeyAbashkin has joined #openstack-nova | 18:38 | |
*** itlinux has joined #openstack-nova | 18:44 | |
*** AlexeyAbashkin has quit IRC | 18:47 | |
*** lpetrut has joined #openstack-nova | 18:52 | |
*** itlinux has quit IRC | 18:54 | |
*** yamahata has joined #openstack-nova | 19:02 | |
*** AlexeyAbashkin has joined #openstack-nova | 19:04 | |
*** AlexeyAbashkin has quit IRC | 19:08 | |
*** lpetrut has quit IRC | 19:14 | |
*** lpetrut has joined #openstack-nova | 19:15 | |
*** gouthamr has joined #openstack-nova | 19:15 | |
*** lpetrut has quit IRC | 19:16 | |
*** lpetrut has joined #openstack-nova | 19:18 | |
*** Apoorva has quit IRC | 19:22 | |
*** dave-mccowan has joined #openstack-nova | 19:38 | |
*** vladikr__ has joined #openstack-nova | 19:41 | |
*** vladikr_ has quit IRC | 19:45 | |
*** itlinux has joined #openstack-nova | 19:48 | |
*** itlinux has quit IRC | 19:58 | |
*** vladikr__ has quit IRC | 20:03 | |
*** vladikr__ has joined #openstack-nova | 20:05 | |
*** itlinux has joined #openstack-nova | 20:06 | |
*** fragatina has quit IRC | 20:12 | |
*** slaweq has joined #openstack-nova | 20:15 | |
*** markvoelker_ has joined #openstack-nova | 20:22 | |
*** salv-orlando has joined #openstack-nova | 20:35 | |
*** coreywright has quit IRC | 20:36 | |
*** lpetrut has quit IRC | 20:37 | |
*** lpetrut has joined #openstack-nova | 20:39 | |
*** salv-orlando has quit IRC | 20:39 | |
*** Apoorva has joined #openstack-nova | 20:44 | |
*** salv-orlando has joined #openstack-nova | 20:50 | |
*** edmondsw has joined #openstack-nova | 20:59 | |
*** kmalloc has quit IRC | 21:16 | |
*** itlinux has quit IRC | 21:24 | |
*** salv-orlando has quit IRC | 21:30 | |
*** itlinux has joined #openstack-nova | 21:35 | |
*** slaweq has quit IRC | 21:41 | |
*** markvoelker_ has quit IRC | 21:43 | |
*** itlinux has quit IRC | 21:44 | |
*** edmondsw has quit IRC | 21:45 | |
*** dave-mccowan has quit IRC | 21:53 | |
*** salv-orlando has joined #openstack-nova | 22:00 | |
*** Apoorva has quit IRC | 22:09 | |
*** slaweq has joined #openstack-nova | 22:12 | |
*** itlinux has joined #openstack-nova | 22:13 | |
*** markvoelker has joined #openstack-nova | 22:13 | |
*** gouthamr has quit IRC | 22:20 | |
*** edmondsw has joined #openstack-nova | 22:27 | |
*** lpetrut has quit IRC | 22:30 | |
*** edmondsw has quit IRC | 22:31 | |
*** slaweq has quit IRC | 22:46 | |
*** suresh12 has joined #openstack-nova | 22:46 | |
*** catintheroof has joined #openstack-nova | 22:48 | |
*** slaweq has joined #openstack-nova | 22:55 | |
*** suresh12 has quit IRC | 22:56 | |
openstackgerrit | Mike Perez proposed openstack/nova master: Remove osapi_v21 project_id_regex https://review.openstack.org/463225 | 22:59 |
*** edmondsw has joined #openstack-nova | 23:02 | |
*** dansmith has quit IRC | 23:05 | |
*** edmondsw has quit IRC | 23:07 | |
*** Ankit__ has joined #openstack-nova | 23:09 | |
Ankit__ | gmann: hi | 23:09 |
gmann | Ankit__: hello | 23:09 |
*** bnemec has joined #openstack-nova | 23:24 | |
*** bnemec has quit IRC | 23:26 | |
*** bnemec has joined #openstack-nova | 23:26 | |
*** itlinux has quit IRC | 23:27 | |
*** slaweq has quit IRC | 23:27 | |
*** itlinux has joined #openstack-nova | 23:28 | |
*** dansmith has joined #openstack-nova | 23:33 | |
*** dansmith is now known as Guest16163 | 23:33 | |
*** edmondsw has joined #openstack-nova | 23:34 | |
*** slaweq has joined #openstack-nova | 23:37 | |
*** edmondsw has quit IRC | 23:38 | |
*** salv-orlando has quit IRC | 23:43 | |
*** itlinux has quit IRC | 23:47 | |
*** catintheroof has quit IRC | 23:52 | |
*** itlinux has joined #openstack-nova | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!