*** exploreshaifali has quit IRC | 00:16 | |
*** namratab94 has quit IRC | 00:36 | |
*** asettle has quit IRC | 00:46 | |
*** asettle has joined #openstack-opw | 00:54 | |
*** josephine has joined #openstack-opw | 01:08 | |
*** josephine is now known as Guest72379 | 01:08 | |
*** sonali5 has joined #openstack-opw | 01:19 | |
*** Laucon_ has joined #openstack-opw | 02:23 | |
Laucon_ | Ok. I'm here | 02:23 |
---|---|---|
asettle | Laucon_, okay. Here is a link to help you out when using IRC http://www.irchelp.org/irchelp/irctutorial.html | 02:23 |
asettle | I can't see your messages in the larger channels unless you ping me personally | 02:24 |
Laucon_ | Cool, | 02:24 |
asettle | See how I've used your nickname there? It should come up as red - meaning I"ve spoken to you directly | 02:24 |
asettle | I can see that if you do that for me. My nick is always asettle | 02:24 |
Laucon_ | Oh, I see. How I speak to you directly? | 02:24 |
asettle | type my nick | 02:24 |
asettle | here | 02:24 |
Laucon_ | asettle | 02:24 |
Laucon_ | <asettle> | 02:25 |
asettle | To me, that comes up as bright red. It means you have messaged me | 02:25 |
Laucon_ | I'm trying | 02:25 |
asettle | You don't need to put the brackets around the name. | 02:25 |
Laucon_ | asettle So should I do that each time I send a message? | 02:25 |
asettle | No, not every time. Just the initial time. If you wish to grab my attention. You can just say 'ping asettle' | 02:25 |
Laucon_ | Gotcha. | 02:25 |
asettle | This lets me know that you've messaged me and wish to speak to me. | 02:25 |
Laucon_ | Good to know. | 02:25 |
asettle | Okay, great. Now for all things intern related, definitely join in this channel so we can chat. That's what this one is designed for. | 02:26 |
Laucon_ | I committed the change. A little too soon because I then saw your note about contractions and it told me you have committed too changes but I should have made it into one change. | 02:26 |
asettle | Laucon_, there doesn't appear to be any changes here: https://review.openstack.org/#/c/233897/ | 02:27 |
Laucon_ | Oh, in that case, great. I can do it again. | 02:27 |
asettle | Please follow those steps carefully. | 02:28 |
Laucon_ | Ok | 02:28 |
asettle | Do you understand each of the steps I have outlined? | 02:29 |
Laucon_ | Yes I do. But after I did commit -a, it said nothing to commit. | 02:29 |
Laucon_ | working directory clean. | 02:30 |
asettle | Are you doing git commit -a --amend | 02:30 |
asettle | Got just git commit -a | 02:30 |
asettle | Or* | 02:30 |
Laucon_ | Oh, no. Just git commit -a | 02:30 |
asettle | You have edited the original file, saved it? | 02:31 |
Laucon_ | Yes. Exactly. I cleaned up the lines and the contractions | 02:31 |
asettle | Laucon_, do $ git branch for me please | 02:31 |
asettle | And tell me what it says | 02:31 |
Laucon_ | error: pathspec 'branch' did not match any file(s) known to git. | 02:32 |
asettle | pwd for me please | 02:32 |
asettle | are you in ha-guide? | 02:32 |
Laucon_ | I am. I did cd ha guide | 02:32 |
asettle | Does it say that you're in ha-guide? | 02:33 |
Laucon_ | No, actually. It says no such file or directory. huh? | 02:33 |
asettle | You didn't delete ha-guide, did you? | 02:34 |
Laucon_ | No. A second ago it said I was in it. Maybe it's a matter of putting ha guide vs. ha-guide | 02:34 |
asettle | Go to your 'home' and pwd for me | 02:34 |
asettle | Well you have to go into ha-guide as, from memory, that's what it's called | 02:34 |
Laucon_ | No, I am in the ha-guide. | 02:34 |
Laucon_ | Definetly in the ha-guide | 02:35 |
asettle | please do $ ls for me | 02:35 |
Laucon_ | ok | 02:35 |
Laucon_ | still in the ha-guide | 02:35 |
asettle | Okay, what is the output of $ ls Laucon_ | 02:36 |
Laucon_ | README.rsttest-requirements.txt doctools doc-test.conftox.ini doc-tools-check-languages.conf | 02:36 |
Laucon_ | that's what's in the ha-guide, right? | 02:36 |
asettle | yes it is | 02:37 |
asettle | Okay $ git branch | 02:37 |
asettle | Wiat | 02:37 |
asettle | Hold on one second | 02:37 |
Laucon_ | ok | 02:37 |
asettle | Yes that's it | 02:37 |
asettle | Okay $ git branch | 02:37 |
Laucon_ | review/lauren/bug/1414115 | 02:37 |
asettle | Fantastic. | 02:37 |
Laucon_ | under master with a little astericks | 02:37 |
asettle | That's what you want, that means you're in the right branch | 02:38 |
asettle | Okay, open up the file again for me | 02:38 |
Laucon_ | which file? | 02:38 |
asettle | The file you have been working on l | 02:38 |
asettle | Laucon_, | 02:38 |
Laucon_ | You mean in sublime text? | 02:38 |
asettle | Yes Laucon_ you need to open up the file you were working on before to fix it. | 02:39 |
Laucon_ | ok | 02:39 |
Laucon_ | It's open. | 02:39 |
asettle | Now you need to go to where you included in the new text, and fix the issues. | 02:39 |
Laucon_ | I made sure all the lines were 79 characters long or less and I changed the isn't to is not. | 02:40 |
asettle | Okay, save the file, exit. | 02:40 |
Laucon_ | great | 02:40 |
Laucon_ | did that | 02:40 |
asettle | Now $ git commit -a --amend | 02:40 |
Laucon_ | ok | 02:40 |
asettle | You need to fix your commit message to look like the one I showed you in the email. | 02:41 |
Laucon_ | I will do that right now. | 02:41 |
asettle | And so that it follows the conventions. It also needs to wrap at 79 characters. | 02:41 |
asettle | Ensure that it is as the TOP of the page. Not the middle. The op. | 02:41 |
asettle | top* | 02:41 |
Laucon_ | Ok. I did that. Then I did :wp to exit it out | 02:43 |
asettle | Fantastic, now please do $ git review -d | 02:44 |
Laucon_ | will do | 02:44 |
Laucon_ | usage: git review [OPTIONS] ... [BRANCH] git-review: error: argument -d/--download: expected one argument | 02:45 |
asettle | sorry sorry | 02:45 |
asettle | my mistake | 02:45 |
asettle | git review -v | 02:45 |
Laucon_ | no problem | 02:45 |
Laucon_ | I think it ran. | 02:45 |
asettle | What was the output? | 02:46 |
Laucon_ | remote: remote: New Changes: remote: https://review.openstack.org/233916 remote: To ssh://Laucon@review.openstack.org:29418/openstack/ha-guide.git * [new branch] HEAD -> refs/publish/master/bug/1414115 2015-10-12 22:45:33.856989 Running: git rev-parse --show-toplevel --git-dir | 02:46 |
Laucon_ | plus it was running a ton of things | 02:46 |
asettle | Okay, I see what's happened here. I was not paying enough attention but somehow you've created a whole new patch. When I sent you the directions to do the following: $ git review -d 233897 | 02:48 |
asettle | They were not random numbers | 02:48 |
Laucon_ | oh wow. ok | 02:48 |
asettle | Those numbers come from the patch number here: https://review.openstack.org/#/c/233897/ | 02:49 |
Laucon_ | so what numbers do I use? | 02:49 |
asettle | What we're going to do is abandon the other patch and start this again. This explains why you weren't getting the correct responses. | 02:49 |
Laucon_ | ok | 02:49 |
asettle | You use the numbers in the link there Laucon_ | 02:49 |
asettle | Please go into this patch: https://review.openstack.org/#/c/233916/ and hit the abandon button, please write a message explaining why | 02:49 |
asettle | It looks like you've got a better handle on your commit messages now. However you still haven't wrapped it to 79 characters. We'll practice that on the next patch. | 02:50 |
asettle | I now need you to follow my instruction very carefully Laucon_ | 02:50 |
Laucon_ | first looking for the abandon button | 02:50 |
asettle | It says "abandon change" | 02:50 |
asettle | In the middle of the page | 02:51 |
Laucon_ | i see checkout, pull, cherrypick, patch | 02:52 |
asettle | I'll do it for now. | 02:52 |
Laucon_ | ok | 02:52 |
asettle | We'll get to that another time. | 02:52 |
asettle | Now let's go through these instructions VERY carefully l | 02:53 |
asettle | Laucon_, | 02:53 |
Laucon_ | ok | 02:53 |
asettle | To amend a review in progress, you are going to be working on the same patch again. In which case, that is this patch: https://review.openstack.org/#/c/233897/ | 02:53 |
Laucon_ | ok | 02:53 |
asettle | The patch is referenced with a number. This number you will find in the URL | 02:53 |
asettle | In this case, the number is 233897 | 02:53 |
Laucon_ | ok | 02:53 |
asettle | Your patch will never not have a number | 02:53 |
Laucon_ | Ok | 02:54 |
asettle | To fix it, you need to open your terminal in the ha-guide folder | 02:54 |
asettle | And execute: | 02:54 |
asettle | $ git review -d 233897 | 02:54 |
asettle | This should then open up a new branch for you. If you are unsure of this, run $ git branch | 02:54 |
asettle | And tell me what the output is. | 02:54 |
Laucon_ | did that. it's running | 02:54 |
Laucon_ | Switched to branch "review/lauren/bug/1414115" | 02:54 |
asettle | Please run git status | 02:54 |
asettle | And tell me what the output is | 02:55 |
Laucon_ | On branch review/lauren/bug/1414115 Your branch is ahead of 'gerrit/master' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working directory clean | 02:55 |
asettle | Okay what I'm going to get you to do here is different to normal. | 02:55 |
Laucon_ | ok | 02:55 |
asettle | Please run $ git reset --hard HEAD | 02:55 |
asettle | And then run $ git status | 02:56 |
Laucon_ | HEAD is now at 15bbe51 Commit a6b516ae73d6671894a5cd3246e5db026b0e6505 | 02:56 |
Laucon_ | On branch review/lauren/bug/1414115 Your branch is ahead of 'gerrit/master' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working directory clean Macintosh:ha-guide laurenconrad$ | 02:56 |
asettle | Ugh I hate it when it does this. I'm going to cheat a bit here because the other way will take too long | 02:56 |
asettle | please do $ git checkout master | 02:56 |
Laucon_ | Switched to branch 'master' Your branch is up-to-date with 'origin/master'. | 02:57 |
asettle | $ git branch -D review/lauren/bug/1414115 | 02:57 |
Laucon_ | Deleted branch review/lauren/bug/1414115 (was 15bbe51). | 02:57 |
asettle | $ git branch | 02:57 |
Laucon_ | laucon/1414115 * master | 02:57 |
asettle | $ git pull | 02:58 |
Laucon_ | already up to date | 02:58 |
asettle | $ git review -d 233897 | 02:58 |
Laucon_ | Switched to branch "review/lauren/bug/1414115" | 02:58 |
asettle | Okay, you now need to open up the file you were working on again in Sublime and fix the issue. I noticed before that you are still not wrapping within 79 characters. | 02:59 |
asettle | Please use a counter in your text editor to ensure you're wrapping properly. | 02:59 |
Laucon_ | I did. | 03:00 |
Laucon_ | I think it's good now. | 03:00 |
asettle | Unfortunately Laucon_ you didn't. You can see here: https://review.openstack.org/#/c/233916/1/doc/ha-guide/source/intro-ha-concepts.rst In the abandon patch that nothing changed. | 03:00 |
asettle | Please save and exit the file. | 03:00 |
Laucon_ | Ok. | 03:01 |
asettle | $ git commit -a --amend | 03:01 |
Laucon_ | I edited it in sublime text and hit save all and exited it | 03:01 |
asettle | You should be able to see your old commit message that looks like this one: https://review.openstack.org/#/c/233897/ | 03:01 |
Laucon_ | I did that | 03:01 |
Laucon_ | Yes I do | 03:01 |
asettle | Please delete the old commit message as it is in the wrong spot | 03:01 |
Laucon_ | It's ugly | 03:01 |
asettle | And fix it like you did on the abandoned patch | 03:01 |
asettle | It needs to be at the top of the page, and it needs to wrap at 70 characters. | 03:02 |
asettle | https://review.openstack.org/#/c/230996/ it needs to look like this | 03:02 |
asettle | The commit message you had for this one: https://review.openstack.org/#/c/233916/1 is in the right place, but it is too long | 03:02 |
asettle | Ensure you're pressing enter after the 70 character limit, or else it won't wrap. It just will look like it's wrapping in your terminal. | 03:03 |
Laucon_ | one sec | 03:03 |
Laucon_ | ok. I wrote what I think is a correct commit message. | 03:05 |
Laucon_ | It says this and it wraps to just 70 charatcers | 03:05 |
asettle | Okay, :wq | 03:05 |
Laucon_ | Update "Chapter 1. Introduction to OpenStack High Availability in OpenStack High Availability Guide" to include HA concepts in context of OpenStack Added a paragraph to explain why High Availability is not the default set up and how it can be difficult to use in some cases. Closes-Bug: 1414115 | 03:05 |
openstack | bug 1414115 in openstack-manuals "Update "Chapter 1. Introduction to OpenStack High Availability in OpenStack High Availability Guide" to include HA concepts in context of OpenStack" [Medium,In progress] https://launchpad.net/bugs/1414115 - Assigned to Lauren (laucon) | 03:05 |
Laucon_ | ok | 03:05 |
asettle | Laucon_, ensure that the first line is a very brief summary | 03:05 |
Laucon_ | Ok. | 03:06 |
Laucon_ | I just hit the wp button | 03:06 |
asettle | $ git review -v | 03:06 |
Laucon_ | To ssh://Laucon@review.openstack.org:29418/openstack/ha-guide.git * [new branch] HEAD -> refs/publish/master/bug/1414115 2015-10-12 23:07:01.522100 Running: git rev-parse --show-toplevel --git-dir | 03:07 |
asettle | What's the output Laucon_ ? | 03:08 |
Laucon_ | To ssh://Laucon@review.openstack.org:29418/openstack/ha-guide.git * [new branch] HEAD -> refs/publish/master/bug/1414115 2015-10-12 23:07:01.522100 Running: git rev-parse --show-toplevel --git-dir | 03:08 |
asettle | you hit 'git review -v' right? | 03:08 |
Laucon_ | yes | 03:08 |
asettle | Please send me a screen shot of your terminal | 03:09 |
Laucon_ | I just did that. | 03:09 |
asettle | Somehow Laucon_ you are continuously making new patches. This one is correct however, I'm going to leave this one here and abandon the other. | 03:12 |
asettle | I don't know how you're doing that. | 03:12 |
Laucon_ | ok | 03:12 |
asettle | The part of the output I needed to see was the end. Either it is going to tell you that there is an update to your old commit, or there is a new link. | 03:13 |
asettle | There is a new link at the end of that output, https://review.openstack.org/#/c/233919/ | 03:13 |
asettle | This has also failed because you have excess whitespace. | 03:13 |
asettle | Which you'll need to remove. | 03:13 |
Laucon_ | ok | 03:14 |
asettle | I'm going to do it now, because I want to ensure that this is potentially just an issue with something you're doing as opposed to a bigger problem. | 03:14 |
Laucon_ | so do I do the amend command again? | 03:14 |
asettle | No, please, allow me to do this first. | 03:14 |
Laucon_ | Ok | 03:14 |
asettle | I am going to screen shot my terminal as I go to show you what I've done. | 03:15 |
Laucon_ | ok | 03:15 |
asettle | Okay Laucon_ https://review.openstack.org/#/c/233919/1 what I've done here is uploaded a second patch. I will send you screen shots of everything I've done and why soon. | 03:18 |
Laucon_ | Ok | 03:19 |
asettle | I've altered your commit message so that the first line is simple, short, and explains what's happening | 03:19 |
Laucon_ | Ok | 03:19 |
asettle | I've also changed it to state that you are fixing a 'partial-bug' not closing it. | 03:19 |
asettle | As your paragraph will need further work. | 03:19 |
Laucon_ | That's good. And ok | 03:19 |
Laucon_ | How should I fix that? | 03:19 |
asettle | We will get there please, slow down. Let's take baby steps. | 03:19 |
Laucon_ | No problem. | 03:20 |
asettle | What I have fixed here is what's called 'whitespace' | 03:20 |
Laucon_ | I know what white space is. Ok | 03:20 |
asettle | Great. | 03:20 |
asettle | It appears in a patch like this: https://review.openstack.org/#/c/233919/1/doc/ha-guide/source/intro-ha-concepts.rst | 03:20 |
asettle | See the red boxes? | 03:20 |
Laucon_ | Yes I do | 03:20 |
asettle | What I've simply done is just remove the extra spaces at the end of the two sentences to ensure that it does not fail. | 03:20 |
Laucon_ | Great. | 03:21 |
asettle | So patch set two looks like this: https://review.openstack.org/#/c/233919/2/doc/ha-guide/source/intro-ha-concepts.rst | 03:21 |
Laucon_ | Fanastic | 03:21 |
asettle | Your name is still on that patch, so don't worry about me fixing that little thing. That can often happen. What I'll do now is send you an email with the screen shots of what I've done, and what each output is supposed to look like. | 03:22 |
asettle | You seem like quite the visual learner, so I think this will really help oyu. | 03:22 |
Laucon_ | Thanks! | 03:22 |
asettle | Not a problem | 03:23 |
asettle | Now, if we open this back up again: https://review.openstack.org/#/c/233919/2 | 03:23 |
asettle | See, jenkins is all happy. Now reviewers can come along and give you feedback on your patch. | 03:23 |
asettle | Do not be perturbed if people give you negative reviews. This is common, and just means that people are offering their insights into what can be fixed. | 03:23 |
asettle | It's all about community collaboration. | 03:23 |
Laucon_ | Awesome | 03:23 |
asettle | Alright, check that patch again in the morning and we should be swell. | 03:24 |
Laucon_ | Ok. So should I say good bye now? | 03:24 |
asettle | Do you have any other questions for me? | 03:25 |
Laucon_ | No I think I'm good. I learned so much. | 03:26 |
*** sonali5 has quit IRC | 03:28 | |
Laucon_ | bye! | 03:28 |
asettle | Bye Laucon_ | 03:30 |
*** Laucon_ has quit IRC | 03:31 | |
*** sonali5 has joined #openstack-opw | 04:12 | |
*** khushbu_ has joined #openstack-opw | 04:17 | |
*** khushbu_ has quit IRC | 04:17 | |
*** vsham20 has joined #openstack-opw | 04:20 | |
*** sonali5 has quit IRC | 04:29 | |
*** Guest72379 has quit IRC | 04:29 | |
*** Zyric has quit IRC | 04:37 | |
*** khushbu has joined #openstack-opw | 04:39 | |
*** khushbu has quit IRC | 04:39 | |
*** nikhil_k has joined #openstack-opw | 04:39 | |
*** vsham20 has quit IRC | 04:40 | |
*** vsham20 has joined #openstack-opw | 04:41 | |
*** nikhil has quit IRC | 04:42 | |
*** asettle has quit IRC | 04:49 | |
*** sd3 has joined #openstack-opw | 04:52 | |
*** sd3 has left #openstack-opw | 04:52 | |
*** vsham20 has quit IRC | 04:58 | |
*** vsham20 has joined #openstack-opw | 04:59 | |
*** vsham201 has joined #openstack-opw | 05:14 | |
*** vsham20 has quit IRC | 05:14 | |
*** mahatic has joined #openstack-opw | 05:19 | |
*** nikhil has joined #openstack-opw | 05:41 | |
*** nikhil_k has quit IRC | 05:43 | |
vsham201 | sayali:hello...so i tried running ./stack.sh and its the same error again...but this time i'm able to access it on browser but thr is some authentication error coming up | 05:57 |
*** openstack has joined #openstack-opw | 06:29 | |
*** Eva-i has quit IRC | 06:37 | |
*** Eva-i has joined #openstack-opw | 06:54 | |
*** vsham20 has quit IRC | 07:03 | |
*** vsham20 has joined #openstack-opw | 07:04 | |
*** exploreshaifali has joined #openstack-opw | 07:11 | |
*** khushbu_ has joined #openstack-opw | 07:14 | |
*** pt_15 has quit IRC | 07:18 | |
*** enthurohini has joined #openstack-opw | 07:18 | |
*** exploreshaifali has quit IRC | 07:20 | |
*** itisha has quit IRC | 07:21 | |
*** khushbu_ has quit IRC | 07:26 | |
*** parul has joined #openstack-opw | 07:37 | |
*** mahatic_ has joined #openstack-opw | 07:39 | |
*** mahatic has quit IRC | 07:39 | |
*** enthurohini has quit IRC | 07:41 | |
*** khushbu_ has joined #openstack-opw | 07:44 | |
*** khushbu_ has quit IRC | 07:53 | |
*** enthurohini has joined #openstack-opw | 07:54 | |
*** Zyric has joined #openstack-opw | 08:03 | |
*** jcoufal has joined #openstack-opw | 08:06 | |
*** lsmola_ has joined #openstack-opw | 08:11 | |
*** sonali5 has joined #openstack-opw | 08:20 | |
*** openstack has joined #openstack-opw | 08:48 | |
*** sayali_ has joined #openstack-opw | 08:50 | |
*** sayali_ has quit IRC | 09:02 | |
*** exploreshaifali has joined #openstack-opw | 09:03 | |
sayali | vsham201: so devstack did not complete? | 09:13 |
*** sonali5 has quit IRC | 09:14 | |
*** parul has quit IRC | 09:14 | |
*** openstackstatus has joined #openstack-opw | 09:38 | |
*** ChanServ sets mode: +v openstackstatus | 09:38 | |
-openstackstatus- NOTICE: gerrit is undergoing an emergency restart to investigate load issues | 09:43 | |
*** ChanServ changes topic to "gerrit is undergoing an emergency restart to investigate load issues" | 09:43 | |
vsham201 | sayali:no | 09:55 |
vsham201 | sayali:same error again | 09:55 |
vsham201 | sayali:i also tried it with more stable branch too | 09:56 |
sayali | vsham201: you are running ubuntu right? | 09:56 |
vsham201 | yes | 09:56 |
sayali | vsham201: did you update and upgrade before running devstack? | 09:57 |
vsham201 | sayali:initialy i was using ubutu 15.04 but it was causing some problems so i switched it to 14.04 | 09:58 |
sayali | vsham201: before running devstack run sudo apt-get update && sudo apt-get upgrade | 09:59 |
vsham201 | sayali:okay..wait...lemme do it :) | 10:00 |
sayali | maybe this blog will help you understand better too http://blog.sayalilunkad.com/posts/Devstack/ | 10:00 |
sayali | vsham201: also after that please run the stable branch not master | 10:01 |
vsham201 | sayali: sure...i'll dig this up..thnks | 10:01 |
*** Travis__ has joined #openstack-opw | 10:03 | |
*** enthurohini_ has joined #openstack-opw | 10:03 | |
*** ShrutiJ has joined #openstack-opw | 10:08 | |
*** Travis__ has left #openstack-opw | 10:10 | |
*** enthurohini has quit IRC | 10:19 | |
*** vsham20 has joined #openstack-opw | 10:19 | |
*** vsham201 has quit IRC | 10:19 | |
*** mahatic_ has quit IRC | 10:48 | |
*** mahatic_ has joined #openstack-opw | 10:51 | |
*** enthurohini_ has quit IRC | 11:17 | |
*** vsham20 has quit IRC | 11:17 | |
*** vsham20 has joined #openstack-opw | 11:18 | |
-openstackstatus- NOTICE: Gerrit has been restarted and is responding to normal load again. | 11:18 | |
*** ChanServ changes topic to "Welcome to Outreachy for OpenStack discussion channel! Feel free to ask us everything you need - Nobody around? Please come back from 8am-12pm and 4pm-11pm UTC | https://wiki.openstack.org/wiki/Outreachy | Logs: http://eavesdrop.openstack.org/irclogs/%23openstack-opw/" | 11:18 | |
*** Zyric has quit IRC | 11:26 | |
*** exploreshaifali has quit IRC | 11:32 | |
*** pt_15 has joined #openstack-opw | 11:49 | |
*** vsham20 has quit IRC | 11:49 | |
*** codaholic has joined #openstack-opw | 12:05 | |
*** ShrutiJ has quit IRC | 12:10 | |
*** aysyd has joined #openstack-opw | 12:14 | |
*** mahatic has joined #openstack-opw | 12:33 | |
*** mahatic_ has quit IRC | 12:35 | |
*** sonali5 has joined #openstack-opw | 12:37 | |
*** itisha has joined #openstack-opw | 12:42 | |
*** joyce_ has joined #openstack-opw | 12:44 | |
*** khushbu has joined #openstack-opw | 12:50 | |
*** julim has joined #openstack-opw | 13:15 | |
*** julim has quit IRC | 13:25 | |
*** julim has joined #openstack-opw | 13:26 | |
*** lblanchard has joined #openstack-opw | 13:28 | |
*** annegentle has quit IRC | 13:30 | |
*** mahatic has quit IRC | 13:35 | |
*** khushbu has quit IRC | 13:37 | |
*** mahatic has joined #openstack-opw | 13:38 | |
*** 32NAAJXKZ has joined #openstack-opw | 13:41 | |
*** 16WAAH5EP has joined #openstack-opw | 13:46 | |
*** 16WAAH5EP has quit IRC | 13:55 | |
*** julim has quit IRC | 14:05 | |
*** annegentle has joined #openstack-opw | 14:05 | |
*** rossella_s has quit IRC | 14:06 | |
*** rossella_s has joined #openstack-opw | 14:07 | |
*** julim has joined #openstack-opw | 14:07 | |
*** khushbu_ has joined #openstack-opw | 14:12 | |
*** ShrutiJ has joined #openstack-opw | 14:17 | |
*** openstack_ has joined #openstack-opw | 14:25 | |
*** 32NAAJXKZ has quit IRC | 14:30 | |
*** parul has joined #openstack-opw | 14:39 | |
*** khushbu_ has quit IRC | 14:41 | |
*** openstack_ is now known as njirap | 14:46 | |
*** annegentle has quit IRC | 15:00 | |
*** annegentle has joined #openstack-opw | 15:22 | |
*** khushbu has joined #openstack-opw | 15:33 | |
*** itisha has quit IRC | 15:51 | |
*** pt_15 has quit IRC | 15:58 | |
*** njirap has quit IRC | 16:17 | |
*** sayali_ has joined #openstack-opw | 16:30 | |
*** khushbu has quit IRC | 16:31 | |
*** parul has quit IRC | 16:36 | |
*** joyce_ has quit IRC | 16:39 | |
*** vsham20 has joined #openstack-opw | 16:55 | |
*** vsham20 has quit IRC | 17:07 | |
*** vsham201 has joined #openstack-opw | 17:08 | |
*** vkmc is now known as vkmc-afk | 17:08 | |
*** mahatic has quit IRC | 17:22 | |
*** sayali_ has quit IRC | 17:32 | |
*** nikhil has quit IRC | 17:39 | |
*** nikhil has joined #openstack-opw | 17:40 | |
*** annegentle has quit IRC | 17:42 | |
*** vkmc-afk is now known as vkmc | 17:45 | |
*** sonali5 has quit IRC | 17:45 | |
*** annegentle has joined #openstack-opw | 17:48 | |
*** annegentle has quit IRC | 18:01 | |
*** vsham201 has quit IRC | 18:14 | |
*** ShrutiJ has quit IRC | 18:50 | |
*** neiljerram has quit IRC | 19:14 | |
*** sayali_ has joined #openstack-opw | 19:17 | |
*** sayali_ has quit IRC | 19:19 | |
*** Zyric has joined #openstack-opw | 19:53 | |
*** annegent_ has joined #openstack-opw | 19:58 | |
*** annegent_ has quit IRC | 19:59 | |
*** annegentle has joined #openstack-opw | 19:59 | |
*** codaholic has quit IRC | 20:42 | |
*** exploreshaifali has joined #openstack-opw | 20:55 | |
*** lblanchard has quit IRC | 21:03 | |
*** aysyd has quit IRC | 21:07 | |
*** annegentle has quit IRC | 21:32 | |
*** julim has quit IRC | 21:39 | |
*** exploreshaifali has quit IRC | 21:59 | |
*** newbiee has joined #openstack-opw | 22:04 | |
*** rossella_s has quit IRC | 22:06 | |
*** rossella_s has joined #openstack-opw | 22:07 | |
*** annegentle has joined #openstack-opw | 22:22 | |
*** newbiee has quit IRC | 22:47 | |
*** asettle has joined #openstack-opw | 23:04 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!