*** pratikmallya has quit IRC | 00:00 | |
*** markvoelker has quit IRC | 00:00 | |
*** obedmr has quit IRC | 00:00 | |
*** havill has joined #openstack | 00:00 | |
*** sleinen-AS559 has quit IRC | 00:01 | |
*** jzk has joined #openstack | 00:01 | |
*** achanda has quit IRC | 00:02 | |
*** penick has joined #openstack | 00:03 | |
*** sleinen-AS559 has joined #openstack | 00:03 | |
*** mab__ has joined #openstack | 00:04 | |
*** e0ne has joined #openstack | 00:04 | |
*** doug-fish has joined #openstack | 00:05 | |
*** jasonsb has quit IRC | 00:06 | |
*** su_zhang has quit IRC | 00:06 | |
*** yamamoto has joined #openstack | 00:07 | |
*** eglynn has joined #openstack | 00:07 | |
*** annegentle has joined #openstack | 00:07 | |
*** rbowen has quit IRC | 00:07 | |
*** finisherr has joined #openstack | 00:07 | |
*** dgurtner has quit IRC | 00:07 | |
*** finisherr has quit IRC | 00:08 | |
*** harlowja has joined #openstack | 00:08 | |
*** aimon has quit IRC | 00:08 | |
*** makije has quit IRC | 00:09 | |
*** chlong has quit IRC | 00:10 | |
*** markvoelker has joined #openstack | 00:11 | |
*** cu5 has quit IRC | 00:11 | |
*** markvoelker has quit IRC | 00:11 | |
*** FallenPegasus has quit IRC | 00:12 | |
*** markvoelker has joined #openstack | 00:13 | |
*** mab__ has quit IRC | 00:13 | |
*** markvoelker has quit IRC | 00:13 | |
*** gildub has quit IRC | 00:13 | |
*** electrocucaracha has quit IRC | 00:14 | |
*** madorn has joined #openstack | 00:14 | |
*** george_goh has quit IRC | 00:15 | |
*** MarkBaker has joined #openstack | 00:16 | |
*** jfluhmann has quit IRC | 00:16 | |
*** zul has quit IRC | 00:16 | |
*** RageLtMan has quit IRC | 00:17 | |
*** yamamoto has quit IRC | 00:17 | |
*** yhiguchi has joined #openstack | 00:17 | |
*** woodard has quit IRC | 00:18 | |
*** Jay___ has joined #openstack | 00:20 | |
*** tobe has quit IRC | 00:20 | |
*** Jay___ has quit IRC | 00:20 | |
*** marlinc has quit IRC | 00:21 | |
*** e0ne has quit IRC | 00:21 | |
*** yhiguchi has quit IRC | 00:22 | |
*** amotoki has joined #openstack | 00:22 | |
*** e0ne has joined #openstack | 00:22 | |
*** ajmiller_ has joined #openstack | 00:22 | |
*** spotz_zzz is now known as spotz | 00:24 | |
*** marlinc has joined #openstack | 00:24 | |
*** ajmiller__ has quit IRC | 00:25 | |
*** pratikmallya has joined #openstack | 00:25 | |
*** doug-fish has quit IRC | 00:26 | |
*** bollullera has left #openstack | 00:26 | |
*** amotoki has quit IRC | 00:26 | |
*** doug-fish has joined #openstack | 00:27 | |
SamYaple | jidar: most will do ssl termintation on at a loadbalancer (haproxy 1.5+ can do this) and _not_ in the service itself | 00:28 |
---|---|---|
*** VW has quit IRC | 00:28 | |
*** rossella_s has quit IRC | 00:28 | |
SamYaple | jidar: you _can_ do ssl termination at the service itself, but there is performance overhead there most people wnat to avoid | 00:28 |
jidar | SamYaple: yea, that's what I've seen but apparently even that has bugs? | 00:28 |
SamYaple | how so? | 00:28 |
SamYaple | i mean everything has bugs but what specifically are you refering too | 00:29 |
jidar | just that I'm being told it has bugs by Redhat support | 00:29 |
jidar | their wording was, "do one at a time and I hope this is a dev/lab env" | 00:29 |
jidar | and "test it a bunch" | 00:29 |
SamYaple | i guess... but ssl termintation has been around alot longer than OpenStack | 00:30 |
SamYaple | thats good advice in general though | 00:30 |
SamYaple | test a bunch | 00:30 |
jidar | and the client tools speak SSL no issue then? | 00:30 |
*** doug-fish has quit IRC | 00:30 | |
*** doug-fish has joined #openstack | 00:30 | |
SamYaple | self-signed certs are a bit wierd, but a trusted signed cert is 100% ok | 00:30 |
jidar | I did a bit of debugging and there is no security at all for the tokens and keystone connectivity | 00:31 |
jidar | so if I were to put this in the DMZ I'd either have to disable access to the APIs or figure out how to get HAProxy to do all of this | 00:31 |
SamYaple | do all of what? ssl? | 00:32 |
*** rideh has quit IRC | 00:32 | |
jidar | yea, terminate the SSL request and talk plain text back to the services | 00:32 |
SamYaple | its really really simple and not openstack specific at all | 00:33 |
jidar | the dashboard is hard set to forward to http on login still? | 00:33 |
SamYaple | no, horizon will be the trickiest peice (if yo uwant to do it correctly) but thre are good docs for that | 00:33 |
SamYaple | X_FORWARD header to inform that it was connected with ssl and youre good | 00:33 |
jidar | ahh, and that's something we can set in haproxy I assume? | 00:34 |
*** jasonsb has joined #openstack | 00:34 | |
jidar | I'll do some digging, I've got a redhat specific doc that talks about doing it for horizon | 00:34 |
jidar | thanks SamYaple! | 00:34 |
SamYaple | if i remember correctly the option is "option forwardfor" in horizon | 00:34 |
SamYaple | that will set teh x-forword-proto to https | 00:34 |
*** jasonsb has quit IRC | 00:34 | |
SamYaple | not positive but nothing 10 minutes of google cant fix | 00:35 |
*** leeantho has quit IRC | 00:35 | |
SamYaple | "option forwardfor" in haproxy* | 00:35 |
*** rideh has joined #openstack | 00:35 | |
SamYaple | horizon can read that header and be satisfied | 00:35 |
*** aeperezt has quit IRC | 00:36 | |
*** johnhunter has joined #openstack | 00:37 | |
*** delattec has joined #openstack | 00:37 | |
*** jonaspaulo has quit IRC | 00:37 | |
*** FallenPegasus has joined #openstack | 00:39 | |
*** penick has quit IRC | 00:41 | |
*** delattec has quit IRC | 00:42 | |
*** ajmiller_ has quit IRC | 00:44 | |
*** amotoki has joined #openstack | 00:44 | |
*** baker has quit IRC | 00:44 | |
*** markus_z has quit IRC | 00:44 | |
*** makije has joined #openstack | 00:45 | |
*** e0ne has quit IRC | 00:45 | |
*** doug-fish has quit IRC | 00:46 | |
*** sleinen-AS559 has quit IRC | 00:47 | |
*** harlowja has quit IRC | 00:47 | |
*** markus_z has joined #openstack | 00:47 | |
*** emsomeoneelse has joined #openstack | 00:48 | |
*** eglynn has quit IRC | 00:49 | |
*** neilus has joined #openstack | 00:49 | |
*** doug-fish has joined #openstack | 00:50 | |
*** eglynn has joined #openstack | 00:51 | |
*** matjazp has joined #openstack | 00:52 | |
*** wN has quit IRC | 00:52 | |
*** sleinen-AS559 has joined #openstack | 00:54 | |
*** doug-fis_ has joined #openstack | 00:54 | |
*** neilus has quit IRC | 00:54 | |
*** dcmorton has joined #openstack | 00:54 | |
*** salv-orlando has joined #openstack | 00:54 | |
*** Cloudish has quit IRC | 00:55 | |
*** alejandrito has joined #openstack | 00:55 | |
*** doug-fish has quit IRC | 00:55 | |
*** doug-fis_ has quit IRC | 00:56 | |
*** jinxing has joined #openstack | 00:56 | |
*** PaulCapestany has quit IRC | 00:57 | |
*** e0ne has joined #openstack | 00:57 | |
*** annegentle has quit IRC | 00:57 | |
*** wN has joined #openstack | 00:57 | |
*** wN has quit IRC | 00:57 | |
*** wN has joined #openstack | 00:57 | |
*** masco has joined #openstack | 00:57 | |
*** rebase_ has joined #openstack | 00:58 | |
*** cdash has joined #openstack | 00:58 | |
*** rossella_s has joined #openstack | 00:58 | |
*** PaulCapestany has joined #openstack | 00:59 | |
*** matjazp has quit IRC | 01:00 | |
*** arnoldje has joined #openstack | 01:01 | |
*** georgem1 has joined #openstack | 01:01 | |
*** picta has joined #openstack | 01:02 | |
*** bbcmicrocomputer has quit IRC | 01:02 | |
*** doug-fish has joined #openstack | 01:02 | |
*** eglynn has quit IRC | 01:03 | |
*** jinxing has quit IRC | 01:03 | |
*** jerrygb has joined #openstack | 01:03 | |
*** annegentle has joined #openstack | 01:03 | |
*** ashw has joined #openstack | 01:05 | |
*** jerrygb_ has quit IRC | 01:05 | |
*** ZZelle has quit IRC | 01:05 | |
*** sneti has joined #openstack | 01:06 | |
*** NewNick has joined #openstack | 01:06 | |
*** NewNick has quit IRC | 01:06 | |
*** gfidente has joined #openstack | 01:07 | |
*** vishwanathj has joined #openstack | 01:07 | |
*** tnarg_ has quit IRC | 01:07 | |
*** kurtmartin has joined #openstack | 01:07 | |
*** annegentle has quit IRC | 01:08 | |
*** cparlette has joined #openstack | 01:08 | |
*** annegentle has joined #openstack | 01:09 | |
*** aimon has joined #openstack | 01:09 | |
*** vishwanathj has quit IRC | 01:11 | |
*** sneti has quit IRC | 01:13 | |
*** tobe has joined #openstack | 01:13 | |
*** sneti has joined #openstack | 01:14 | |
*** tobe has quit IRC | 01:14 | |
*** annegent_ has joined #openstack | 01:15 | |
*** annegentle has quit IRC | 01:17 | |
*** aimon has quit IRC | 01:18 | |
*** zhangjn has joined #openstack | 01:18 | |
*** pratikmallya has quit IRC | 01:18 | |
*** apahim has joined #openstack | 01:18 | |
*** zhangjn has quit IRC | 01:18 | |
*** aimon has joined #openstack | 01:19 | |
*** thrash is now known as thrash|g0ne | 01:20 | |
*** jasonsb has joined #openstack | 01:21 | |
*** hachque has joined #openstack | 01:21 | |
*** swinn has quit IRC | 01:21 | |
*** eharney has joined #openstack | 01:22 | |
*** penick has joined #openstack | 01:22 | |
*** yangxi has joined #openstack | 01:22 | |
*** MarkBaker has quit IRC | 01:24 | |
*** mikeoutland has joined #openstack | 01:24 | |
*** jinxing has joined #openstack | 01:25 | |
*** amotoki has quit IRC | 01:26 | |
*** Lee1092 has joined #openstack | 01:26 | |
*** cjellick has quit IRC | 01:27 | |
*** crazyraven has quit IRC | 01:28 | |
*** salv-orl_ has joined #openstack | 01:28 | |
*** cjellick has joined #openstack | 01:28 | |
*** shaon has quit IRC | 01:28 | |
*** e0ne has quit IRC | 01:28 | |
*** tobe has joined #openstack | 01:28 | |
*** s00pcan has quit IRC | 01:28 | |
*** salv-orlando has quit IRC | 01:28 | |
*** masco has quit IRC | 01:29 | |
*** zhangjn has joined #openstack | 01:30 | |
*** shuquan has joined #openstack | 01:30 | |
*** kurtmartin has quit IRC | 01:30 | |
*** inteq has joined #openstack | 01:30 | |
*** doug-fish has quit IRC | 01:31 | |
*** cdash has quit IRC | 01:31 | |
*** crayolarx has quit IRC | 01:31 | |
*** rebase_ has quit IRC | 01:32 | |
*** salv-orl_ has quit IRC | 01:32 | |
*** amotoki has joined #openstack | 01:32 | |
*** luflores has joined #openstack | 01:32 | |
*** markus_z has quit IRC | 01:33 | |
*** luflores has quit IRC | 01:33 | |
*** baoli has quit IRC | 01:33 | |
*** ashw has quit IRC | 01:33 | |
*** eharney has quit IRC | 01:33 | |
*** luflores has joined #openstack | 01:33 | |
*** tobe has quit IRC | 01:33 | |
*** baker has joined #openstack | 01:33 | |
*** penick has quit IRC | 01:34 | |
*** jasonsb has quit IRC | 01:34 | |
*** spotz is now known as spotz_zzz | 01:35 | |
*** sneti has quit IRC | 01:35 | |
*** aspiers has joined #openstack | 01:35 | |
*** njohnston is now known as nate_gone | 01:35 | |
*** jinxing has quit IRC | 01:35 | |
*** markvoelker has joined #openstack | 01:35 | |
*** eharney has joined #openstack | 01:36 | |
*** apahim has quit IRC | 01:36 | |
*** jinxing has joined #openstack | 01:36 | |
*** lucendio has joined #openstack | 01:36 | |
*** alejandrito has quit IRC | 01:36 | |
*** havill has quit IRC | 01:37 | |
*** doug-fish has joined #openstack | 01:37 | |
*** rossella_s has quit IRC | 01:37 | |
*** julim has joined #openstack | 01:38 | |
*** baker has quit IRC | 01:38 | |
*** FallenPegasus has quit IRC | 01:38 | |
*** FallenPegasus has joined #openstack | 01:38 | |
*** mikeoutland has quit IRC | 01:39 | |
*** harlowja has joined #openstack | 01:40 | |
*** lucendio has quit IRC | 01:40 | |
*** markus_z has joined #openstack | 01:40 | |
*** slaweq has joined #openstack | 01:41 | |
*** doug-fish has quit IRC | 01:41 | |
*** tobe has joined #openstack | 01:42 | |
*** mikeoutland has joined #openstack | 01:43 | |
*** neilus has joined #openstack | 01:44 | |
*** sleinen-AS559 has quit IRC | 01:45 | |
*** amotoki has quit IRC | 01:45 | |
*** hezhiqiang has joined #openstack | 01:45 | |
*** amotoki has joined #openstack | 01:46 | |
*** amotoki has quit IRC | 01:47 | |
*** annegent_ has quit IRC | 01:47 | |
*** julim has quit IRC | 01:48 | |
*** slaweq has quit IRC | 01:48 | |
*** doug-fish has joined #openstack | 01:48 | |
*** sleinen-AS559 has joined #openstack | 01:48 | |
*** apahim has joined #openstack | 01:49 | |
*** neilus has quit IRC | 01:49 | |
*** mdbooth has quit IRC | 01:50 | |
*** gfidente has quit IRC | 01:50 | |
*** mikeoutland has quit IRC | 01:51 | |
*** bill_az has quit IRC | 01:51 | |
*** penick has joined #openstack | 01:51 | |
*** doug-fish has quit IRC | 01:52 | |
*** doug-fish has joined #openstack | 01:52 | |
*** annegentle has joined #openstack | 01:53 | |
*** yamamoto has joined #openstack | 01:53 | |
*** doug-fish has quit IRC | 01:53 | |
*** doug-fish has joined #openstack | 01:53 | |
*** adun153 has joined #openstack | 01:54 | |
*** ivan_mironov has quit IRC | 01:54 | |
*** mattstep has joined #openstack | 01:54 | |
*** blackboxsw has quit IRC | 01:54 | |
*** mdbooth has joined #openstack | 01:55 | |
*** cdelatte has joined #openstack | 01:56 | |
*** picta has quit IRC | 01:56 | |
*** aimon has quit IRC | 01:56 | |
*** nate_gone is now known as njohnston | 01:56 | |
*** vivek-ebay has quit IRC | 01:57 | |
*** elo has joined #openstack | 01:57 | |
*** markvoelker has quit IRC | 01:57 | |
zao | HA/reverse proxy of SSL is mostly trivial as long as you don't do client certificates. Oh gods, the memories. | 01:58 |
*** markvoelker has joined #openstack | 01:58 | |
*** markvoelker has quit IRC | 01:58 | |
*** jasonsb has joined #openstack | 01:59 | |
*** jasonsb has quit IRC | 01:59 | |
*** crayolarx has joined #openstack | 02:00 | |
*** PawelGrape has joined #openstack | 02:01 | |
*** aspiers has quit IRC | 02:01 | |
*** shuquan has quit IRC | 02:01 | |
*** markvoelker has joined #openstack | 02:01 | |
*** markvoelker has quit IRC | 02:01 | |
*** telnes_ has joined #openstack | 02:01 | |
*** eghobo_ has quit IRC | 02:01 | |
*** tobe_ has joined #openstack | 02:02 | |
*** jasonsb has joined #openstack | 02:02 | |
*** harlowja has quit IRC | 02:02 | |
*** aimon has joined #openstack | 02:03 | |
*** ultimateboy has quit IRC | 02:03 | |
*** cdelatte has quit IRC | 02:03 | |
jidar | zao: yea, I setup a test vm to build a config and test it out, it doesn't look too bad | 02:04 |
*** doug-fish has quit IRC | 02:04 | |
*** telnes_1 has quit IRC | 02:04 | |
*** tobe has quit IRC | 02:04 | |
*** doug-fish has joined #openstack | 02:05 | |
*** elo has quit IRC | 02:05 | |
*** davidlenwell has quit IRC | 02:06 | |
*** markvoelker has joined #openstack | 02:06 | |
*** amotoki has joined #openstack | 02:07 | |
*** amotoki has quit IRC | 02:07 | |
*** davidlenwell has joined #openstack | 02:08 | |
*** jasonsb has quit IRC | 02:08 | |
*** apahim has quit IRC | 02:08 | |
*** harlowja has joined #openstack | 02:09 | |
*** amotoki has joined #openstack | 02:09 | |
*** severion has quit IRC | 02:10 | |
*** v1k0d3n has joined #openstack | 02:10 | |
*** markvoelker has quit IRC | 02:11 | |
*** slaweq has joined #openstack | 02:13 | |
*** elo has joined #openstack | 02:13 | |
*** jinxing has quit IRC | 02:15 | |
*** aimon_ has joined #openstack | 02:15 | |
*** baoli has joined #openstack | 02:16 | |
*** MarkBaker has joined #openstack | 02:16 | |
*** annegentle has quit IRC | 02:16 | |
*** eghobo has joined #openstack | 02:17 | |
*** timrc has quit IRC | 02:18 | |
*** jasonsb has joined #openstack | 02:18 | |
*** aimon has quit IRC | 02:18 | |
*** jasonsb has quit IRC | 02:18 | |
*** ubiquityhosting has joined #openstack | 02:18 | |
*** Oatmeal has quit IRC | 02:19 | |
*** timrc has joined #openstack | 02:19 | |
adun153 | I'm thinking of using a 3-node Ceph cluster as a unified storage backend for my deployment. Services that will use it will be Glance, Cinder, Swift, and as root disks for KVM/QEMU VMs by the compute nodes. Anything of note that I should watch out for? Any common pitfalls/tricks/obstacles? | 02:19 |
*** mrjazzcat has joined #openstack | 02:19 | |
*** fawadkhaliq has joined #openstack | 02:19 | |
*** tnarg has joined #openstack | 02:20 | |
*** yangxi has quit IRC | 02:20 | |
stupidnic | adun153: Ceph is pretty common for a storage backend in OpenStack. For the most part it just works.There are some Ceph specific modifications that you need to make to Glance and Cinder to ensure you have optimal speeds on deployment | 02:20 |
*** yangxi has joined #openstack | 02:21 | |
stupidnic | Modifications to nova-compute are needed for things like live migration | 02:21 |
stupidnic | you also want to use raw format for disk images | 02:21 |
jidar | adun153: yea, to add to what stupidnic said, I'd spent more time trying to make sure the specifics of how your building your ceph cluster to get that part right | 02:21 |
*** Aleks_ has quit IRC | 02:21 | |
jidar | than how it plays into openstack | 02:21 |
adun153 | Is there official documentation for nova-compute/KVM to get live migration working? | 02:21 |
jidar | as once you have working monitors, osd, etc, plugging it into openstack isn't too bad | 02:22 |
stupidnic | adun153: it is just a setting in nova.conf | 02:22 |
adun153 | jidar: could you explain a bit more with that you meant by " I'd spent more time trying to make sure the specifics of how your building your ceph cluster to get that part righ" | 02:22 |
*** mattstep has quit IRC | 02:22 | |
*** jinxing has joined #openstack | 02:22 | |
stupidnic | Ceph is tricky to get performing well | 02:22 |
*** roxtrongo has joined #openstack | 02:22 | |
adun153 | stupidnic: That easy? no messing around with KVM/QEMU directly? | 02:22 |
jidar | because the most important part isn't how it plugs into openstack | 02:22 |
jidar | it's how to build a good ceph cluster | 02:23 |
stupidnic | adun153: There are some settings you have to inject into libvirt so that cinder/rbd can work with kvm | 02:23 |
*** annegentle has joined #openstack | 02:23 | |
*** BigYellowDog has joined #openstack | 02:23 | |
jidar | the keyring stuff? | 02:23 |
stupidnic | There is a page on Ceph's docs that specifically addresses all this stuff | 02:23 |
*** picta has joined #openstack | 02:24 | |
stupidnic | http://docs.ceph.com/docs/master/rbd/rbd-openstack/ | 02:24 |
jidar | or oh you mean the drivers settings | 02:24 |
stupidnic | keying | 02:24 |
stupidnic | adun153: but like jidar said, work on getting a performant Ceph cluster first, making it work with OpenStack is academic after that | 02:25 |
adun153 | Thanks! :D Will look into this. | 02:25 |
*** cparlette has quit IRC | 02:25 | |
*** achanda has joined #openstack | 02:25 | |
*** BigYellowDog has quit IRC | 02:26 | |
stupidnic | We did three different Ceph clusters until we found something that worked for our intended use case | 02:26 |
jidar | oh, and the ceph channel on whatever network is pretty good | 02:26 |
adun153 | stupidnic, jidar: Noted. Thanks for the advice, guys (or gals) | 02:26 |
stupidnic | otc | 02:26 |
*** slaweq has quit IRC | 02:26 | |
jidar | yea, I'm in there as well | 02:26 |
stupidnic | I need to add it to my bouncer | 02:26 |
jidar | some super smart ceph gents in there | 02:26 |
*** morgan has quit IRC | 02:27 | |
*** slaweq has joined #openstack | 02:27 | |
*** cdash has joined #openstack | 02:27 | |
*** rfolco has joined #openstack | 02:27 | |
*** picta has quit IRC | 02:28 | |
*** mindbooster has joined #openstack | 02:29 | |
*** Oatmeal has joined #openstack | 02:29 | |
*** cdash has quit IRC | 02:29 | |
*** m3_del has joined #openstack | 02:29 | |
*** spotz_zzz is now known as spotz | 02:31 | |
*** tobe_ has quit IRC | 02:32 | |
*** aimon_ has quit IRC | 02:33 | |
*** alejandrito has joined #openstack | 02:33 | |
*** aimon has joined #openstack | 02:33 | |
*** aimon has quit IRC | 02:33 | |
*** eglynn has joined #openstack | 02:34 | |
*** jasonsb has joined #openstack | 02:34 | |
*** eharney has quit IRC | 02:36 | |
*** eghobo has quit IRC | 02:36 | |
*** jasonsb has quit IRC | 02:36 | |
*** Oatmeal has quit IRC | 02:36 | |
*** eghobo has joined #openstack | 02:36 | |
*** benh57 has joined #openstack | 02:37 | |
*** markus_z has quit IRC | 02:37 | |
*** njohnston is now known as nate_gone | 02:38 | |
*** slaweq_ has joined #openstack | 02:38 | |
*** slaweq has quit IRC | 02:38 | |
*** MarkBaker has quit IRC | 02:38 | |
*** neilus has joined #openstack | 02:38 | |
*** fawadkhaliq has quit IRC | 02:40 | |
*** baoli_ has joined #openstack | 02:40 | |
*** doug-fish has quit IRC | 02:40 | |
*** yamamoto has quit IRC | 02:41 | |
*** fawadkhaliq has joined #openstack | 02:41 | |
*** tobe has joined #openstack | 02:42 | |
*** erkules_ has joined #openstack | 02:42 | |
*** slaweq_ has quit IRC | 02:43 | |
*** baoli has quit IRC | 02:43 | |
*** fawadkhaliq has quit IRC | 02:43 | |
*** neilus has quit IRC | 02:43 | |
*** aimon has joined #openstack | 02:44 | |
*** harlowja has quit IRC | 02:44 | |
*** amotoki has quit IRC | 02:44 | |
*** yamamoto has joined #openstack | 02:45 | |
*** sanchitmalhotra has joined #openstack | 02:45 | |
*** khushbu has joined #openstack | 02:45 | |
*** e0ne has joined #openstack | 02:45 | |
*** erkules has quit IRC | 02:45 | |
*** yamamoto has quit IRC | 02:45 | |
*** baoli_ has quit IRC | 02:47 | |
*** Oatmeal has joined #openstack | 02:47 | |
*** ashw has joined #openstack | 02:48 | |
*** shuquan has joined #openstack | 02:49 | |
*** masco has joined #openstack | 02:49 | |
*** harlowja has joined #openstack | 02:49 | |
*** doug-fish has joined #openstack | 02:50 | |
*** markvoelker has joined #openstack | 02:50 | |
*** markus_z has joined #openstack | 02:50 | |
*** jasonsb has joined #openstack | 02:51 | |
*** Oatmeal has quit IRC | 02:51 | |
*** eglynn has quit IRC | 02:51 | |
*** harlowja has quit IRC | 02:51 | |
*** eghobo has quit IRC | 02:52 | |
*** fawadkhaliq has joined #openstack | 02:52 | |
*** nate_gone is now known as njohnston | 02:52 | |
*** eghobo has joined #openstack | 02:52 | |
*** loth has quit IRC | 02:53 | |
*** slaweq_ has joined #openstack | 02:53 | |
*** cdub has joined #openstack | 02:53 | |
*** travnewmatic has joined #openstack | 02:53 | |
*** finisherr has joined #openstack | 02:54 | |
*** doug-fish has quit IRC | 02:54 | |
*** Sakthi has joined #openstack | 02:55 | |
*** adun153 has quit IRC | 02:56 | |
*** jasonsb has quit IRC | 02:56 | |
*** aspiers has joined #openstack | 02:56 | |
*** jasonsb has joined #openstack | 02:57 | |
*** Oatmeal has joined #openstack | 02:58 | |
*** jasonsb has quit IRC | 02:58 | |
*** shinenelson has quit IRC | 02:58 | |
*** aimon has quit IRC | 02:59 | |
*** markus_z has quit IRC | 02:59 | |
*** markus_z has joined #openstack | 03:00 | |
*** khushbu has quit IRC | 03:00 | |
*** delattec has joined #openstack | 03:00 | |
*** salv-orl_ has joined #openstack | 03:01 | |
*** yamamoto has joined #openstack | 03:01 | |
*** pratikmallya has joined #openstack | 03:02 | |
*** MarkBaker has joined #openstack | 03:02 | |
*** delattec has quit IRC | 03:02 | |
*** njohnston is now known as nate_gone | 03:03 | |
*** Oatmeal has quit IRC | 03:03 | |
*** roxtrongo has quit IRC | 03:04 | |
*** luflores has quit IRC | 03:04 | |
*** gli has joined #openstack | 03:04 | |
*** aimon has joined #openstack | 03:04 | |
*** cjellick has joined #openstack | 03:05 | |
*** spotz is now known as spotz_zzz | 03:07 | |
*** vishwanathj has joined #openstack | 03:07 | |
*** adun153 has joined #openstack | 03:08 | |
*** georgem1 has quit IRC | 03:09 | |
*** georgem1 has joined #openstack | 03:09 | |
*** elad-yosef has joined #openstack | 03:10 | |
*** Oatmeal has joined #openstack | 03:10 | |
*** JoeJulian has quit IRC | 03:11 | |
*** harlowja has joined #openstack | 03:11 | |
*** elad-yosef has quit IRC | 03:12 | |
*** vishwanathj has quit IRC | 03:12 | |
*** roxtrongo has joined #openstack | 03:13 | |
*** mattstep has joined #openstack | 03:13 | |
*** gildub has joined #openstack | 03:13 | |
*** e0ne has quit IRC | 03:14 | |
*** JoeJulian has joined #openstack | 03:14 | |
*** alejandrito has quit IRC | 03:14 | |
*** VW has joined #openstack | 03:16 | |
*** VW has quit IRC | 03:18 | |
*** VW has joined #openstack | 03:18 | |
*** salv-orl_ has quit IRC | 03:19 | |
*** khushbu has joined #openstack | 03:19 | |
*** fawadkhaliq has quit IRC | 03:19 | |
*** doug-fish has joined #openstack | 03:20 | |
*** baker has joined #openstack | 03:22 | |
*** tnarg has quit IRC | 03:24 | |
*** doug-fish has quit IRC | 03:24 | |
*** MarkBaker has quit IRC | 03:25 | |
*** achanda has quit IRC | 03:25 | |
*** yamamoto has quit IRC | 03:25 | |
*** tnarg has joined #openstack | 03:25 | |
*** aimon has quit IRC | 03:26 | |
*** baker has quit IRC | 03:26 | |
*** fedexo has joined #openstack | 03:28 | |
*** Marga_ has joined #openstack | 03:28 | |
*** markvoelker has quit IRC | 03:29 | |
*** tnarg has quit IRC | 03:29 | |
*** slaweq_ has quit IRC | 03:29 | |
*** devth_ has joined #openstack | 03:31 | |
*** doug-fish has joined #openstack | 03:31 | |
*** harlowja has quit IRC | 03:32 | |
*** eghobo has quit IRC | 03:32 | |
*** penick has quit IRC | 03:32 | |
*** tlian has quit IRC | 03:33 | |
*** neilus has joined #openstack | 03:33 | |
*** krisd_ has joined #openstack | 03:33 | |
*** masco has quit IRC | 03:34 | |
*** devth has quit IRC | 03:34 | |
*** shuquan has quit IRC | 03:34 | |
*** annegentle has quit IRC | 03:34 | |
*** krisd has quit IRC | 03:34 | |
*** chlong has joined #openstack | 03:35 | |
*** doug-fish has quit IRC | 03:35 | |
*** kiran-r has joined #openstack | 03:37 | |
*** neilus has quit IRC | 03:37 | |
*** blackboxsw has joined #openstack | 03:38 | |
*** markus_z has quit IRC | 03:38 | |
*** finisherr has quit IRC | 03:38 | |
*** Marga_ has quit IRC | 03:40 | |
*** khushbu has quit IRC | 03:41 | |
*** doug-fish has joined #openstack | 03:42 | |
*** Sakthi has quit IRC | 03:42 | |
*** Sakthi has joined #openstack | 03:43 | |
*** elo has quit IRC | 03:44 | |
*** achanda has joined #openstack | 03:45 | |
*** khushbu_ has joined #openstack | 03:46 | |
*** doug-fish has quit IRC | 03:46 | |
*** jasonsb has joined #openstack | 03:46 | |
*** jasonsb_ has joined #openstack | 03:47 | |
*** jasonsb_ has quit IRC | 03:50 | |
*** sanchitmalhotra1 has joined #openstack | 03:50 | |
*** davidmichaelkarr has quit IRC | 03:50 | |
*** jasonsb has quit IRC | 03:51 | |
*** m3_del has quit IRC | 03:52 | |
*** m3_del has joined #openstack | 03:52 | |
*** sanchitmalhotra has quit IRC | 03:53 | |
*** rfolco has quit IRC | 03:54 | |
*** tobe has quit IRC | 03:54 | |
*** davidmichaelkarr has joined #openstack | 03:54 | |
*** aukhan has joined #openstack | 03:55 | |
*** saschpe has quit IRC | 03:56 | |
*** m3_del has quit IRC | 03:57 | |
*** khushbu_ has quit IRC | 03:57 | |
*** subscope has joined #openstack | 03:57 | |
*** saschpe has joined #openstack | 03:58 | |
*** mrjazzcat has quit IRC | 03:58 | |
*** jerrygb has quit IRC | 03:58 | |
*** eglynn has joined #openstack | 04:00 | |
*** VW_ has joined #openstack | 04:01 | |
*** m3_del has joined #openstack | 04:02 | |
*** Warped has quit IRC | 04:02 | |
*** Warped has joined #openstack | 04:04 | |
*** georgem1 has quit IRC | 04:04 | |
*** VW has quit IRC | 04:05 | |
*** amotoki has joined #openstack | 04:05 | |
*** mindbooster has quit IRC | 04:05 | |
*** m3_del has quit IRC | 04:06 | |
*** tobe has joined #openstack | 04:06 | |
*** emsomeoneelse has quit IRC | 04:06 | |
*** mwagner has quit IRC | 04:06 | |
*** cbader has quit IRC | 04:06 | |
*** travnewmatic has quit IRC | 04:07 | |
*** khushbu_ has joined #openstack | 04:07 | |
*** pratikmallya has quit IRC | 04:07 | |
*** CCNP3234 has joined #openstack | 04:08 | |
*** elo has joined #openstack | 04:08 | |
*** bkopilov_wfh has quit IRC | 04:08 | |
*** slaweq_ has joined #openstack | 04:08 | |
*** travnewmatic has joined #openstack | 04:08 | |
*** akanksha_ has quit IRC | 04:08 | |
*** mwagner has joined #openstack | 04:09 | |
*** khushbu_ has quit IRC | 04:09 | |
*** Sree has joined #openstack | 04:09 | |
*** yangxi has quit IRC | 04:10 | |
*** sayan has joined #openstack | 04:10 | |
*** neha_ has joined #openstack | 04:11 | |
*** slaweq_ has quit IRC | 04:12 | |
*** kiran-r has quit IRC | 04:12 | |
*** slaweq_ has joined #openstack | 04:12 | |
*** pixelbeat_ has quit IRC | 04:12 | |
*** CCNP3234 has quit IRC | 04:13 | |
*** Marga_ has joined #openstack | 04:15 | |
*** markvoelker has joined #openstack | 04:16 | |
*** trifon has joined #openstack | 04:17 | |
*** mkolesni__ has joined #openstack | 04:18 | |
*** eglynn has quit IRC | 04:18 | |
*** sleinen-AS559 has quit IRC | 04:19 | |
*** slaweq_ has quit IRC | 04:20 | |
*** Sree has quit IRC | 04:21 | |
*** khushbu_ has joined #openstack | 04:21 | |
*** bkopilov_wfh has joined #openstack | 04:22 | |
*** Sree has joined #openstack | 04:22 | |
*** mkolesni__ has quit IRC | 04:23 | |
*** tlaxkit has quit IRC | 04:23 | |
*** alejandrito has joined #openstack | 04:23 | |
*** jinxing has quit IRC | 04:24 | |
*** khushbu_ has quit IRC | 04:24 | |
*** liqw has quit IRC | 04:25 | |
*** Sree has quit IRC | 04:26 | |
*** ashw has quit IRC | 04:26 | |
*** hezhiqiang has quit IRC | 04:27 | |
*** jinxing has joined #openstack | 04:28 | |
*** crazyraven has joined #openstack | 04:28 | |
*** khushbu_ has joined #openstack | 04:29 | |
*** blackboxsw has quit IRC | 04:30 | |
*** Marga_ has quit IRC | 04:30 | |
*** MarkBaker has joined #openstack | 04:31 | |
*** Warped has joined #openstack | 04:31 | |
*** Marga_ has joined #openstack | 04:32 | |
*** sleinen-AS559 has joined #openstack | 04:34 | |
*** neha_ has quit IRC | 04:35 | |
*** vikasc has joined #openstack | 04:36 | |
*** MarkBaker has quit IRC | 04:36 | |
*** arnoldje has quit IRC | 04:36 | |
*** vivek-ebay has joined #openstack | 04:37 | |
*** tobe has quit IRC | 04:38 | |
*** aimon has joined #openstack | 04:38 | |
*** tobe has joined #openstack | 04:38 | |
*** Sakthi has quit IRC | 04:38 | |
*** tobe has quit IRC | 04:38 | |
*** adun153 has quit IRC | 04:39 | |
*** Marga_ has quit IRC | 04:40 | |
*** links has joined #openstack | 04:40 | |
*** alejandrito has quit IRC | 04:41 | |
*** aimon has quit IRC | 04:42 | |
*** gfidente has joined #openstack | 04:42 | |
*** adun153 has joined #openstack | 04:43 | |
*** khushbu_ has quit IRC | 04:43 | |
*** jinxing has quit IRC | 04:43 | |
*** Sakthi has joined #openstack | 04:44 | |
*** christiana has joined #openstack | 04:44 | |
*** khushbu_ has joined #openstack | 04:46 | |
*** blackboxsw has joined #openstack | 04:46 | |
*** penick has joined #openstack | 04:46 | |
*** amotoki has quit IRC | 04:47 | |
*** aspiers has quit IRC | 04:47 | |
*** harlowja has joined #openstack | 04:48 | |
*** aimon has joined #openstack | 04:49 | |
*** markvoelker has quit IRC | 04:49 | |
*** yangxi has joined #openstack | 04:50 | |
*** e0ne has joined #openstack | 04:50 | |
*** khushbu_ has quit IRC | 04:51 | |
*** cdash has joined #openstack | 04:52 | |
*** fedexo has quit IRC | 04:52 | |
*** jinxing has joined #openstack | 04:52 | |
*** amotoki has joined #openstack | 04:52 | |
*** dalgaaf has joined #openstack | 04:54 | |
*** e0ne has quit IRC | 04:54 | |
*** annegentle has joined #openstack | 04:54 | |
*** jasonsb has joined #openstack | 04:54 | |
*** jasonsb has quit IRC | 04:55 | |
*** khushbu_ has joined #openstack | 04:55 | |
*** doug-fish has joined #openstack | 04:56 | |
*** shuquan has joined #openstack | 04:56 | |
*** nate_gone is now known as njohnston | 04:57 | |
*** slaweq_ has joined #openstack | 04:57 | |
*** eghobo has joined #openstack | 04:57 | |
*** MarkBaker has joined #openstack | 04:58 | |
*** trifon has quit IRC | 04:58 | |
*** as0bu has joined #openstack | 04:59 | |
*** eglynn has joined #openstack | 05:00 | |
*** elo has quit IRC | 05:01 | |
*** tnarg has joined #openstack | 05:01 | |
*** khushbu_ has quit IRC | 05:02 | |
*** shuquan has quit IRC | 05:03 | |
*** SurajD has joined #openstack | 05:04 | |
*** shuquan has joined #openstack | 05:04 | |
*** neha_ has joined #openstack | 05:05 | |
*** mkolesni__ has joined #openstack | 05:06 | |
*** e0ne has joined #openstack | 05:07 | |
*** VW_ has quit IRC | 05:07 | |
*** VW has joined #openstack | 05:08 | |
*** vishwanathj has joined #openstack | 05:08 | |
*** pratikmallya has joined #openstack | 05:09 | |
*** gfidente has quit IRC | 05:10 | |
*** baker has joined #openstack | 05:10 | |
*** aimon has quit IRC | 05:11 | |
*** aimon has joined #openstack | 05:11 | |
*** yamamoto has joined #openstack | 05:11 | |
*** shuquan has quit IRC | 05:12 | |
*** gsilvis has quit IRC | 05:12 | |
*** pratikmallya has quit IRC | 05:13 | |
*** alejandrito has joined #openstack | 05:13 | |
*** yangxi has quit IRC | 05:13 | |
*** vishwanathj has quit IRC | 05:13 | |
*** vsedelnik has joined #openstack | 05:13 | |
*** yangxi has joined #openstack | 05:14 | |
*** baker has quit IRC | 05:14 | |
*** john5223 is now known as zz_john5223 | 05:15 | |
*** vsedelnik has quit IRC | 05:16 | |
*** e0ne has quit IRC | 05:16 | |
*** VW has quit IRC | 05:16 | |
*** e0ne has joined #openstack | 05:17 | |
*** harlowja has quit IRC | 05:17 | |
*** elo has joined #openstack | 05:17 | |
*** shuquan has joined #openstack | 05:17 | |
*** tobe has joined #openstack | 05:17 | |
*** penick has quit IRC | 05:17 | |
*** tobe has quit IRC | 05:17 | |
*** yamamoto_ has joined #openstack | 05:18 | |
*** Poornima has joined #openstack | 05:18 | |
*** cdash has quit IRC | 05:18 | |
*** MarkBaker has quit IRC | 05:18 | |
*** doug-fish has quit IRC | 05:18 | |
*** penick has joined #openstack | 05:19 | |
*** aimon_ has joined #openstack | 05:19 | |
*** aimon has quit IRC | 05:19 | |
*** tnarg has quit IRC | 05:19 | |
*** yamamoto has quit IRC | 05:20 | |
*** amotoki has quit IRC | 05:20 | |
*** e0ne has quit IRC | 05:20 | |
*** tnarg has joined #openstack | 05:20 | |
*** oc714 has quit IRC | 05:20 | |
*** neilus has joined #openstack | 05:21 | |
*** rdas has joined #openstack | 05:21 | |
*** elo has quit IRC | 05:21 | |
*** cdash has joined #openstack | 05:21 | |
*** doug-fish has joined #openstack | 05:21 | |
*** vsedelnik has joined #openstack | 05:22 | |
*** amotoki has joined #openstack | 05:22 | |
*** mosinut has quit IRC | 05:22 | |
*** julim has joined #openstack | 05:22 | |
*** csmart has quit IRC | 05:23 | |
*** tnarg has quit IRC | 05:23 | |
*** t3hpr1m3 has quit IRC | 05:23 | |
*** csmart has joined #openstack | 05:24 | |
*** sparr has quit IRC | 05:24 | |
*** avozza has joined #openstack | 05:24 | |
*** cereal has quit IRC | 05:25 | |
*** t3hpr1m3 has joined #openstack | 05:25 | |
*** mosinut has joined #openstack | 05:25 | |
*** gsilvis has joined #openstack | 05:25 | |
*** neilus has quit IRC | 05:25 | |
*** vsedelnik has quit IRC | 05:26 | |
*** kellyp has quit IRC | 05:26 | |
*** Sree has joined #openstack | 05:27 | |
*** tnarg has joined #openstack | 05:27 | |
*** vsedelnik has joined #openstack | 05:27 | |
*** cereal has joined #openstack | 05:27 | |
*** sparr has joined #openstack | 05:27 | |
*** y_sawai has joined #openstack | 05:28 | |
*** skirk has joined #openstack | 05:28 | |
*** decayofmind has quit IRC | 05:28 | |
*** tobe has joined #openstack | 05:28 | |
*** annegentle has quit IRC | 05:28 | |
*** slaweq_ has quit IRC | 05:28 | |
*** elo has joined #openstack | 05:29 | |
*** StuartMI has quit IRC | 05:30 | |
*** sleinen-AS559 has quit IRC | 05:31 | |
*** aimon_ has quit IRC | 05:31 | |
*** doug-fish has quit IRC | 05:32 | |
*** tobe has quit IRC | 05:32 | |
*** rossella_s has joined #openstack | 05:33 | |
*** doug-fish has joined #openstack | 05:33 | |
*** vsedelnik has quit IRC | 05:33 | |
*** cdash has quit IRC | 05:33 | |
*** tonythomas has joined #openstack | 05:35 | |
*** yamamoto_ has quit IRC | 05:36 | |
*** rossella_s has quit IRC | 05:37 | |
*** doug-fish has quit IRC | 05:37 | |
*** vijayagurug has joined #openstack | 05:37 | |
*** doug-fish has joined #openstack | 05:37 | |
*** jasonsb has joined #openstack | 05:38 | |
*** e0ne has joined #openstack | 05:38 | |
*** geguileo has joined #openstack | 05:40 | |
*** tnarg has quit IRC | 05:40 | |
*** yamamoto has joined #openstack | 05:40 | |
*** tnarg has joined #openstack | 05:40 | |
*** kurtmartin has joined #openstack | 05:40 | |
*** sleinen-AS559 has joined #openstack | 05:40 | |
*** Bhaskarakiran has joined #openstack | 05:41 | |
*** slaweq_ has joined #openstack | 05:41 | |
*** jasonsb has quit IRC | 05:41 | |
*** penick has quit IRC | 05:41 | |
*** y_sawai has quit IRC | 05:42 | |
*** tobe has joined #openstack | 05:42 | |
*** vijayagurug has quit IRC | 05:42 | |
*** penick has joined #openstack | 05:44 | |
*** shaleh has joined #openstack | 05:44 | |
*** saurabh_ has joined #openstack | 05:45 | |
*** julim has quit IRC | 05:45 | |
*** aimon has joined #openstack | 05:45 | |
*** jasonsb has joined #openstack | 05:45 | |
*** krtaylor has joined #openstack | 05:45 | |
*** vsedelnik has joined #openstack | 05:46 | |
*** vsedelnik has quit IRC | 05:48 | |
*** amotoki_ has joined #openstack | 05:48 | |
*** amotoki has quit IRC | 05:49 | |
*** yamamoto has quit IRC | 05:49 | |
*** neeti has joined #openstack | 05:51 | |
*** melmoth has joined #openstack | 05:51 | |
*** annegentle has joined #openstack | 05:51 | |
*** sileht has quit IRC | 05:51 | |
*** shaleh has quit IRC | 05:52 | |
*** Marga_ has joined #openstack | 05:55 | |
*** cdash has joined #openstack | 05:55 | |
*** annegentle has quit IRC | 05:56 | |
*** Sakthi2 has joined #openstack | 05:57 | |
*** links has quit IRC | 05:58 | |
*** Sakthi has quit IRC | 05:58 | |
*** amotoki_ has quit IRC | 05:59 | |
*** KBAVT has joined #openstack | 06:00 | |
*** matjazp has joined #openstack | 06:01 | |
*** vivek-ebay has quit IRC | 06:03 | |
*** slaweq_ has quit IRC | 06:04 | |
*** penick has quit IRC | 06:04 | |
*** baker has joined #openstack | 06:04 | |
*** StuartMI has joined #openstack | 06:05 | |
*** slaweq has joined #openstack | 06:05 | |
*** vsedelnik has joined #openstack | 06:05 | |
*** kiran-r has joined #openstack | 06:06 | |
*** amotoki has joined #openstack | 06:07 | |
*** roxtrongo has quit IRC | 06:07 | |
*** jasonsb has quit IRC | 06:07 | |
*** gepupp has joined #openstack | 06:07 | |
*** adun153 has quit IRC | 06:07 | |
*** skirk has quit IRC | 06:08 | |
*** vsedelnik has quit IRC | 06:08 | |
*** jasonsb has joined #openstack | 06:08 | |
*** kevin_b has quit IRC | 06:08 | |
*** baker has quit IRC | 06:09 | |
*** vishwanathj has joined #openstack | 06:09 | |
*** spotz_zzz is now known as spotz | 06:09 | |
*** roxtrongo has joined #openstack | 06:09 | |
*** pratikmallya has joined #openstack | 06:09 | |
*** AzherKhan has joined #openstack | 06:09 | |
*** y_sawai has joined #openstack | 06:10 | |
*** kiran-r has quit IRC | 06:10 | |
*** trifon has joined #openstack | 06:11 | |
*** gfidente has joined #openstack | 06:12 | |
*** frzn_ has joined #openstack | 06:12 | |
*** AnilV4 has joined #openstack | 06:12 | |
*** zhenguo has quit IRC | 06:12 | |
*** S0NiC has joined #openstack | 06:12 | |
*** aukhan has quit IRC | 06:13 | |
*** yamamoto has joined #openstack | 06:13 | |
*** vishwanathj has quit IRC | 06:14 | |
*** pratikmallya has quit IRC | 06:14 | |
*** penick has joined #openstack | 06:15 | |
*** sleinen-AS559 has quit IRC | 06:15 | |
*** rebase has joined #openstack | 06:15 | |
*** sleinen-AS559 has joined #openstack | 06:15 | |
*** S0NiC_ has quit IRC | 06:16 | |
*** AnilV4 has quit IRC | 06:16 | |
*** ZZelle has joined #openstack | 06:16 | |
*** admin0 has joined #openstack | 06:18 | |
*** aimon has quit IRC | 06:18 | |
*** tnarg has quit IRC | 06:19 | |
*** frzn_ has quit IRC | 06:19 | |
*** amotoki has quit IRC | 06:21 | |
*** BOKALDO has joined #openstack | 06:22 | |
*** yamamoto has quit IRC | 06:22 | |
*** AnilV4 has joined #openstack | 06:23 | |
*** tobe has quit IRC | 06:23 | |
*** as0bu has quit IRC | 06:24 | |
*** gepupp has quit IRC | 06:25 | |
*** SurajD has quit IRC | 06:26 | |
*** tnarg has joined #openstack | 06:26 | |
*** mtanino has joined #openstack | 06:27 | |
*** krypto has joined #openstack | 06:27 | |
*** subscope has quit IRC | 06:29 | |
*** frzn_ has joined #openstack | 06:29 | |
*** amotoki has joined #openstack | 06:29 | |
*** slaweq has quit IRC | 06:29 | |
*** eglynn has quit IRC | 06:30 | |
*** SurajD has joined #openstack | 06:30 | |
*** frzn_ has quit IRC | 06:31 | |
*** aimon has joined #openstack | 06:32 | |
*** tobe has joined #openstack | 06:32 | |
*** slaweq has joined #openstack | 06:32 | |
*** subscope has joined #openstack | 06:32 | |
*** cdash has quit IRC | 06:32 | |
*** cdash has joined #openstack | 06:33 | |
*** mrmartin has joined #openstack | 06:33 | |
*** markvoelker has joined #openstack | 06:34 | |
*** albertw1 has joined #openstack | 06:34 | |
*** mkovarik has joined #openstack | 06:36 | |
*** tobe_ has joined #openstack | 06:36 | |
*** coreycb has quit IRC | 06:36 | |
*** cfriesen_ has quit IRC | 06:36 | |
*** albertw1 has left #openstack | 06:36 | |
*** admin0 has quit IRC | 06:36 | |
*** coreycb has joined #openstack | 06:36 | |
*** tobe has quit IRC | 06:36 | |
*** krtaylor has quit IRC | 06:37 | |
*** Zhongjun has quit IRC | 06:37 | |
*** coreycb has quit IRC | 06:37 | |
*** gfidente has quit IRC | 06:37 | |
*** coreycb has joined #openstack | 06:38 | |
*** masco has joined #openstack | 06:38 | |
*** njohnston is now known as nate_gone | 06:41 | |
*** tobe_ has quit IRC | 06:41 | |
*** amotoki has quit IRC | 06:41 | |
*** links has joined #openstack | 06:41 | |
*** vijayagurug has joined #openstack | 06:42 | |
*** pratikmallya has joined #openstack | 06:42 | |
*** subscope has quit IRC | 06:42 | |
*** mkovarik has quit IRC | 06:44 | |
*** mmogylenko has joined #openstack | 06:44 | |
*** mmogylenko has quit IRC | 06:45 | |
*** neoXsys has quit IRC | 06:45 | |
*** aopincar has joined #openstack | 06:46 | |
*** shuquan has quit IRC | 06:47 | |
*** shuquan has joined #openstack | 06:48 | |
*** itzikb_ has joined #openstack | 06:48 | |
*** amotoki has joined #openstack | 06:49 | |
*** markvoelker has quit IRC | 06:51 | |
*** penick has quit IRC | 06:53 | |
*** gildub has quit IRC | 06:54 | |
*** masco has quit IRC | 06:55 | |
*** jasonsb has quit IRC | 06:56 | |
*** aimon has quit IRC | 06:56 | |
*** aimon has joined #openstack | 06:58 | |
*** tnarg has quit IRC | 06:58 | |
*** nkrinner has joined #openstack | 06:58 | |
*** hfu has joined #openstack | 06:58 | |
*** nmagnezi has joined #openstack | 06:58 | |
*** khushbu has joined #openstack | 06:59 | |
*** nmagnezi has quit IRC | 06:59 | |
*** nmagnezi has joined #openstack | 06:59 | |
*** davidmichaelkarr has quit IRC | 07:00 | |
*** kushal has joined #openstack | 07:01 | |
*** y_sawai has quit IRC | 07:02 | |
*** jasonsb has joined #openstack | 07:03 | |
*** tobe has joined #openstack | 07:03 | |
*** nate_gone is now known as njohnston | 07:03 | |
*** timrc has quit IRC | 07:03 | |
*** masco has joined #openstack | 07:03 | |
*** timrc has joined #openstack | 07:03 | |
*** ZZelle has quit IRC | 07:03 | |
*** vivek-ebay has joined #openstack | 07:03 | |
*** jasonsb has quit IRC | 07:04 | |
*** aimon has quit IRC | 07:04 | |
*** julim has joined #openstack | 07:04 | |
*** julim has quit IRC | 07:06 | |
*** matjazp has quit IRC | 07:07 | |
*** amotoki has quit IRC | 07:07 | |
*** crayolarx has quit IRC | 07:07 | |
*** vivek-ebay has quit IRC | 07:08 | |
*** hdd has joined #openstack | 07:08 | |
*** Cloudish has joined #openstack | 07:08 | |
*** neilus has joined #openstack | 07:09 | |
*** cdash has quit IRC | 07:09 | |
*** vishwanathj has joined #openstack | 07:10 | |
*** slaweq has quit IRC | 07:10 | |
*** penick has joined #openstack | 07:11 | |
*** tobe has quit IRC | 07:11 | |
*** penick has quit IRC | 07:12 | |
*** rebase has quit IRC | 07:12 | |
*** anande has joined #openstack | 07:12 | |
*** krtaylor has joined #openstack | 07:12 | |
*** njohnston is now known as nate_gone | 07:13 | |
*** eghobo has quit IRC | 07:13 | |
*** Guest70293 is now known as cinek | 07:14 | |
*** neilus has quit IRC | 07:14 | |
*** vishwanathj has quit IRC | 07:14 | |
*** doug-fish has quit IRC | 07:14 | |
*** krtaylor has quit IRC | 07:15 | |
*** sleinen-AS559 has quit IRC | 07:15 | |
*** alaski has quit IRC | 07:16 | |
*** TM0rPh has quit IRC | 07:17 | |
*** kris has joined #openstack | 07:17 | |
*** jasonsb has joined #openstack | 07:17 | |
*** kris is now known as TM0rPh | 07:17 | |
*** janelleb has joined #openstack | 07:18 | |
*** grafuls has joined #openstack | 07:18 | |
*** rebase has joined #openstack | 07:19 | |
*** rasca has joined #openstack | 07:19 | |
*** e0ne has quit IRC | 07:19 | |
*** kurtmartin has quit IRC | 07:19 | |
*** spotz is now known as spotz_zzz | 07:20 | |
*** elo has quit IRC | 07:20 | |
*** hezhiqiang has joined #openstack | 07:21 | |
*** Sakthi2 has quit IRC | 07:22 | |
*** slotti has joined #openstack | 07:22 | |
*** fawadkhaliq has joined #openstack | 07:23 | |
*** khushbu has quit IRC | 07:24 | |
*** avozza has quit IRC | 07:24 | |
*** rdas has quit IRC | 07:24 | |
*** nmagnezi has quit IRC | 07:26 | |
*** albertw1 has joined #openstack | 07:26 | |
*** rebase has quit IRC | 07:26 | |
*** jasonsb has quit IRC | 07:27 | |
*** masco has quit IRC | 07:27 | |
*** yamamoto has joined #openstack | 07:28 | |
*** khushbu_ has joined #openstack | 07:28 | |
*** mpavone has joined #openstack | 07:29 | |
*** ShawnFerry has joined #openstack | 07:30 | |
*** magicboiz has quit IRC | 07:31 | |
*** magicboiz has joined #openstack | 07:31 | |
*** kellyp has joined #openstack | 07:32 | |
*** jprovazn has joined #openstack | 07:33 | |
*** eglynn has joined #openstack | 07:33 | |
*** cdash has joined #openstack | 07:33 | |
*** e0ne has joined #openstack | 07:34 | |
*** slaweq has joined #openstack | 07:34 | |
*** annegentle has joined #openstack | 07:34 | |
*** matjazp has joined #openstack | 07:34 | |
*** Cloudish has quit IRC | 07:34 | |
*** sleinen-AS559 has joined #openstack | 07:35 | |
*** neeti has quit IRC | 07:35 | |
*** spotz_zzz is now known as spotz | 07:36 | |
*** sileht_ has joined #openstack | 07:36 | |
*** jasonsb has joined #openstack | 07:37 | |
*** leanderthal has quit IRC | 07:37 | |
*** amotoki has joined #openstack | 07:38 | |
*** SteffanW has joined #openstack | 07:38 | |
*** sileht_ has quit IRC | 07:38 | |
*** sileht has joined #openstack | 07:39 | |
*** osci_khoj has joined #openstack | 07:39 | |
*** achanda has quit IRC | 07:39 | |
*** trifon has quit IRC | 07:39 | |
*** shuquan has quit IRC | 07:39 | |
*** delattec has joined #openstack | 07:40 | |
*** khushbu_ has quit IRC | 07:40 | |
*** jschwarz has joined #openstack | 07:40 | |
*** shuquan has joined #openstack | 07:41 | |
*** corXi has joined #openstack | 07:41 | |
*** kellyp has quit IRC | 07:41 | |
*** trifon has joined #openstack | 07:42 | |
*** khushbu_ has joined #openstack | 07:42 | |
*** mkovarik has joined #openstack | 07:43 | |
*** ShawnFerry has quit IRC | 07:43 | |
*** ShawnFerry has joined #openstack | 07:44 | |
*** TM0rPh has quit IRC | 07:44 | |
*** slaweq has quit IRC | 07:44 | |
*** jasonsb_ has joined #openstack | 07:45 | |
*** matjazp has quit IRC | 07:45 | |
*** khushbu_ has quit IRC | 07:45 | |
*** shuquan has quit IRC | 07:45 | |
*** matjazp has joined #openstack | 07:45 | |
*** MarkBaker has joined #openstack | 07:45 | |
*** bdemers has joined #openstack | 07:47 | |
*** otter768 has quit IRC | 07:47 | |
*** matjazp has quit IRC | 07:47 | |
*** slaweq has joined #openstack | 07:47 | |
*** jasonsb has quit IRC | 07:47 | |
*** bdemers has quit IRC | 07:47 | |
*** bdemers has joined #openstack | 07:48 | |
*** matjazp has joined #openstack | 07:50 | |
*** takanori has joined #openstack | 07:51 | |
*** sayan has quit IRC | 07:52 | |
*** baker has joined #openstack | 07:53 | |
*** slaweq has quit IRC | 07:53 | |
*** shuquan has joined #openstack | 07:54 | |
*** matjazp has quit IRC | 07:54 | |
*** matjazp has joined #openstack | 07:57 | |
*** baker has quit IRC | 07:57 | |
*** cjellick has quit IRC | 07:57 | |
*** alex_klimov has joined #openstack | 07:58 | |
*** chlong has quit IRC | 07:59 | |
*** roxtrongo has quit IRC | 07:59 | |
*** Sree_ has joined #openstack | 07:59 | |
*** takanori has quit IRC | 07:59 | |
*** jengeb has joined #openstack | 08:00 | |
*** Sree_ is now known as Guest56575 | 08:00 | |
*** slaweq has joined #openstack | 08:01 | |
*** neilus has joined #openstack | 08:01 | |
*** yamamoto_ has joined #openstack | 08:01 | |
*** yamamoto has quit IRC | 08:01 | |
*** sayan has joined #openstack | 08:02 | |
*** Sree has quit IRC | 08:02 | |
*** tomoiaga has joined #openstack | 08:02 | |
*** hezhiqiang has quit IRC | 08:03 | |
*** tomoiaga has left #openstack | 08:03 | |
*** eglynn has quit IRC | 08:03 | |
*** aufi has joined #openstack | 08:04 | |
*** cdub has quit IRC | 08:04 | |
*** nate_gone is now known as njohnston | 08:05 | |
*** neilus has quit IRC | 08:06 | |
*** Guest56575 has quit IRC | 08:06 | |
*** yangxi has quit IRC | 08:07 | |
*** ronis has joined #openstack | 08:07 | |
*** ade_b has joined #openstack | 08:07 | |
*** AmirBaleghi11114 has joined #openstack | 08:07 | |
*** itzikb_ has quit IRC | 08:09 | |
*** ZZelle has joined #openstack | 08:09 | |
*** jinxing has quit IRC | 08:09 | |
*** bdemers has quit IRC | 08:10 | |
*** walterheck has joined #openstack | 08:11 | |
*** palexster1 is now known as palexster | 08:11 | |
*** slaweq has quit IRC | 08:11 | |
*** jinxing has joined #openstack | 08:12 | |
*** slaweq has joined #openstack | 08:12 | |
*** yangxi has joined #openstack | 08:12 | |
*** sleinen-AS559 has quit IRC | 08:12 | |
*** yamamoto_ has quit IRC | 08:12 | |
*** khushbu has joined #openstack | 08:12 | |
*** dalgaaf has quit IRC | 08:12 | |
*** pravins has joined #openstack | 08:12 | |
*** spotz is now known as spotz_zzz | 08:12 | |
*** kurtmartin has joined #openstack | 08:13 | |
*** j______ has joined #openstack | 08:13 | |
*** amotoki has quit IRC | 08:15 | |
*** khushbu has quit IRC | 08:15 | |
*** matjazp has quit IRC | 08:16 | |
*** groen692 has joined #openstack | 08:17 | |
*** itzikb_ has joined #openstack | 08:17 | |
*** amotoki has joined #openstack | 08:18 | |
*** slaweq has quit IRC | 08:18 | |
*** yrabl has joined #openstack | 08:19 | |
*** sleinen-AS559 has joined #openstack | 08:19 | |
*** AmirBaleghi11114 has quit IRC | 08:19 | |
*** geaaru has joined #openstack | 08:20 | |
*** albertw1 has quit IRC | 08:20 | |
*** pratikmallya has quit IRC | 08:21 | |
*** MarkBaker has quit IRC | 08:21 | |
*** hdd has quit IRC | 08:22 | |
*** yamamoto has joined #openstack | 08:22 | |
*** alex_klimov has quit IRC | 08:23 | |
*** alex_klimov has joined #openstack | 08:23 | |
*** w1xz has joined #openstack | 08:23 | |
*** persia has quit IRC | 08:24 | |
*** delattec has quit IRC | 08:24 | |
*** vishwanathj has joined #openstack | 08:26 | |
*** annegentle has quit IRC | 08:26 | |
*** j______ has quit IRC | 08:26 | |
*** persia has joined #openstack | 08:27 | |
*** Sakthi has joined #openstack | 08:27 | |
*** neeti has joined #openstack | 08:27 | |
*** matjazp has joined #openstack | 08:28 | |
*** j______ has joined #openstack | 08:28 | |
*** annegentle has joined #openstack | 08:28 | |
*** khushbu_ has joined #openstack | 08:28 | |
*** spotz_zzz is now known as spotz | 08:29 | |
*** Marga_ has quit IRC | 08:30 | |
*** beejee has joined #openstack | 08:30 | |
*** vishwanathj has quit IRC | 08:30 | |
*** khushbu_ has quit IRC | 08:31 | |
*** quulah has left #openstack | 08:31 | |
*** admin0 has joined #openstack | 08:31 | |
*** slaweq has joined #openstack | 08:32 | |
*** ShawnFerry has quit IRC | 08:32 | |
*** tnarg has joined #openstack | 08:33 | |
*** MentalRay has joined #openstack | 08:33 | |
*** dgurtner has joined #openstack | 08:33 | |
*** dgurtner has joined #openstack | 08:33 | |
*** sshnaidm has joined #openstack | 08:34 | |
*** fsimonce has joined #openstack | 08:34 | |
*** curx has joined #openstack | 08:37 | |
*** tnarg has quit IRC | 08:38 | |
*** kmatch has joined #openstack | 08:38 | |
*** khushbu_ has joined #openstack | 08:38 | |
*** ivan_mironov has joined #openstack | 08:38 | |
*** pnavarro has joined #openstack | 08:39 | |
*** khushbu_ has quit IRC | 08:40 | |
*** shinenelson has joined #openstack | 08:41 | |
*** neeti_ has joined #openstack | 08:42 | |
*** neeti has quit IRC | 08:45 | |
*** baker has joined #openstack | 08:47 | |
*** leanderthal has joined #openstack | 08:48 | |
*** slaweq has quit IRC | 08:48 | |
*** khushbu_ has joined #openstack | 08:49 | |
*** saschpe has quit IRC | 08:49 | |
*** cdash has quit IRC | 08:50 | |
*** e0ne has quit IRC | 08:50 | |
*** baker has quit IRC | 08:51 | |
*** khushbu_ has quit IRC | 08:51 | |
*** shuquan_ has joined #openstack | 08:51 | |
*** KarlchenK has joined #openstack | 08:51 | |
*** saschpe has joined #openstack | 08:52 | |
*** j______ has quit IRC | 08:52 | |
*** fawadkhaliq has quit IRC | 08:52 | |
*** AzherKhan has quit IRC | 08:52 | |
*** ZZelle has quit IRC | 08:53 | |
*** shuquan has quit IRC | 08:53 | |
*** shuquan_ is now known as shuquan | 08:53 | |
*** vsedelnik has joined #openstack | 08:53 | |
*** geguileo has quit IRC | 08:54 | |
*** kedare has joined #openstack | 08:54 | |
*** neilus has joined #openstack | 08:54 | |
*** kurtmartin has quit IRC | 08:54 | |
*** travnewmatic has quit IRC | 08:55 | |
*** mtanino has quit IRC | 08:55 | |
*** yamamoto has quit IRC | 08:55 | |
*** amotoki has quit IRC | 08:56 | |
*** vsedelnik has quit IRC | 08:56 | |
*** annegentle has quit IRC | 08:57 | |
*** spotz is now known as spotz_zzz | 08:57 | |
*** tkhno has quit IRC | 08:58 | |
*** hdd has joined #openstack | 08:58 | |
*** tkhno has joined #openstack | 08:58 | |
*** annegent_ has joined #openstack | 08:59 | |
*** neilus has quit IRC | 08:59 | |
*** Ephur has quit IRC | 09:00 | |
*** achanda has joined #openstack | 09:00 | |
*** roxtrongo has joined #openstack | 09:00 | |
*** vsedelnik has joined #openstack | 09:00 | |
*** annegent_ has quit IRC | 09:01 | |
*** kellyp has joined #openstack | 09:01 | |
*** jasonsb_ has quit IRC | 09:01 | |
*** neeti_ has quit IRC | 09:03 | |
*** neeti has joined #openstack | 09:03 | |
*** neeti has quit IRC | 09:03 | |
*** alejandrito has quit IRC | 09:03 | |
*** neeti has joined #openstack | 09:04 | |
*** achanda has quit IRC | 09:05 | |
*** e0ne has joined #openstack | 09:05 | |
*** shuquan has quit IRC | 09:06 | |
*** jasonsb has joined #openstack | 09:06 | |
*** jb11211 has quit IRC | 09:06 | |
*** khushbu_ has joined #openstack | 09:06 | |
*** kellyp has quit IRC | 09:06 | |
*** manous has joined #openstack | 09:06 | |
*** jb11211 has joined #openstack | 09:06 | |
*** bradjones has quit IRC | 09:07 | |
*** horse has joined #openstack | 09:08 | |
*** khushbu_ has quit IRC | 09:08 | |
*** Sree has joined #openstack | 09:10 | |
*** aukhan has joined #openstack | 09:10 | |
*** y_sawai has joined #openstack | 09:11 | |
*** y_sawai has quit IRC | 09:11 | |
*** shuquan has joined #openstack | 09:12 | |
*** rotbeard has joined #openstack | 09:14 | |
*** Gnubie_ has quit IRC | 09:15 | |
*** nmagnezi has joined #openstack | 09:16 | |
*** manous has quit IRC | 09:17 | |
*** Gnubie_ has joined #openstack | 09:17 | |
*** nstrug has joined #openstack | 09:17 | |
*** manous has joined #openstack | 09:17 | |
*** KarlchenK has quit IRC | 09:19 | |
*** matjazp has quit IRC | 09:20 | |
*** cooldharma06 has joined #openstack | 09:22 | |
cooldharma06 | hi all | 09:22 |
cooldharma06 | anybody tried centralised logging in openstack? | 09:22 |
*** pblaho has joined #openstack | 09:23 | |
*** Alzon has joined #openstack | 09:23 | |
*** bluex has joined #openstack | 09:24 | |
*** bluex has quit IRC | 09:24 | |
*** bluex has joined #openstack | 09:24 | |
*** annegentle has joined #openstack | 09:24 | |
*** Alzon has left #openstack | 09:25 | |
*** sleinen-AS559 has quit IRC | 09:26 | |
*** kawa2014 has joined #openstack | 09:26 | |
*** e0ne has quit IRC | 09:27 | |
*** geguileo has joined #openstack | 09:27 | |
*** cjellick has joined #openstack | 09:29 | |
*** toscalix has joined #openstack | 09:29 | |
*** annegentle has quit IRC | 09:29 | |
*** kmatch has quit IRC | 09:29 | |
*** matjazp has joined #openstack | 09:29 | |
*** RedRat__ has quit IRC | 09:30 | |
*** pixelbeat_ has joined #openstack | 09:30 | |
*** bluedusk has quit IRC | 09:30 | |
*** eghobo has joined #openstack | 09:31 | |
*** erkules_ is now known as erkules | 09:31 | |
*** erkules has joined #openstack | 09:32 | |
*** bkopilov_wfh has quit IRC | 09:32 | |
*** yog_ has joined #openstack | 09:34 | |
*** tnarg has joined #openstack | 09:35 | |
*** tvvcox has joined #openstack | 09:36 | |
*** BuffaloBill has joined #openstack | 09:37 | |
*** Su7 has quit IRC | 09:38 | |
*** SurajD has quit IRC | 09:39 | |
*** sleinen-AS559 has joined #openstack | 09:40 | |
*** tnarg has quit IRC | 09:40 | |
*** chlong has joined #openstack | 09:40 | |
*** alejandrito has joined #openstack | 09:40 | |
*** dalgaaf has joined #openstack | 09:41 | |
*** baker has joined #openstack | 09:41 | |
*** lucendio has joined #openstack | 09:41 | |
*** Su7 has joined #openstack | 09:42 | |
*** stika has joined #openstack | 09:42 | |
*** SurajD has joined #openstack | 09:42 | |
jinxing | hi | 09:43 |
stika | hello, I have a very weird issue don't know how to debug, I have a compute node has only nova-compute, and the service is not starting and doesn't write anything on the nova-compute.log, how can I know what's going on? | 09:43 |
jinxing | check the rabbitmq | 09:44 |
*** ZZelle has joined #openstack | 09:44 | |
*** sleinen-AS559 has quit IRC | 09:44 | |
*** leanderthal has quit IRC | 09:44 | |
stika | jinxing:the rabbitmq is running and I have another compute service working fine | 09:44 |
*** hdd has quit IRC | 09:45 | |
*** alejandrito has quit IRC | 09:45 | |
*** franred has joined #openstack | 09:45 | |
jinxing | check the rabbitmq service in the problem compute node | 09:45 |
*** baker has quit IRC | 09:45 | |
jinxing | is it ok to connect to controller | 09:45 |
*** sleinen-AS559 has joined #openstack | 09:46 | |
*** salv-orlando has joined #openstack | 09:46 | |
stika | yes, I did test through telnet | 09:46 |
*** Raymii has quit IRC | 09:46 | |
jinxing | how to commit a change to the openstack? | 09:46 |
jinxing | is there anybody can help me? | 09:47 |
stika | is there a way to start it manually in debug mode? | 09:47 |
jinxing | nova-manage service list? | 09:47 |
*** Raymii has joined #openstack | 09:47 | |
jinxing | the output is ? | 09:47 |
*** FallenPegasus has quit IRC | 09:47 | |
*** otter768 has joined #openstack | 09:48 | |
*** aimon has joined #openstack | 09:48 | |
*** julim has joined #openstack | 09:48 | |
Madkiss | What is the difference between role:admin and is_admin:True in OpenStack Policy rules? | 09:48 |
stika | everything is enabled | 09:49 |
*** julim has quit IRC | 09:49 | |
stika | state XXX | 09:49 |
jinxing | show me | 09:49 |
stika | Binary Host Zone Status State Updated_At | 09:50 |
stika | nova-compute compute1 nova enabled XXX 2015-10-29 01:49:29 | 09:50 |
stika | nova-scheduler controller internal enabled XXX 2015-10-29 01:49:31 | 09:50 |
stika | nova-cert controller internal enabled XXX 2015-10-29 01:49:31 | 09:50 |
stika | nova-consoleauth controller internal enabled XXX 2015-10-29 01:49:37 | 09:50 |
stika | nova-conductor controller internal enabled XXX 2015-10-29 01:49:31 | 09:50 |
stika | nova-compute controller nova enabled XXX 2015-10-29 01:49:36 | 09:50 |
stika | nova-compute compute2 nova enabled XXX 2015-10-28 06:29:19 | 09:50 |
stika | nova-compute compute3 nova enabled XXX 2015-10-29 01:49:3 | 09:50 |
*** jasonsb has quit IRC | 09:50 | |
*** pravins has quit IRC | 09:51 | |
jinxing | your service is not ok in the controller | 09:51 |
stika | jinxing I think I remember, I changed the virt_type to qemu and then this what happened, but I returned to kvm and still the same | 09:52 |
jinxing | you should check the problem first in the controller | 09:52 |
jinxing | ti's the virtual feature | 09:52 |
*** evidex has joined #openstack | 09:52 | |
*** otter768 has quit IRC | 09:53 | |
jinxing | your congfiguraton in nova.cong has problem | 09:53 |
*** vsedelnik has quit IRC | 09:53 | |
stika | WARNING oslo_messaging.server [req-f35ff541-62ae-4922-bce3-79349989add5 - - - - -] start/stop/wait must be called in the same thread | 09:53 |
stika | this what I see on nova-compute.log | 09:53 |
jinxing | your should check it by the installation guild | 09:53 |
stika | i copied the same file from the working compute node, i will check it out | 09:54 |
jinxing | have you commit something to the openstack? | 09:54 |
*** shilpa_ has joined #openstack | 09:54 | |
stika | oooh damm.. there is a ` at the end of the file | 09:54 |
stika | oh sorry didn't notice it, thanks jinxing | 09:55 |
stika | probably while writing | 09:55 |
jinxing | if the service is down in the controller | 09:55 |
jinxing | you should check the config file | 09:55 |
stika | :) | 09:56 |
stika | but I'm still not able to launch instance, i get the error Failed to perform requested operation on instance "FirstInst2", the instance has an error status: Please try again later [Error: Build of instance 7a610df0-ac1b-4495-b4f9-b3c40d58b5c2 aborted: Could not clean up failed build, not rescheduling]. | 09:56 |
*** vsedelnik has joined #openstack | 09:57 | |
*** sleinen-AS559 has quit IRC | 09:57 | |
*** snecklifter has joined #openstack | 09:57 | |
*** cbrown2_ocf has joined #openstack | 09:58 | |
*** snecklifter has quit IRC | 09:58 | |
stika | jinxing it's a nova-compute or horizon issue? | 09:58 |
*** salv-orlando has quit IRC | 09:58 | |
*** shuquan has quit IRC | 09:58 | |
jinxing | nova-manage serice list | 09:58 |
jinxing | check it | 09:59 |
stika | on the controller? | 09:59 |
jinxing | yes | 09:59 |
*** jasonsb has joined #openstack | 09:59 | |
*** MentalRay has quit IRC | 09:59 | |
stika | Binary Host Zone Status State Updated_At | 09:59 |
stika | nova-compute compute1 nova enabled :-) 2015-10-29 02:00:29 | 09:59 |
stika | nova-scheduler controller internal enabled :-) 2015-10-29 02:00:31 | 09:59 |
stika | nova-cert controller internal enabled :-) 2015-10-29 02:00:32 | 09:59 |
stika | nova-consoleauth controller internal enabled :-) 2015-10-29 02:00:27 | 09:59 |
stika | nova-conductor controller internal enabled :-) 2015-10-29 02:00:31 | 09:59 |
stika | nova-compute controller nova enabled :-) 2015-10-29 02:00:26 | 09:59 |
stika | nova-compute compute2 nova enabled XXX 2015-10-28 06:29:19 | 09:59 |
stika | nova-compute compute3 nova enabled :-) 2015-10-29 02:00:27 | 09:59 |
stika | compute2 is a dead machine | 09:59 |
*** aimon has quit IRC | 10:00 | |
*** bbcmicrocomputer has joined #openstack | 10:00 | |
jinxing | u can copy the config from compute3 | 10:00 |
jinxing | the restart the service | 10:00 |
jinxing | some config you shoud change in the compute2 | 10:01 |
*** eghobo_ has joined #openstack | 10:01 | |
*** slaweq has joined #openstack | 10:01 | |
stika | no, compute 2 is a dead machine ( not connected ) | 10:01 |
stika | it's fine that is dow | 10:01 |
*** admin0 has quit IRC | 10:01 | |
*** kellyp has joined #openstack | 10:02 | |
*** admin0 has joined #openstack | 10:02 | |
*** rtheis has joined #openstack | 10:02 | |
*** rtheis has quit IRC | 10:02 | |
*** rtheis has joined #openstack | 10:03 | |
*** rtheis has quit IRC | 10:03 | |
*** sleinen-AS559 has joined #openstack | 10:04 | |
*** hezhiqiang has joined #openstack | 10:04 | |
*** salv-orlando has joined #openstack | 10:04 | |
stika | jinxing it looks permission denied issue, at the apache log I see Permission denied to started instance: "FirstInst" | 10:04 |
stika | but I'm logged as admin, how come | 10:04 |
*** eghobo has quit IRC | 10:04 | |
*** NetHawk has joined #openstack | 10:05 | |
*** kellyp has quit IRC | 10:06 | |
*** benh57 has quit IRC | 10:07 | |
*** shilpa_ has quit IRC | 10:07 | |
*** mturpin has joined #openstack | 10:08 | |
*** aimon has joined #openstack | 10:08 | |
*** rahulait has joined #openstack | 10:08 | |
*** maishsk has joined #openstack | 10:10 | |
*** salv-orlando has quit IRC | 10:10 | |
*** ParsectiX has joined #openstack | 10:11 | |
*** ParsectiX has quit IRC | 10:11 | |
*** ParsectiX has joined #openstack | 10:12 | |
*** Muntaner has joined #openstack | 10:12 | |
*** yangxi has quit IRC | 10:12 | |
Muntaner | good morning to everyone. I was searching the iptables rules related to the metadata service of openstack on my host machine, but I can't find any. How does openstack manage that now | 10:13 |
Muntaner | ? | 10:13 |
*** aimon has quit IRC | 10:13 | |
*** jinxing has quit IRC | 10:14 | |
*** Sakthi has quit IRC | 10:17 | |
*** alex_klimov has quit IRC | 10:17 | |
*** ParsectiX has quit IRC | 10:18 | |
*** apahim has joined #openstack | 10:19 | |
*** Sree_ has joined #openstack | 10:19 | |
*** Sree_ is now known as Guest34810 | 10:19 | |
*** Sree has quit IRC | 10:20 | |
*** pgreg has joined #openstack | 10:20 | |
*** pgreg has quit IRC | 10:20 | |
*** sayan has quit IRC | 10:20 | |
*** pgreg has joined #openstack | 10:20 | |
*** pgreg has quit IRC | 10:21 | |
*** FallenPegasus has joined #openstack | 10:21 | |
*** aukhan has quit IRC | 10:22 | |
*** kr2 has joined #openstack | 10:24 | |
*** kr2 is now known as Guest89259 | 10:24 | |
*** crazyraven has quit IRC | 10:25 | |
*** Guest89259 has left #openstack | 10:25 | |
*** vishwanathj has joined #openstack | 10:26 | |
*** Guest34810 has quit IRC | 10:26 | |
*** jengeb has quit IRC | 10:27 | |
*** jengeb1 has joined #openstack | 10:27 | |
*** aukhan has joined #openstack | 10:27 | |
*** markus_z has joined #openstack | 10:27 | |
*** markus_z has quit IRC | 10:27 | |
*** blitz00 has joined #openstack | 10:28 | |
*** blitz00 has quit IRC | 10:28 | |
*** blitz00 has joined #openstack | 10:28 | |
*** marzif has joined #openstack | 10:29 | |
*** tonythomas has quit IRC | 10:29 | |
*** Sree has joined #openstack | 10:30 | |
*** gli has quit IRC | 10:31 | |
*** vishwanathj has quit IRC | 10:31 | |
*** sanchitmalhotra has joined #openstack | 10:34 | |
*** akanksha_ has joined #openstack | 10:34 | |
*** manous has quit IRC | 10:34 | |
*** baker has joined #openstack | 10:35 | |
*** tnarg has joined #openstack | 10:36 | |
*** VW has joined #openstack | 10:36 | |
*** stika has quit IRC | 10:36 | |
*** sanchitmalhotra1 has quit IRC | 10:36 | |
*** pratikmallya has joined #openstack | 10:38 | |
*** vivek-ebay has joined #openstack | 10:38 | |
*** neeti has quit IRC | 10:39 | |
*** baker has quit IRC | 10:39 | |
*** zhangjn has quit IRC | 10:40 | |
*** matjazp has quit IRC | 10:40 | |
*** RedRat__ has joined #openstack | 10:40 | |
*** Bhaskarakiran has quit IRC | 10:40 | |
*** tnarg has quit IRC | 10:40 | |
*** pratikmallya has quit IRC | 10:42 | |
*** VW has quit IRC | 10:43 | |
*** vivek-ebay has quit IRC | 10:43 | |
*** VW has joined #openstack | 10:43 | |
*** bradjones has joined #openstack | 10:45 | |
*** bradjones has quit IRC | 10:45 | |
*** bradjones has joined #openstack | 10:45 | |
*** Sree_ has joined #openstack | 10:46 | |
*** Sree has quit IRC | 10:46 | |
*** hdd has joined #openstack | 10:46 | |
*** t4nk369 has joined #openstack | 10:47 | |
*** Sree_ is now known as Guest90813 | 10:47 | |
t4nk369 | Hi | 10:47 |
*** baigk has quit IRC | 10:47 | |
t4nk369 | i am trying to create a vsa volume on dash board | 10:47 |
t4nk369 | colume is in error state | 10:48 |
*** Bhaskarakiran has joined #openstack | 10:48 | |
t4nk369 | while checking the logs i found that "Error encountered during initialization of driver: HPLeftHandISCSIDriver" | 10:48 |
Merlin83b | larsks: Any chance you're around? | 10:48 |
t4nk369 | please anyone suggest | 10:49 |
t4nk369 | ? | 10:49 |
*** aidan- has joined #openstack | 10:50 | |
t4nk369 | @Merlin83b: can you please look into my issue and suggest some solution | 10:50 |
*** tnarg has joined #openstack | 10:51 | |
t4nk369 | i am trying to create a vsa volume on dash board | 10:51 |
t4nk369 | colume is in error state | 10:51 |
t4nk369 | while checking the logs i found that "Error encountered during initialization of driver: HPLeftHandISCSIDriver" | 10:51 |
*** svenno has joined #openstack | 10:51 | |
t4nk369 | can anyone please suggest solution for the issue | 10:52 |
*** apahim has quit IRC | 10:55 | |
*** vijayagurug has left #openstack | 10:56 | |
*** vijayagurug has joined #openstack | 10:57 | |
*** t4nk369 has left #openstack | 10:57 | |
*** erikkri has joined #openstack | 10:57 | |
*** alex_klimov has joined #openstack | 10:58 | |
*** admin0 has quit IRC | 11:00 | |
*** aukhan has quit IRC | 11:01 | |
*** sammy007 has quit IRC | 11:01 | |
*** Aleks_ has joined #openstack | 11:02 | |
*** Sakthi has joined #openstack | 11:02 | |
*** tonythomas has joined #openstack | 11:02 | |
*** amotoki has joined #openstack | 11:03 | |
*** franred has quit IRC | 11:04 | |
*** vsedelnik has quit IRC | 11:04 | |
*** amotoki has quit IRC | 11:05 | |
*** sleinen-AS559 has quit IRC | 11:08 | |
*** akrzos has quit IRC | 11:08 | |
*** apahim has joined #openstack | 11:09 | |
*** aimon has joined #openstack | 11:11 | |
*** rahulait has quit IRC | 11:12 | |
*** crayolarx has joined #openstack | 11:12 | |
*** lsmola_ has quit IRC | 11:12 | |
*** sleinen-AS559 has joined #openstack | 11:12 | |
*** VW has quit IRC | 11:13 | |
*** lsmola has joined #openstack | 11:13 | |
*** annegentle has joined #openstack | 11:13 | |
*** cleong has joined #openstack | 11:14 | |
*** angie has joined #openstack | 11:15 | |
*** sammy007 has joined #openstack | 11:15 | |
*** aimon has quit IRC | 11:15 | |
*** angie is now known as Guest84546 | 11:15 | |
*** sleinen-AS5591 has joined #openstack | 11:16 | |
*** sleinen-AS559 has quit IRC | 11:16 | |
*** admin0 has joined #openstack | 11:17 | |
*** Guest84546 has left #openstack | 11:18 | |
*** annegentle has quit IRC | 11:18 | |
*** martinst has left #openstack | 11:19 | |
*** baoli has joined #openstack | 11:23 | |
*** sanchitmalhotra1 has joined #openstack | 11:23 | |
*** vsedelnik has joined #openstack | 11:23 | |
*** SurajD has quit IRC | 11:24 | |
*** jengeb1 has quit IRC | 11:24 | |
*** itarchitectkev has joined #openstack | 11:24 | |
*** baoli has quit IRC | 11:24 | |
*** sanchitmalhotra has quit IRC | 11:26 | |
*** vijayagurug has left #openstack | 11:26 | |
*** sleinen-AS5591 has quit IRC | 11:26 | |
*** sleinen-AS559 has joined #openstack | 11:26 | |
*** SurajD has joined #openstack | 11:27 | |
*** vishwanathj has joined #openstack | 11:27 | |
*** Cloudish has joined #openstack | 11:28 | |
*** kawa2014 has quit IRC | 11:28 | |
*** kawa2014 has joined #openstack | 11:29 | |
*** sawangpongm has joined #openstack | 11:29 | |
*** baker has joined #openstack | 11:29 | |
*** sawangpongm has left #openstack | 11:31 | |
*** sawangpongm has joined #openstack | 11:32 | |
*** sawangpongm has left #openstack | 11:32 | |
*** vishwanathj has quit IRC | 11:32 | |
*** FallenPegasus has quit IRC | 11:33 | |
*** baker has quit IRC | 11:33 | |
*** jfchevrette has joined #openstack | 11:33 | |
*** rfolco has joined #openstack | 11:34 | |
*** lykinsbd_ has quit IRC | 11:36 | |
*** lykinsbd has joined #openstack | 11:36 | |
*** thrash|g0ne is now known as thrash | 11:37 | |
*** admin0 has quit IRC | 11:37 | |
*** vsedelnik has quit IRC | 11:38 | |
*** apahim has quit IRC | 11:39 | |
*** pnavarro is now known as pnavarro|lunch | 11:40 | |
*** marzif has quit IRC | 11:40 | |
*** vsedelnik has joined #openstack | 11:40 | |
*** puzzled has quit IRC | 11:41 | |
*** lykinsbd has quit IRC | 11:41 | |
*** lykinsbd_ has joined #openstack | 11:42 | |
*** eghobo has joined #openstack | 11:42 | |
*** SurajD has quit IRC | 11:42 | |
*** eghobo_ has quit IRC | 11:43 | |
*** lykinsbd_ has quit IRC | 11:44 | |
*** SurajD has joined #openstack | 11:46 | |
*** neeti has joined #openstack | 11:46 | |
*** s00pcan has joined #openstack | 11:47 | |
*** neeti has quit IRC | 11:48 | |
*** chlong has quit IRC | 11:48 | |
*** otter768 has joined #openstack | 11:49 | |
*** rotbeard has quit IRC | 11:50 | |
*** chlong has joined #openstack | 11:50 | |
*** apahim has joined #openstack | 11:50 | |
*** sleinen-AS559 has quit IRC | 11:51 | |
*** akrzos has joined #openstack | 11:52 | |
*** weshay_xchat has joined #openstack | 11:53 | |
*** franred has joined #openstack | 11:53 | |
*** Sakthi has quit IRC | 11:53 | |
*** weshay_xchat has quit IRC | 11:53 | |
*** otter768 has quit IRC | 11:53 | |
*** weshay_xchat has joined #openstack | 11:54 | |
*** puzzled has joined #openstack | 11:54 | |
*** itarchitectkev has quit IRC | 11:54 | |
*** jacekplacek has joined #openstack | 11:55 | |
anuvrat | where do people related to jenkins-job-builder http://docs.openstack.org/infra/jenkins-job-builder/index.html hangout? is there an IRC channel for that? | 11:56 |
*** kevincarr1991 has joined #openstack | 11:58 | |
*** sileht has quit IRC | 11:58 | |
*** jacekplacek has quit IRC | 11:59 | |
*** sanchitmalhotra has joined #openstack | 12:03 | |
*** raj_ has joined #openstack | 12:03 | |
*** admin0 has joined #openstack | 12:03 | |
raj_ | hi there, I am unable to ssh into the openstack instance kindly help | 12:04 |
raj_ | I am using neutron network | 12:04 |
Diplomat | Which IP are you using ? | 12:04 |
Diplomat | and from where | 12:04 |
raj_ | I am using the floating IP from the controller node | 12:05 |
Diplomat | Can you ping that IP ? | 12:05 |
*** SurajD has quit IRC | 12:05 | |
raj_ | Yes I can ping | 12:05 |
*** cparlette has joined #openstack | 12:05 | |
*** baoli has joined #openstack | 12:05 | |
Diplomat | Do you have SSH port enabled in your security rules ? | 12:05 |
*** sanchitmalhotra1 has quit IRC | 12:05 | |
Diplomat | allowed * | 12:06 |
raj_ | Yes | 12:06 |
Diplomat | Do you see any kind of error(s)? | 12:06 |
*** GeoKM has quit IRC | 12:06 | |
raj_ | connection refused | 12:06 |
raj_ | If I try doing ssh | 12:06 |
raj_ | Apart from that no errors | 12:06 |
Diplomat | add -vvv flag to your ssh command like: ssh -vvv username@yourip | 12:07 |
*** baoli_ has joined #openstack | 12:07 | |
raj_ | Okay | 12:07 |
raj_ | It is showing connection refused | 12:07 |
*** FallenPegasus has joined #openstack | 12:07 | |
*** Muntaner has quit IRC | 12:08 | |
Diplomat | Is SSH service running in your VM? | 12:08 |
*** SurajD has joined #openstack | 12:09 | |
Diplomat | -vvv flag is a "verbose" flag or "debug" one, I'm not sure.. but it should show you what's going on then you are connecting to that ip so if it has a better reason than ssh being down then it will show you | 12:09 |
*** baoli has quit IRC | 12:10 | |
Diplomat | Most of the times when connection is refused the service is down.. or your authentication method is wrong (but I think it should say that) or if you are connecting as root then root is not allowed to be logged in directly | 12:10 |
*** aimon has joined #openstack | 12:12 | |
*** wfoster has quit IRC | 12:12 | |
*** vkmc has quit IRC | 12:12 | |
Lehtu | SamYaple: In Kilo uses by default? What do you mean, if numad is running it uses it by default? | 12:12 |
*** FallenPegasus has quit IRC | 12:13 | |
*** w1xz has quit IRC | 12:13 | |
*** jasonsb has quit IRC | 12:13 | |
*** trifon has quit IRC | 12:15 | |
*** slotti has quit IRC | 12:16 | |
*** aimon has quit IRC | 12:16 | |
*** Daznis has quit IRC | 12:17 | |
raj_ | Hi diplomat I am actually confused now. I am using cirros instance I did telnet, but still getting connection refused error. Dont know how to start ssh service in cirros | 12:17 |
*** Bhaskarakiran has quit IRC | 12:18 | |
*** gszasz has joined #openstack | 12:19 | |
*** klamath has joined #openstack | 12:19 | |
*** klamath has quit IRC | 12:19 | |
*** klamath has joined #openstack | 12:20 | |
raj_ | My ssh service is running | 12:21 |
*** neha_ has quit IRC | 12:21 | |
*** EricGonczer_ has joined #openstack | 12:21 | |
CrtxReavr | Okay, I'm confused - I'm googling for docs on how to use python-openstackclient to work with quotas and found this, but it looks like CLI docs: http://docs.openstack.org/developer/python-openstackclient/command-objects/quota.html | 12:21 |
*** trifon has joined #openstack | 12:22 | |
*** shiriru has joined #openstack | 12:22 | |
*** rdas has joined #openstack | 12:23 | |
*** cparlette has quit IRC | 12:23 | |
*** baker has joined #openstack | 12:23 | |
*** raj_ has quit IRC | 12:23 | |
*** vsedelnik has quit IRC | 12:25 | |
*** vsedelnik has joined #openstack | 12:25 | |
*** yocum has joined #openstack | 12:26 | |
*** pravins has joined #openstack | 12:26 | |
*** toscalix has quit IRC | 12:26 | |
*** AnilV4 has quit IRC | 12:27 | |
*** baker has quit IRC | 12:27 | |
*** vikasc has quit IRC | 12:27 | |
*** sleinen-AS559 has joined #openstack | 12:27 | |
*** pravins has quit IRC | 12:28 | |
*** pravins has joined #openstack | 12:28 | |
*** burgerk has joined #openstack | 12:28 | |
*** stewbeast has joined #openstack | 12:32 | |
*** sanchitmalhotra1 has joined #openstack | 12:32 | |
Diplomat | raj_ Can you ping anything from your VM? I'm asking just to confirm that your networking is working correctly | 12:32 |
*** youngbaks has joined #openstack | 12:34 | |
*** sanchitmalhotra has quit IRC | 12:34 | |
*** toscalix__ has joined #openstack | 12:34 | |
*** cipherwar has joined #openstack | 12:35 | |
*** qwebirc43904 has joined #openstack | 12:35 | |
*** lifeless has quit IRC | 12:36 | |
*** neilus has joined #openstack | 12:36 | |
*** qwebirc43904 has quit IRC | 12:37 | |
*** lifeless has joined #openstack | 12:37 | |
*** alexschm has joined #openstack | 12:37 | |
*** cipherwar has joined #openstack | 12:37 | |
*** sayan has joined #openstack | 12:37 | |
*** woodard has joined #openstack | 12:38 | |
*** trifon has quit IRC | 12:38 | |
*** woodard has quit IRC | 12:38 | |
*** cipherwar has quit IRC | 12:38 | |
*** woodard has joined #openstack | 12:39 | |
*** khushbu has joined #openstack | 12:39 | |
*** tangyi has joined #openstack | 12:39 | |
tangyi | test | 12:39 |
*** tangyi has left #openstack | 12:40 | |
*** vivek-ebay has joined #openstack | 12:40 | |
*** leanderthal has joined #openstack | 12:41 | |
*** bluex has quit IRC | 12:42 | |
CrtxReavr | NameError: name 'test' is not defined | 12:42 |
*** bluex has joined #openstack | 12:42 | |
*** bluex has quit IRC | 12:43 | |
*** bluex has joined #openstack | 12:43 | |
*** youngbaks has quit IRC | 12:44 | |
*** vivek-ebay has quit IRC | 12:44 | |
*** neilus_ has joined #openstack | 12:45 | |
*** pavel_bondar has joined #openstack | 12:45 | |
*** Bofu2U has quit IRC | 12:45 | |
*** annegentle has joined #openstack | 12:47 | |
*** jcarter2 has joined #openstack | 12:47 | |
*** i316653 has quit IRC | 12:47 | |
*** khushbu has quit IRC | 12:48 | |
*** jinxing has joined #openstack | 12:48 | |
*** aopincar has quit IRC | 12:49 | |
*** pnavarro|lunch is now known as pnavarro | 12:50 | |
*** khushbu has joined #openstack | 12:50 | |
*** slotti has joined #openstack | 12:50 | |
*** trifon has joined #openstack | 12:51 | |
*** marzif has joined #openstack | 12:51 | |
*** mrmartin has quit IRC | 12:52 | |
larsks | Merlin83b: around now... | 12:53 |
*** neilus_ has quit IRC | 12:53 | |
*** links has quit IRC | 12:54 | |
*** ashw has joined #openstack | 12:54 | |
*** annegentle has quit IRC | 12:54 | |
*** annegentle has joined #openstack | 12:55 | |
*** gary_perkins has quit IRC | 12:55 | |
*** gary_perkins_ has joined #openstack | 12:55 | |
Merlin83b | larsks: Hello! I had a query around http://blog.oddbit.com/2014/05/28/multiple-external-networks-wit/ but managed to get to the bottom of it in the meantime. Given that, let's make this just a quick thanks for the post! | 12:55 |
*** rasca_ has joined #openstack | 12:55 | |
larsks | Glad it helped! | 12:55 |
Merlin83b | Been using it for ages and it worked but the it stopped after a yum upgrade earlier in the week and it got me confused. | 12:56 |
*** tlian has joined #openstack | 12:56 | |
*** trifon has quit IRC | 12:57 | |
*** wfoster has joined #openstack | 12:58 | |
horse | hi guys, im trying to update the splah logo for horizon. I've found the location of the PNG image and replaced it with my logo, but it dosnt seem to update in the browser (tired multiple browsers so dont think its my end) | 12:58 |
*** rasca has quit IRC | 12:58 | |
*** vkmc has joined #openstack | 12:58 | |
horse | could the img be cached by the two load balancers VIO users? | 12:58 |
horse | im not sure what they acutally do | 12:59 |
*** jerrygb has joined #openstack | 12:59 | |
*** osci_khoj has quit IRC | 12:59 | |
Madkiss | Where can I find a documentation on what the compute_extension:attach_interfaces extension does? | 13:00 |
*** rgogunskiy has joined #openstack | 13:00 | |
*** admin0 has quit IRC | 13:01 | |
*** maveric7911 has joined #openstack | 13:01 | |
annegentle | Madkiss: maybe here http://developer.openstack.org/api-ref-compute-v2.1.html#os-attach-interfaces-v2.1 | 13:01 |
*** nihilifer has quit IRC | 13:01 | |
*** Bofu2U has joined #openstack | 13:01 | |
*** wfoster has quit IRC | 13:03 | |
*** marzif_ has joined #openstack | 13:03 | |
*** khushbu has quit IRC | 13:03 | |
*** idzzy has joined #openstack | 13:04 | |
*** jerrygb has quit IRC | 13:04 | |
*** marzif has quit IRC | 13:04 | |
*** denisra has quit IRC | 13:05 | |
*** OutBackDingo has joined #openstack | 13:05 | |
*** julim has joined #openstack | 13:06 | |
*** vkmc has quit IRC | 13:06 | |
*** wfoster has joined #openstack | 13:06 | |
*** pkircher is now known as pkircher_ | 13:06 | |
*** vkmc has joined #openstack | 13:07 | |
*** bluex has quit IRC | 13:07 | |
*** EricGonczer_ has quit IRC | 13:07 | |
*** khushbu_ has joined #openstack | 13:08 | |
*** marzif_ has quit IRC | 13:08 | |
*** idzzy has quit IRC | 13:08 | |
*** pkennedy has joined #openstack | 13:08 | |
*** Ephur has joined #openstack | 13:09 | |
*** marzif_ has joined #openstack | 13:09 | |
*** trifon has joined #openstack | 13:09 | |
*** erhudy has joined #openstack | 13:09 | |
*** OutBackDingo has quit IRC | 13:09 | |
*** idzzy has joined #openstack | 13:09 | |
*** pchaigno has left #openstack | 13:10 | |
Madkiss | annegentle: hmkay. I also wonder about compute_extension:extended_availability_zone | 13:10 |
*** kellyp has joined #openstack | 13:11 | |
*** wfoster has quit IRC | 13:11 | |
*** dingo__ has joined #openstack | 13:12 | |
*** dingo__ has quit IRC | 13:12 | |
*** neilus_ has joined #openstack | 13:12 | |
*** aimon has joined #openstack | 13:12 | |
*** OutBackDingo has joined #openstack | 13:13 | |
*** OutBackDingo has quit IRC | 13:13 | |
*** OutBackDingo has joined #openstack | 13:13 | |
*** idzzy has quit IRC | 13:13 | |
*** vsedelnik has quit IRC | 13:13 | |
*** vsedelnik has joined #openstack | 13:14 | |
*** designbybeck has joined #openstack | 13:15 | |
*** kellyp has quit IRC | 13:15 | |
*** yangxi has joined #openstack | 13:16 | |
*** vkmc has quit IRC | 13:16 | |
*** tkramer has joined #openstack | 13:17 | |
*** neilus_ has quit IRC | 13:17 | |
*** annegentle has quit IRC | 13:17 | |
*** jprovazn has quit IRC | 13:17 | |
*** pkennedy has quit IRC | 13:17 | |
*** arnoldje has joined #openstack | 13:18 | |
*** aimon has quit IRC | 13:18 | |
*** admin0 has joined #openstack | 13:19 | |
*** pkennedy has joined #openstack | 13:19 | |
*** cooldharma06 has quit IRC | 13:23 | |
*** krypto has quit IRC | 13:23 | |
*** SurajD has quit IRC | 13:23 | |
*** sayan has quit IRC | 13:23 | |
*** arnoldje has quit IRC | 13:23 | |
*** itarchitectkev has joined #openstack | 13:24 | |
*** skamithi13 has joined #openstack | 13:24 | |
*** SurajD has joined #openstack | 13:25 | |
*** mkolesni__ has quit IRC | 13:25 | |
*** georgem1 has joined #openstack | 13:25 | |
*** georgem1 has quit IRC | 13:26 | |
*** georgem1 has joined #openstack | 13:26 | |
*** multi_io_ has joined #openstack | 13:27 | |
*** lborda has joined #openstack | 13:27 | |
*** alaski has joined #openstack | 13:27 | |
*** vishwanathj has joined #openstack | 13:28 | |
*** khushbu_ has quit IRC | 13:29 | |
*** multi_io has quit IRC | 13:29 | |
*** links has joined #openstack | 13:30 | |
*** rleander has joined #openstack | 13:30 | |
*** rleander is now known as krain_ | 13:31 | |
*** leanderthal has quit IRC | 13:31 | |
*** krain_ is now known as leanderthal | 13:31 | |
*** livelace has joined #openstack | 13:31 | |
*** bangir has quit IRC | 13:33 | |
*** vishwanathj has quit IRC | 13:33 | |
*** jengeb has joined #openstack | 13:33 | |
*** tens0r has joined #openstack | 13:33 | |
*** neoXsys has joined #openstack | 13:34 | |
*** cu5 has joined #openstack | 13:34 | |
*** neilus_ has joined #openstack | 13:34 | |
*** zengine has joined #openstack | 13:35 | |
*** OutBackDingo has quit IRC | 13:35 | |
*** jilya has joined #openstack | 13:35 | |
*** yangxi has quit IRC | 13:37 | |
*** zz_john5223 is now known as john5223 | 13:37 | |
*** VW has joined #openstack | 13:38 | |
*** woodard has quit IRC | 13:38 | |
*** Guest90813 has quit IRC | 13:38 | |
*** jengeb has quit IRC | 13:39 | |
*** TREllis has quit IRC | 13:39 | |
*** neilus_ has quit IRC | 13:39 | |
*** rbak has quit IRC | 13:39 | |
*** lborda has quit IRC | 13:40 | |
*** yangxi has joined #openstack | 13:40 | |
*** khushbu_ has joined #openstack | 13:41 | |
*** Sree has joined #openstack | 13:41 | |
*** Sree has quit IRC | 13:42 | |
*** eghobo has quit IRC | 13:42 | |
*** Poornima has quit IRC | 13:42 | |
*** jfarschman has joined #openstack | 13:42 | |
*** jfarschman is now known as MilesDenver | 13:42 | |
*** woodard has joined #openstack | 13:43 | |
*** OutBackDingo has joined #openstack | 13:43 | |
*** obedmr has joined #openstack | 13:44 | |
*** OutBackDingo has quit IRC | 13:44 | |
*** OutBackDingo has joined #openstack | 13:44 | |
*** vsedelnik has quit IRC | 13:44 | |
*** vsedelnik has joined #openstack | 13:44 | |
*** salv-orlando has joined #openstack | 13:44 | |
*** Sree has joined #openstack | 13:44 | |
*** vkmc has joined #openstack | 13:45 | |
*** arnoldje has joined #openstack | 13:46 | |
*** TREllis has joined #openstack | 13:46 | |
*** xemdetia has joined #openstack | 13:46 | |
*** coredump has quit IRC | 13:46 | |
*** leanderthal has quit IRC | 13:47 | |
*** obedmr has quit IRC | 13:48 | |
*** Sree has quit IRC | 13:49 | |
*** jprovazn has joined #openstack | 13:49 | |
*** willsama has joined #openstack | 13:49 | |
*** mwagner has quit IRC | 13:50 | |
*** otter768 has joined #openstack | 13:50 | |
*** ppradhan has joined #openstack | 13:50 | |
*** arnoldje has quit IRC | 13:51 | |
*** burgerk has quit IRC | 13:51 | |
*** bill_az has joined #openstack | 13:51 | |
*** vkmc has quit IRC | 13:52 | |
*** tens0r has quit IRC | 13:52 | |
*** vsedelnik has quit IRC | 13:53 | |
*** cbrown2_ocf has quit IRC | 13:53 | |
*** lborda has joined #openstack | 13:53 | |
*** itarchitectkev has quit IRC | 13:54 | |
*** otter768 has quit IRC | 13:54 | |
*** sneti has joined #openstack | 13:55 | |
*** amotoki has joined #openstack | 13:56 | |
*** rdas has quit IRC | 13:57 | |
jinxing | hi | 13:57 |
jinxing | i have a problem to commit a change to sahara | 13:57 |
Diplomat | Maybe #openstack-dev can help you | 13:58 |
*** vsedelnik has joined #openstack | 14:00 | |
*** xayto has joined #openstack | 14:00 | |
*** dyasny has joined #openstack | 14:01 | |
*** sanchitmalhotra1 has quit IRC | 14:01 | |
*** k_stev has joined #openstack | 14:01 | |
*** mrjazzcat has joined #openstack | 14:02 | |
jinxing | openstack-101 ? | 14:02 |
*** RedRat_ has joined #openstack | 14:03 | |
*** johnhunter has quit IRC | 14:04 | |
*** Marga_ has joined #openstack | 14:04 | |
*** Sakthi has joined #openstack | 14:05 | |
*** harlowja has joined #openstack | 14:05 | |
*** wfoster has joined #openstack | 14:05 | |
*** RedRat__ has quit IRC | 14:05 | |
*** georgem1 has quit IRC | 14:06 | |
*** vkmc has joined #openstack | 14:07 | |
*** nihilifer has joined #openstack | 14:07 | |
*** tec_com has quit IRC | 14:07 | |
*** robbiew has joined #openstack | 14:07 | |
*** admin0 has quit IRC | 14:07 | |
*** khushbu_ has quit IRC | 14:07 | |
*** lcurtis has joined #openstack | 14:09 | |
*** beejee has quit IRC | 14:09 | |
*** georgem1 has joined #openstack | 14:09 | |
*** martinst has joined #openstack | 14:10 | |
*** wfoster has quit IRC | 14:11 | |
*** mtecer has quit IRC | 14:11 | |
*** saurabh_ has quit IRC | 14:11 | |
*** erikkri has quit IRC | 14:11 | |
*** cparlette has joined #openstack | 14:11 | |
*** vkmc has quit IRC | 14:12 | |
*** dneary has joined #openstack | 14:12 | |
*** Madskills has joined #openstack | 14:12 | |
*** ccie64dd has joined #openstack | 14:13 | |
larsks | jinxing: what sort of problem do you have? | 14:13 |
*** rbak has joined #openstack | 14:13 | |
jinxing | i commit a doc change to OpenStack | 14:13 |
*** pblaho has quit IRC | 14:14 | |
*** amotoki has quit IRC | 14:14 | |
*** yangxi has quit IRC | 14:14 | |
jinxing | git review | 14:14 |
jinxing | You are about to submit multiple commits. This is expected if you are | 14:14 |
jinxing | submitting a commit that is dependent on one or more in-review | 14:14 |
jinxing | commits. Otherwise you should consider squashing your changes into one | 14:14 |
jinxing | commit before submitting. | 14:14 |
jinxing | The outstanding commits are: | 14:14 |
jinxing | d82c1c0 (HEAD, bug/1510018) Refine the document for sahara | 14:14 |
jinxing | 797cb0b add a dot at the end of "You may build images by yourself using : doc:`vanilla_imagebuilder` or you could download prepared images from http://sahara-files.mirantis.com/images/upstream/liberty/" | 14:14 |
jinxing | Do you really want to submit the above commits? | 14:14 |
jinxing | this is the output "git review" | 14:15 |
*** aimon has joined #openstack | 14:15 | |
jinxing | larsks,what shoud i do? | 14:15 |
*** jerrygb has joined #openstack | 14:15 | |
larsks | Is 797cb0b one of your changes? | 14:15 |
*** pblaho has joined #openstack | 14:16 | |
*** kyle_ has joined #openstack | 14:16 | |
jinxing | i dont know, it's my first time to commit | 14:16 |
jinxing | maybe | 14:16 |
larsks | Right, but did you perform more than one "git commit" operation? | 14:16 |
*** kyle_ is now known as Guest12232 | 14:16 | |
jinxing | yes | 14:16 |
*** cparlette has quit IRC | 14:17 | |
*** wN has quit IRC | 14:17 | |
*** amotoki has joined #openstack | 14:17 | |
larsks | Okay. So you will need to "squash" those two commits togther. Just a moment while I put together an example... | 14:17 |
jinxing | this is my first review in old env.https://review.openstack.org/#/c/239578/ | 14:17 |
*** lborda_ has joined #openstack | 14:18 | |
jinxing | this is the new review in new env.https://review.openstack.org/#/c/240229/ | 14:19 |
jinxing | it's the same | 14:19 |
larsks | So, first, there should not be a a second review, as vitaly indicated in the comments. | 14:19 |
larsks | In your local repository, try this: | 14:19 |
*** travnewmatic has joined #openstack | 14:20 | |
*** burgerk has joined #openstack | 14:20 | |
*** baker has joined #openstack | 14:20 | |
larsks | Run "git reset 43f3dd8941f3cc06f1b4683d52094acc4342a837". This will reset your repository to the commit in your first review. At this point, running "git status" should show that you have pending changes. | 14:20 |
jinxing | yes | 14:20 |
jinxing | what shoud i do?can i delete it? | 14:20 |
*** aimon has quit IRC | 14:20 | |
larsks | Add the files you have modified, and then run "git commit --amend". This will *update* the existing commit, rather than creating a new one. | 14:20 |
larsks | Then run "git review" | 14:20 |
*** lborda has quit IRC | 14:21 | |
larsks | If the above is not clear or you are unsure of things, consider making a copy of your local directory before proceeding. | 14:21 |
*** Bofu2U has quit IRC | 14:21 | |
*** tobe has joined #openstack | 14:21 | |
*** amotoki_ has joined #openstack | 14:21 | |
*** amotoki has quit IRC | 14:22 | |
*** salv-orlando has quit IRC | 14:22 | |
*** wN has joined #openstack | 14:22 | |
*** wN has quit IRC | 14:22 | |
*** wN has joined #openstack | 14:22 | |
-jinxing- git reset 43f3dd8941f3cc06f1b4683d52094acc4342a837 | 14:22 | |
-jinxing- fatal: Could not parse object '43f3dd8941f3cc06f1b4683d52094acc4342a837'. | 14:22 | |
-jinxing- root@jinxing-dev:/home/ubuntu/openstack/sahara# git status | 14:22 | |
-jinxing- HEAD detached at origin/master | 14:22 | |
-jinxing- You are currently cherry-picking commit d82c1c0. | 14:22 | |
-jinxing- (fix conflicts and run "git cherry-pick --continue") | 14:22 | |
*** lborda_ has quit IRC | 14:22 | |
-jinxing- (use "git cherry-pick --abort" to cancel the cherry-pick operation) | 14:22 | |
-jinxing- Unmerged paths: | 14:22 | |
-jinxing- (use "git add <file>..." to mark resolution) | 14:22 | |
-jinxing- both modified: doc/source/userdoc/vanilla_plugin.rst | 14:22 | |
-jinxing- no changes added to commit (use "git add" and/or "git commit -a") | 14:22 | |
*** lucendio has quit IRC | 14:23 | |
larsks | jinxing: Please don't paste into the channel like that. | 14:23 |
larsks | Use a pastebin like http://paste.openstack.org/ | 14:23 |
*** beejee has joined #openstack | 14:23 | |
*** yangxi has joined #openstack | 14:23 | |
Sam-I-Am | omg wtf | 14:23 |
Sam-I-Am | i cant -2 irc | 14:23 |
jinxing | i donnt understand | 14:23 |
*** kevincar_ has joined #openstack | 14:24 | |
*** mhayden has joined #openstack | 14:24 | |
larsks | jinxing: I'm not really sure how you got where you are. Can you please run "git log --oneline -5" and paste the output (again, to a pastebin, and then paste the URL here in channel). | 14:25 |
*** fzdarsky has joined #openstack | 14:25 | |
CrtxReavr | #ircettiquette101 | 14:26 |
*** marcusrafael has joined #openstack | 14:26 | |
* larsks notes that not everyone has been using irc forever. Be polite first. If it happens again, *then* be snarky. | 14:26 | |
Sam-I-Am | heh | 14:26 |
jinxing | http://paste.openstack.org/show/477628/ | 14:27 |
*** kevincarr1991 has quit IRC | 14:27 | |
*** NightKhaos has quit IRC | 14:27 | |
jinxing | the output | 14:27 |
larsks | jinxing: thanks, looking... | 14:27 |
Diplomat | Sam-I-Am: Fun fact.. remember yesterday I told you that new DC sucks hard.. now they told me (after waiting like 8+ hours) that I have to wait additional week becuase their racks are full | 14:27 |
Diplomat | and they cant move my current servers right now under 1vlan :D | 14:27 |
*** neilus_ has joined #openstack | 14:27 | |
larsks | jinxing: okay, so your previous commit doesn't seem to exist in your local repository. Here's what we're going to do: | 14:28 |
Sam-I-Am | Diplomat: lulz | 14:28 |
jinxing | ok | 14:28 |
*** akanksha_ has quit IRC | 14:28 | |
Diplomat | So yea, I'm open for suggestions to find a new service provider that can provide everything for public Openstack setup | 14:28 |
larsks | Start by running "git reset 888ebd1". This will reset you to the current 'master' and should clear the "cherry-picking" state you're in right now. | 14:29 |
larsks | After that, run "git status", and paste the output. | 14:29 |
*** akulshin has joined #openstack | 14:29 | |
*** EricGonczer_ has joined #openstack | 14:30 | |
Diplomat | I should document everything and release a book called "what NOT to do when trying to deploy an Openstack cloud" | 14:30 |
*** marcusrafael has left #openstack | 14:31 | |
*** slaweq has quit IRC | 14:31 | |
jinxing | i have pasted it in the url | 14:31 |
jinxing | @larsks | 14:31 |
*** brahama has joined #openstack | 14:31 | |
jinxing | #larsks | 14:31 |
*** cfriesen_ has joined #openstack | 14:31 | |
*** cptweasel has joined #openstack | 14:32 | |
*** khushbu_ has joined #openstack | 14:32 | |
larsks | jinxing: In fact, just "larsks" works fine, no need for @ or #. | 14:32 |
*** Marga_ has quit IRC | 14:32 | |
larsks | I don't see any new output at http://paste.openstack.org/show/477628/ | 14:32 |
larsks | Do you have a new url? Typically you would. | 14:32 |
*** neilus_ has quit IRC | 14:33 | |
jinxing | no old url | 14:34 |
*** aspiers has joined #openstack | 14:34 | |
jinxing | refresh again? | 14:34 |
*** jobewan has joined #openstack | 14:34 | |
* larsks refreshes. | 14:34 | |
*** NightKhaos has joined #openstack | 14:34 | |
*** cjellick has quit IRC | 14:34 | |
*** cjellick has joined #openstack | 14:34 | |
jinxing | oh sorry | 14:34 |
jinxing | http://paste.openstack.org/show/477633/ | 14:34 |
*** mwagner has joined #openstack | 14:34 | |
*** vkmc has joined #openstack | 14:34 | |
jinxing | the url changed | 14:34 |
*** wfoster has joined #openstack | 14:35 | |
larsks | Okay, great. Take a look at doc/source/userdoc/vanilla_plugin.rst and make sure all your changes are still there. | 14:35 |
larsks | Then: | 14:35 |
larsks | git add doc/source/userdoc/vanilla_plugin.rst | 14:35 |
*** lborda_ has joined #openstack | 14:35 | |
larsks | git commit | 14:35 |
*** jschwarz has quit IRC | 14:36 | |
*** pratikmallya has joined #openstack | 14:36 | |
larsks | And copy-and-paste your commit message from https://review.openstack.org/#/c/239578/, *including the Change-Id: line*. | 14:36 |
*** arnoldje has joined #openstack | 14:36 | |
larsks | Then run "git show HEAD" and paste the output so we can be sure things look sane. | 14:37 |
*** pratikma_ has joined #openstack | 14:37 | |
jinxing | the new output http://paste.openstack.org/show/477634/ | 14:37 |
*** devth_ has quit IRC | 14:38 | |
*** devth has joined #openstack | 14:38 | |
larsks | jinxing: it doesn't look like you have run "git add" yet as I suggested just a few lines back... | 14:38 |
jinxing | keep the same changed-id? | 14:39 |
larsks | Yes! That is very important. That is what identifies this as a new version of the existing change. | 14:40 |
*** pratikmallya has quit IRC | 14:40 | |
*** lborda__ has joined #openstack | 14:41 | |
*** ntata has joined #openstack | 14:41 | |
*** EricGonc_ has joined #openstack | 14:42 | |
*** lborda has joined #openstack | 14:42 | |
*** devth has quit IRC | 14:42 | |
*** EricGonczer_ has quit IRC | 14:43 | |
jinxing | http://paste.openstack.org/show/477637/ | 14:43 |
*** yamamoto has joined #openstack | 14:43 | |
*** vishwanathj has joined #openstack | 14:44 | |
larsks | Better, but you have a problem there. Look in the file oc/source/userdoc/vanilla_plugin.rst... | 14:44 |
*** Bofu2U has joined #openstack | 14:44 | |
jinxing | yes | 14:44 |
*** lborda_ has quit IRC | 14:44 | |
*** v3nd3tta is now known as v3nd3tta`` | 14:44 | |
jinxing | i am looking the vanilla_pluin.rst file | 14:45 |
larsks | Those lines between "<<<<<<<" and ">>>>>>>" repesent a conflict that happened at some point. That needs fixing...but, there is another problem: that appears to be the only change in the document, which suggests that you haven't made any changes yet, or they were lost. Can you confirm whether or not your changes are present? | 14:45 |
*** lborda__ has quit IRC | 14:45 | |
larsks | Oh, I see, your change was just "add a dot." So just fix the conflict... | 14:45 |
*** khushbu_ has quit IRC | 14:46 | |
jinxing | it's so simple | 14:46 |
larsks | Yeah. | 14:46 |
*** martinst has left #openstack | 14:46 | |
*** LzrdKing has joined #openstack | 14:46 | |
jinxing | my first time | 14:46 |
larsks | So, just pick the text before '=======' or after, and removing the conflict markers... | 14:46 |
jinxing | so what shoud i do ? | 14:46 |
larsks | Then: | 14:46 |
larsks | git add doc/source/userdoc/vanilla_plugin.rst | 14:46 |
*** yangxi has quit IRC | 14:47 | |
larsks | git commit --amend | 14:47 |
*** NightKhaos has quit IRC | 14:47 | |
larsks | (Just save the commit message without making any changes) | 14:47 |
jinxing | pick text including hte "========"? | 14:48 |
*** vishwanathj has quit IRC | 14:48 | |
*** khushbu_ has joined #openstack | 14:49 | |
larsks | jinxing: No. Your goal here is to make the document look correct, so you need to pick one of the alternatives there and then removing all the conflict markers (the '<<<<', '====', and '>>>>' lines). | 14:49 |
*** Madskills has quit IRC | 14:49 | |
*** Bofu2U has quit IRC | 14:50 | |
*** Bofu2U has joined #openstack | 14:51 | |
jinxing | then? | 14:51 |
*** sayan has joined #openstack | 14:52 | |
*** mosburn has joined #openstack | 14:52 | |
*** abe_music has joined #openstack | 14:52 | |
larsks | Then "git add " and "git commit --amend" as above, and then paste the "git show HEAD" output so we can check things out. | 14:52 |
*** yamahata has joined #openstack | 14:52 | |
*** Madskills has joined #openstack | 14:52 | |
*** dalgaaf has quit IRC | 14:52 | |
*** ashutoshn has joined #openstack | 14:54 | |
*** crose has joined #openstack | 14:55 | |
*** yamamoto_ has joined #openstack | 14:55 | |
*** keeperandy has joined #openstack | 14:55 | |
*** sayan has quit IRC | 14:55 | |
*** picta has joined #openstack | 14:55 | |
jinxing | please wait monments,the connection is bad | 14:55 |
larsks | No rush. | 14:56 |
*** sayan has joined #openstack | 14:56 | |
*** ashutosh_ has joined #openstack | 14:56 | |
*** NightKhaos has joined #openstack | 14:56 | |
*** ashutosh_ has quit IRC | 14:56 | |
*** finisherr has joined #openstack | 14:56 | |
jinxing | I am in China, the connection is so bad! | 14:57 |
*** ashutoshn has left #openstack | 14:57 | |
Diplomat | Spoke with internap guys, they sounded really nice and it's difficult not to trust them. Also they are using OS by themselves which is brilliant.. so I have fingers crossed :D | 14:57 |
*** djc_ has joined #openstack | 14:57 | |
djc_ | does rhel-osp support rhev-h as a hypervisor? | 14:57 |
*** amotoki has joined #openstack | 14:57 | |
jinxing | i email to you by gmail? | 14:57 |
*** ashutoshn has joined #openstack | 14:57 | |
*** lborda_ has joined #openstack | 14:57 | |
*** ashutoshn has quit IRC | 14:58 | |
*** vsedelnik has quit IRC | 14:58 | |
larsks | djc_: I don't believe so. | 14:58 |
*** ashutoshn has joined #openstack | 14:58 | |
*** harlowja has quit IRC | 14:58 | |
*** akulshin has quit IRC | 14:58 | |
*** ashutosh_ has joined #openstack | 14:58 | |
*** ashutosh_ has quit IRC | 14:58 | |
*** vsedelnik has joined #openstack | 14:58 | |
*** shilpa_ has joined #openstack | 14:59 | |
*** vishwanathj has joined #openstack | 14:59 | |
*** vishwanathj has quit IRC | 14:59 | |
*** yamamoto has quit IRC | 14:59 | |
*** ntata has quit IRC | 15:00 | |
*** aeperezt has joined #openstack | 15:00 | |
*** links has quit IRC | 15:00 | |
*** picta has quit IRC | 15:00 | |
*** ashutoshn has quit IRC | 15:00 | |
*** amotoki_ has quit IRC | 15:00 | |
*** ashutoshn has joined #openstack | 15:01 | |
*** ashutosh_ has joined #openstack | 15:01 | |
*** coredump has joined #openstack | 15:01 | |
*** ashutosh_ has quit IRC | 15:01 | |
*** ashutoshn has quit IRC | 15:01 | |
*** lborda has quit IRC | 15:01 | |
*** cn28h has joined #openstack | 15:02 | |
*** ashutoshn has joined #openstack | 15:02 | |
*** gregmark has joined #openstack | 15:02 | |
*** sneti has quit IRC | 15:02 | |
*** ntata has joined #openstack | 15:02 | |
cn28h | in heat, can a VM be relaunched? Or do I have to delete/recreate the whole stack? | 15:02 |
*** sneti has joined #openstack | 15:02 | |
*** EricGonc_ has quit IRC | 15:03 | |
*** ntata has quit IRC | 15:03 | |
*** tnarg has quit IRC | 15:03 | |
*** EricGonczer_ has joined #openstack | 15:03 | |
*** tnarg has joined #openstack | 15:03 | |
larsks | cn28h: you can just "nova reset" the server; heat won't care. | 15:04 |
*** zz_gondoi is now known as gondoi | 15:05 | |
larsks | jinxing: mostly correct, but you've selected the wrong change-id. You want the one from your first review, https://review.openstack.org/#/c/239578/. | 15:05 |
larsks | So run "git commit --amend" to fix it... | 15:05 |
*** stackdump has joined #openstack | 15:06 | |
larsks | Then you can run "git review" and you should be all set. | 15:06 |
cn28h | larsks: sure, let's assume the VM is actually gone though (e.g. compute host failed) | 15:06 |
cn28h | any way to ask heat to "sync" the stack to the template or something? | 15:06 |
larsks | cn28h: does running a heat stack-update have any effect? | 15:07 |
*** Neo105 has joined #openstack | 15:07 | |
cn28h | larsks: good question :) | 15:07 |
cn28h | let me check | 15:07 |
larsks | I know that there is work in progress to make heat self-healing (https://wiki.openstack.org/wiki/Heat/Blueprints/Convergence), but I don't know what the status of that is. | 15:07 |
*** amotoki has quit IRC | 15:07 | |
*** ntata has joined #openstack | 15:08 | |
*** MarkBaker has joined #openstack | 15:08 | |
*** jinxing has quit IRC | 15:10 | |
*** abe_music has quit IRC | 15:10 | |
cn28h | larsks: ah, thanks for the link. btw, tried the update -- heat reported a success, but did not recreate the vm | 15:11 |
*** abe_music has joined #openstack | 15:11 | |
larsks | cn28h: Okay. So, you might be able to trick it. | 15:11 |
*** cdash has joined #openstack | 15:11 | |
*** dneary has quit IRC | 15:11 | |
larsks | That is, make a change to the template for that vm, and then run stack-update; that should force a re-create, I think. | 15:11 |
cn28h | hm, interesting thought | 15:12 |
*** krypto has joined #openstack | 15:12 | |
*** lborda__ has joined #openstack | 15:12 | |
*** phil_s|away is now known as phil_s_stein | 15:13 | |
*** erikkri has joined #openstack | 15:13 | |
*** dfarrell07_pto is now known as dfarrell07 | 15:13 | |
*** rhagarty has quit IRC | 15:13 | |
*** jinxing has joined #openstack | 15:13 | |
*** electrocucaracha has joined #openstack | 15:14 | |
*** jinxing has quit IRC | 15:14 | |
*** pblaho has quit IRC | 15:14 | |
cn28h | larsks: well, heat did notice the change, but update failed with a 404 when trying to manage the vm (though, I suppose this is contrived because I actually did a nova delete... if the vm had really just "died" I suppose it would still exist at least in the nova db) | 15:15 |
*** aimon has joined #openstack | 15:16 | |
*** ccie64dd has quit IRC | 15:16 | |
*** lborda_ has quit IRC | 15:16 | |
*** abe_music has quit IRC | 15:16 | |
*** emsomeoneelse has joined #openstack | 15:17 | |
larsks | cn28h: yeah. I guess delete-and-recreate the stack is your only option. | 15:17 |
*** rotbeard has joined #openstack | 15:17 | |
cn28h | all right, thanks | 15:18 |
*** gsilvis has quit IRC | 15:18 | |
*** djc_ has quit IRC | 15:18 | |
larsks | cn28h: you could ask on #heat for a more authoritative answer, although probably everyone is at summit and sleeping right now. | 15:19 |
*** djc_ has joined #openstack | 15:19 | |
djc_ | does rhel-osp support rhev-h as a hypervisor? | 15:19 |
*** Sree has joined #openstack | 15:20 | |
*** mkovarik has quit IRC | 15:20 | |
*** Sree has quit IRC | 15:21 | |
*** Neo105 has quit IRC | 15:21 | |
*** Sree has joined #openstack | 15:21 | |
krypto | i have single compute node in AZ1 and two compute nodes in AZ2 ,when i try to resize instance in AZ1 it got restarted in AZ2 with new flavor size which i dont want hence i set "allow_resize_to_same_host=True" and "allow_migrate_to_same_host=True"" now resize is not happening scheduler.log shows " Host filter ignoring hosts: computenode1" any idea how to make resize to work without restarting to another AZ | 15:21 |
*** khushbu_ has quit IRC | 15:22 | |
*** neilus has quit IRC | 15:22 | |
*** shilpa_ has quit IRC | 15:22 | |
*** salv-orlando has joined #openstack | 15:23 | |
*** aimon has quit IRC | 15:24 | |
*** ShawnFerry has joined #openstack | 15:24 | |
*** jerrygb has quit IRC | 15:24 | |
*** kedare has quit IRC | 15:25 | |
*** fyb3r has joined #openstack | 15:25 | |
*** FunnyLookinHat has joined #openstack | 15:26 | |
*** Sree has quit IRC | 15:26 | |
fyb3r | Hey Sam, when setting up a neutron router with OVS, are you supposed to be capable of pinging it from the management network? | 15:26 |
fyb3r | with just a simple ping <ip> and not using the namespace | 15:27 |
*** Sree has joined #openstack | 15:27 | |
*** khushbu has joined #openstack | 15:27 | |
*** sleinen-AS559 has quit IRC | 15:27 | |
*** julim has quit IRC | 15:27 | |
larsks | fyb3r: are you using the ip from the floating ip network? | 15:27 |
*** Madskills has quit IRC | 15:27 | |
larsks | (assuming that the router is connected to an external network) | 15:27 |
*** Madskills has joined #openstack | 15:28 | |
fyb3r | hmm, moment. | 15:28 |
*** Madskills has quit IRC | 15:29 | |
*** Madskills has joined #openstack | 15:29 | |
*** anande has quit IRC | 15:30 | |
fyb3r | im not sure. how would i check if thats the case? | 15:30 |
*** ronis has quit IRC | 15:30 | |
larsks | fyb3r: well, what address are you trying to ping, and how did you get it? | 15:30 |
*** khushbu has quit IRC | 15:31 | |
larsks | And does it correspond to a network range used for tenant networks, or for a public network? | 15:31 |
*** Sree has quit IRC | 15:31 | |
*** trifon has quit IRC | 15:31 | |
fyb3r | im trying to ping the address given to the router by dhcp thats being used as its gateway | 15:31 |
fyb3r | also forgive me, i havent messed with openstack since icehouse ;) | 15:32 |
*** jerrygb has joined #openstack | 15:32 | |
larsks | fyb3r: ...wait, what? I am now briefly confused because neutron routers do not typically acquire an address using dhcp. | 15:32 |
*** cptweasel has quit IRC | 15:33 | |
*** akanksha_ has joined #openstack | 15:33 | |
*** whenry_ has quit IRC | 15:33 | |
*** richoid has quit IRC | 15:33 | |
fyb3r | ok so following the kilo install guide, I ran this: neutron subnet-create ext-net EXTERNAL_NETWORK_CIDR --name ext-subnet --allocation-pool start=FLOATING_IP_START,end=FLOATING_IP_END --disable-dhcp --gateway EXTERNAL_NETWORK_GATEWAY | 15:34 |
larsks | Right. | 15:34 |
*** onovy has quit IRC | 15:34 | |
*** vijayagurug has joined #openstack | 15:34 | |
*** zengine has quit IRC | 15:34 | |
fyb3r | the external cidr being 10.1.10.0/24 | 15:34 |
fyb3r | floating start and end being 10.1.10.200-240, and gateway of 10.1.10.99 | 15:35 |
*** blomquisg has joined #openstack | 15:35 | |
*** rgogunskiy has quit IRC | 15:35 | |
fyb3r | i show the external gateway info of the router as having the subnet's ip set as 10.1.10.200 | 15:35 |
*** onovy has joined #openstack | 15:35 | |
fyb3r | when trying to ping that ip address from a totally different machine (10.1.10.10) its not going through | 15:35 |
*** erikkri has quit IRC | 15:36 | |
*** fzdarsky has quit IRC | 15:36 | |
fyb3r | centos 7 | 15:36 |
*** obedmr has joined #openstack | 15:36 | |
*** lborda_ has joined #openstack | 15:36 | |
*** Bofu2U has quit IRC | 15:36 | |
larsks | fyb3r: by "the subnet's ip" do you mean "the ip address of the router on the subnet"? | 15:36 |
larsks | Or where are you seeing that? | 15:36 |
larsks | Is that from running 'neutron router-show' or something else? | 15:37 |
fyb3r | whats the pastebin site you guys like to use? | 15:37 |
*** swinn has joined #openstack | 15:37 | |
fyb3r | dont wanna bombard everyone in here ;) | 15:37 |
larsks | fyb3r: well, *I* like chunk.io, because I can do neutron router-show blah | curl -T- chunk.io | 15:37 |
larsks | But a lot of people use paste.openstack.org | 15:37 |
fyb3r | ill chunk it then :) | 15:37 |
*** amotoki has joined #openstack | 15:37 | |
fyb3r | moment | 15:37 |
larsks | Use "curl -T- -s chunk.io" to stop curl from mucking up your terminal with status information. | 15:38 |
*** devth has joined #openstack | 15:38 | |
fyb3r | http://chunk.io/f/ee31f21a2e254eb3a9997146948317dd | 15:38 |
fyb3r | i went through and setup the security group rules to allow icmp both ways just incase that was the problem, but no success | 15:39 |
larsks | Hmmm, that is empty. | 15:39 |
larsks | Well, security group rules only affect access to *instances*, not to the router itself. And actually, taking a step back, what are we actually trying to solve here? | 15:39 |
*** Bofu2U has joined #openstack | 15:39 | |
fyb3r | ah | 15:39 |
*** woodard has quit IRC | 15:40 | |
fyb3r | sec | 15:40 |
*** lborda__ has quit IRC | 15:40 | |
*** lborda__ has joined #openstack | 15:40 | |
*** SurajD has quit IRC | 15:40 | |
fyb3r | http://paste.openstack.org/show/477652/ | 15:40 |
fyb3r | basically im trying to ping the address 10.1.10.200 from a different machine on that same network | 15:40 |
fyb3r | but i remember something being funky with neutron in that it wouldnt let you do that without using ip netns exec | 15:41 |
fyb3r | just wanted to ensure that was normal before i continued configuring my environment :) | 15:41 |
larsks | No, you should be able to ping the router from anywhere that has a route to the appropriate floating ip network. | 15:42 |
fyb3r | crap | 15:42 |
*** vivek-ebay has joined #openstack | 15:42 | |
larsks | But, we can use 'ip netns exec' to test *outbound* connectivity from the router. So: | 15:42 |
fyb3r | oh | 15:42 |
larsks | First, does `ip netns exec <routerns> ip a' show the expected address assigned to the router's qg... interface? | 15:42 |
*** achampion has quit IRC | 15:42 | |
*** devth_ has joined #openstack | 15:42 | |
*** vivek-ebay has quit IRC | 15:42 | |
*** lborda has joined #openstack | 15:42 | |
*** vivek-ebay has joined #openstack | 15:43 | |
larsks | And if you try 'ip netns exec ... ping 10.1.10.99' does that work? | 15:43 |
*** richoid has joined #openstack | 15:43 | |
fyb3r | interface is correct | 15:43 |
*** SurajD has joined #openstack | 15:43 | |
larsks | Does 'ip netns exec ... ip route' look correct? | 15:43 |
*** rotbeard has quit IRC | 15:43 | |
fyb3r | >_> nope that ping wont work | 15:43 |
*** rotbeard has joined #openstack | 15:43 | |
*** achampion has joined #openstack | 15:44 | |
*** khushbu_ has joined #openstack | 15:44 | |
larsks | Okay. Do you see that qg-* interface attached to br-ex in the output of 'ovs-vsctl show'? | 15:44 |
fyb3r | oh boy. not sure if that route is correct lol. | 15:44 |
*** lborda_ has quit IRC | 15:44 | |
larsks | And is there a *physical* interface attached to br-ex as well? | 15:44 |
*** nmagnezi_ has joined #openstack | 15:44 | |
*** devth has quit IRC | 15:45 | |
fyb3r | nope the qg isnt attached to br-ex | 15:45 |
*** finisherr has quit IRC | 15:45 | |
fyb3r | i see a physcial | 15:45 |
larsks | Can you paste the output of 'ovs-vsctl show'? | 15:45 |
fyb3r | and br-int is attacked to qg | 15:45 |
fyb3r | sure | 15:45 |
*** lborda__ has quit IRC | 15:46 | |
*** lborda_ has joined #openstack | 15:46 | |
*** bill_az has quit IRC | 15:46 | |
fyb3r | http://paste.openstack.org/show/477653/ | 15:46 |
*** alop has joined #openstack | 15:46 | |
larsks | fyb3r: That (qg on br-int) is probbaly okay. In your /etc/neutron/l3-agent.ini, is external_network_bridge set, or not? | 15:47 |
*** georgem1 has quit IRC | 15:47 | |
fyb3r | nope its blank | 15:47 |
fyb3r | >_> | 15:47 |
*** alex_klimov has quit IRC | 15:47 | |
*** roxtrongo has quit IRC | 15:47 | |
fyb3r | The external_network_bridge option intentionally lacks a value to enable multiple external networks on a single agent. | 15:48 |
*** BuffaloBill has quit IRC | 15:48 | |
*** finisherr has joined #openstack | 15:48 | |
fyb3r | from the guide :) | 15:48 |
*** pkennedy_ has joined #openstack | 15:48 | |
*** khushbu_ has quit IRC | 15:48 | |
larsks | Yes, that's what I meant by "probably okay" :) | 15:48 |
fyb3r | oh gotcha haha | 15:49 |
*** roxtrongo has joined #openstack | 15:49 | |
larsks | If you run tcpdump on eth2 while running the 'ip netns ... ping' inside the router namespace, do you see the outbound ICMP requests? | 15:49 |
*** nmagnezi has quit IRC | 15:49 | |
*** cjellick has quit IRC | 15:49 | |
*** yamahata has quit IRC | 15:49 | |
*** finisherr has quit IRC | 15:50 | |
*** ade_b has quit IRC | 15:50 | |
*** lborda has quit IRC | 15:50 | |
fyb3r | sec. apparently tcpdump isnt installed lol | 15:50 |
*** otter768 has joined #openstack | 15:51 | |
*** mikeoutland has joined #openstack | 15:51 | |
*** pkennedy has quit IRC | 15:51 | |
fyb3r | i see arps | 15:52 |
fyb3r | hm | 15:52 |
larsks | So, should have asked this earlier...can you ping that 10.1.10.99 address from the host? | 15:52 |
fyb3r | weird | 15:52 |
fyb3r | 99 the icmp came back | 15:52 |
fyb3r | then suddenly its arping | 15:53 |
fyb3r | lol | 15:53 |
fyb3r | i think i may have dns screwed up on top of dhcp elsewahere | 15:54 |
fyb3r | where* | 15:54 |
*** walterheck has quit IRC | 15:55 | |
*** itzikb_ has quit IRC | 15:55 | |
*** otter768 has quit IRC | 15:55 | |
larsks | Also, can you ping 10.1.10.200 from your host? | 15:55 |
*** mrmartin has joined #openstack | 15:56 | |
*** cdash has quit IRC | 15:56 | |
fyb3r | that i can do. but with ip netns | 15:56 |
larsks | So when I say, "from the host" I mean outside any network namespaces. | 15:56 |
fyb3r | crap | 15:56 |
*** neilus has joined #openstack | 15:56 | |
*** nkrinner has quit IRC | 15:56 | |
fyb3r | nope | 15:57 |
*** georgem1 has joined #openstack | 15:57 | |
*** neilus has quit IRC | 15:57 | |
fyb3r | tons of arps | 15:57 |
larsks | So, the real issue here is that from inside the router namespace you can't ping the network gateway. | 15:57 |
larsks | What sort of environment is this...is eth2 an actual physical nic, or are you running inside some sort of virtual hardware? | 15:58 |
*** corXi has quit IRC | 15:58 | |
fyb3r | its running inside hyper-v | 15:58 |
*** Bofu2U has quit IRC | 15:59 | |
*** kellyp has joined #openstack | 15:59 | |
*** zengine has joined #openstack | 15:59 | |
*** zengine_ has joined #openstack | 15:59 | |
*** yog_ has quit IRC | 16:00 | |
larsks | Ah! That is interesting. Many virtual environments (e.g., vmware) implement MAC filters on their virtual ports, and will drop traffic coming from an interface if it has the wrong MAC address. | 16:00 |
*** marzif_ has quit IRC | 16:00 | |
fyb3r | hmmmm | 16:00 |
fyb3r | starting to sound familiar >_> pretty sure I hit this bump last time | 16:00 |
*** marzif_ has joined #openstack | 16:00 | |
*** maishsk has quit IRC | 16:01 | |
*** alexschm has quit IRC | 16:02 | |
*** Bob_George33 has joined #openstack | 16:02 | |
fyb3r | they fall within the proper range that i have set for hyper-v so i didnt think it would be a huge issue | 16:03 |
*** woodard has joined #openstack | 16:03 | |
*** aeperezt has quit IRC | 16:03 | |
*** zengine has quit IRC | 16:04 | |
*** zengine_ is now known as zengine | 16:04 | |
*** as0bu has joined #openstack | 16:04 | |
larsks | I'm not familiar with hyper-v, so no help here. I do know that when running under vmware there is an explicit config change that needs to be made to make this work. | 16:04 |
*** neilus has joined #openstack | 16:04 | |
*** ntata has quit IRC | 16:04 | |
*** blomquisg has quit IRC | 16:04 | |
*** sneti has quit IRC | 16:04 | |
*** livelace has quit IRC | 16:05 | |
fyb3r | crap lol. well you got me on track though | 16:05 |
fyb3r | :) i appreciate the help! If I find the answer ill post in here for reference | 16:05 |
*** ntata has joined #openstack | 16:05 | |
*** sneti has joined #openstack | 16:05 | |
*** neilus_ has joined #openstack | 16:06 | |
*** nstrug has quit IRC | 16:06 | |
*** maishsk has joined #openstack | 16:07 | |
*** aeperezt has joined #openstack | 16:07 | |
*** RedRat__ has joined #openstack | 16:08 | |
*** zhangjn has joined #openstack | 16:09 | |
*** zhangjn has quit IRC | 16:09 | |
*** marzif_ has quit IRC | 16:10 | |
*** zhangjn has joined #openstack | 16:10 | |
*** RedRat_ has quit IRC | 16:11 | |
*** marzif_ has joined #openstack | 16:11 | |
*** sshnaidm has quit IRC | 16:11 | |
*** yamamoto_ has quit IRC | 16:11 | |
*** djc_ has quit IRC | 16:12 | |
*** cu5 has quit IRC | 16:12 | |
*** mpavone has quit IRC | 16:13 | |
*** Darius has joined #openstack | 16:14 | |
*** franred has quit IRC | 16:14 | |
*** Darius is now known as Guest46314 | 16:14 | |
*** epopt37 has quit IRC | 16:15 | |
*** amotoki has quit IRC | 16:16 | |
*** epopt37 has joined #openstack | 16:18 | |
*** tobe has quit IRC | 16:18 | |
*** domc1 has joined #openstack | 16:18 | |
*** Guest46314 has quit IRC | 16:18 | |
*** blomquisg has joined #openstack | 16:19 | |
*** Daznis has joined #openstack | 16:19 | |
*** aspiers has quit IRC | 16:21 | |
*** aimon has joined #openstack | 16:21 | |
*** shiriru has quit IRC | 16:22 | |
*** ntata has quit IRC | 16:22 | |
*** curx has quit IRC | 16:22 | |
*** sneti has quit IRC | 16:23 | |
*** finisherr has joined #openstack | 16:23 | |
*** vivek-ebay has quit IRC | 16:23 | |
*** aufi has quit IRC | 16:23 | |
*** finisherr has left #openstack | 16:24 | |
*** stewbeast has quit IRC | 16:24 | |
*** ntata has joined #openstack | 16:25 | |
*** neilus has quit IRC | 16:25 | |
*** wfoster has quit IRC | 16:27 | |
*** vkmc has quit IRC | 16:27 | |
*** cptweasel has joined #openstack | 16:28 | |
*** aimon has quit IRC | 16:28 | |
*** cptweasel has quit IRC | 16:28 | |
*** cptweasel has joined #openstack | 16:28 | |
*** blomquisg has quit IRC | 16:29 | |
*** blomquisg has joined #openstack | 16:29 | |
*** mosburn has quit IRC | 16:29 | |
*** crose has quit IRC | 16:29 | |
*** ntata has quit IRC | 16:29 | |
*** zhangjn has quit IRC | 16:31 | |
*** xuan has quit IRC | 16:33 | |
*** shaon has joined #openstack | 16:33 | |
*** SteffanW has quit IRC | 16:33 | |
*** xuan has joined #openstack | 16:34 | |
*** ChrisNBlum has quit IRC | 16:35 | |
*** kevincar_ has quit IRC | 16:35 | |
*** ChrisNBlum has joined #openstack | 16:35 | |
*** trifon has joined #openstack | 16:36 | |
*** achampion has quit IRC | 16:36 | |
*** sneti has joined #openstack | 16:36 | |
*** jayeshsolanki has joined #openstack | 16:37 | |
*** achampion has joined #openstack | 16:37 | |
*** jalljo has quit IRC | 16:38 | |
*** jalljo has joined #openstack | 16:38 | |
*** dgurtner has quit IRC | 16:39 | |
*** sneti has quit IRC | 16:39 | |
*** kevincarr1991 has joined #openstack | 16:39 | |
*** sneti has joined #openstack | 16:39 | |
*** roxtrongo has quit IRC | 16:40 | |
*** xayto has quit IRC | 16:40 | |
*** cptweasel has quit IRC | 16:40 | |
*** neilus has joined #openstack | 16:41 | |
*** xayto has joined #openstack | 16:41 | |
*** dgurtner has joined #openstack | 16:41 | |
*** dgurtner has joined #openstack | 16:41 | |
*** leeantho has joined #openstack | 16:41 | |
*** achanda has joined #openstack | 16:42 | |
*** cjellick has joined #openstack | 16:42 | |
*** woodard has quit IRC | 16:42 | |
*** cptweasel has joined #openstack | 16:43 | |
*** sneti_ has joined #openstack | 16:43 | |
*** sneti has quit IRC | 16:43 | |
*** adreznec has quit IRC | 16:44 | |
*** mikeoutl_ has joined #openstack | 16:44 | |
*** ntata has joined #openstack | 16:45 | |
*** cjellick has quit IRC | 16:45 | |
*** kevincarr1991 has quit IRC | 16:45 | |
*** vkmc has joined #openstack | 16:45 | |
*** wfoster has joined #openstack | 16:45 | |
*** kevincarr1991 has joined #openstack | 16:45 | |
*** vivek-ebay has joined #openstack | 16:46 | |
*** cptwease_ has joined #openstack | 16:47 | |
*** mikeoutland has quit IRC | 16:47 | |
*** cptweasel has quit IRC | 16:47 | |
*** vivek-ebay has quit IRC | 16:47 | |
*** jerrygb has quit IRC | 16:48 | |
*** RedW has quit IRC | 16:49 | |
*** maishsk has quit IRC | 16:49 | |
*** lucendio has joined #openstack | 16:49 | |
*** lborda__ has joined #openstack | 16:49 | |
*** RedW has joined #openstack | 16:49 | |
*** cjellick_ has joined #openstack | 16:50 | |
*** adreznec has joined #openstack | 16:50 | |
*** cptwease_ has quit IRC | 16:50 | |
*** amotoki has joined #openstack | 16:50 | |
*** cptweasel has joined #openstack | 16:50 | |
*** groen692 has quit IRC | 16:50 | |
*** woodard has joined #openstack | 16:50 | |
*** lucendio has quit IRC | 16:51 | |
*** horse has quit IRC | 16:51 | |
*** lborda_ has quit IRC | 16:52 | |
*** lucendio has joined #openstack | 16:53 | |
*** jerrygb has joined #openstack | 16:55 | |
*** cptweasel has quit IRC | 16:55 | |
*** cptweasel has joined #openstack | 16:56 | |
*** akrzos has quit IRC | 16:56 | |
*** akrzos has joined #openstack | 16:57 | |
*** hdd has quit IRC | 16:57 | |
*** sghanekar has joined #openstack | 16:57 | |
*** newbie|2 has joined #openstack | 16:57 | |
*** newbie|2 is now known as oc714 | 16:58 | |
*** obedmr has quit IRC | 16:58 | |
*** akrzos has quit IRC | 16:58 | |
*** akrzos has joined #openstack | 16:58 | |
*** akrzos has quit IRC | 16:59 | |
*** akrzos has joined #openstack | 16:59 | |
*** electroc_ has joined #openstack | 16:59 | |
*** vivek-ebay has joined #openstack | 16:59 | |
*** pratikma_ has quit IRC | 17:00 | |
*** obedmr has joined #openstack | 17:00 | |
*** pkennedy has joined #openstack | 17:00 | |
*** akrzos has quit IRC | 17:00 | |
*** akrzos_ has joined #openstack | 17:00 | |
john5223 | real quick, does anyone know if user groups is available in the cli? i see it in horizon but not in openstack cli | 17:00 |
*** maishsk has joined #openstack | 17:01 | |
*** ashutoshn has left #openstack | 17:01 | |
*** mikeoutland has joined #openstack | 17:01 | |
*** kevincar_ has joined #openstack | 17:02 | |
*** pkennedy_ has quit IRC | 17:03 | |
*** electrocucaracha has quit IRC | 17:03 | |
*** saurabh_ has joined #openstack | 17:04 | |
*** cptweasel has quit IRC | 17:04 | |
*** cptwease_ has joined #openstack | 17:04 | |
*** mikeoutl_ has quit IRC | 17:04 | |
*** kevincarr1991 has quit IRC | 17:05 | |
*** amotoki has quit IRC | 17:05 | |
*** NetHawk has quit IRC | 17:05 | |
*** kawa2014 has quit IRC | 17:06 | |
*** lborda has joined #openstack | 17:07 | |
*** swinn has quit IRC | 17:10 | |
*** lborda__ has quit IRC | 17:11 | |
*** woodard has quit IRC | 17:11 | |
*** cptwease_ has quit IRC | 17:12 | |
*** ultimateboy has joined #openstack | 17:14 | |
*** cptweasel has joined #openstack | 17:15 | |
*** su_zhang has joined #openstack | 17:16 | |
*** coredump has quit IRC | 17:16 | |
*** neilus has quit IRC | 17:16 | |
*** lborda has quit IRC | 17:16 | |
*** pkennedy has quit IRC | 17:16 | |
*** pratikmallya has joined #openstack | 17:18 | |
*** khushbu_ has joined #openstack | 17:18 | |
larsks | john5223: there is a 'group add user', 'group create', 'group list', etc. | 17:18 |
larsks | BUT: | 17:18 |
larsks | Only visible when OS_IDENTITY_API_VERSION=3 | 17:19 |
larsks | (or using the corresponding command line flag) | 17:19 |
*** mrmartin has quit IRC | 17:19 | |
*** vsedelnik has quit IRC | 17:19 | |
*** vsedelnik has joined #openstack | 17:19 | |
john5223 | aha! there it is. thanks larsks | 17:20 |
*** Madskills has quit IRC | 17:20 | |
*** pratikma_ has joined #openstack | 17:21 | |
john5223 | and for kilo i was seeing ceilometer only has support for keystone v2 auth url, do you know if in liberty that is working with v3? | 17:21 |
*** bbart_ has quit IRC | 17:21 | |
larsks | john5223: I don't know that. | 17:21 |
john5223 | ok cool... little weird having to use a different rc file for ceilometer b/c of that but its fine for now | 17:22 |
*** bbart has joined #openstack | 17:22 | |
*** pratikmallya has quit IRC | 17:23 | |
*** grauzikas has joined #openstack | 17:24 | |
*** Madskills has joined #openstack | 17:24 | |
*** maishsk has quit IRC | 17:25 | |
*** cptwease_ has joined #openstack | 17:26 | |
*** tull has joined #openstack | 17:26 | |
*** cptweasel has quit IRC | 17:26 | |
*** sfrode has joined #openstack | 17:28 | |
*** Madskills has quit IRC | 17:28 | |
*** Madskills has joined #openstack | 17:29 | |
*** kevincar_ has quit IRC | 17:29 | |
*** loth has joined #openstack | 17:29 | |
*** obedmr has quit IRC | 17:29 | |
*** kevincarr1991 has joined #openstack | 17:29 | |
*** Madskills has quit IRC | 17:31 | |
*** obedmr has joined #openstack | 17:31 | |
*** marzif_ has quit IRC | 17:31 | |
*** beejee has quit IRC | 17:32 | |
*** khushbu_ has quit IRC | 17:32 | |
*** marzif_ has joined #openstack | 17:34 | |
*** neilus has joined #openstack | 17:37 | |
*** khushbu_ has joined #openstack | 17:37 | |
*** q3k has quit IRC | 17:39 | |
*** dneary has joined #openstack | 17:39 | |
*** fzdarsky has joined #openstack | 17:40 | |
*** roxtrongo has joined #openstack | 17:40 | |
*** roxtrongo has quit IRC | 17:42 | |
*** roxtrongo has joined #openstack | 17:43 | |
*** lborda has joined #openstack | 17:43 | |
*** maishsk has joined #openstack | 17:43 | |
*** yamamoto has joined #openstack | 17:43 | |
*** pkennedy has joined #openstack | 17:44 | |
*** whenry has joined #openstack | 17:44 | |
*** davi has joined #openstack | 17:46 | |
*** davi has joined #openstack | 17:46 | |
*** woodard has joined #openstack | 17:47 | |
*** khushbu_ has quit IRC | 17:47 | |
*** yamamoto has quit IRC | 17:48 | |
*** baker has quit IRC | 17:50 | |
*** otter768 has joined #openstack | 17:51 | |
*** woodard has quit IRC | 17:52 | |
*** lborda_ has joined #openstack | 17:52 | |
*** maishsk has quit IRC | 17:54 | |
*** talwai has joined #openstack | 17:54 | |
LzrdKing | is there a way to see why a machine shutdown in icehouse? | 17:54 |
*** martinst has joined #openstack | 17:54 | |
*** gszasz has quit IRC | 17:54 | |
*** lborda__ has joined #openstack | 17:55 | |
*** lborda has quit IRC | 17:55 | |
*** otter768 has quit IRC | 17:56 | |
*** davi has quit IRC | 17:56 | |
*** mturpin has quit IRC | 17:57 | |
*** evidex has quit IRC | 17:57 | |
*** lborda_ has quit IRC | 17:58 | |
*** walterheck has joined #openstack | 17:59 | |
*** Sree has joined #openstack | 18:00 | |
*** maishsk has joined #openstack | 18:01 | |
*** georgem1 has quit IRC | 18:01 | |
*** georgem1 has joined #openstack | 18:01 | |
*** q3k has joined #openstack | 18:01 | |
*** electroc_ has quit IRC | 18:01 | |
*** marzif_ has quit IRC | 18:02 | |
*** marzif_ has joined #openstack | 18:03 | |
*** electrocucaracha has joined #openstack | 18:03 | |
*** rotbeard has quit IRC | 18:04 | |
*** lborda_ has joined #openstack | 18:04 | |
*** davi has joined #openstack | 18:04 | |
*** fabrice__ has joined #openstack | 18:05 | |
*** georgem1 has quit IRC | 18:06 | |
*** baker has joined #openstack | 18:06 | |
*** ashutoshn has joined #openstack | 18:07 | |
*** lborda__ has quit IRC | 18:07 | |
*** SurajD has quit IRC | 18:07 | |
*** swinn has joined #openstack | 18:08 | |
*** Sree has quit IRC | 18:09 | |
*** kevincar_ has joined #openstack | 18:09 | |
*** SurajD has joined #openstack | 18:10 | |
*** kevincarr1991 has quit IRC | 18:11 | |
*** RedRat_ has joined #openstack | 18:11 | |
*** hdd has joined #openstack | 18:12 | |
*** toscalix__ has quit IRC | 18:12 | |
*** RedRat__ has quit IRC | 18:13 | |
*** kevincar_ has quit IRC | 18:14 | |
nosleep77 | hi guys, is it better to convert a vol to image or vol snapshot to image? i'm trying to create a cloud-init image and already have a prepped volume | 18:14 |
*** kevincarr1991 has joined #openstack | 18:14 | |
*** Madskills has joined #openstack | 18:14 | |
*** cptwease_ has quit IRC | 18:14 | |
*** Madskills has quit IRC | 18:14 | |
*** kevincarr1991 has quit IRC | 18:15 | |
*** marzif_ has quit IRC | 18:16 | |
*** hdd has quit IRC | 18:16 | |
*** fsimonce has quit IRC | 18:18 | |
*** vijayagurug has quit IRC | 18:18 | |
*** kushal has quit IRC | 18:19 | |
*** tonythomas has quit IRC | 18:19 | |
*** maishsk has quit IRC | 18:21 | |
*** two_oes has joined #openstack | 18:22 | |
*** lborda__ has joined #openstack | 18:22 | |
*** pkennedy_ has joined #openstack | 18:22 | |
*** aopincar has joined #openstack | 18:22 | |
*** ashutoshn has quit IRC | 18:23 | |
*** Sakthi has quit IRC | 18:25 | |
*** aimon has joined #openstack | 18:25 | |
*** pkennedy has quit IRC | 18:25 | |
*** maishsk has joined #openstack | 18:25 | |
*** lborda_ has quit IRC | 18:26 | |
*** krypto has quit IRC | 18:27 | |
*** lborda_ has joined #openstack | 18:28 | |
*** kushal has joined #openstack | 18:28 | |
*** sileht has joined #openstack | 18:29 | |
*** vsedelnik has quit IRC | 18:29 | |
*** SurajD has quit IRC | 18:30 | |
*** aimon has quit IRC | 18:30 | |
*** lborda__ has quit IRC | 18:31 | |
*** kfjohnson has quit IRC | 18:32 | |
larsks | LzrdKing: What do you mean by "why a machine is down"? Are you looking for information about why a *hypervisor* isn't available, or why a nova server isn't running, or something else? | 18:32 |
larsks | nosleep77: there is a "cinedr upload-to-image" command to create an image from a volume. | 18:33 |
*** geaaru has quit IRC | 18:33 | |
*** dgurtner has quit IRC | 18:33 | |
*** lborda__ has joined #openstack | 18:34 | |
*** kfjohnson has joined #openstack | 18:34 | |
nosleep77 | larsks: yes just saw it. thanks! | 18:34 |
*** jtomasek has quit IRC | 18:36 | |
*** emsomeoneelse has quit IRC | 18:36 | |
*** aopincar has quit IRC | 18:36 | |
*** jayeshsolanki has quit IRC | 18:36 | |
*** maishsk has quit IRC | 18:37 | |
*** lborda_ has quit IRC | 18:37 | |
*** woodard has joined #openstack | 18:38 | |
*** Marga_ has joined #openstack | 18:38 | |
*** rasca_ has quit IRC | 18:38 | |
*** eGamal has joined #openstack | 18:38 | |
*** oc714 has quit IRC | 18:39 | |
*** kevincarr1991 has joined #openstack | 18:39 | |
*** kfjohnson has quit IRC | 18:40 | |
*** saurabh_ has quit IRC | 18:41 | |
*** neilus has quit IRC | 18:42 | |
*** GenteelBen has joined #openstack | 18:43 | |
*** kevincarr1991 has quit IRC | 18:43 | |
*** cjellick_ has quit IRC | 18:44 | |
*** coredump has joined #openstack | 18:45 | |
*** opensource_ninja has quit IRC | 18:45 | |
*** lborda_ has joined #openstack | 18:47 | |
*** maishsk has joined #openstack | 18:48 | |
*** lborda has joined #openstack | 18:50 | |
*** lborda__ has quit IRC | 18:50 | |
*** admin0 has joined #openstack | 18:51 | |
*** lborda_ has quit IRC | 18:53 | |
*** hdd has joined #openstack | 18:53 | |
*** kfjohnson has joined #openstack | 18:55 | |
*** kevincarr1991 has joined #openstack | 18:55 | |
*** georgem1 has joined #openstack | 18:55 | |
*** ronis has joined #openstack | 18:56 | |
*** lborda_ has joined #openstack | 18:59 | |
*** lborda_ has quit IRC | 19:00 | |
*** lborda_ has joined #openstack | 19:00 | |
*** neilus has joined #openstack | 19:01 | |
*** neilus has quit IRC | 19:01 | |
*** devth has joined #openstack | 19:01 | |
*** lborda__ has joined #openstack | 19:01 | |
*** klamath has quit IRC | 19:02 | |
*** lborda has quit IRC | 19:02 | |
*** cjellick has joined #openstack | 19:03 | |
*** mtecer has joined #openstack | 19:03 | |
*** lborda has joined #openstack | 19:03 | |
*** anshul has quit IRC | 19:03 | |
*** arnoldje has quit IRC | 19:03 | |
*** su_zhang has quit IRC | 19:05 | |
*** devth_ has quit IRC | 19:05 | |
*** lborda_ has quit IRC | 19:05 | |
*** Marga_ has quit IRC | 19:05 | |
*** devth has quit IRC | 19:05 | |
*** pkennedy__ has joined #openstack | 19:05 | |
*** lborda__ has quit IRC | 19:06 | |
*** otter768 has joined #openstack | 19:06 | |
*** su_zhang has joined #openstack | 19:06 | |
*** swinn has quit IRC | 19:07 | |
*** Marga_ has joined #openstack | 19:08 | |
*** shinenelson has quit IRC | 19:08 | |
*** jtomasek has joined #openstack | 19:09 | |
*** alex_klimov has joined #openstack | 19:09 | |
*** pkennedy_ has quit IRC | 19:09 | |
*** woodard has quit IRC | 19:10 | |
*** renatoarmani has joined #openstack | 19:10 | |
nosleep77 | hi guys where i can i find auth token OS_token ? | 19:11 |
*** fzdarsky has quit IRC | 19:11 | |
*** phylante_ has joined #openstack | 19:12 | |
*** jfchevrette has quit IRC | 19:12 | |
mtecer | @nosleep77, it should be in /etc/keystone/keystone.conf file DEFAULT section admin_token | 19:12 |
*** skamithi14 has joined #openstack | 19:13 | |
nosleep77 | mtecer: any way to fetch it remotely from my workstation? | 19:13 |
nosleep77 | like thru a command | 19:13 |
*** eghobo has joined #openstack | 19:13 | |
*** marzif_ has joined #openstack | 19:14 | |
*** daveops_ is now known as daveops | 19:14 | |
mtecer | @nosleep77 I don't think so, it is rather important token that gives your super admin rights | 19:14 |
nosleep77 | mtecer: cool thanks! | 19:14 |
*** Mudpuppy has joined #openstack | 19:15 | |
*** maveric7911 has quit IRC | 19:15 | |
*** skamithi13 has quit IRC | 19:15 | |
*** cptweasel has joined #openstack | 19:15 | |
*** ultimateboy has quit IRC | 19:17 | |
*** ultimateboy has joined #openstack | 19:18 | |
*** devth_ has joined #openstack | 19:18 | |
*** pixelbeat_ has quit IRC | 19:19 | |
*** arnoldje has joined #openstack | 19:19 | |
*** VW has quit IRC | 19:19 | |
*** dhollinger has joined #openstack | 19:20 | |
*** cptweasel has quit IRC | 19:20 | |
*** lcurtis has quit IRC | 19:21 | |
*** lborda_ has joined #openstack | 19:21 | |
*** apahim has quit IRC | 19:22 | |
*** ikcerog has joined #openstack | 19:23 | |
*** JZTech101 has quit IRC | 19:23 | |
*** ultimateboy has quit IRC | 19:24 | |
*** ultimateboy has joined #openstack | 19:24 | |
*** lborda has quit IRC | 19:25 | |
*** shinenelson has joined #openstack | 19:25 | |
*** aimon has joined #openstack | 19:27 | |
*** lookbeat- has joined #openstack | 19:27 | |
*** maishsk has quit IRC | 19:28 | |
*** ultimateboy has quit IRC | 19:29 | |
*** ultimateboy has joined #openstack | 19:29 | |
*** two_oes has quit IRC | 19:30 | |
*** otter768 has quit IRC | 19:31 | |
*** two_oes has joined #openstack | 19:31 | |
*** ultimateboy has joined #openstack | 19:31 | |
*** su_zhang has quit IRC | 19:31 | |
*** woodard has joined #openstack | 19:31 | |
*** lborda__ has joined #openstack | 19:32 | |
*** maishsk has joined #openstack | 19:32 | |
*** sghanekar has quit IRC | 19:33 | |
*** marzif_ has quit IRC | 19:33 | |
*** lookbeat- has quit IRC | 19:33 | |
*** s00pcan has quit IRC | 19:34 | |
*** eghobo_ has joined #openstack | 19:34 | |
*** s00pcan has joined #openstack | 19:35 | |
*** lborda_ has quit IRC | 19:35 | |
*** nent has joined #openstack | 19:35 | |
*** eghobo has quit IRC | 19:36 | |
*** nent has quit IRC | 19:36 | |
*** mattgriffin has joined #openstack | 19:36 | |
*** maishsk has quit IRC | 19:36 | |
*** darkalia has quit IRC | 19:37 | |
*** darkalia has joined #openstack | 19:37 | |
*** maishsk has joined #openstack | 19:38 | |
*** youngbaks has joined #openstack | 19:39 | |
*** dgurtner has joined #openstack | 19:39 | |
*** davi has quit IRC | 19:39 | |
*** Aleks__ has joined #openstack | 19:43 | |
*** Aleks_ has quit IRC | 19:43 | |
*** hdd has quit IRC | 19:43 | |
*** Lee1092 has quit IRC | 19:44 | |
*** livelace has joined #openstack | 19:45 | |
*** lborda_ has joined #openstack | 19:47 | |
*** v3nd3tta`` is now known as v3nd3tta | 19:47 | |
*** Anton__ has joined #openstack | 19:48 | |
*** vsedelnik has joined #openstack | 19:48 | |
*** Anton__ has quit IRC | 19:48 | |
*** lborda has joined #openstack | 19:49 | |
*** vivek-ebay has quit IRC | 19:50 | |
*** hellogood has joined #openstack | 19:50 | |
*** lborda__ has quit IRC | 19:50 | |
*** phil_s_stein is now known as phil_s|away | 19:51 | |
*** eghobo has joined #openstack | 19:52 | |
*** lborda_ has quit IRC | 19:53 | |
*** woodard has quit IRC | 19:53 | |
*** roxtrongo has quit IRC | 19:53 | |
*** swinn has joined #openstack | 19:53 | |
*** skamithi14 has quit IRC | 19:55 | |
*** skamithi13 has joined #openstack | 19:55 | |
*** phil_s|away is now known as phil_s_stein | 19:55 | |
*** eghobo_ has quit IRC | 19:55 | |
*** pratikma_ has quit IRC | 19:56 | |
*** kedare has joined #openstack | 19:56 | |
*** JZTech101 has joined #openstack | 19:56 | |
*** dneary has quit IRC | 19:56 | |
*** pfallenop has quit IRC | 19:57 | |
*** lborda has quit IRC | 19:57 | |
*** lborda has joined #openstack | 19:57 | |
*** georgem1 has quit IRC | 19:57 | |
*** woodard has joined #openstack | 19:58 | |
*** bbcmicrocomputer has quit IRC | 19:58 | |
*** hezhiqiang has quit IRC | 19:59 | |
*** lborda_ has joined #openstack | 19:59 | |
*** pratikmallya has joined #openstack | 20:00 | |
*** vivek-ebay has joined #openstack | 20:00 | |
*** arnoldje has quit IRC | 20:00 | |
*** as0bu has quit IRC | 20:00 | |
*** pratikma_ has joined #openstack | 20:01 | |
*** lborda has quit IRC | 20:03 | |
*** pratikma_ is now known as pratikmallya_ | 20:03 | |
*** phylante_ has left #openstack | 20:04 | |
*** opensource_ninja has joined #openstack | 20:04 | |
*** Marga_ has quit IRC | 20:04 | |
*** pratikmallya has quit IRC | 20:04 | |
*** Marga_ has joined #openstack | 20:04 | |
*** BOKALDO has quit IRC | 20:05 | |
*** denisra has joined #openstack | 20:05 | |
*** pravins has quit IRC | 20:06 | |
*** pfallenop has joined #openstack | 20:06 | |
*** admin0 has quit IRC | 20:06 | |
*** jerrygb has quit IRC | 20:07 | |
*** su_zhang has joined #openstack | 20:07 | |
*** Marga_ has quit IRC | 20:09 | |
*** kevincarr1991 has quit IRC | 20:09 | |
*** B4bad00ki has joined #openstack | 20:09 | |
*** achanda has quit IRC | 20:09 | |
*** kevincarr1991 has joined #openstack | 20:09 | |
*** apahim has joined #openstack | 20:10 | |
*** pfallenop has quit IRC | 20:11 | |
*** pratikmallya_ has quit IRC | 20:11 | |
*** pratikmallya has joined #openstack | 20:12 | |
*** pfallenop has joined #openstack | 20:12 | |
*** walterheck has quit IRC | 20:13 | |
*** arnoldje has joined #openstack | 20:14 | |
*** jerrygb has joined #openstack | 20:14 | |
*** cptweasel has joined #openstack | 20:16 | |
*** renatoarmani has quit IRC | 20:17 | |
*** pfallenop has quit IRC | 20:18 | |
*** ikcerog has quit IRC | 20:18 | |
*** dneary has joined #openstack | 20:19 | |
*** ronis has quit IRC | 20:21 | |
*** cptweasel has quit IRC | 20:21 | |
*** pfallenop has joined #openstack | 20:21 | |
*** VW has joined #openstack | 20:21 | |
*** walterheck has joined #openstack | 20:21 | |
*** marzif_ has joined #openstack | 20:22 | |
*** akrzos_ has quit IRC | 20:22 | |
*** lborda__ has joined #openstack | 20:23 | |
*** marzif__ has joined #openstack | 20:26 | |
*** marzif_ has quit IRC | 20:26 | |
*** Madskills has joined #openstack | 20:26 | |
*** lborda_ has quit IRC | 20:27 | |
*** vsedelnik has quit IRC | 20:28 | |
*** jprovazn has quit IRC | 20:28 | |
*** pkennedy_ has joined #openstack | 20:29 | |
*** eGamal has quit IRC | 20:30 | |
*** vsedelnik has joined #openstack | 20:31 | |
*** Madskills has quit IRC | 20:31 | |
*** pratikmallya has quit IRC | 20:31 | |
*** pratikmallya has joined #openstack | 20:32 | |
*** swinn has quit IRC | 20:32 | |
*** pkennedy__ has quit IRC | 20:32 | |
*** rfolco has quit IRC | 20:34 | |
*** youngbaks has quit IRC | 20:36 | |
*** annegentle has joined #openstack | 20:36 | |
*** VW has quit IRC | 20:39 | |
*** VW has joined #openstack | 20:39 | |
*** mab__ has joined #openstack | 20:40 | |
*** lborda_ has joined #openstack | 20:41 | |
*** two_oes has quit IRC | 20:41 | |
*** alex_klimov has quit IRC | 20:41 | |
*** MarkBaker has quit IRC | 20:42 | |
*** mchestr has joined #openstack | 20:43 | |
*** vivek-ebay has quit IRC | 20:43 | |
*** bandwidth has joined #openstack | 20:44 | |
*** melmoth has quit IRC | 20:44 | |
*** lborda__ has quit IRC | 20:44 | |
*** otter768 has joined #openstack | 20:45 | |
*** zengine has quit IRC | 20:45 | |
*** vsedelnik has quit IRC | 20:45 | |
*** vsedelnik has joined #openstack | 20:48 | |
*** RedRat_ has quit IRC | 20:55 | |
*** apahim has quit IRC | 20:57 | |
*** dhblaz has joined #openstack | 20:59 | |
*** hezhiqiang has joined #openstack | 20:59 | |
*** achanda has joined #openstack | 21:01 | |
*** eghobo has quit IRC | 21:01 | |
*** jerrygb has quit IRC | 21:02 | |
*** electrocucaracha has quit IRC | 21:02 | |
*** admin0 has joined #openstack | 21:03 | |
*** as0bu has joined #openstack | 21:03 | |
*** admin0 has quit IRC | 21:03 | |
*** woodard has quit IRC | 21:03 | |
*** electrocucaracha has joined #openstack | 21:04 | |
*** Oatmeal has joined #openstack | 21:04 | |
*** rbak has quit IRC | 21:04 | |
*** ds_ has joined #openstack | 21:06 | |
*** marzif__ has quit IRC | 21:07 | |
*** walterheck has quit IRC | 21:07 | |
*** hdd has joined #openstack | 21:08 | |
*** leeantho has quit IRC | 21:08 | |
*** leeantho has joined #openstack | 21:09 | |
*** mattgriffin has quit IRC | 21:11 | |
*** hezhiqiang has quit IRC | 21:12 | |
*** cleong has quit IRC | 21:12 | |
*** MarkBaker has joined #openstack | 21:12 | |
*** jerrygb has joined #openstack | 21:13 | |
*** pkircher_ has quit IRC | 21:14 | |
*** mab__ has quit IRC | 21:14 | |
*** sleinen-AS559 has joined #openstack | 21:14 | |
*** designbybeck has quit IRC | 21:14 | |
*** sghanekar has joined #openstack | 21:16 | |
*** jcarter2 has quit IRC | 21:16 | |
*** cptweasel has joined #openstack | 21:17 | |
*** B4bad00ki has quit IRC | 21:18 | |
*** dneary has quit IRC | 21:19 | |
*** erhudy has quit IRC | 21:19 | |
*** dyasny has quit IRC | 21:19 | |
*** vsedelnik has quit IRC | 21:21 | |
*** jwitko has joined #openstack | 21:22 | |
*** cptweasel has quit IRC | 21:22 | |
jwitko | anyone ever have an issue before on a windows VM where openstack SPICE console shows the screen upside down and backwards? | 21:22 |
Sam-I-Am | jwitko: have you thought about re-orienting your chair and using a mirror? | 21:23 |
jwitko | lol | 21:23 |
*** vivek-ebay has joined #openstack | 21:25 | |
*** mosburn has joined #openstack | 21:25 | |
*** Reepicheep has joined #openstack | 21:25 | |
*** fyb3r has quit IRC | 21:28 | |
*** achanda has quit IRC | 21:33 | |
*** jtomasek has quit IRC | 21:33 | |
*** pkircher has joined #openstack | 21:33 | |
*** ashw has quit IRC | 21:34 | |
*** Guest12232 has quit IRC | 21:34 | |
*** dyasny has joined #openstack | 21:34 | |
*** vsedelnik has joined #openstack | 21:34 | |
*** rahulait has joined #openstack | 21:36 | |
*** Mudpuppy has quit IRC | 21:36 | |
*** jerrygb has quit IRC | 21:38 | |
*** ultimateboy has joined #openstack | 21:38 | |
*** Ephur has quit IRC | 21:38 | |
*** jerrygb has joined #openstack | 21:39 | |
*** tkramer has quit IRC | 21:39 | |
*** sayan has quit IRC | 21:40 | |
*** ntata has quit IRC | 21:41 | |
*** mchestr has quit IRC | 21:41 | |
*** willsama has quit IRC | 21:41 | |
*** ephoenix has joined #openstack | 21:42 | |
*** aossama has quit IRC | 21:42 | |
*** pratikmallya has quit IRC | 21:42 | |
*** salv-orlando has quit IRC | 21:43 | |
*** salv-orlando has joined #openstack | 21:43 | |
*** sneti_ has quit IRC | 21:45 | |
*** EricGonczer_ has quit IRC | 21:45 | |
*** aossama has joined #openstack | 21:46 | |
*** MarkBaker has quit IRC | 21:46 | |
bandwidth | exit | 21:48 |
*** bandwidth has quit IRC | 21:48 | |
*** ZZelle has quit IRC | 21:49 | |
ephoenix | hey everyone ! | 21:50 |
*** hdd has quit IRC | 21:51 | |
brahama | hi guys! just trying to get the pros of using AD for keystone instead of DB; for the users, and tenants, and roles stuff.. What i can think is that all provisioning done automatically to AD, like new tenants, users, will be transparent to keystone and dashboard. so i dont need to sync, create tenants in keystone via script for isntance. Am i correct? | 21:51 |
*** FallenPegasus has joined #openstack | 21:52 | |
*** ZZelle has joined #openstack | 21:53 | |
*** mchestr has joined #openstack | 21:53 | |
*** mchestr has quit IRC | 21:54 | |
*** mchestr has joined #openstack | 21:54 | |
*** ppradhan has left #openstack | 21:55 | |
*** Ephur has joined #openstack | 21:56 | |
*** jdelaros1 has joined #openstack | 21:57 | |
*** talwai has quit IRC | 21:57 | |
*** k_stev has quit IRC | 22:00 | |
*** zenpac has quit IRC | 22:01 | |
*** jerrygb has quit IRC | 22:01 | |
*** burgerk has quit IRC | 22:01 | |
*** fzdarsky has joined #openstack | 22:01 | |
*** yrabl has quit IRC | 22:02 | |
*** xemdetia has quit IRC | 22:02 | |
*** travnewmatic has quit IRC | 22:03 | |
*** pratikmallya has joined #openstack | 22:04 | |
*** marzif__ has joined #openstack | 22:06 | |
*** jdelaros1 has quit IRC | 22:06 | |
*** severion has joined #openstack | 22:06 | |
*** v1k0d3n has quit IRC | 22:06 | |
*** aimon has quit IRC | 22:07 | |
*** mosburn has quit IRC | 22:08 | |
*** dhblaz has quit IRC | 22:09 | |
*** aimon has joined #openstack | 22:09 | |
*** jasonsb has joined #openstack | 22:09 | |
*** aimon has quit IRC | 22:10 | |
*** hdd has joined #openstack | 22:10 | |
*** pnavarro has quit IRC | 22:11 | |
*** aimon has joined #openstack | 22:11 | |
*** jerrygb has joined #openstack | 22:12 | |
*** hdd has quit IRC | 22:12 | |
*** dneary has joined #openstack | 22:13 | |
*** aimon has quit IRC | 22:13 | |
*** Aleks__ has quit IRC | 22:14 | |
*** trifon has quit IRC | 22:14 | |
*** domc1 has left #openstack | 22:15 | |
*** jrist has quit IRC | 22:16 | |
*** RedRat has joined #openstack | 22:17 | |
*** vishwanathj has joined #openstack | 22:17 | |
*** OutBackDingo_ has quit IRC | 22:17 | |
*** Marga_ has joined #openstack | 22:17 | |
*** jrist has joined #openstack | 22:18 | |
*** OutBackDingo_ has joined #openstack | 22:18 | |
*** aimon has joined #openstack | 22:18 | |
*** annegentle has quit IRC | 22:19 | |
*** jonaspaulo has joined #openstack | 22:19 | |
*** marzif__ has quit IRC | 22:20 | |
*** gondoi is now known as zz_gondoi | 22:21 | |
*** vishwanathj has quit IRC | 22:22 | |
*** sleinen-AS559 has quit IRC | 22:23 | |
*** sleinen-AS559 has joined #openstack | 22:23 | |
*** dbrandon has quit IRC | 22:24 | |
*** gildub has joined #openstack | 22:24 | |
*** mwagner has quit IRC | 22:24 | |
*** dhollinger has quit IRC | 22:25 | |
*** cfh has quit IRC | 22:29 | |
*** drawsmcgraw has left #openstack | 22:29 | |
*** mikeoutland has quit IRC | 22:30 | |
*** baker has quit IRC | 22:30 | |
*** zenpac has joined #openstack | 22:31 | |
*** pkennedy_ has quit IRC | 22:31 | |
*** dbrandon has joined #openstack | 22:31 | |
*** ZZelle_ has joined #openstack | 22:33 | |
*** ZZelle_ has quit IRC | 22:33 | |
*** fzdarsky has quit IRC | 22:33 | |
*** dneary has quit IRC | 22:35 | |
*** vijaykakkar has joined #openstack | 22:37 | |
*** OutBackDingo has quit IRC | 22:38 | |
*** neilus_ has quit IRC | 22:39 | |
*** OutBackDingo has joined #openstack | 22:40 | |
*** Ana_njj has joined #openstack | 22:41 | |
Ana_njj | hi all | 22:41 |
*** rhagarty has joined #openstack | 22:42 | |
*** devth has joined #openstack | 22:42 | |
*** rhagarty has quit IRC | 22:43 | |
*** jerrygb has quit IRC | 22:43 | |
Ana_njj | am new in this irc , i need to ask question , regarding the openstack HA, can you help me? | 22:43 |
*** rhagarty has joined #openstack | 22:44 | |
*** ultimateboy has quit IRC | 22:44 | |
Ana_njj | helow | 22:44 |
*** Reepicheep has quit IRC | 22:46 | |
*** devth_ has quit IRC | 22:46 | |
*** tvvcox has quit IRC | 22:46 | |
*** livelace has quit IRC | 22:46 | |
*** devth has quit IRC | 22:47 | |
*** mosburn has joined #openstack | 22:48 | |
*** GeoKM has joined #openstack | 22:48 | |
*** ultimateboy has joined #openstack | 22:49 | |
*** Ana_njj has quit IRC | 22:49 | |
*** Ana_njj has joined #openstack | 22:49 | |
*** zengine has joined #openstack | 22:50 | |
*** ananajj has joined #openstack | 22:50 | |
*** jerrygb has joined #openstack | 22:50 | |
Ana_njj | hi | 22:50 |
*** roxtrongo has joined #openstack | 22:51 | |
*** rahulait has quit IRC | 22:51 | |
ananajj | hhi | 22:51 |
*** tlaxkit has joined #openstack | 22:52 | |
*** pixelbeat_ has joined #openstack | 22:53 | |
*** fzdarsky has joined #openstack | 22:56 | |
*** devth has joined #openstack | 22:56 | |
*** cptweasel has joined #openstack | 22:56 | |
*** devth_ has joined #openstack | 22:56 | |
*** Marga_ has quit IRC | 22:57 | |
*** GeoKM has quit IRC | 22:57 | |
*** GeoKM has joined #openstack | 22:57 | |
*** Marga_ has joined #openstack | 22:58 | |
*** njohnston is now known as nate_gone | 23:00 | |
*** devth has quit IRC | 23:00 | |
*** s00pcan has quit IRC | 23:01 | |
*** cptweasel has quit IRC | 23:01 | |
*** Ephur has quit IRC | 23:01 | |
*** s00pcan has joined #openstack | 23:01 | |
*** arnoldje has quit IRC | 23:01 | |
jidar | brahama: the advantage is that all of your users auth to a single location | 23:02 |
*** rhagarty_ has joined #openstack | 23:03 | |
*** geguileo has quit IRC | 23:04 | |
*** rhagarty_ has quit IRC | 23:04 | |
*** rhagarty has quit IRC | 23:04 | |
*** rhagarty has joined #openstack | 23:05 | |
*** Ephur has joined #openstack | 23:05 | |
*** s00pcan has quit IRC | 23:05 | |
brahama | yeps jidar .. also authz, but i was reading and idont think i can uuse the current structure in our company's AD to use tenants in AD. But i found quite well documented sites so is good to know it can be done.. will have to do some tests. Thanks | 23:06 |
*** s00pcan has joined #openstack | 23:06 | |
jidar | brahama: that's the thing that confuses me too, why would they build to use AD, but then force a structure change | 23:07 |
* jidar boggles | 23:07 | |
jidar | I could reasonable see requiring a separate OU, that you could build as needed, but forcing you to put stuff in the root | 23:07 |
jidar | and the way... I just don't understand why | 23:07 |
*** salv-orlando has quit IRC | 23:07 | |
*** slaweq has joined #openstack | 23:07 | |
*** marzif__ has joined #openstack | 23:07 | |
*** akrzos has joined #openstack | 23:07 | |
*** sleinen-AS559 has quit IRC | 23:07 | |
*** mosburn has quit IRC | 23:07 | |
*** aimon has quit IRC | 23:07 | |
*** leeantho_ has joined #openstack | 23:08 | |
*** mwagner has joined #openstack | 23:08 | |
*** FallenPegasus has quit IRC | 23:09 | |
*** gregmark has quit IRC | 23:10 | |
*** avozza has joined #openstack | 23:10 | |
*** FunnyLookinHat has quit IRC | 23:10 | |
*** aimon has joined #openstack | 23:12 | |
*** leeantho has quit IRC | 23:12 | |
*** s00pcan has quit IRC | 23:13 | |
*** s00pcan has joined #openstack | 23:15 | |
*** pratikmallya has quit IRC | 23:15 | |
*** yocum has quit IRC | 23:15 | |
*** s00pcan has quit IRC | 23:15 | |
brahama | its a pity jidar .. thanks! | 23:16 |
jidar | np | 23:16 |
*** achanda has joined #openstack | 23:16 | |
*** s00pcan has joined #openstack | 23:16 | |
*** aimon has quit IRC | 23:17 | |
*** Marga_ has quit IRC | 23:17 | |
*** ds_ has quit IRC | 23:17 | |
*** zengine has left #openstack | 23:18 | |
*** julim has joined #openstack | 23:19 | |
*** salv-orlando has joined #openstack | 23:20 | |
*** alop has quit IRC | 23:20 | |
*** julim has quit IRC | 23:21 | |
*** salv-orl_ has joined #openstack | 23:21 | |
*** Marga_ has joined #openstack | 23:21 | |
*** Marga_ has quit IRC | 23:22 | |
*** Marga_ has joined #openstack | 23:23 | |
*** s00pcan has quit IRC | 23:23 | |
*** julim has joined #openstack | 23:23 | |
*** stackdump has quit IRC | 23:24 | |
*** s00pcan has joined #openstack | 23:24 | |
*** salv-or__ has joined #openstack | 23:24 | |
*** roxtrongo has quit IRC | 23:24 | |
*** salv-orlando has quit IRC | 23:25 | |
*** jasonsb has quit IRC | 23:25 | |
*** julim has quit IRC | 23:26 | |
*** Madskills has joined #openstack | 23:27 | |
*** pratikmallya has joined #openstack | 23:27 | |
*** salv-orl_ has quit IRC | 23:28 | |
*** marzif__ has quit IRC | 23:28 | |
*** spotz_zzz is now known as spotz | 23:28 | |
*** Mudpuppy has joined #openstack | 23:30 | |
*** tobe has joined #openstack | 23:31 | |
*** jobewan has quit IRC | 23:31 | |
*** Madskills has quit IRC | 23:31 | |
*** jinxing has joined #openstack | 23:31 | |
*** fzdarsky has quit IRC | 23:32 | |
*** jerrygb has quit IRC | 23:33 | |
*** jinxing has quit IRC | 23:34 | |
*** cjellick has quit IRC | 23:34 | |
*** rfolco has joined #openstack | 23:35 | |
*** tobe has quit IRC | 23:36 | |
*** tobe has joined #openstack | 23:37 | |
*** slotti has quit IRC | 23:37 | |
*** robbiew has left #openstack | 23:37 | |
*** Mudpuppy has quit IRC | 23:38 | |
*** dgurtner has quit IRC | 23:38 | |
*** tochi has joined #openstack | 23:38 | |
*** spotz is now known as spotz_zzz | 23:39 | |
*** zengine has joined #openstack | 23:41 | |
*** mrjazzcat has quit IRC | 23:41 | |
*** zengine has left #openstack | 23:41 | |
*** pkircher_ has joined #openstack | 23:41 | |
*** otter768 has quit IRC | 23:42 | |
*** jerrygb has joined #openstack | 23:43 | |
*** annegentle has joined #openstack | 23:44 | |
*** pkircher has quit IRC | 23:44 | |
*** pkircher_ is now known as pkircher | 23:44 | |
*** FallenPegasus has joined #openstack | 23:46 | |
*** vsedelnik has quit IRC | 23:46 | |
*** achanda has quit IRC | 23:47 | |
*** yocum has joined #openstack | 23:47 | |
*** achanda has joined #openstack | 23:49 | |
*** akrzos has quit IRC | 23:49 | |
*** salv-or__ has quit IRC | 23:51 | |
*** eghobo has joined #openstack | 23:51 | |
*** cliles has quit IRC | 23:51 | |
*** tobe has quit IRC | 23:51 | |
*** rfolco has quit IRC | 23:53 | |
*** tobe has joined #openstack | 23:53 | |
*** Zhongjun has joined #openstack | 23:54 | |
*** tobe has quit IRC | 23:54 | |
*** tobe has joined #openstack | 23:55 | |
*** GenteelBen has quit IRC | 23:55 | |
*** obedmr has quit IRC | 23:56 | |
*** cptweasel has joined #openstack | 23:57 | |
*** electrocucaracha has quit IRC | 23:57 | |
*** achanda has quit IRC | 23:57 | |
*** annegentle has quit IRC | 23:57 | |
*** hezhiqiang has joined #openstack | 23:58 | |
*** sleinen-AS559 has joined #openstack | 23:58 | |
*** cfriesen_ has quit IRC | 23:58 | |
*** geguileo has joined #openstack | 23:58 | |
*** avozza_ has quit IRC | 23:59 | |
*** mchestr has quit IRC | 23:59 | |
*** tobe has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!