jidar | it's still image based, but it's served block devices out | 00:00 |
---|---|---|
jidar | I should say, it's still an image on disk for ceph | 00:00 |
*** havill has joined #openstack | 00:01 | |
*** achampion has joined #openstack | 00:03 | |
*** spiette has quit IRC | 00:03 | |
*** ivar-lazzaro has quit IRC | 00:03 | |
*** tmatsu has joined #openstack | 00:04 | |
*** `CalvinJH has quit IRC | 00:05 | |
*** leeantho has quit IRC | 00:05 | |
AndyWojo | Sure, so on the image side it could be a 20gb image, inside ceph, but presented to the instance it's block? | 00:06 |
*** `Calvin has joined #openstack | 00:06 | |
*** `Calvin has joined #openstack | 00:06 | |
jidar | yea | 00:06 |
jidar | the instance see's it as a block device | 00:07 |
AndyWojo | interesting | 00:07 |
AndyWojo | What's the preferred way to issue block storage? I have a ton of unused fiber attached storage I can zone out somewhere | 00:07 |
jidar | every vendor has their preferred way | 00:07 |
AndyWojo | I should say, what's the preferred way to utilize fiber attached block storage | 00:07 |
*** rbridgeman_ has joined #openstack | 00:07 | |
jidar | are you looking for cinder integration or just raw devices you attach? | 00:07 |
*** tmatsu has quit IRC | 00:08 | |
*** tmatsu has joined #openstack | 00:08 | |
AndyWojo | I'd like to allocate a ton of raw storage to $openstack_thing, and then have it manage chopping that storage up for the instances | 00:08 |
AndyWojo | similar to how vmware does it | 00:08 |
jidar | you could control the amount via metadata for the project, but most vendors don't have a limit on the storage side | 00:09 |
*** circ-user-GqYC3 has joined #openstack | 00:09 | |
AndyWojo | what service does this? | 00:09 |
AndyWojo | Cinder? | 00:09 |
*** rbridgeman__ has joined #openstack | 00:10 | |
*** achampio1 has joined #openstack | 00:10 | |
jidar | which part? the limitation on the project? keystone | 00:10 |
AndyWojo | No no, allocating say, 1tb to openstack, and having it manage chopping that data up for instances | 00:11 |
jidar | that's what I'm saying, you don't | 00:11 |
jidar | cinder generally talks directly to the storage, like say through API calls | 00:11 |
jidar | and will do things like, "give me a 20gig lun, and attach it to host1" | 00:12 |
*** B_Smith has joined #openstack | 00:12 | |
AndyWojo | Ah | 00:12 |
*** achampion has quit IRC | 00:12 | |
AndyWojo | So that's directed attached storage | 00:12 |
jidar | no | 00:12 |
AndyWojo | On AIX we'd call that NPIV | 00:12 |
jidar | NPIV is something else... | 00:12 |
*** rbridgeman_ has quit IRC | 00:13 | |
jidar | it's still a FC device attached to a host | 00:13 |
AndyWojo | A physical host? | 00:13 |
jidar | yes | 00:13 |
AndyWojo | Gotcha.. | 00:14 |
jidar | usually when you do something like say, boot a instance off an image by creating a new volume the following happens | 00:14 |
jidar | (on fc) | 00:14 |
*** alaird has quit IRC | 00:14 | |
jidar | cinder asks the storage array for a LUN of X side | 00:14 |
*** ivar-lazzaro has joined #openstack | 00:14 | |
jidar | attach that to controller (or cinder-service holder) | 00:14 |
*** t4nk803_ has joined #openstack | 00:14 | |
jidar | it copies the data from glance on to that LUN | 00:14 |
AndyWojo | So if you migrate an instance from one compute node to another, does it manage the storage you've allocated to the old compute host? | 00:14 |
jidar | unmaps, rescans hba, attach that LUN on a compute node | 00:15 |
jidar | then the instance it booted | 00:15 |
*** rfolco has quit IRC | 00:15 | |
AndyWojo | Gotcha | 00:15 |
jidar | using a local disk like, /dev/sdy | 00:15 |
jidar | it just has the SP map the lun to another host | 00:15 |
*** spotz_zzz is now known as spotz | 00:15 | |
jidar | copies the ram over | 00:16 |
jidar | all the normal stuff | 00:16 |
AndyWojo | Gotcha | 00:16 |
*** t4nk803_ has quit IRC | 00:16 | |
AndyWojo | So if you use Ceph, you allocate storage to it, and then create an image in which you can allocate to an instance for block right? | 00:17 |
*** smccarth_ has quit IRC | 00:17 | |
*** bkopilov has quit IRC | 00:17 | |
jidar | you create a pool in ceph and then tell cinder to use that pool for it's volumes | 00:17 |
AndyWojo | Ah | 00:18 |
jidar | the pool only knows, iirc, how many pgs to use, which is a fancy way of saying how many times it splits the data up across all of your disks | 00:18 |
*** dneary has joined #openstack | 00:18 | |
*** jamesdenton has joined #openstack | 00:19 | |
*** suyash has quit IRC | 00:20 | |
*** mikeoutland has joined #openstack | 00:22 | |
*** Ger-chervyak has joined #openstack | 00:22 | |
*** Ger-chervyak has quit IRC | 00:25 | |
*** JonnyV has joined #openstack | 00:25 | |
*** rbowen has joined #openstack | 00:25 | |
*** cyborg-one has quit IRC | 00:25 | |
*** diogogmt has joined #openstack | 00:25 | |
*** zhhuabj_ has quit IRC | 00:26 | |
jmlowe | AndyWojo: the preferred method for using ceph is to have it back glance and export the url for the image, when you instantiate cinder consumes that url and also being backed by ceph instructs ceph to make a copy on write clone of that url into a new device, so if you have an 8GB image and boot 100 instances from it you've only actually consumed let's say 8.5GB once some logs and other stuff are written out, other storage methods would h | 00:27 |
AndyWojo | Interesting | 00:27 |
*** bkopilov has joined #openstack | 00:28 | |
AndyWojo | I have a lot to learn on the storage side, there's a lot of options | 00:28 |
jmlowe | you can also put your object store on top | 00:28 |
*** zhhuabj_ has joined #openstack | 00:29 | |
*** hfu has joined #openstack | 00:29 | |
jmlowe | you'll find that to be true of any openstack project, you can install the same four basic services nova, neutron, cinder, glance and wind up with dozens functionally of different clouds | 00:29 |
*** bobh has quit IRC | 00:30 | |
AndyWojo | Gotcha | 00:31 |
AndyWojo | I have a few thousand dollars to buy some rack mounted hardware for our lab at work to do an openstack PoC | 00:31 |
*** mikeoutland has quit IRC | 00:31 | |
AndyWojo | So I'm thinking 1 controller node, 3 compute nodes and 1 storage node | 00:31 |
AndyWojo | Once I get it up and running, I also have a PowerLinux server I want to try and get running as a compute node | 00:32 |
*** MikeG451 has quit IRC | 00:32 | |
jmlowe | how much is a lot of storage for you? | 00:32 |
*** cdash has left #openstack | 00:32 | |
AndyWojo | A few petabytes | 00:32 |
*** Ger-chervyak has joined #openstack | 00:32 | |
jmlowe | I work in research, so my sense of scale is a bit out of whack compared to the rest of the world | 00:33 |
*** rbowen has quit IRC | 00:35 | |
jidar | fair warning, you likely don't want to stick a few petabytes worth of data on a single server for ceph | 00:35 |
jidar | it's VERY cpu intensive | 00:35 |
jidar | (per osd anyway) | 00:35 |
jidar | I think it's something like 2 OSD (disk) per cpu core as a general recommendation | 00:36 |
jmlowe | I'd look here to see if your storage system is in there somewhere http://docs.openstack.org/mitaka/config-reference/block-storage.html | 00:36 |
jmlowe | yeah having a decent san negates the case for ceph, ceph is for when somebody hasn't handed you a dump truck full of money to buy a san | 00:37 |
jidar | yea, you'll likely want to do vendor backed cinder plugin of some sort | 00:38 |
jidar | if you've got that much data on a SAN | 00:38 |
*** Benj has joined #openstack | 00:41 | |
*** `Calvin has quit IRC | 00:41 | |
*** Benj is now known as Guest2102 | 00:41 | |
*** salv-orlando has joined #openstack | 00:42 | |
*** MaxSan_ has quit IRC | 00:43 | |
*** MaxSan_ has joined #openstack | 00:43 | |
*** schwicht has joined #openstack | 00:44 | |
*** jpena has joined #openstack | 00:44 | |
*** Guest15406 has quit IRC | 00:44 | |
*** Guest2102 has quit IRC | 00:45 | |
*** ndk has joined #openstack | 00:45 | |
*** salv-orlando has quit IRC | 00:48 | |
*** fc__ has quit IRC | 00:49 | |
*** dmellado has joined #openstack | 00:49 | |
*** fc__ has joined #openstack | 00:49 | |
*** amoralej has joined #openstack | 00:50 | |
*** rbowen has joined #openstack | 00:50 | |
*** MaxSan_ has quit IRC | 00:50 | |
*** nathwill has quit IRC | 00:51 | |
*** MaxSan_ has joined #openstack | 00:51 | |
*** Ger-chervyak has quit IRC | 00:51 | |
AndyWojo | Well we have a variety of storage | 00:54 |
*** MaxSan_ has quit IRC | 00:54 | |
AndyWojo | XIV, V3700, V9000 etc | 00:54 |
AndyWojo | (all IBM storage) | 00:54 |
*** MaxSan_ has joined #openstack | 00:54 | |
AndyWojo | I see all the IBM ones I'd need on there | 00:54 |
*** namnh has joined #openstack | 00:55 | |
jmlowe | AndyWojo: what industry, out of curiosity? | 00:59 |
*** al has quit IRC | 00:59 | |
AndyWojo | Small IT Consultancy | 00:59 |
AndyWojo | 50ish people | 00:59 |
*** CptUnlucky has quit IRC | 00:59 | |
AndyWojo | Mostly consultants... | 01:00 |
AndyWojo | We're falling a bit behind on the private cloud technology, so I've been tasked with building out an open stack PoC in our lab | 01:00 |
AndyWojo | Our lab consists of a ton of storage we get for testing | 01:00 |
jmlowe | We bought a lot of IBM gear over the years, I was going to guess higher ed or finance | 01:01 |
*** firebrick has joined #openstack | 01:01 | |
*** al has joined #openstack | 01:01 | |
*** mixomathoze has quit IRC | 01:02 | |
AndyWojo | IBM storage is the best :) | 01:02 |
AndyWojo | Nothing is outstrips the DS8k line | 01:02 |
AndyWojo | Literally top tier | 01:02 |
AndyWojo | also top tier price | 01:02 |
jmlowe | I still buy hgst when I have the choice | 01:03 |
*** rbowen has quit IRC | 01:05 | |
*** lubos_cz has quit IRC | 01:05 | |
*** Nepoc has quit IRC | 01:06 | |
*** MaxSan_ has quit IRC | 01:06 | |
*** Nepoc has joined #openstack | 01:07 | |
*** tochi has quit IRC | 01:07 | |
*** dneary has quit IRC | 01:08 | |
*** mixomathoze has joined #openstack | 01:11 | |
*** firebrick has quit IRC | 01:11 | |
*** stanchan has quit IRC | 01:12 | |
*** johnhunter has joined #openstack | 01:13 | |
*** baoli has quit IRC | 01:16 | |
*** baoli has joined #openstack | 01:16 | |
*** mikeoutland has joined #openstack | 01:17 | |
*** visibilityspots has quit IRC | 01:18 | |
*** schwicht has quit IRC | 01:20 | |
*** atheism has joined #openstack | 01:20 | |
*** schwicht has joined #openstack | 01:22 | |
*** hdd has joined #openstack | 01:22 | |
*** baoli has quit IRC | 01:22 | |
*** kengo_sakai has joined #openstack | 01:23 | |
*** Ger-chervyak has joined #openstack | 01:24 | |
*** gildub has quit IRC | 01:24 | |
*** MaxSan_ has joined #openstack | 01:24 | |
*** zenoway has joined #openstack | 01:26 | |
*** kiranv_ has joined #openstack | 01:27 | |
*** jinxing has joined #openstack | 01:28 | |
*** mummer has quit IRC | 01:28 | |
*** hdd has quit IRC | 01:28 | |
*** thorst_ has joined #openstack | 01:28 | |
*** kiranv_ has quit IRC | 01:29 | |
*** kiranv has quit IRC | 01:30 | |
*** zenoway has quit IRC | 01:30 | |
*** mikeoutland has quit IRC | 01:33 | |
*** yangxi has joined #openstack | 01:34 | |
AndyWojo | If I have a single network (192.168.x.x) that's internet accessible, would I use that for the provider network, and then create a routable private network for the management network? | 01:34 |
*** baoli has joined #openstack | 01:34 | |
AndyWojo | I created a 10.x network inside vmware, but it's not routable | 01:35 |
AndyWojo | So it doesn't have a gateway | 01:35 |
*** murrdoc has quit IRC | 01:35 | |
*** chandanc has quit IRC | 01:37 | |
*** ivar-laz_ has joined #openstack | 01:37 | |
AndyWojo | I was hoping I could just use one network, for testing | 01:39 |
*** johnhunter has quit IRC | 01:39 | |
*** johnhunter has joined #openstack | 01:39 | |
*** yangxi has quit IRC | 01:40 | |
*** ivar-lazzaro has quit IRC | 01:41 | |
Sam-I-Am | is this one interface? | 01:41 |
*** ivar-laz_ has quit IRC | 01:41 | |
*** rbowen has joined #openstack | 01:42 | |
AndyWojo | I have a vmware environment where I want to build openstack on top of (for testing) .. it's connected to a cisco ASA5505, where we have one network 192.168.238,240,241.X | 01:43 |
AndyWojo | So I can create a private 10.x network inside vmware | 01:43 |
AndyWojo | but it's not routable. | 01:43 |
*** yangxi has joined #openstack | 01:43 | |
Sam-I-Am | so your control plane for openstack is on 192.168.x ? | 01:44 |
*** vhosakot has joined #openstack | 01:44 | |
*** diogogmt has quit IRC | 01:44 | |
Sam-I-Am | and there's only one interface on each vmware vm? | 01:44 |
AndyWojo | Well I can create as many interfaces as I want ton each vm | 01:44 |
*** salv-orlando has joined #openstack | 01:44 | |
AndyWojo | I basically want to just use 192.168.x as my network | 01:44 |
AndyWojo | I don't have the ability to set up natting for a 10.x network for management network | 01:45 |
*** hichihara has quit IRC | 01:45 | |
Sam-I-Am | well, if you only have one public-ish network, the control and data planes will need to share the same interface on the openstack nodes, which is sort of not ideal. | 01:45 |
*** Vishvendra has joined #openstack | 01:46 | |
AndyWojo | Well this is only for testing. So you could have one interface on your controller / compute nodes? | 01:46 |
Sam-I-Am | in theory, yes. just requires additional config. | 01:47 |
AndyWojo | Gotcha | 01:47 |
*** arch-nemesis has quit IRC | 01:47 | |
*** baoli has quit IRC | 01:48 | |
*** baoli has joined #openstack | 01:48 | |
*** Benj has joined #openstack | 01:48 | |
Sam-I-Am | there really arent any limitations for deploying openstack services, just some work better than others | 01:48 |
*** visibilityspots has joined #openstack | 01:48 | |
*** Benj is now known as Guest89144 | 01:48 | |
*** `Calvin has joined #openstack | 01:49 | |
*** `Calvin has joined #openstack | 01:49 | |
*** erkules has quit IRC | 01:49 | |
*** erkules_ has joined #openstack | 01:49 | |
*** Ger-chervyak has quit IRC | 01:50 | |
*** salv-orlando has quit IRC | 01:51 | |
*** circ-user-GqYC3 has quit IRC | 01:51 | |
*** Guest89144 has quit IRC | 01:52 | |
*** hdd has joined #openstack | 01:53 | |
*** Admin__ has quit IRC | 01:55 | |
*** spzala has joined #openstack | 01:56 | |
*** jimholl_ has quit IRC | 01:56 | |
*** yangxi has quit IRC | 01:58 | |
*** Lee1092 has joined #openstack | 01:59 | |
*** klamath has quit IRC | 01:59 | |
*** rbowen has quit IRC | 01:59 | |
*** klamath has joined #openstack | 02:00 | |
*** rbowen has joined #openstack | 02:00 | |
*** ndk has quit IRC | 02:00 | |
*** gildub has joined #openstack | 02:01 | |
*** tochi has joined #openstack | 02:01 | |
*** ndk has joined #openstack | 02:02 | |
*** spzala has quit IRC | 02:02 | |
*** VW has joined #openstack | 02:03 | |
*** klamath has quit IRC | 02:03 | |
*** yamahata has joined #openstack | 02:03 | |
*** klamath has joined #openstack | 02:03 | |
*** baoli has quit IRC | 02:03 | |
*** schwicht has quit IRC | 02:05 | |
*** techquila has joined #openstack | 02:05 | |
*** kkeuning has joined #openstack | 02:09 | |
*** niknakpaddywak has joined #openstack | 02:10 | |
*** zenoway has joined #openstack | 02:13 | |
*** schwicht has joined #openstack | 02:15 | |
*** ayoung has quit IRC | 02:17 | |
*** zenoway has quit IRC | 02:17 | |
*** spzala has joined #openstack | 02:17 | |
*** gli has joined #openstack | 02:18 | |
*** houming has joined #openstack | 02:18 | |
*** likevinyl has quit IRC | 02:19 | |
*** schwicht has quit IRC | 02:19 | |
*** hvprash has joined #openstack | 02:19 | |
*** dneary has joined #openstack | 02:20 | |
*** TxGVNN has joined #openstack | 02:20 | |
*** spzala has quit IRC | 02:21 | |
*** spzala has joined #openstack | 02:21 | |
*** hvprash has quit IRC | 02:23 | |
*** amotoki has quit IRC | 02:25 | |
*** rbowen has quit IRC | 02:27 | |
*** elo has quit IRC | 02:28 | |
*** mikeoutland has joined #openstack | 02:31 | |
*** _erick0zcr has joined #openstack | 02:31 | |
*** elo has joined #openstack | 02:31 | |
*** achampio1 has quit IRC | 02:31 | |
*** Son_Goku has joined #openstack | 02:32 | |
*** schwicht has joined #openstack | 02:32 | |
*** blomquisg_gone is now known as blomquisg | 02:33 | |
*** Vishvendra has quit IRC | 02:34 | |
*** furlongm has quit IRC | 02:37 | |
*** achampion has joined #openstack | 02:37 | |
*** hdd has quit IRC | 02:38 | |
*** chandanc has joined #openstack | 02:39 | |
*** coolsvap has joined #openstack | 02:41 | |
*** achampion has quit IRC | 02:42 | |
*** saschpe has quit IRC | 02:42 | |
*** saschpe has joined #openstack | 02:45 | |
*** mowntan has quit IRC | 02:47 | |
*** `Calvin has quit IRC | 02:47 | |
*** wangbo has joined #openstack | 02:48 | |
*** achampion has joined #openstack | 02:48 | |
*** murrdoc has joined #openstack | 02:48 | |
*** kiranv_ has joined #openstack | 02:49 | |
*** zenoway has joined #openstack | 02:49 | |
*** `Calvin has joined #openstack | 02:50 | |
*** `Calvin has joined #openstack | 02:50 | |
*** winggundamth has quit IRC | 02:50 | |
*** tmatsu has quit IRC | 02:50 | |
*** tmatsu has joined #openstack | 02:51 | |
*** VW has quit IRC | 02:52 | |
*** amotoki has joined #openstack | 02:52 | |
*** zhhuabj_ has quit IRC | 02:53 | |
*** salv-orlando has joined #openstack | 02:53 | |
*** Vishvendra has joined #openstack | 02:53 | |
*** zenoway has quit IRC | 02:53 | |
*** hdd has joined #openstack | 02:54 | |
*** dneary has quit IRC | 02:54 | |
*** salv-orlando has quit IRC | 02:54 | |
*** mowntan has joined #openstack | 02:57 | |
*** mummer has joined #openstack | 02:58 | |
*** iswid has quit IRC | 02:58 | |
*** iswid has joined #openstack | 02:58 | |
*** tmatsu has quit IRC | 03:00 | |
*** klamath has quit IRC | 03:00 | |
*** vinaypotluri has quit IRC | 03:00 | |
*** amotoki has quit IRC | 03:00 | |
*** adun153 has joined #openstack | 03:02 | |
*** mikeoutland has quit IRC | 03:04 | |
*** rhagarty has quit IRC | 03:06 | |
*** schwicht has quit IRC | 03:10 | |
*** amotoki has joined #openstack | 03:10 | |
*** adun1531 has joined #openstack | 03:13 | |
*** schwicht has joined #openstack | 03:14 | |
*** rfolco has joined #openstack | 03:17 | |
*** blomquisg is now known as blomquisg_gone | 03:17 | |
*** schwicht has quit IRC | 03:18 | |
*** masco has joined #openstack | 03:22 | |
*** adun1531 has quit IRC | 03:23 | |
*** adun153 has quit IRC | 03:23 | |
*** Son_Goku has quit IRC | 03:24 | |
*** nehar has joined #openstack | 03:24 | |
*** zenoway has joined #openstack | 03:24 | |
*** rbridgeman__ has quit IRC | 03:25 | |
*** annp has joined #openstack | 03:25 | |
*** wangbo has quit IRC | 03:25 | |
*** links has joined #openstack | 03:29 | |
*** danwest has quit IRC | 03:29 | |
*** zhhuabj_ has joined #openstack | 03:29 | |
*** zenoway has quit IRC | 03:29 | |
*** amotoki has quit IRC | 03:31 | |
*** ccard has quit IRC | 03:31 | |
*** ccard has joined #openstack | 03:31 | |
*** adun153 has joined #openstack | 03:32 | |
*** mummer has quit IRC | 03:32 | |
*** thorst_ has quit IRC | 03:33 | |
*** jinxing has quit IRC | 03:33 | |
*** thorst_ has joined #openstack | 03:34 | |
*** tochi has quit IRC | 03:36 | |
*** VW has joined #openstack | 03:37 | |
*** Vek has quit IRC | 03:37 | |
*** LenZGr has joined #openstack | 03:38 | |
*** thorst_ has quit IRC | 03:38 | |
*** wangbo has joined #openstack | 03:38 | |
*** akrzos has quit IRC | 03:38 | |
*** VW has quit IRC | 03:39 | |
*** VW_ has joined #openstack | 03:39 | |
*** amotoki has joined #openstack | 03:39 | |
*** Lenz has quit IRC | 03:41 | |
*** terje_ has joined #openstack | 03:41 | |
*** ayoung has joined #openstack | 03:42 | |
*** panda has quit IRC | 03:42 | |
*** likevinyl has joined #openstack | 03:42 | |
*** likevinyl has joined #openstack | 03:42 | |
*** panda has joined #openstack | 03:42 | |
*** thorst_ has joined #openstack | 03:42 | |
*** JRobinson__ is now known as JRobinson__afk | 03:43 | |
*** `Calvin has quit IRC | 03:46 | |
*** linocisco has joined #openstack | 03:47 | |
linocisco | hi all | 03:47 |
linocisco | Openstack vs AWS , which is better? | 03:47 |
*** j_shua has quit IRC | 03:48 | |
*** zenoway has joined #openstack | 03:49 | |
*** `Calvin has joined #openstack | 03:49 | |
*** `Calvin has joined #openstack | 03:49 | |
*** tochi has joined #openstack | 03:50 | |
terje_ | cloudstack | 03:51 |
*** aholler has joined #openstack | 03:51 | |
linocisco | terje_, I dont understand | 03:52 |
terje_ | perhaps it wasn't presented clearly | 03:52 |
*** `Calvin has quit IRC | 03:53 | |
*** zenoway has quit IRC | 03:54 | |
*** mowntan has quit IRC | 03:54 | |
*** aholler_ has quit IRC | 03:54 | |
*** `Calvin has joined #openstack | 03:55 | |
*** `Calvin has joined #openstack | 03:55 | |
*** githogori has quit IRC | 03:57 | |
*** t0mb0_ has quit IRC | 03:57 | |
*** sirushti has quit IRC | 03:57 | |
*** salv-orlando has joined #openstack | 03:58 | |
*** mowntan has joined #openstack | 03:58 | |
*** yangxi has joined #openstack | 03:59 | |
*** jamespage has quit IRC | 04:00 | |
*** gnuoy has quit IRC | 04:00 | |
*** tmatsu has joined #openstack | 04:00 | |
*** gnuoy has joined #openstack | 04:00 | |
*** jamespage has joined #openstack | 04:00 | |
*** kiranv_ has quit IRC | 04:02 | |
*** salv-orlando has quit IRC | 04:02 | |
*** hfu has quit IRC | 04:03 | |
*** mikeoutland has joined #openstack | 04:04 | |
*** mikeoutland has quit IRC | 04:05 | |
*** yamamot__ has joined #openstack | 04:05 | |
*** mkolesni_ has joined #openstack | 04:05 | |
*** sirushti has joined #openstack | 04:06 | |
*** circ-user-GqYC3 has joined #openstack | 04:06 | |
*** dneary has joined #openstack | 04:07 | |
*** t0mb0_ has joined #openstack | 04:08 | |
*** githogori has joined #openstack | 04:08 | |
*** schwicht has joined #openstack | 04:15 | |
*** kiranv_ has joined #openstack | 04:16 | |
*** schwicht has quit IRC | 04:19 | |
*** _erick0zcr has quit IRC | 04:20 | |
*** kushal has joined #openstack | 04:21 | |
*** vinoth has joined #openstack | 04:21 | |
*** t4nk609 has joined #openstack | 04:22 | |
*** t4nk609 has quit IRC | 04:23 | |
*** circ-user-GqYC3 has quit IRC | 04:23 | |
*** mkovarik has joined #openstack | 04:23 | |
vinoth | How shared storage using NFS for nova live migration is implemented in big scale environment? Mapping single NFS storage to all compute would cause performance issue right? | 04:25 |
vinoth | Is it possible to map multiple NFS storage to a single compute node to reduce the performance issue? | 04:26 |
*** dneary has quit IRC | 04:28 | |
*** psachin has joined #openstack | 04:32 | |
*** codeberry_ has joined #openstack | 04:33 | |
*** codeberry has quit IRC | 04:34 | |
*** mowntan has quit IRC | 04:34 | |
*** woodard has quit IRC | 04:38 | |
*** veteran has joined #openstack | 04:42 | |
*** fedexo has joined #openstack | 04:42 | |
*** kiranv_ has quit IRC | 04:44 | |
*** ksobkowiak has quit IRC | 04:44 | |
*** VW_ has quit IRC | 04:45 | |
*** rfolco has quit IRC | 04:53 | |
*** vinoth has quit IRC | 04:54 | |
*** VW has joined #openstack | 04:57 | |
*** salv-orlando has joined #openstack | 04:57 | |
*** ranjithd has joined #openstack | 04:59 | |
*** fragatina has quit IRC | 04:59 | |
*** VW has quit IRC | 05:01 | |
*** jrhett has joined #openstack | 05:02 | |
*** cbader has quit IRC | 05:04 | |
*** wangbo has quit IRC | 05:07 | |
*** winggundamth has joined #openstack | 05:07 | |
*** sleviim has joined #openstack | 05:07 | |
*** AnilV4 has joined #openstack | 05:09 | |
*** hos7ein has joined #openstack | 05:09 | |
*** spzala has quit IRC | 05:12 | |
*** Son_Goku has joined #openstack | 05:13 | |
*** Vikur has quit IRC | 05:14 | |
*** spzala has joined #openstack | 05:14 | |
*** mowntan has joined #openstack | 05:15 | |
*** Vikur has joined #openstack | 05:16 | |
*** natarej has quit IRC | 05:16 | |
*** natarej has joined #openstack | 05:17 | |
*** hdd has quit IRC | 05:17 | |
*** fragatina has joined #openstack | 05:17 | |
*** SteffanW has joined #openstack | 05:18 | |
*** sauvin has joined #openstack | 05:19 | |
*** spzala has quit IRC | 05:19 | |
*** kiranv_ has joined #openstack | 05:20 | |
*** fedexo has quit IRC | 05:20 | |
*** Vikur has quit IRC | 05:20 | |
*** Vikur has joined #openstack | 05:21 | |
*** fedexo has joined #openstack | 05:21 | |
*** fragatina has quit IRC | 05:22 | |
*** kushal has quit IRC | 05:22 | |
*** tonythomas has joined #openstack | 05:23 | |
*** Son_Goku has quit IRC | 05:23 | |
*** coolsvap has quit IRC | 05:25 | |
*** wangbo has joined #openstack | 05:26 | |
*** Vikur has quit IRC | 05:26 | |
*** Vikur has joined #openstack | 05:26 | |
*** sudipto has joined #openstack | 05:28 | |
*** MaxSan_ has quit IRC | 05:28 | |
*** apoorv has joined #openstack | 05:29 | |
*** `Calvin has quit IRC | 05:30 | |
*** ranjithd has quit IRC | 05:31 | |
*** Poornima has joined #openstack | 05:32 | |
*** fragatina has joined #openstack | 05:33 | |
*** MaxSan_ has joined #openstack | 05:33 | |
*** sudipto has quit IRC | 05:33 | |
*** fragatina has quit IRC | 05:33 | |
*** circ-user-GqYC3 has joined #openstack | 05:34 | |
*** fragatina has joined #openstack | 05:34 | |
*** Vek has joined #openstack | 05:34 | |
*** `Calvin has joined #openstack | 05:36 | |
*** `Calvin has joined #openstack | 05:36 | |
*** hos7ein has quit IRC | 05:36 | |
*** jorhett_ has joined #openstack | 05:37 | |
*** Yarboa has joined #openstack | 05:38 | |
*** kushal has joined #openstack | 05:38 | |
*** damadhat has joined #openstack | 05:38 | |
*** AnilV4 has quit IRC | 05:38 | |
*** vimal has joined #openstack | 05:38 | |
*** hos7ein has joined #openstack | 05:39 | |
*** JRobinson__afk is now known as JRobinson__ | 05:39 | |
*** woodard has joined #openstack | 05:39 | |
*** ChubYann has quit IRC | 05:40 | |
*** jrhett has quit IRC | 05:40 | |
*** GeoKM has joined #openstack | 05:40 | |
*** damadhatter has quit IRC | 05:42 | |
*** AnilV4 has joined #openstack | 05:44 | |
*** woodard has quit IRC | 05:44 | |
*** Bhaskarakiran has joined #openstack | 05:47 | |
*** sudipto has joined #openstack | 05:49 | |
*** hfu has joined #openstack | 05:52 | |
*** mrmartin has joined #openstack | 05:53 | |
*** Kephael has quit IRC | 05:54 | |
*** radek has joined #openstack | 05:56 | |
*** `Calvin has quit IRC | 05:56 | |
*** vhosakot has quit IRC | 05:57 | |
*** wangbo has quit IRC | 05:59 | |
*** sudipto has quit IRC | 06:03 | |
*** damadhat has quit IRC | 06:05 | |
*** ogny has joined #openstack | 06:05 | |
*** JRobinson__ has quit IRC | 06:06 | |
*** thorst_ has quit IRC | 06:06 | |
*** thorst_ has joined #openstack | 06:06 | |
*** chrido has joined #openstack | 06:07 | |
*** chrido has quit IRC | 06:08 | |
*** amotoki has quit IRC | 06:10 | |
*** thorst_ has quit IRC | 06:11 | |
*** rdas has joined #openstack | 06:11 | |
*** berendt has joined #openstack | 06:15 | |
*** spzala has joined #openstack | 06:15 | |
*** wangbo has joined #openstack | 06:16 | |
*** skirk has quit IRC | 06:16 | |
*** schwicht has joined #openstack | 06:16 | |
*** kiranv_ has quit IRC | 06:18 | |
*** comay has quit IRC | 06:18 | |
*** StuartMI has joined #openstack | 06:18 | |
*** ogny has quit IRC | 06:19 | |
*** mrmartin has quit IRC | 06:21 | |
*** schwicht has quit IRC | 06:21 | |
*** skirk has joined #openstack | 06:21 | |
*** sudipto has joined #openstack | 06:21 | |
*** spzala has quit IRC | 06:21 | |
*** StuartMI has quit IRC | 06:23 | |
*** groen692 has joined #openstack | 06:24 | |
*** choonming has joined #openstack | 06:25 | |
*** rcernin has joined #openstack | 06:27 | |
*** haaj has joined #openstack | 06:27 | |
*** overlord_tm has joined #openstack | 06:28 | |
*** overlord_tm has quit IRC | 06:29 | |
*** haaj_ has joined #openstack | 06:30 | |
*** overlord_tm has joined #openstack | 06:30 | |
*** yuval has joined #openstack | 06:32 | |
*** bvandenh has joined #openstack | 06:32 | |
*** acruz has joined #openstack | 06:33 | |
*** haaj has quit IRC | 06:33 | |
*** yangxi has quit IRC | 06:34 | |
*** arecknag has joined #openstack | 06:34 | |
*** yangxi has joined #openstack | 06:34 | |
*** berendt has quit IRC | 06:36 | |
*** berendt has joined #openstack | 06:36 | |
*** jprovazn has joined #openstack | 06:37 | |
*** jdurgin1 has joined #openstack | 06:38 | |
*** neilus has joined #openstack | 06:40 | |
*** kkeuning has quit IRC | 06:42 | |
*** rossella_s has joined #openstack | 06:42 | |
*** Serlex has joined #openstack | 06:42 | |
*** tmatsu_ has joined #openstack | 06:42 | |
*** mcornea has joined #openstack | 06:44 | |
*** radsy has joined #openstack | 06:45 | |
*** tmatsu has quit IRC | 06:45 | |
*** mrmartin has joined #openstack | 06:47 | |
*** circ-user-GqYC3 has quit IRC | 06:48 | |
*** absbang has joined #openstack | 06:48 | |
*** nackox has joined #openstack | 06:50 | |
*** migi has joined #openstack | 06:51 | |
*** migi has quit IRC | 06:51 | |
*** migi has joined #openstack | 06:51 | |
*** nackox|afk has quit IRC | 06:52 | |
*** cyrus_mc has quit IRC | 06:52 | |
*** ParsectiX has joined #openstack | 06:53 | |
*** _shaps_ has joined #openstack | 06:53 | |
*** fedexo has quit IRC | 06:55 | |
*** vimal has quit IRC | 06:56 | |
*** yuval has quit IRC | 06:58 | |
*** Gi0 has joined #openstack | 06:59 | |
*** amotoki has joined #openstack | 06:59 | |
*** ade_b has joined #openstack | 06:59 | |
*** tmatsu has joined #openstack | 07:00 | |
*** markus_z has joined #openstack | 07:00 | |
*** mariusv has quit IRC | 07:00 | |
*** tmatsu_ has quit IRC | 07:01 | |
*** mariusv has joined #openstack | 07:01 | |
*** likevinyl has quit IRC | 07:02 | |
*** sudipto has quit IRC | 07:03 | |
*** tesseract has joined #openstack | 07:03 | |
*** mpavone has joined #openstack | 07:03 | |
*** sshnaidm has quit IRC | 07:03 | |
*** sverma has joined #openstack | 07:05 | |
*** salv-orlando has quit IRC | 07:05 | |
*** tmatsu has quit IRC | 07:06 | |
*** tmatsu has joined #openstack | 07:06 | |
*** zenoway has joined #openstack | 07:08 | |
*** atpa8a has quit IRC | 07:08 | |
*** nmagnezi has joined #openstack | 07:09 | |
*** newbie_ has joined #openstack | 07:11 | |
*** zefciu has joined #openstack | 07:11 | |
*** rgogunskiy has joined #openstack | 07:12 | |
*** vincentll has joined #openstack | 07:14 | |
*** omnipresent has joined #openstack | 07:15 | |
*** zenoway has quit IRC | 07:16 | |
*** nkrinner_afk is now known as nkrinner | 07:16 | |
*** foxhunt_away is now known as foxhunt72 | 07:17 | |
*** rsimai_away is now known as rsimai | 07:18 | |
*** Bogdan has quit IRC | 07:18 | |
*** schwicht has joined #openstack | 07:18 | |
*** atpa8a has joined #openstack | 07:19 | |
*** jdurgin1 has quit IRC | 07:19 | |
*** dr0n has quit IRC | 07:19 | |
*** iamrawtion has joined #openstack | 07:19 | |
*** haaj_ has quit IRC | 07:20 | |
*** GeoKM has quit IRC | 07:21 | |
*** curx has joined #openstack | 07:21 | |
*** Bogdan has joined #openstack | 07:22 | |
*** nackox has quit IRC | 07:22 | |
*** zenoway has joined #openstack | 07:23 | |
*** schwicht has quit IRC | 07:23 | |
*** yangxi has quit IRC | 07:23 | |
*** roshannagekar has quit IRC | 07:23 | |
*** LenZGr is now known as Lenz | 07:24 | |
*** omnipresent has quit IRC | 07:25 | |
*** nackox has joined #openstack | 07:25 | |
*** yangxi has joined #openstack | 07:25 | |
*** circ-user-GqYC3 has joined #openstack | 07:26 | |
*** Cyberg has joined #openstack | 07:30 | |
*** tmatsu has quit IRC | 07:30 | |
*** tmatsu has joined #openstack | 07:31 | |
*** sticker has quit IRC | 07:33 | |
*** josecastroleon has joined #openstack | 07:34 | |
*** mikelk has joined #openstack | 07:34 | |
*** jschwarz has joined #openstack | 07:35 | |
*** tmatsu has quit IRC | 07:35 | |
*** tmatsu has joined #openstack | 07:35 | |
*** fsimonce has joined #openstack | 07:36 | |
*** vlaza has joined #openstack | 07:37 | |
*** hieulq has quit IRC | 07:37 | |
*** yaume has joined #openstack | 07:37 | |
*** markus_z has quit IRC | 07:38 | |
*** nstrug has joined #openstack | 07:38 | |
*** MaxSan_ has quit IRC | 07:39 | |
*** toscalix has joined #openstack | 07:42 | |
*** vimal has joined #openstack | 07:44 | |
*** JonnyV has quit IRC | 07:44 | |
*** brahama__ has joined #openstack | 07:44 | |
*** Cyberg has quit IRC | 07:46 | |
*** bil has joined #openstack | 07:47 | |
*** hfu has quit IRC | 07:48 | |
*** hardbot has joined #openstack | 07:49 | |
*** mihero has quit IRC | 07:50 | |
*** admin0 has joined #openstack | 07:50 | |
*** belmoreira has joined #openstack | 07:51 | |
*** atpa8a has quit IRC | 07:51 | |
*** elricsfate has quit IRC | 07:51 | |
*** atpa8a has joined #openstack | 07:52 | |
*** liverpooler has joined #openstack | 07:52 | |
*** hieulq has joined #openstack | 07:52 | |
*** mowntan has quit IRC | 07:53 | |
*** bil has quit IRC | 07:54 | |
*** nstrug has quit IRC | 07:55 | |
*** nstrug has joined #openstack | 07:55 | |
*** newbie_ has quit IRC | 07:56 | |
*** shardy has joined #openstack | 07:56 | |
*** thomnico has joined #openstack | 07:58 | |
*** kawa2014 has joined #openstack | 07:59 | |
*** absbang has quit IRC | 08:00 | |
*** hfu has joined #openstack | 08:01 | |
*** DavidRama has joined #openstack | 08:01 | |
*** ronis has joined #openstack | 08:01 | |
*** absbang has joined #openstack | 08:01 | |
*** haukebruno has joined #openstack | 08:03 | |
*** voelzmo has joined #openstack | 08:04 | |
*** Heidistein has joined #openstack | 08:05 | |
*** adun153 has quit IRC | 08:05 | |
*** bweston92 has quit IRC | 08:06 | |
*** atpa8a has quit IRC | 08:07 | |
*** bweston92 has joined #openstack | 08:07 | |
*** gfidente has joined #openstack | 08:08 | |
*** nask is now known as nask`off | 08:09 | |
*** JRobinson__ has joined #openstack | 08:09 | |
*** kellyp_ has joined #openstack | 08:09 | |
*** albertom has quit IRC | 08:10 | |
*** pkoniszewski has quit IRC | 08:11 | |
*** obedmr- has joined #openstack | 08:11 | |
*** kellyp has quit IRC | 08:11 | |
*** obedmr_ has quit IRC | 08:12 | |
*** grauzikas has joined #openstack | 08:13 | |
*** albertom has joined #openstack | 08:13 | |
*** tmatsu has quit IRC | 08:13 | |
*** tmatsu has joined #openstack | 08:14 | |
*** tvvcox has joined #openstack | 08:14 | |
*** mturpin has joined #openstack | 08:14 | |
*** pkoniszewski has joined #openstack | 08:15 | |
*** radsy has quit IRC | 08:16 | |
*** vincentll has quit IRC | 08:16 | |
*** MaxSan_ has joined #openstack | 08:16 | |
*** vincentll has joined #openstack | 08:16 | |
*** atpa8a has joined #openstack | 08:18 | |
*** mah has joined #openstack | 08:18 | |
*** spzala has joined #openstack | 08:18 | |
mah | Hi all , anybody could help in devstack kilo problem ? | 08:18 |
*** e0ne has joined #openstack | 08:18 | |
*** dizquierdo has joined #openstack | 08:19 | |
*** yamahata has quit IRC | 08:20 | |
*** KarlchenK has joined #openstack | 08:20 | |
*** mkarpin has left #openstack | 08:21 | |
*** spzala has quit IRC | 08:22 | |
*** CptUnlucky has joined #openstack | 08:24 | |
*** flughafen has joined #openstack | 08:24 | |
*** CptUnlucky has quit IRC | 08:24 | |
*** radek has quit IRC | 08:25 | |
*** lucendio has quit IRC | 08:26 | |
*** jschwarz has quit IRC | 08:29 | |
*** GenteelBen has joined #openstack | 08:30 | |
*** daemontool__ is now known as daemontool | 08:30 | |
*** DavidRama has quit IRC | 08:33 | |
*** DavidRama has joined #openstack | 08:34 | |
*** zhhuabj_ has quit IRC | 08:34 | |
*** Benj_ has joined #openstack | 08:35 | |
*** TMM has quit IRC | 08:37 | |
*** jistr has joined #openstack | 08:37 | |
*** Benj_ has quit IRC | 08:39 | |
*** nask`off is now known as nask | 08:39 | |
*** erkules_ is now known as erkules | 08:40 | |
*** erkules has quit IRC | 08:40 | |
*** erkules has joined #openstack | 08:40 | |
*** sshnaidm has joined #openstack | 08:40 | |
*** `Calvin has joined #openstack | 08:41 | |
*** `Calvin has joined #openstack | 08:41 | |
*** CptUnlucky has joined #openstack | 08:42 | |
linocisco | hi all | 08:42 |
*** amotoki has quit IRC | 08:42 | |
linocisco | being #trystack is not responding , can I ask one question here? | 08:42 |
*** amotoki has joined #openstack | 08:43 | |
*** MaxSan_ has quit IRC | 08:45 | |
*** MaxSan_1 has joined #openstack | 08:45 | |
*** tmatsu has quit IRC | 08:46 | |
*** livelace has joined #openstack | 08:46 | |
*** jschwarz has joined #openstack | 08:46 | |
*** zhhuabj_ has joined #openstack | 08:47 | |
*** tmatsu has joined #openstack | 08:48 | |
*** livelace has quit IRC | 08:50 | |
*** mowntan has joined #openstack | 08:52 | |
*** lucendio has joined #openstack | 08:53 | |
*** anshul has joined #openstack | 08:53 | |
*** anshul is now known as Guest64153 | 08:54 | |
*** rodr1go has joined #openstack | 08:54 | |
*** rodr1go is now known as rodrigo | 08:55 | |
*** toscalix has quit IRC | 08:56 | |
*** absbang has quit IRC | 08:56 | |
*** toscalix_ has joined #openstack | 08:56 | |
*** tty00 has quit IRC | 08:56 | |
*** tmatsu_ has joined #openstack | 08:57 | |
*** tty00 has joined #openstack | 08:58 | |
*** ArchiFleKs has quit IRC | 08:58 | |
*** havill has quit IRC | 08:59 | |
*** TxGVNN has quit IRC | 08:59 | |
*** TxGVNN has joined #openstack | 08:59 | |
*** vlaza has quit IRC | 09:00 | |
*** tmatsu has quit IRC | 09:00 | |
*** wangbo has quit IRC | 09:02 | |
*** yuval has joined #openstack | 09:02 | |
*** tochi has quit IRC | 09:03 | |
*** ArchiFleKs has joined #openstack | 09:03 | |
*** tty00 has quit IRC | 09:03 | |
flughafen | how do you guys handle ssl on a vm running in the cloud with dual network setups/different hostnames/ips? | 09:03 |
*** _shaps__ has joined #openstack | 09:04 | |
*** haaj has joined #openstack | 09:05 | |
*** tty00 has joined #openstack | 09:05 | |
*** jschwarz has quit IRC | 09:05 | |
*** jschwarz has joined #openstack | 09:05 | |
*** haaj has quit IRC | 09:06 | |
*** djan has quit IRC | 09:06 | |
*** haaj has joined #openstack | 09:07 | |
*** _shaps_ has quit IRC | 09:08 | |
linocisco | hi all | 09:08 |
*** neith has joined #openstack | 09:08 | |
linocisco | how to login to trystack from windows. i use putty. It shows. login as: and prompt | 09:08 |
linocisco | my instance is ubuntu16.04 | 09:08 |
linocisco | how to login? | 09:08 |
*** _shaps__ has quit IRC | 09:08 | |
*** _shaps_ has joined #openstack | 09:10 | |
*** kellyp has joined #openstack | 09:11 | |
dmellado | linocisco: instances within openstack usually use ssh key auth | 09:11 |
dmellado | so you'll have to put your ssh key details in your trystack account | 09:11 |
dmellado | before spawning your instance | 09:11 |
dmellado | ;) | 09:11 |
*** mowntan has quit IRC | 09:12 | |
mah | when I go for the dashboard and put the username and password, it starts to load the page but nothing happen later ?? why that occurs ? | 09:12 |
linocisco | dmellado, I did try to paste ssh public key generated from putty. keypairs is saved. but from putty now to connect to instance. I dont know how to login using windows putty | 09:13 |
*** kellyp_ has quit IRC | 09:13 | |
linocisco | "login as " prompt is waiting | 09:13 |
*** pkoniszewski has quit IRC | 09:14 | |
dmellado | linocisco: I'm no putty expert, but I expect for it to be able to provide at least preferences about identity/ssh key | 09:14 |
dmellado | check putty documentation about it ;) | 09:14 |
*** _shaps_ has quit IRC | 09:15 | |
*** lubos_cz has joined #openstack | 09:16 | |
*** Bogdan has quit IRC | 09:16 | |
*** wangbo has joined #openstack | 09:16 | |
*** vlaza has joined #openstack | 09:17 | |
*** haaj has quit IRC | 09:17 | |
*** haaj has joined #openstack | 09:17 | |
*** haaj has quit IRC | 09:17 | |
*** haaj has joined #openstack | 09:18 | |
*** tonythomas has quit IRC | 09:18 | |
*** pkoniszewski has joined #openstack | 09:18 | |
*** spzala has joined #openstack | 09:19 | |
*** atpa8a has quit IRC | 09:19 | |
*** atpa8a has joined #openstack | 09:20 | |
linocisco | dmellado, i dont see written in documentation | 09:22 |
*** spzala has quit IRC | 09:24 | |
*** salv-orlando has joined #openstack | 09:27 | |
*** haaj has quit IRC | 09:27 | |
*** haaj has joined #openstack | 09:28 | |
*** haaj has quit IRC | 09:28 | |
*** daemontool has quit IRC | 09:28 | |
*** dgurtner has joined #openstack | 09:29 | |
*** dgurtner has quit IRC | 09:29 | |
*** dgurtner has joined #openstack | 09:29 | |
*** manous_ has joined #openstack | 09:29 | |
*** Drankis has joined #openstack | 09:29 | |
*** chlong has quit IRC | 09:30 | |
*** Poornima has quit IRC | 09:32 | |
*** salv-orlando has quit IRC | 09:32 | |
mah | when I go for the dashboard and put the username and password, it starts to load the page but nothing happen later ?? why that occurs ? | 09:32 |
admin0 | is swift stateful or stateless ? | 09:33 |
*** atpa8a has quit IRC | 09:34 | |
*** tmatsu_ has quit IRC | 09:35 | |
*** Poornima has joined #openstack | 09:35 | |
*** toscalix_ is now known as toscalix | 09:36 | |
*** salv-orlando has joined #openstack | 09:38 | |
*** salv-orlando has quit IRC | 09:38 | |
*** salv-orlando has joined #openstack | 09:38 | |
*** doradus has joined #openstack | 09:39 | |
*** `Calvin has quit IRC | 09:40 | |
*** gfidente has quit IRC | 09:40 | |
*** atpa8a has joined #openstack | 09:41 | |
*** `Calvin has joined #openstack | 09:41 | |
*** markus_z has joined #openstack | 09:41 | |
*** ri0 has joined #openstack | 09:42 | |
Lehtu_ | mah: I'm prettu sure your apache logs will show the errors | 09:47 |
mah | @Lehtu_ also the nova image-list not responding | 09:49 |
mah | it shows that: 2016-05-10 09:36:39.844802 REQ: curl -g -i 'http://192.168.145.120:8774/v2/6a5f0f67440943699e9e3dbe8322035a/extensions' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: 6a5f0f67440943699e9e3dbe8322035a" -H "X-Auth-Token: {SHA1}98e6e9aaf0bae4a183877444d29d4fd951aeb4a1" 2016-05-10 09:36:39.845462 DEBUG:urllib3.util.retry:Converted retries value: 0 -> Retry(total=0, connect=No | 09:50 |
Lehtu_ | mah: then you need to check your nova api service | 09:50 |
mah | when I do nova-manage service list , it shows to me that all nova services are working | 09:52 |
mah | I did ps ax | grep nova .. I found nova-api exist | 09:52 |
mah | so what is the problem then ? | 09:52 |
*** dlan has joined #openstack | 09:53 | |
*** coolsvap has joined #openstack | 09:58 | |
*** ri0 has quit IRC | 09:59 | |
*** hardbot has quit IRC | 10:00 | |
*** hfu has quit IRC | 10:00 | |
*** jcarter2 has quit IRC | 10:01 | |
*** yangxi has quit IRC | 10:03 | |
*** xb_ has joined #openstack | 10:04 | |
*** CptUnlucky has quit IRC | 10:05 | |
*** houming_ has joined #openstack | 10:05 | |
*** houming has quit IRC | 10:06 | |
*** houming_ is now known as houming | 10:06 | |
*** wangbo has quit IRC | 10:06 | |
*** rdas has quit IRC | 10:06 | |
*** gli has quit IRC | 10:06 | |
*** yangxi has joined #openstack | 10:06 | |
*** wangbo has joined #openstack | 10:06 | |
*** CptUnlucky has joined #openstack | 10:07 | |
*** lubos_cz has quit IRC | 10:07 | |
*** daemontool has joined #openstack | 10:08 | |
*** Poornima has quit IRC | 10:10 | |
*** Son_Goku has joined #openstack | 10:11 | |
*** mowntan has joined #openstack | 10:11 | |
*** JRobinson__ has quit IRC | 10:12 | |
*** eglynn has joined #openstack | 10:17 | |
*** TMM has joined #openstack | 10:18 | |
*** tonythomas has joined #openstack | 10:19 | |
*** spzala has joined #openstack | 10:20 | |
*** DavidRama has quit IRC | 10:20 | |
*** schwicht has joined #openstack | 10:20 | |
*** yangxi has quit IRC | 10:21 | |
*** Poornima has joined #openstack | 10:22 | |
*** namnh has quit IRC | 10:23 | |
*** tty00 has quit IRC | 10:23 | |
*** spzala has quit IRC | 10:24 | |
*** yamamot__ has quit IRC | 10:24 | |
*** DavidRama has joined #openstack | 10:25 | |
*** schwicht has quit IRC | 10:25 | |
*** liverpooler has quit IRC | 10:26 | |
*** liverpooler has joined #openstack | 10:26 | |
*** johnmilton has quit IRC | 10:29 | |
*** Son_Goku has quit IRC | 10:30 | |
*** circ-user-GqYC3 has quit IRC | 10:33 | |
*** haaj has joined #openstack | 10:36 | |
*** vlaza has quit IRC | 10:38 | |
*** spotz is now known as spotz_zzz | 10:39 | |
*** manous_ has quit IRC | 10:40 | |
*** wangbo has quit IRC | 10:40 | |
*** tty00 has joined #openstack | 10:41 | |
*** gildub has quit IRC | 10:41 | |
*** rdas has joined #openstack | 10:41 | |
*** wootehfoot has joined #openstack | 10:43 | |
*** tty00 has quit IRC | 10:46 | |
*** wootehfoot has quit IRC | 10:48 | |
*** Serlex has quit IRC | 10:48 | |
*** rodrigods has quit IRC | 10:49 | |
*** rodrigods has joined #openstack | 10:49 | |
*** Son_Goku has joined #openstack | 10:49 | |
*** Serlex has joined #openstack | 10:51 | |
*** foxhunt72 is now known as foxhunt_away | 10:52 | |
*** vlaza has joined #openstack | 10:52 | |
*** mturpin has quit IRC | 10:52 | |
*** wangbo has joined #openstack | 10:53 | |
*** tty00 has joined #openstack | 10:54 | |
*** jpena is now known as jpena|lunch | 10:55 | |
*** atheism has quit IRC | 10:56 | |
*** haaj has quit IRC | 10:56 | |
*** akrzos has joined #openstack | 10:57 | |
*** lubos_cz has joined #openstack | 10:58 | |
*** akrzos has quit IRC | 11:00 | |
*** circ-user-GqYC3 has joined #openstack | 11:03 | |
*** kushal has quit IRC | 11:04 | |
*** ogny has joined #openstack | 11:05 | |
*** chandanc has quit IRC | 11:06 | |
*** mah has quit IRC | 11:07 | |
*** _shaps_ has joined #openstack | 11:07 | |
*** bsv has joined #openstack | 11:10 | |
*** _shaps_ has quit IRC | 11:12 | |
*** hos7ein has quit IRC | 11:12 | |
bsv | Looking for someone using Designate, with record auto-creation (using sink)... | 11:13 |
*** lubos_cz has quit IRC | 11:14 | |
*** compTECH has quit IRC | 11:15 | |
*** circ-user-GqYC3 has quit IRC | 11:15 | |
*** _shaps_ has joined #openstack | 11:15 | |
*** zackf has quit IRC | 11:17 | |
*** bull has quit IRC | 11:17 | |
*** annp has quit IRC | 11:17 | |
*** compTECH has joined #openstack | 11:17 | |
*** iswid has quit IRC | 11:18 | |
*** sambuddhabasu1 has joined #openstack | 11:20 | |
*** spzala has joined #openstack | 11:20 | |
sambuddhabasu1 | hello everyone, i would like to install neutron in my VM. can someone point me out on how to do so? | 11:21 |
sambuddhabasu1 | do i need to install keystone or other things in order to install neutron or can i just install neutron in standlone mode? | 11:21 |
*** vaidy has quit IRC | 11:21 | |
*** zackf has joined #openstack | 11:22 | |
*** radsy has joined #openstack | 11:24 | |
*** johnmilton has joined #openstack | 11:24 | |
*** spzala has quit IRC | 11:25 | |
*** kengo_sakai has quit IRC | 11:25 | |
*** deadnull_ has joined #openstack | 11:26 | |
*** zackf has quit IRC | 11:26 | |
ajnouri | Hi guys, can we install cinder standalone. For use as a blocl storage outside of Openstack? | 11:28 |
*** danwest has joined #openstack | 11:28 | |
*** rtheis has joined #openstack | 11:29 | |
*** monkey- has joined #openstack | 11:32 | |
*** Bhaskarakiran has quit IRC | 11:32 | |
*** thrash|g0ne is now known as thrash | 11:35 | |
*** ddmitriev has joined #openstack | 11:35 | |
*** apoorv has quit IRC | 11:36 | |
*** TxGVNN has quit IRC | 11:36 | |
*** mihero has joined #openstack | 11:36 | |
*** retreved has joined #openstack | 11:39 | |
*** radsy has quit IRC | 11:42 | |
*** panda has quit IRC | 11:42 | |
*** panda has joined #openstack | 11:42 | |
*** akrzos has joined #openstack | 11:43 | |
*** woodard has joined #openstack | 11:44 | |
*** Bhaskarakiran has joined #openstack | 11:46 | |
*** tmatsu has joined #openstack | 11:47 | |
*** weshay has joined #openstack | 11:48 | |
*** lubos_cz has joined #openstack | 11:49 | |
*** mkovarik has quit IRC | 11:50 | |
*** woodard_ has joined #openstack | 11:50 | |
*** woodard has quit IRC | 11:50 | |
*** baoli has joined #openstack | 11:50 | |
*** tmatsu has quit IRC | 11:52 | |
*** Bhaskarakiran has quit IRC | 11:52 | |
*** baoli_ has joined #openstack | 11:53 | |
*** iswid has joined #openstack | 11:53 | |
*** shootbird has quit IRC | 11:56 | |
*** baoli has quit IRC | 11:56 | |
*** mowntan has quit IRC | 11:56 | |
*** gfidente has joined #openstack | 11:57 | |
*** haaj has joined #openstack | 11:58 | |
*** jtomasek_ has joined #openstack | 11:58 | |
*** Yarboa has quit IRC | 11:59 | |
*** youplabo1m has left #openstack | 11:59 | |
*** shootbird has joined #openstack | 12:01 | |
*** DavidRama has left #openstack | 12:02 | |
*** mturpin has joined #openstack | 12:03 | |
*** hdd has joined #openstack | 12:06 | |
*** houming has quit IRC | 12:06 | |
*** ozialien10 has quit IRC | 12:08 | |
*** jtomasek_ has quit IRC | 12:08 | |
*** ozialien10 has joined #openstack | 12:09 | |
*** flughafen has left #openstack | 12:11 | |
*** haukebruno has quit IRC | 12:12 | |
*** hardbot has joined #openstack | 12:12 | |
*** hdd has quit IRC | 12:12 | |
*** two_oes has joined #openstack | 12:12 | |
*** crameth has joined #openstack | 12:14 | |
*** rdas has quit IRC | 12:15 | |
*** Yarboa has joined #openstack | 12:15 | |
*** rfolco has joined #openstack | 12:15 | |
*** cdub has joined #openstack | 12:16 | |
*** pradk has joined #openstack | 12:16 | |
*** sree has joined #openstack | 12:17 | |
*** nehar has quit IRC | 12:18 | |
*** jcarter2 has joined #openstack | 12:18 | |
*** jcarter2 has quit IRC | 12:19 | |
*** jcarter2 has joined #openstack | 12:19 | |
*** lubos_cz has quit IRC | 12:19 | |
*** bdemers_ has quit IRC | 12:19 | |
*** spzala has joined #openstack | 12:21 | |
*** kkeuning has joined #openstack | 12:21 | |
*** IT-Manager_ has joined #openstack | 12:21 | |
*** jpena|lunch is now known as jpena | 12:21 | |
*** Vishvendra has quit IRC | 12:22 | |
*** danwest has quit IRC | 12:23 | |
*** vicious has quit IRC | 12:23 | |
*** vicious has joined #openstack | 12:23 | |
*** ifsp has quit IRC | 12:23 | |
*** Arkarius has quit IRC | 12:24 | |
*** Arkarius has joined #openstack | 12:24 | |
*** mrmartin has quit IRC | 12:24 | |
*** linocisco has quit IRC | 12:24 | |
*** danwest has joined #openstack | 12:25 | |
*** spzala has quit IRC | 12:26 | |
*** morazi has joined #openstack | 12:27 | |
*** brad_behle has joined #openstack | 12:27 | |
*** sree has quit IRC | 12:28 | |
*** mrmartin has joined #openstack | 12:28 | |
*** edand has joined #openstack | 12:29 | |
*** dizquierdo has quit IRC | 12:29 | |
*** mkolesni_ has quit IRC | 12:30 | |
*** ivase has joined #openstack | 12:33 | |
*** iswid has quit IRC | 12:33 | |
*** evidex has joined #openstack | 12:33 | |
*** nk2527 has joined #openstack | 12:36 | |
*** chandanc has joined #openstack | 12:36 | |
*** schwicht has joined #openstack | 12:36 | |
*** hdd has joined #openstack | 12:36 | |
*** tpsilva has joined #openstack | 12:37 | |
*** kstev has joined #openstack | 12:37 | |
*** dneary has joined #openstack | 12:37 | |
*** liverpooler has quit IRC | 12:38 | |
*** iswid has joined #openstack | 12:38 | |
*** sshnaidm has quit IRC | 12:39 | |
*** blahdeblah_ has joined #openstack | 12:39 | |
*** burgerk has joined #openstack | 12:40 | |
*** VW has joined #openstack | 12:40 | |
*** johnhunter has quit IRC | 12:40 | |
*** hdd has quit IRC | 12:41 | |
*** schwicht has quit IRC | 12:41 | |
*** Poornima has quit IRC | 12:42 | |
*** blahdeblah has quit IRC | 12:42 | |
*** iswid has quit IRC | 12:45 | |
*** cbader has joined #openstack | 12:45 | |
*** thorst_ has joined #openstack | 12:45 | |
*** spotz_zzz is now known as spotz | 12:45 | |
*** VW has quit IRC | 12:46 | |
*** jckasper has joined #openstack | 12:46 | |
*** coolsvap has quit IRC | 12:47 | |
*** danwest has quit IRC | 12:48 | |
*** coolsvap has joined #openstack | 12:49 | |
*** thorst_ has quit IRC | 12:49 | |
*** salv-orlando has quit IRC | 12:49 | |
*** thorst_ has joined #openstack | 12:49 | |
*** coolsvap has quit IRC | 12:50 | |
*** xemdetia has joined #openstack | 12:50 | |
*** crose has joined #openstack | 12:50 | |
*** coolsvap has joined #openstack | 12:50 | |
*** AnilV4 has quit IRC | 12:51 | |
*** ifsp has joined #openstack | 12:52 | |
*** ksobkowiak has joined #openstack | 12:52 | |
*** schwicht has joined #openstack | 12:53 | |
*** vhoward has joined #openstack | 12:53 | |
*** sree has joined #openstack | 12:53 | |
*** Nepoc has quit IRC | 12:53 | |
*** sshnaidm has joined #openstack | 12:53 | |
*** Nepoc has joined #openstack | 12:54 | |
*** mowntan has joined #openstack | 12:55 | |
*** spotz is now known as spotz_zzz | 12:56 | |
*** danwest has joined #openstack | 12:56 | |
*** MaxSan_1 has quit IRC | 12:56 | |
*** tvvcox has quit IRC | 12:57 | |
*** julim has joined #openstack | 12:58 | |
*** Hydrazine has quit IRC | 13:00 | |
*** VW has joined #openstack | 13:00 | |
*** lixinhui_ has joined #openstack | 13:00 | |
*** SCarniel has quit IRC | 13:01 | |
*** ikcerog has joined #openstack | 13:01 | |
*** amotoki has quit IRC | 13:01 | |
*** salv-orlando has joined #openstack | 13:03 | |
*** dnetrhapsody is now known as ficktroll | 13:04 | |
*** janzian has joined #openstack | 13:05 | |
*** zhhuabj_ has quit IRC | 13:05 | |
*** VW has quit IRC | 13:05 | |
*** andymaier_ has joined #openstack | 13:05 | |
Sam-I-Am | no | 13:06 |
*** IT-Manager__ has joined #openstack | 13:06 | |
*** nkrinner is now known as nkrinner_afk | 13:06 | |
*** neilus1 has joined #openstack | 13:07 | |
*** spzala has joined #openstack | 13:08 | |
*** gildub has joined #openstack | 13:08 | |
*** mrmartin has quit IRC | 13:08 | |
*** IT-Manager_ has quit IRC | 13:09 | |
*** mrmartin has joined #openstack | 13:09 | |
*** mrmartin has quit IRC | 13:09 | |
*** ivc_ has joined #openstack | 13:10 | |
*** georgem1 has joined #openstack | 13:10 | |
*** neilus has quit IRC | 13:11 | |
*** foxhunt_away is now known as foxhunt72 | 13:11 | |
*** Yarboa has quit IRC | 13:12 | |
*** lborda has joined #openstack | 13:12 | |
*** ivc_ has quit IRC | 13:13 | |
*** sree has quit IRC | 13:13 | |
*** kkeuning has quit IRC | 13:15 | |
*** SCarniel has joined #openstack | 13:16 | |
*** kengo_sakai has joined #openstack | 13:17 | |
*** jamesden_ has joined #openstack | 13:17 | |
*** kengo_sakai has quit IRC | 13:17 | |
*** kengo_sakai has joined #openstack | 13:18 | |
*** yamahata has joined #openstack | 13:18 | |
*** atheism has joined #openstack | 13:20 | |
*** thorst_ has quit IRC | 13:20 | |
*** aconole has joined #openstack | 13:20 | |
*** daemontool_ has joined #openstack | 13:21 | |
*** chandanc has quit IRC | 13:22 | |
*** ParsectiX has quit IRC | 13:22 | |
*** spzala has quit IRC | 13:23 | |
*** IT-Manager__ has quit IRC | 13:23 | |
*** links has quit IRC | 13:23 | |
*** SCarniel has quit IRC | 13:23 | |
*** bsv has left #openstack | 13:24 | |
*** daemontool has quit IRC | 13:24 | |
*** _shaps_ has quit IRC | 13:25 | |
*** johnbelamaric has joined #openstack | 13:25 | |
*** Yarboa has joined #openstack | 13:25 | |
*** cdash has joined #openstack | 13:26 | |
*** haaj has quit IRC | 13:27 | |
*** lubos_cz has joined #openstack | 13:27 | |
*** bobh has joined #openstack | 13:27 | |
*** haaj has joined #openstack | 13:27 | |
*** bull has joined #openstack | 13:29 | |
*** zackf has joined #openstack | 13:29 | |
*** VW has joined #openstack | 13:30 | |
*** MaxSan_ has joined #openstack | 13:30 | |
*** pkennedy has joined #openstack | 13:30 | |
*** tongli has joined #openstack | 13:30 | |
*** thorst_ has joined #openstack | 13:32 | |
*** Ger-chervyak has joined #openstack | 13:34 | |
*** esker has quit IRC | 13:34 | |
*** Na3iL has joined #openstack | 13:35 | |
*** hardbot has quit IRC | 13:37 | |
*** klamath has joined #openstack | 13:37 | |
*** sshnaidm has quit IRC | 13:39 | |
*** thorst__ has joined #openstack | 13:40 | |
*** berendt has quit IRC | 13:40 | |
*** thorst__ has quit IRC | 13:40 | |
*** sshnaidm has joined #openstack | 13:41 | |
*** thorst_ has quit IRC | 13:41 | |
*** bvandenh has quit IRC | 13:42 | |
*** bvandenh has joined #openstack | 13:42 | |
*** ranjithd has joined #openstack | 13:42 | |
*** hdd has joined #openstack | 13:42 | |
*** jobewan has joined #openstack | 13:43 | |
*** haaj_ has joined #openstack | 13:43 | |
*** vaidy has joined #openstack | 13:44 | |
*** cdelatte has joined #openstack | 13:44 | |
*** hichihara has joined #openstack | 13:45 | |
*** achampion has quit IRC | 13:46 | |
*** hvprash has joined #openstack | 13:46 | |
*** thorst_ has joined #openstack | 13:46 | |
*** haaj has quit IRC | 13:47 | |
*** gszasz has joined #openstack | 13:47 | |
*** hvprash_ has joined #openstack | 13:48 | |
*** crose has quit IRC | 13:48 | |
*** kengo_sakai has quit IRC | 13:48 | |
*** ranjithd has quit IRC | 13:49 | |
*** vaidy has quit IRC | 13:49 | |
*** kiranv has joined #openstack | 13:49 | |
*** kiranv has quit IRC | 13:49 | |
*** veteran has quit IRC | 13:49 | |
*** thorst_ has quit IRC | 13:50 | |
*** thorst_ has joined #openstack | 13:50 | |
*** rbak has joined #openstack | 13:51 | |
*** edand has quit IRC | 13:51 | |
*** hvprash has quit IRC | 13:51 | |
*** thorst_ has quit IRC | 13:51 | |
*** bdemers has joined #openstack | 13:51 | |
*** VW has quit IRC | 13:51 | |
*** dizquierdo has joined #openstack | 13:52 | |
*** thorst_ has joined #openstack | 13:52 | |
*** haaj_ has quit IRC | 13:52 | |
*** hdd has quit IRC | 13:52 | |
*** nmagnezi has quit IRC | 13:52 | |
*** kbringard has joined #openstack | 13:53 | |
*** Mudpuppy has joined #openstack | 13:53 | |
*** cdub has quit IRC | 13:53 | |
*** coolsvap has quit IRC | 13:54 | |
*** MaxSan_ has quit IRC | 13:55 | |
*** Kephael has joined #openstack | 13:55 | |
*** thorst_ has quit IRC | 13:56 | |
*** hdd has joined #openstack | 13:56 | |
*** TxGVNN has joined #openstack | 13:56 | |
*** yamahata has quit IRC | 13:57 | |
*** yamahata has joined #openstack | 13:58 | |
*** thorst_ has joined #openstack | 13:58 | |
*** TMM has quit IRC | 13:58 | |
*** ivc_ has joined #openstack | 14:00 | |
*** michaelgugino has joined #openstack | 14:00 | |
*** haaj has joined #openstack | 14:00 | |
*** amotoki has joined #openstack | 14:01 | |
*** afazekas has quit IRC | 14:01 | |
*** afazekas has joined #openstack | 14:01 | |
*** hdd has quit IRC | 14:02 | |
*** zhhuabj_ has joined #openstack | 14:02 | |
*** zefciu has quit IRC | 14:02 | |
*** bdemers has quit IRC | 14:02 | |
*** bdemers has joined #openstack | 14:03 | |
*** tvvcox has joined #openstack | 14:03 | |
*** hardbot has joined #openstack | 14:04 | |
*** jayc has joined #openstack | 14:04 | |
*** mtanino has joined #openstack | 14:04 | |
*** esker has joined #openstack | 14:05 | |
*** Benj_ has joined #openstack | 14:07 | |
*** lixinhui_ has quit IRC | 14:07 | |
*** Benj_ has quit IRC | 14:08 | |
*** whenry has joined #openstack | 14:08 | |
*** cyrus_mc has joined #openstack | 14:09 | |
*** Benj_ has joined #openstack | 14:09 | |
*** TxGVNN has quit IRC | 14:09 | |
*** ivan_mironov has joined #openstack | 14:09 | |
*** rbak_ has joined #openstack | 14:10 | |
*** MikeG451 has joined #openstack | 14:10 | |
*** ranjithd has joined #openstack | 14:11 | |
*** julim has quit IRC | 14:11 | |
*** achampion has joined #openstack | 14:12 | |
*** julim has joined #openstack | 14:12 | |
*** ajnouri has quit IRC | 14:13 | |
*** _shaps_ has joined #openstack | 14:13 | |
*** cyborg-one has joined #openstack | 14:13 | |
*** rbak has quit IRC | 14:13 | |
*** ppradhan has joined #openstack | 14:13 | |
*** haaj has quit IRC | 14:14 | |
*** lborda has quit IRC | 14:15 | |
*** MaxSan_ has joined #openstack | 14:17 | |
*** neilus1 has quit IRC | 14:18 | |
*** esker has quit IRC | 14:20 | |
*** bdemers has quit IRC | 14:21 | |
*** esker has joined #openstack | 14:21 | |
*** phalmos has joined #openstack | 14:22 | |
*** brahama__ has quit IRC | 14:22 | |
*** _shaps_ has quit IRC | 14:23 | |
*** markus_z has quit IRC | 14:23 | |
*** akulshin has joined #openstack | 14:24 | |
*** vaidy has joined #openstack | 14:24 | |
*** WilfriedH has joined #openstack | 14:24 | |
*** ronis has quit IRC | 14:25 | |
*** pkennedy has quit IRC | 14:27 | |
*** mrkelley has joined #openstack | 14:28 | |
*** ajnouri has joined #openstack | 14:30 | |
*** hvprash has joined #openstack | 14:30 | |
*** Ger-chervyak has quit IRC | 14:31 | |
*** Ger-chervyak has joined #openstack | 14:31 | |
*** vlaza has quit IRC | 14:31 | |
*** VW has joined #openstack | 14:32 | |
*** ubercl0ud has quit IRC | 14:33 | |
*** esker has quit IRC | 14:33 | |
*** VW_ has joined #openstack | 14:33 | |
*** esker has joined #openstack | 14:34 | |
*** hvprash_ has quit IRC | 14:34 | |
*** crameth has quit IRC | 14:35 | |
*** bdemers has joined #openstack | 14:36 | |
*** galstrom_zzz is now known as galstrom | 14:36 | |
*** nehar has joined #openstack | 14:36 | |
*** pushkaru has joined #openstack | 14:37 | |
*** VW has quit IRC | 14:37 | |
*** overlord_tm has quit IRC | 14:38 | |
*** rickyrem has joined #openstack | 14:38 | |
*** burgerk has quit IRC | 14:38 | |
*** thorst_ has quit IRC | 14:39 | |
*** aeperezt has joined #openstack | 14:39 | |
*** thorst_ has joined #openstack | 14:39 | |
*** belmoreira has quit IRC | 14:40 | |
*** jprovazn has quit IRC | 14:43 | |
*** thorst_ has quit IRC | 14:44 | |
*** mah has joined #openstack | 14:45 | |
*** spiette has joined #openstack | 14:48 | |
*** gildub has quit IRC | 14:50 | |
*** _shaps_ has joined #openstack | 14:53 | |
*** pcaruana has joined #openstack | 14:53 | |
*** Kim^J has left #openstack | 14:53 | |
*** sramireddy has joined #openstack | 14:53 | |
*** thorst_ has joined #openstack | 14:54 | |
*** esker has quit IRC | 14:54 | |
Drankis | Hello all. In Mitaka a lot of services starts with warning | 14:54 |
Drankis | Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports. | 14:55 |
Drankis | Maybe someone know how to solve this? | 14:55 |
*** esker has joined #openstack | 14:55 | |
Drankis | All services starts on Ubuntu 16.04 | 14:55 |
*** rgogunskiy has quit IRC | 14:55 | |
Sam-I-Am | its not a problem | 14:56 |
Sam-I-Am | its just a note | 14:56 |
Sam-I-Am | ignore it | 14:56 |
*** voelzmo has quit IRC | 14:57 | |
*** dtrainor has joined #openstack | 14:57 | |
*** dc has joined #openstack | 14:58 | |
*** evidex has quit IRC | 14:58 | |
*** thorst_ has quit IRC | 14:58 | |
mah | hi all, why some times when I instantiate an instance and log in to it , I found no IP assigned while it is there shown from openstack network? | 14:59 |
*** _shaps_ has quit IRC | 14:59 | |
*** evidex has joined #openstack | 15:00 | |
*** masco has quit IRC | 15:01 | |
Sam-I-Am | sounds like dhcp isnt working | 15:01 |
*** mikeoutland has joined #openstack | 15:01 | |
Drankis | Sam-I-Am, thanks. Hate warnings =] | 15:01 |
*** piet has joined #openstack | 15:01 | |
*** WilfriedH has quit IRC | 15:02 | |
*** piet has quit IRC | 15:02 | |
*** piet has joined #openstack | 15:02 | |
*** mdenny has joined #openstack | 15:02 | |
mah | and how to check the dhcp is working or not ? | 15:02 |
*** finisherr has left #openstack | 15:03 | |
* CrtxReavr facepalms. | 15:03 | |
*** thorst_ has joined #openstack | 15:03 | |
*** Yarboa has quit IRC | 15:03 | |
CrtxReavr | Everyone wants to be a cloud hero, without understanding basic sysadmin. | 15:03 |
Sam-I-Am | heh | 15:04 |
*** yuval has quit IRC | 15:04 | |
*** ikcerog_ has joined #openstack | 15:05 | |
*** ikcerog has quit IRC | 15:06 | |
*** Ger-chervyak has quit IRC | 15:07 | |
*** psachin has quit IRC | 15:07 | |
*** monkey- has quit IRC | 15:07 | |
*** rossella_s has quit IRC | 15:07 | |
*** cdub has joined #openstack | 15:07 | |
*** pid1 has quit IRC | 15:08 | |
*** rmart04 has joined #openstack | 15:11 | |
*** sudipto has joined #openstack | 15:12 | |
rmart04 | Hi, Mid upgrade of Liberty Keystone, and we’re seeing lots of >> 2016-05-10 15:12:18.169152 ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option | 15:12 |
rmart04 | this is wit the keystone-wsgi-admin app | 15:12 |
rmart04 | Ring any bells for anyone? | 15:12 |
rmart04 | sorry Kilo > Liberty | 15:12 |
*** brahama__ has joined #openstack | 15:13 | |
*** jdurgin1 has joined #openstack | 15:14 | |
*** burgerk has joined #openstack | 15:14 | |
*** epopt has quit IRC | 15:14 | |
*** chandanc has joined #openstack | 15:14 | |
*** mrmartin has joined #openstack | 15:15 | |
*** ade_b has quit IRC | 15:15 | |
*** ubercl0ud has joined #openstack | 15:16 | |
*** yangxi has joined #openstack | 15:16 | |
*** Guest64153 has quit IRC | 15:16 | |
*** johnbelamaric has quit IRC | 15:16 | |
*** leeantho has joined #openstack | 15:16 | |
*** epopt has joined #openstack | 15:17 | |
*** sverma has quit IRC | 15:17 | |
*** sleviim has quit IRC | 15:18 | |
*** iswid has joined #openstack | 15:20 | |
Sam-I-Am | rmart04: havent seen that before | 15:20 |
*** whenry has quit IRC | 15:21 | |
*** jschwarz has quit IRC | 15:21 | |
*** gmoro has quit IRC | 15:22 | |
rmart04 | Hey San | 15:22 |
rmart04 | Sam* | 15:22 |
rmart04 | loving the debug! | 15:22 |
rmart04 | 016-05-10 15:20:48.371784 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 632, in resolve | 15:22 |
rmart04 | 2016-05-10 15:20:48.371805 raise VersionConflict(dist,req) # XXX put more info here | 15:22 |
*** kbyrne has quit IRC | 15:22 | |
rmart04 | 2016-05-10 15:20:48.371844 VersionConflict: (pbr 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('pbr>=0.6,!=0.7,<1.0')) | 15:23 |
*** vhosakot has joined #openstack | 15:23 | |
*** sramireddy has quit IRC | 15:23 | |
*** chuck__ is now known as zul | 15:24 | |
*** hvprash_ has joined #openstack | 15:24 | |
*** arch-nemesis has joined #openstack | 15:24 | |
*** crose has joined #openstack | 15:24 | |
Sam-I-Am | how did you install openstack? distro packages, pip, / | 15:24 |
Sam-I-Am | ? | 15:24 |
*** ikcerog_ has quit IRC | 15:25 | |
rmart04 | sorry, packages (cloud archives) | 15:26 |
*** ivc_ has quit IRC | 15:26 | |
Sam-I-Am | have you ever installed anything using pip? | 15:26 |
rmart04 | No | 15:26 |
*** nehar has quit IRC | 15:26 | |
rmart04 | well I have, but not in this infrastructure | 15:26 |
Sam-I-Am | so you changed the repo from kilo to liberty, did an apt-get update, apt-get dist-upgrade, and this happened? | 15:26 |
*** ikcerog has joined #openstack | 15:26 | |
*** hvprash has quit IRC | 15:27 | |
rmart04 | No, we only ran an apt-get install keystone | 15:27 |
rmart04 | which pulled in that new PBR I believe | 15:27 |
rmart04 | and a bunch of other stuff | 15:28 |
*** hvprash_ has quit IRC | 15:28 | |
*** hvprash has joined #openstack | 15:28 | |
*** VW_ has quit IRC | 15:28 | |
*** sverma has joined #openstack | 15:29 | |
*** hichihara has quit IRC | 15:29 | |
*** vimal has quit IRC | 15:29 | |
Sam-I-Am | but i bet it didnt update the code for other services | 15:30 |
Sam-I-Am | packages are sort of an all-or-nothing event | 15:30 |
rmart04 | because of the shared depenencies? | 15:30 |
Sam-I-Am | yeah | 15:30 |
*** _erick0zcr has joined #openstack | 15:30 | |
*** sverma has quit IRC | 15:31 | |
*** elricsfate has joined #openstack | 15:31 | |
*** Ger-chervyak has joined #openstack | 15:31 | |
*** spotz_zzz is now known as spotz | 15:31 | |
Sam-I-Am | sometimes people update all their config files to work with the new ver, stop services (and keep them from starting), upgrade the packages, do the db-sync, restart services one-by-one and look for errors | 15:31 |
*** admin0 has quit IRC | 15:31 | |
rmart04 | Its weird as its the first package though, we thought that maybe upgrading keystone would break some of the other projects dependancies, but given that it was first? | 15:32 |
rmart04 | OK | 15:32 |
rmart04 | Thats quite a leap into the darkness | 15:32 |
*** zenoway has quit IRC | 15:32 | |
Sam-I-Am | yeah, but its not like updating individual services works either | 15:32 |
rmart04 | such fun! | 15:33 |
*** zenoway has joined #openstack | 15:33 | |
*** ggnel_t has quit IRC | 15:33 | |
Sam-I-Am | yeah, packages can be interesting | 15:34 |
*** mikeoutland has quit IRC | 15:34 | |
*** skapunker has quit IRC | 15:34 | |
mrkelley | Here's kind of a dumb question, but it might be relevant to you, rmart04. Did you remove the kilo repository? | 15:34 |
rmart04 | Hey,good question, appears not! | 15:35 |
*** hardbot has quit IRC | 15:35 | |
mrkelley | That might be your problem. | 15:35 |
*** Ger-chervyak has quit IRC | 15:35 | |
*** gmoro has joined #openstack | 15:35 | |
*** esker has quit IRC | 15:35 | |
Sam-I-Am | there is that... | 15:35 |
*** rickyrem has quit IRC | 15:35 | |
*** pid1 has joined #openstack | 15:36 | |
*** kbyrne has joined #openstack | 15:36 | |
*** xemdetia has quit IRC | 15:36 | |
*** esker has joined #openstack | 15:36 | |
*** davi has joined #openstack | 15:36 | |
*** davi has joined #openstack | 15:36 | |
*** mrmartin has quit IRC | 15:37 | |
*** alaird has joined #openstack | 15:37 | |
*** johnbelamaric has joined #openstack | 15:38 | |
*** blahdeblah has joined #openstack | 15:38 | |
*** nk2527 has quit IRC | 15:38 | |
*** rena9067 has joined #openstack | 15:38 | |
*** zenoway has quit IRC | 15:38 | |
*** foxhunt72 is now known as foxhunt_away | 15:38 | |
*** ade_b has joined #openstack | 15:38 | |
*** robbiew has joined #openstack | 15:38 | |
*** robbiew has quit IRC | 15:38 | |
*** andymaier_ has quit IRC | 15:39 | |
*** dizquierdo has quit IRC | 15:39 | |
*** cyborg-one has quit IRC | 15:39 | |
*** jorhett_ has quit IRC | 15:40 | |
*** kbyrne has quit IRC | 15:40 | |
*** VW has joined #openstack | 15:40 | |
*** blahdeblah_ has quit IRC | 15:40 | |
*** jrhett has joined #openstack | 15:40 | |
*** deadnull_ is now known as _deadnull | 15:40 | |
*** amotoki has quit IRC | 15:41 | |
*** mpavone has quit IRC | 15:41 | |
*** panda has quit IRC | 15:42 | |
*** cyborg-one has joined #openstack | 15:42 | |
*** panda has joined #openstack | 15:43 | |
*** jmckind has joined #openstack | 15:43 | |
*** Son_Goku has quit IRC | 15:43 | |
*** rbowen has joined #openstack | 15:43 | |
*** dweaver has quit IRC | 15:44 | |
*** mummer has joined #openstack | 15:45 | |
*** mikelk has quit IRC | 15:45 | |
*** markus_z has joined #openstack | 15:45 | |
rmart04 | Appreciate that mrkelley, but it didnt seem to solve my problem, purged the keystone package and re-installed, re-ran ansible, no avail | 15:46 |
*** MaxSan_ has quit IRC | 15:46 | |
*** yamahata has quit IRC | 15:47 | |
*** vincentll has quit IRC | 15:47 | |
*** skapunker has joined #openstack | 15:47 | |
*** hvprash_ has joined #openstack | 15:47 | |
*** cyborg-one has quit IRC | 15:47 | |
*** mikeoutland has joined #openstack | 15:48 | |
mrkelley | Ah. Good to know. Probably still good practice, though. | 15:48 |
*** ronis has joined #openstack | 15:48 | |
Sam-I-Am | back to the idea of upgrading all at once | 15:48 |
rmart04 | Do you guys run any OS in production? How do you deal with the code? At the summit, it was all about containers... | 15:49 |
*** groen692 has quit IRC | 15:49 | |
*** Ger-chervyak has joined #openstack | 15:50 | |
*** rbowen has quit IRC | 15:50 | |
Sam-I-Am | source + containers or venvs seems popular | 15:50 |
mrkelley | Well, that was gonna be my next question. It seems like containers hold the best promise for easing the upgrade process. | 15:50 |
mrkelley | Are you using containers for your individual services? | 15:50 |
rmart04 | ok interesting | 15:50 |
*** zenoway has joined #openstack | 15:51 | |
Sam-I-Am | venvs are ok too. i'm using those. | 15:51 |
Sam-I-Am | if you dont want the extra complexity of containers | 15:51 |
*** hvprash has quit IRC | 15:51 | |
*** CptUnlucky has quit IRC | 15:51 | |
mrkelley | Haven't tried venvs. You've had success with them, Sam? | 15:51 |
Sam-I-Am | yes | 15:52 |
*** nk2527 has joined #openstack | 15:52 | |
mrkelley | Good to know. | 15:52 |
*** tesseract has quit IRC | 15:52 | |
*** _erick0zcr has quit IRC | 15:53 | |
*** CptUnlucky has joined #openstack | 15:53 | |
*** ogny has quit IRC | 15:54 | |
*** _erick0zcr has joined #openstack | 15:55 | |
*** atheism has quit IRC | 15:55 | |
*** zenoway has quit IRC | 15:55 | |
*** skapunker has quit IRC | 15:55 | |
*** mrjazzcat has joined #openstack | 15:56 | |
*** _erick0zcr has quit IRC | 15:56 | |
*** sshnaidm has quit IRC | 15:57 | |
*** danielkh has joined #openstack | 15:57 | |
wasmum | ha controller - neutron-server running on original, no issues instances getting ip's world is grand. | 15:58 |
*** jmccrory_ has joined #openstack | 15:58 | |
*** yangxi has quit IRC | 15:58 | |
*** erhudy has joined #openstack | 15:58 | |
*** thorst_ has quit IRC | 15:59 | |
wasmum | add the additional neutron-service, stop the original neutron-service, new instances spun up, tap device exists - no record for the instance in the netns and instance recieves no ip | 15:59 |
wasmum | got any ideas? | 15:59 |
mrkelley | Is the new service in a container, or on bare metal in a separate server? | 16:00 |
*** WKNiGHT has joined #openstack | 16:01 | |
*** thorst_ has joined #openstack | 16:01 | |
wasmum | bare sep machine | 16:02 |
*** vinaypotluri has joined #openstack | 16:02 | |
mrkelley | Log output? | 16:02 |
*** MIDENN_ has joined #openstack | 16:02 | |
*** jckasper has quit IRC | 16:03 | |
*** _erick0zcr has joined #openstack | 16:03 | |
*** jckasper has joined #openstack | 16:03 | |
wasmum | with debug, not really anything. the service on the controller is normal, the neutron nodes have duplicate entries when the security group is updated with that port/host build | 16:04 |
mrkelley | what's the output of netns? Copy and paste, please. | 16:04 |
*** overlord_tm has joined #openstack | 16:04 | |
*** nstrug has quit IRC | 16:04 | |
*** penick has joined #openstack | 16:04 | |
*** Poornima has joined #openstack | 16:04 | |
*** ficktroll is now known as fidocktroll | 16:05 | |
*** comay has joined #openstack | 16:05 | |
*** apahim__ has joined #openstack | 16:05 | |
*** apahim_ has quit IRC | 16:06 | |
*** ajmiller has quit IRC | 16:06 | |
*** e0ne has quit IRC | 16:06 | |
*** ajmiller has joined #openstack | 16:07 | |
*** rbowen has joined #openstack | 16:07 | |
*** MIDENN_ has quit IRC | 16:07 | |
*** mowntan has quit IRC | 16:08 | |
*** johnbelamaric has left #openstack | 16:08 | |
*** johnbelamaric has joined #openstack | 16:08 | |
*** skapunker has joined #openstack | 16:08 | |
*** MIDENN_ has joined #openstack | 16:08 | |
*** narinder has joined #openstack | 16:08 | |
*** danielkh has quit IRC | 16:10 | |
*** thorst_ has quit IRC | 16:10 | |
*** thorst_ has joined #openstack | 16:11 | |
*** thorst_ has quit IRC | 16:11 | |
*** dweaver has joined #openstack | 16:12 | |
*** rbowen has quit IRC | 16:12 | |
*** Ger-chervyak has quit IRC | 16:13 | |
*** daemontool_ has quit IRC | 16:13 | |
*** comay has quit IRC | 16:13 | |
*** Ger-chervyak has joined #openstack | 16:14 | |
*** spzala has joined #openstack | 16:14 | |
*** Vishvendra has joined #openstack | 16:15 | |
*** acruz has quit IRC | 16:15 | |
*** rbowen has joined #openstack | 16:15 | |
*** _erick0zcr has quit IRC | 16:15 | |
*** berendt has joined #openstack | 16:15 | |
*** TxGVNN has joined #openstack | 16:16 | |
*** chandanc has quit IRC | 16:17 | |
*** xemdetia has joined #openstack | 16:17 | |
*** KarlchenK has quit IRC | 16:17 | |
*** thorst_ has joined #openstack | 16:17 | |
*** akulshin has quit IRC | 16:18 | |
*** bvandenh has quit IRC | 16:20 | |
*** iswid has quit IRC | 16:21 | |
*** lubos_cz has quit IRC | 16:21 | |
*** thorst_ has quit IRC | 16:22 | |
*** Drankis has quit IRC | 16:22 | |
*** rickyrem has joined #openstack | 16:22 | |
*** comay has joined #openstack | 16:23 | |
*** esker has quit IRC | 16:25 | |
*** Poornima has quit IRC | 16:25 | |
*** johnbelamaric has quit IRC | 16:26 | |
*** esker has joined #openstack | 16:26 | |
*** jmckind has quit IRC | 16:26 | |
*** mag009_ has joined #openstack | 16:26 | |
*** rbowen has quit IRC | 16:26 | |
*** jmckind has joined #openstack | 16:26 | |
*** rena9067 has quit IRC | 16:28 | |
*** Poornima has joined #openstack | 16:30 | |
*** `Calvin has quit IRC | 16:30 | |
*** chuck__ has joined #openstack | 16:30 | |
*** urthmover has quit IRC | 16:30 | |
*** berendt has quit IRC | 16:31 | |
*** zul has quit IRC | 16:31 | |
*** chuck__ is now known as zul | 16:31 | |
rmart04 | gave it a bash with upgrading all the packages, not a lot of different! | 16:32 |
rmart04 | infact | 16:32 |
rmart04 | pretty much identical | 16:32 |
*** _deadnull is now known as deadnull_ | 16:33 | |
*** chandanc has joined #openstack | 16:33 | |
*** evidex has quit IRC | 16:34 | |
*** schwicht has quit IRC | 16:34 | |
rmart04 | ahh I might have found somthing | 16:34 |
*** flaviodsr has joined #openstack | 16:34 | |
rmart04 | 2016-05-10 16:34:02.656063 AH01630: client denied by server configuration: /usr/bin/keystone-wsgi-admin | 16:34 |
rmart04 | apache is messing me around! | 16:34 |
*** iswid has joined #openstack | 16:35 | |
*** electrofelix has joined #openstack | 16:36 | |
*** captainAmerica has joined #openstack | 16:36 | |
Sam-I-Am | whoops | 16:36 |
*** rbowen has joined #openstack | 16:36 | |
*** yamahata has joined #openstack | 16:37 | |
*** thorst_ has joined #openstack | 16:38 | |
*** schwicht has joined #openstack | 16:38 | |
*** dgurtner has quit IRC | 16:39 | |
*** captainAmerica has quit IRC | 16:40 | |
*** berendt has joined #openstack | 16:40 | |
*** hvprash_ has quit IRC | 16:41 | |
*** thorst_ has quit IRC | 16:42 | |
*** Son_Goku has joined #openstack | 16:42 | |
*** toscalix has quit IRC | 16:42 | |
*** damadhat has joined #openstack | 16:43 | |
*** arbrandes1 has quit IRC | 16:43 | |
*** diogogmt has joined #openstack | 16:43 | |
*** rbridgeman has joined #openstack | 16:43 | |
*** papitmobile has joined #openstack | 16:43 | |
*** thorst_ has joined #openstack | 16:44 | |
*** kengo_sakai has joined #openstack | 16:45 | |
*** papitmobile is now known as papitfx | 16:45 | |
*** hvprash has joined #openstack | 16:45 | |
*** rbowen has quit IRC | 16:45 | |
*** rbowen has joined #openstack | 16:45 | |
*** jckasper has quit IRC | 16:46 | |
*** cdelatte has quit IRC | 16:46 | |
rmart04 | OK think we cracked it, appreciate the help guys. It looks like a typo during the db sync might have had something to do with it. | 16:46 |
*** cyborg-one has joined #openstack | 16:46 | |
*** jckasper has joined #openstack | 16:46 | |
*** cyborglone has joined #openstack | 16:46 | |
*** jckasper has quit IRC | 16:47 | |
rmart04 | :/ | 16:47 |
*** cdelatte has joined #openstack | 16:47 | |
*** berendt has quit IRC | 16:47 | |
rmart04 | Need to get my head around containers properly, seems like the way to go | 16:47 |
*** foxhunt_away is now known as foxhunt72 | 16:47 | |
*** hvprash has quit IRC | 16:48 | |
*** jckasper_ has joined #openstack | 16:48 | |
*** gfidente has quit IRC | 16:48 | |
*** gfidente has joined #openstack | 16:48 | |
*** Poornima has quit IRC | 16:49 | |
*** e0ne has joined #openstack | 16:49 | |
*** thorst_ has quit IRC | 16:49 | |
*** kengo_sakai has quit IRC | 16:49 | |
*** CptUnlucky has quit IRC | 16:50 | |
*** `Calvin has joined #openstack | 16:51 | |
*** `Calvin has joined #openstack | 16:51 | |
*** elastix has joined #openstack | 16:52 | |
*** Poornima has joined #openstack | 16:53 | |
*** Son_Goku has quit IRC | 16:53 | |
*** sshnaidm has joined #openstack | 16:53 | |
*** Son_Goku has joined #openstack | 16:54 | |
*** Vishvendra has quit IRC | 16:54 | |
*** tserong has quit IRC | 16:54 | |
*** rama_y has joined #openstack | 16:54 | |
*** rbridgeman has quit IRC | 16:54 | |
*** unrahul has joined #openstack | 16:55 | |
*** Son_Goku has quit IRC | 16:55 | |
*** arbrandes has joined #openstack | 16:55 | |
*** hvprash has joined #openstack | 16:56 | |
*** deadnull_ has quit IRC | 16:56 | |
*** delattec has joined #openstack | 16:56 | |
*** kiranv has joined #openstack | 16:57 | |
*** Son_Goku has joined #openstack | 16:57 | |
*** hvprash has quit IRC | 16:57 | |
*** andymaier_ has joined #openstack | 16:57 | |
*** unrahul has quit IRC | 16:57 | |
*** berendt has joined #openstack | 16:57 | |
*** yaume has quit IRC | 16:59 | |
*** kiranv has quit IRC | 16:59 | |
*** Poornima has quit IRC | 16:59 | |
*** tserong has joined #openstack | 16:59 | |
*** penick has quit IRC | 16:59 | |
*** cdelatte has quit IRC | 16:59 | |
*** bengo has joined #openstack | 17:00 | |
*** esker has quit IRC | 17:00 | |
*** hvprash has joined #openstack | 17:00 | |
*** jaugustine has joined #openstack | 17:00 | |
*** daemontool_ has joined #openstack | 17:00 | |
*** hvprash_ has joined #openstack | 17:01 | |
*** vtran has quit IRC | 17:01 | |
*** iswid has quit IRC | 17:03 | |
*** rbowen has left #openstack | 17:03 | |
*** user154752 has quit IRC | 17:04 | |
*** newmember has quit IRC | 17:04 | |
*** hvprash has quit IRC | 17:05 | |
*** cyborglone has quit IRC | 17:05 | |
*** akulshin has joined #openstack | 17:05 | |
*** e0ne has quit IRC | 17:06 | |
*** arecknag has quit IRC | 17:07 | |
*** mowntan has joined #openstack | 17:07 | |
*** mowntan has joined #openstack | 17:08 | |
*** mowntan has quit IRC | 17:08 | |
*** achampion has quit IRC | 17:08 | |
*** mowntan has joined #openstack | 17:08 | |
*** hdd has joined #openstack | 17:08 | |
*** achampion has joined #openstack | 17:08 | |
*** thorst_ has joined #openstack | 17:11 | |
*** ivar-lazzaro has joined #openstack | 17:11 | |
*** tserong has quit IRC | 17:12 | |
*** jmckind has quit IRC | 17:13 | |
*** e0ne has joined #openstack | 17:13 | |
*** mturpin has quit IRC | 17:13 | |
*** jpena is now known as jpena|off | 17:13 | |
*** amoralej is now known as amoralej|off | 17:13 | |
*** tserong has joined #openstack | 17:14 | |
*** tty00 has quit IRC | 17:14 | |
*** johnbelamaric has joined #openstack | 17:14 | |
*** jmckind has joined #openstack | 17:14 | |
*** achampion has quit IRC | 17:15 | |
*** thorst_ has quit IRC | 17:15 | |
*** tty00 has joined #openstack | 17:15 | |
*** lucendio has quit IRC | 17:15 | |
*** rmart04 has quit IRC | 17:15 | |
*** bengo has quit IRC | 17:15 | |
*** mkolesni_ has joined #openstack | 17:16 | |
*** thorst_ has joined #openstack | 17:16 | |
*** bengo has joined #openstack | 17:16 | |
*** arbrandes has quit IRC | 17:16 | |
*** SteffanW has quit IRC | 17:17 | |
*** arbrandes has joined #openstack | 17:17 | |
*** hdd has quit IRC | 17:19 | |
*** hdd_ has joined #openstack | 17:19 | |
mrkelley | rmart04, imho, kubernetes has a lot of promise. I'm starting to play around with it in my personal system. I don't know a lot yet, but the demos I've seen tell me it's very worth pursuing. | 17:19 |
*** quantumshadow has joined #openstack | 17:20 | |
*** BAKfr has quit IRC | 17:20 | |
*** davi has quit IRC | 17:20 | |
*** BAKfr has joined #openstack | 17:20 | |
*** jistr has quit IRC | 17:21 | |
*** xb_ has quit IRC | 17:21 | |
*** j_shua has joined #openstack | 17:21 | |
*** aaronmeh_ has joined #openstack | 17:21 | |
*** whenry has joined #openstack | 17:21 | |
*** jmckind has quit IRC | 17:22 | |
*** gfidente has quit IRC | 17:22 | |
*** SCarniel has joined #openstack | 17:23 | |
*** thorst_ has quit IRC | 17:23 | |
*** ChubYann has joined #openstack | 17:24 | |
*** mowntan has quit IRC | 17:24 | |
*** daemontool_ has quit IRC | 17:25 | |
*** minot has joined #openstack | 17:25 | |
*** minot has quit IRC | 17:25 | |
*** MaxSan_ has joined #openstack | 17:26 | |
*** TMM has joined #openstack | 17:29 | |
*** lubos_cz has joined #openstack | 17:29 | |
*** e0ne has quit IRC | 17:30 | |
*** thorst_ has joined #openstack | 17:30 | |
*** penick has joined #openstack | 17:30 | |
*** mcornea has quit IRC | 17:31 | |
*** chandanc has quit IRC | 17:31 | |
*** mikeoutland has quit IRC | 17:31 | |
*** delhage has quit IRC | 17:32 | |
*** mrmartin has joined #openstack | 17:32 | |
*** `Calvin has quit IRC | 17:33 | |
*** fzdarsky has joined #openstack | 17:34 | |
*** thorst_ has quit IRC | 17:34 | |
*** akulshin has quit IRC | 17:34 | |
*** sudipto has quit IRC | 17:35 | |
*** Son_Goku has quit IRC | 17:35 | |
*** aaronmeh_ has quit IRC | 17:35 | |
*** mah_ has joined #openstack | 17:40 | |
*** achampion has joined #openstack | 17:41 | |
*** shardy has quit IRC | 17:41 | |
*** dgurtner has joined #openstack | 17:41 | |
*** dgurtner has quit IRC | 17:41 | |
*** dgurtner has joined #openstack | 17:41 | |
*** sudipto has joined #openstack | 17:41 | |
*** juvenalmuniz has joined #openstack | 17:42 | |
*** thorst_ has joined #openstack | 17:43 | |
*** robbiew has joined #openstack | 17:44 | |
*** dr0n has joined #openstack | 17:44 | |
mah_ | I have a problem with openstack instances , when they are instantiated no IPS are running | 17:45 |
*** ubercl0ud42 has joined #openstack | 17:45 | |
*** neophy has joined #openstack | 17:46 | |
*** achampion has quit IRC | 17:46 | |
*** lcurtis has joined #openstack | 17:46 | |
*** whenry has quit IRC | 17:46 | |
*** mpavone has joined #openstack | 17:46 | |
*** ubercl0ud has quit IRC | 17:47 | |
*** mpavone has quit IRC | 17:47 | |
*** xb_ has joined #openstack | 17:47 | |
*** thorst_ has quit IRC | 17:47 | |
*** sudipto has quit IRC | 17:49 | |
*** coyote507 has joined #openstack | 17:49 | |
*** dr0n has quit IRC | 17:49 | |
*** shaleh has joined #openstack | 17:49 | |
*** kawa2014 has quit IRC | 17:50 | |
*** robbiew has quit IRC | 17:50 | |
*** newmember has joined #openstack | 17:51 | |
*** bvandenh has joined #openstack | 17:51 | |
*** mikeoutland has joined #openstack | 17:51 | |
*** aimon has quit IRC | 17:51 | |
*** dr0n has joined #openstack | 17:52 | |
*** markus_z has quit IRC | 17:52 | |
*** aimon has joined #openstack | 17:52 | |
*** x220_ has joined #openstack | 17:53 | |
*** VW has quit IRC | 17:53 | |
*** Serlex has quit IRC | 17:54 | |
*** coyote507 has quit IRC | 17:54 | |
*** zhhuabj has quit IRC | 17:54 | |
*** larstobi has joined #openstack | 17:54 | |
*** andymaier_ has quit IRC | 17:55 | |
*** mrmartin has quit IRC | 17:55 | |
*** v3nd3tta is now known as v3nd3tta`` | 17:56 | |
*** newmember has quit IRC | 17:56 | |
*** quantumshadow has left #openstack | 17:56 | |
*** user154752 has joined #openstack | 17:57 | |
*** Na3iL has quit IRC | 17:58 | |
*** VW has joined #openstack | 17:58 | |
*** quantumshadow has joined #openstack | 17:59 | |
*** rmart04 has joined #openstack | 17:59 | |
*** rahulunair has quit IRC | 18:00 | |
*** henrynash has joined #openstack | 18:00 | |
*** ubercl0ud42 has quit IRC | 18:00 | |
*** whenry has joined #openstack | 18:01 | |
*** vhoward_ has joined #openstack | 18:02 | |
*** thorst_ has joined #openstack | 18:02 | |
*** e0ne has joined #openstack | 18:03 | |
*** jaugustine has quit IRC | 18:04 | |
*** robbiew has joined #openstack | 18:04 | |
*** unrahul has joined #openstack | 18:04 | |
*** nmagnezi has joined #openstack | 18:05 | |
*** mkolesni_ has quit IRC | 18:05 | |
*** vhoward has quit IRC | 18:05 | |
*** unrahul has quit IRC | 18:06 | |
*** unrahul has joined #openstack | 18:06 | |
*** chuck__ has joined #openstack | 18:06 | |
*** ronis has quit IRC | 18:07 | |
*** zul has quit IRC | 18:07 | |
*** chuck__ is now known as zul | 18:07 | |
*** bdemers_ has joined #openstack | 18:08 | |
*** nmagnezi has quit IRC | 18:08 | |
*** jiggalator has joined #openstack | 18:08 | |
*** mcornea has joined #openstack | 18:08 | |
*** bdemers has quit IRC | 18:08 | |
*** alaird_ has joined #openstack | 18:09 | |
*** Ger-chervyak has quit IRC | 18:09 | |
*** foxhunt72 is now known as foxhunt_away | 18:11 | |
*** netsin has quit IRC | 18:11 | |
*** nmagnezi has joined #openstack | 18:12 | |
*** alaird has quit IRC | 18:13 | |
*** mrmartin has joined #openstack | 18:13 | |
*** rcernin has quit IRC | 18:13 | |
*** lucendio has joined #openstack | 18:14 | |
*** neith has quit IRC | 18:16 | |
*** dharinic__ has joined #openstack | 18:17 | |
*** whenry has quit IRC | 18:17 | |
*** dharinic__ has quit IRC | 18:17 | |
*** Ger-chervyak has joined #openstack | 18:18 | |
*** pushkaru has quit IRC | 18:18 | |
*** mikeoutland has quit IRC | 18:18 | |
*** nmagnezi has quit IRC | 18:19 | |
*** jmccrory_ has quit IRC | 18:19 | |
*** electrofelix has quit IRC | 18:19 | |
*** georgem11 has joined #openstack | 18:21 | |
*** georgem1 has quit IRC | 18:21 | |
*** ivar-lazzaro has quit IRC | 18:22 | |
*** unrahul is now known as unrahul_ | 18:23 | |
*** spzala has quit IRC | 18:23 | |
*** spzala has joined #openstack | 18:23 | |
*** unrahul_ is now known as rahulunair | 18:24 | |
*** mowntan has joined #openstack | 18:24 | |
*** spzala has quit IRC | 18:25 | |
*** spzala has joined #openstack | 18:25 | |
*** thumpba has joined #openstack | 18:25 | |
*** rahulunair is now known as unrahul | 18:26 | |
*** haplo37 has joined #openstack | 18:26 | |
*** unrahul is now known as rahulunair | 18:27 | |
*** dr0n has quit IRC | 18:28 | |
*** sauvin has quit IRC | 18:28 | |
*** bengo has quit IRC | 18:28 | |
*** tvvcox has quit IRC | 18:28 | |
*** bengo has joined #openstack | 18:29 | |
*** rahulunair is now known as unrahul | 18:29 | |
*** dr0n has joined #openstack | 18:31 | |
*** unrahul is now known as rahulunair | 18:31 | |
*** ad_rien_ has joined #openstack | 18:31 | |
*** rahulunair is now known as unrahul_ | 18:31 | |
*** baoli_ has quit IRC | 18:32 | |
*** ivan_mironov has quit IRC | 18:34 | |
*** ad_rien_ has quit IRC | 18:34 | |
*** gyee has joined #openstack | 18:34 | |
*** dr0n has quit IRC | 18:34 | |
*** ad_rien_ has joined #openstack | 18:34 | |
*** bengo has quit IRC | 18:34 | |
*** hdd_ has quit IRC | 18:34 | |
*** ad_rien_ has quit IRC | 18:34 | |
*** unrahul_ is now known as unrahul | 18:35 | |
*** ad_rien_ has joined #openstack | 18:36 | |
*** akulshin has joined #openstack | 18:36 | |
*** aimon has quit IRC | 18:36 | |
*** aimon has joined #openstack | 18:36 | |
*** j_shua has quit IRC | 18:37 | |
*** mcornea has quit IRC | 18:38 | |
*** Pharaoh_Atem has quit IRC | 18:39 | |
*** georgem11 has quit IRC | 18:39 | |
*** georgem1 has joined #openstack | 18:39 | |
*** kkeuning has joined #openstack | 18:39 | |
*** haplo37 has quit IRC | 18:40 | |
*** SteffanW has joined #openstack | 18:41 | |
*** bengo has joined #openstack | 18:41 | |
*** jckasper_ has quit IRC | 18:41 | |
*** jckasper_ has joined #openstack | 18:41 | |
*** akulshin has quit IRC | 18:41 | |
*** penick has quit IRC | 18:41 | |
*** penick has joined #openstack | 18:41 | |
*** fzdarsky has quit IRC | 18:41 | |
*** fzdarsky has joined #openstack | 18:41 | |
*** mah_ has quit IRC | 18:41 | |
*** mah_ has joined #openstack | 18:41 | |
*** vhoward_ has quit IRC | 18:42 | |
*** vhoward_ has joined #openstack | 18:42 | |
*** unrahul has quit IRC | 18:42 | |
*** unrahul has joined #openstack | 18:42 | |
*** bengo has quit IRC | 18:42 | |
*** hdd has joined #openstack | 18:42 | |
*** Pharaoh_Atem has joined #openstack | 18:43 | |
*** rcernin has joined #openstack | 18:44 | |
*** thumpba has quit IRC | 18:44 | |
*** berendt has quit IRC | 18:45 | |
*** mestery has quit IRC | 18:45 | |
georgem1 | any idea how to get the client IP logged in Apache's error.log when running dashboard behind haproxy? I've tried playing with Apache's ErrorLogFormat to output the X-Forward-For set by Haproxy but it's not working | 18:45 |
*** bvandenh has quit IRC | 18:45 | |
*** thumpba has joined #openstack | 18:46 | |
*** mestery has joined #openstack | 18:47 | |
*** mikeoutland has joined #openstack | 18:47 | |
*** berendt has joined #openstack | 18:47 | |
*** voelzmo has joined #openstack | 18:47 | |
*** ad_rien_ has quit IRC | 18:47 | |
*** mikeoutland has quit IRC | 18:47 | |
*** nk2527 has quit IRC | 18:48 | |
*** lubos_cz has quit IRC | 18:48 | |
*** apahim__ has quit IRC | 18:48 | |
*** thorst_ has quit IRC | 18:48 | |
*** lubos_cz has joined #openstack | 18:48 | |
*** icezimm has joined #openstack | 18:48 | |
*** thorst_ has joined #openstack | 18:49 | |
*** ivar-lazzaro has joined #openstack | 18:49 | |
*** icezimm has quit IRC | 18:50 | |
*** jmckind has joined #openstack | 18:51 | |
*** zenoway has joined #openstack | 18:51 | |
*** ad_rien_ has joined #openstack | 18:51 | |
*** TxGVNN has quit IRC | 18:51 | |
*** zenoway has quit IRC | 18:52 | |
*** zenoway has joined #openstack | 18:52 | |
*** pushkaru has joined #openstack | 18:53 | |
*** lubos_cz has quit IRC | 18:54 | |
*** lubos_cz has joined #openstack | 18:55 | |
*** foxhunt_away is now known as foxhunt72 | 18:55 | |
*** hdd has quit IRC | 18:56 | |
*** hdd has joined #openstack | 18:57 | |
*** mikeoutland has joined #openstack | 18:57 | |
*** thorst_ has quit IRC | 18:57 | |
*** nmagnezi has joined #openstack | 18:57 | |
*** piet has quit IRC | 18:58 | |
*** mkovarik has joined #openstack | 18:58 | |
*** hdd has quit IRC | 18:58 | |
*** esker has joined #openstack | 18:59 | |
*** nmagnezi has quit IRC | 19:00 | |
*** ad_rien_ has quit IRC | 19:00 | |
*** SteffanW has quit IRC | 19:02 | |
*** salv-orl_ has joined #openstack | 19:02 | |
*** fragatina has quit IRC | 19:02 | |
*** thorst_ has joined #openstack | 19:03 | |
*** ad_rien_ has joined #openstack | 19:03 | |
*** eglynn has quit IRC | 19:03 | |
*** hdd has joined #openstack | 19:04 | |
*** rmart04 has quit IRC | 19:04 | |
*** salv-orlando has quit IRC | 19:05 | |
*** mkovarik has quit IRC | 19:06 | |
*** hdd has quit IRC | 19:07 | |
*** thorst_ has quit IRC | 19:08 | |
*** terje_ has quit IRC | 19:08 | |
*** hdd has joined #openstack | 19:08 | |
*** designbybeck has joined #openstack | 19:09 | |
*** MikeG451 has quit IRC | 19:09 | |
*** thorst_ has joined #openstack | 19:09 | |
*** fragatina has joined #openstack | 19:09 | |
*** ad_rien_ has quit IRC | 19:10 | |
*** ad_rien_ has joined #openstack | 19:11 | |
*** xb_ has quit IRC | 19:11 | |
*** hdd has quit IRC | 19:11 | |
*** narinder has quit IRC | 19:12 | |
*** pcaruana has quit IRC | 19:12 | |
*** piet has joined #openstack | 19:13 | |
*** hdd has joined #openstack | 19:14 | |
*** Ger-cher_ has joined #openstack | 19:14 | |
*** thorst_ has quit IRC | 19:14 | |
*** Ger-cher_ has quit IRC | 19:14 | |
*** Ger-chervyak has quit IRC | 19:15 | |
*** Ger-chervyak has joined #openstack | 19:15 | |
*** j_shua has joined #openstack | 19:15 | |
*** thorst_ has joined #openstack | 19:15 | |
*** b10n1k has quit IRC | 19:17 | |
*** jmckind has quit IRC | 19:17 | |
*** MikeG451 has joined #openstack | 19:18 | |
*** choonming has quit IRC | 19:18 | |
*** thorst_ has quit IRC | 19:20 | |
*** ad_rien_ has quit IRC | 19:21 | |
*** thorst_ has joined #openstack | 19:22 | |
*** komputes has joined #openstack | 19:22 | |
*** thorst_ has quit IRC | 19:23 | |
*** thorst_ has joined #openstack | 19:23 | |
mah_ | Hi all, The VM instances are not assigned by IPs when I log in to them, why that occurs ? | 19:24 |
*** rmart04 has joined #openstack | 19:24 | |
*** neophy has quit IRC | 19:24 | |
*** thomnico has quit IRC | 19:25 | |
*** julim has quit IRC | 19:26 | |
*** jaugustine_ has joined #openstack | 19:26 | |
*** robbiew has left #openstack | 19:26 | |
*** jckasper_ has quit IRC | 19:27 | |
*** jmckind has joined #openstack | 19:27 | |
*** narinder has joined #openstack | 19:27 | |
*** alaird_ has quit IRC | 19:27 | |
*** jckasper has joined #openstack | 19:27 | |
*** thorst_ has quit IRC | 19:30 | |
*** neophy has joined #openstack | 19:30 | |
*** thorst_ has joined #openstack | 19:30 | |
*** foxhunt72 is now known as foxhunt_away | 19:30 | |
*** rmart04 has quit IRC | 19:32 | |
*** rmart04_ has joined #openstack | 19:32 | |
*** jckasper has quit IRC | 19:32 | |
*** ad_rien_ has joined #openstack | 19:32 | |
*** bkopilov has quit IRC | 19:32 | |
*** aaronmeh_ has joined #openstack | 19:33 | |
*** gszasz has quit IRC | 19:34 | |
*** denisra has joined #openstack | 19:35 | |
*** dr0n has joined #openstack | 19:35 | |
*** thorst_ has quit IRC | 19:36 | |
*** voelzmo has quit IRC | 19:36 | |
*** thorst_ has joined #openstack | 19:37 | |
*** rmart04 has joined #openstack | 19:40 | |
*** nstrug has joined #openstack | 19:41 | |
*** ad_rien_ has quit IRC | 19:41 | |
*** rmart04_ has quit IRC | 19:41 | |
*** bkopilov has joined #openstack | 19:41 | |
*** panda has quit IRC | 19:41 | |
*** dharinic_ has quit IRC | 19:42 | |
*** thorst_ has quit IRC | 19:42 | |
*** panda has joined #openstack | 19:43 | |
*** jayc has quit IRC | 19:43 | |
*** dharinic_ has joined #openstack | 19:43 | |
*** johnbelamaric has quit IRC | 19:47 | |
*** johnbelamaric has joined #openstack | 19:47 | |
*** rmart04_ has joined #openstack | 19:48 | |
*** cdash has quit IRC | 19:49 | |
*** rmart04 has quit IRC | 19:49 | |
*** rmart04_ is now known as rmart04 | 19:49 | |
*** ronis has joined #openstack | 19:50 | |
*** hdd has quit IRC | 19:51 | |
*** iswid has joined #openstack | 19:51 | |
*** rcernin has quit IRC | 19:51 | |
*** piet has quit IRC | 19:51 | |
*** daemontool_ has joined #openstack | 19:51 | |
*** jckasper has joined #openstack | 19:52 | |
*** hdd has joined #openstack | 19:53 | |
*** e0ne has quit IRC | 19:53 | |
*** tongli has quit IRC | 19:53 | |
*** albertcard has joined #openstack | 19:53 | |
*** radek has joined #openstack | 19:54 | |
*** steveg_afk has joined #openstack | 19:54 | |
*** jmckind has quit IRC | 19:54 | |
*** rmart04 has quit IRC | 19:55 | |
*** vhoward_ has quit IRC | 19:56 | |
*** jayc has joined #openstack | 19:58 | |
*** mah_ has quit IRC | 19:58 | |
*** annegentle has joined #openstack | 19:59 | |
*** rcernin has joined #openstack | 19:59 | |
*** rmart04 has joined #openstack | 19:59 | |
*** Son_Goku has joined #openstack | 19:59 | |
*** jmckind has joined #openstack | 19:59 | |
*** fzdarsky has quit IRC | 20:00 | |
*** dharinic has joined #openstack | 20:03 | |
*** rmart04 has quit IRC | 20:04 | |
*** ivar-lazzaro has quit IRC | 20:05 | |
*** rmart04 has joined #openstack | 20:05 | |
*** aaronmeh_ has quit IRC | 20:05 | |
*** ad_rien_ has joined #openstack | 20:05 | |
*** ad_rien_ has quit IRC | 20:05 | |
*** daemontool_ has quit IRC | 20:06 | |
*** fzdarsky has joined #openstack | 20:07 | |
*** rmart04_ has joined #openstack | 20:07 | |
*** jmckind has quit IRC | 20:08 | |
*** lubos_cz_ has joined #openstack | 20:08 | |
*** lubos_cz has quit IRC | 20:08 | |
*** jckasper has quit IRC | 20:09 | |
*** lubos__ has joined #openstack | 20:09 | |
*** jckasper has joined #openstack | 20:09 | |
*** apahim__ has joined #openstack | 20:09 | |
*** rmart04 has quit IRC | 20:09 | |
*** rmart04_ is now known as rmart04 | 20:09 | |
*** jckasper has quit IRC | 20:10 | |
*** jckasper has joined #openstack | 20:10 | |
*** lubos__ has quit IRC | 20:10 | |
*** jckasper has quit IRC | 20:12 | |
*** haplo37 has joined #openstack | 20:12 | |
*** jckasper has joined #openstack | 20:12 | |
*** jmckind has joined #openstack | 20:12 | |
*** lubos_cz_ has quit IRC | 20:13 | |
*** achampion has joined #openstack | 20:13 | |
*** jckasper has quit IRC | 20:13 | |
*** jckasper has joined #openstack | 20:14 | |
*** rmart04_ has joined #openstack | 20:14 | |
*** rmart04 has quit IRC | 20:14 | |
*** rmart04_ is now known as rmart04 | 20:14 | |
*** dr0n has left #openstack | 20:16 | |
*** Noname has joined #openstack | 20:16 | |
*** nstrug has quit IRC | 20:16 | |
*** jmckind has quit IRC | 20:16 | |
*** rama_y has quit IRC | 20:17 | |
*** akrzos has quit IRC | 20:17 | |
*** achampion has quit IRC | 20:18 | |
*** overlord_tm has quit IRC | 20:18 | |
*** nsasherr has joined #openstack | 20:18 | |
*** ronis has quit IRC | 20:18 | |
*** curx has quit IRC | 20:19 | |
*** lubos_cz has joined #openstack | 20:19 | |
*** zhhuabj has joined #openstack | 20:19 | |
*** damadhat has quit IRC | 20:19 | |
*** jckasper has quit IRC | 20:20 | |
*** iswid has quit IRC | 20:20 | |
*** jckasper has joined #openstack | 20:20 | |
*** rama_y has joined #openstack | 20:21 | |
*** georgem1 has quit IRC | 20:21 | |
nsasherr | I'm having a strange problem with MatLab. It runs fine with RDP and TigerVNC, but when I try to run it through the Horizon noVNC console, it hangs at the splash screen forever. It can run the command line version just fine, though. | 20:21 |
*** elastix has quit IRC | 20:21 | |
*** Ger-chervyak has quit IRC | 20:22 | |
*** Lee1092 has quit IRC | 20:22 | |
*** rmart04 has quit IRC | 20:23 | |
*** jckasper has quit IRC | 20:24 | |
*** Yarboa has joined #openstack | 20:25 | |
*** jckasper has joined #openstack | 20:25 | |
*** VW has quit IRC | 20:26 | |
Sam-I-Am | nsasherr: maybe its trying to use functions that novnc doesn't support? | 20:26 |
*** iswid has joined #openstack | 20:26 | |
Sam-I-Am | novnc is not a full implementation of vnc | 20:26 |
bull | I'm getting a 403 error trying to launch instances with the new angular launch instance panel in horizon. The python one works w/out issue. Anyone ever run into this with the Next gen panel in horizon? | 20:27 |
*** fragatina has quit IRC | 20:27 | |
mrkelley | nsasherr, have you tried spice? | 20:27 |
nsasherr | Sam-I-Am, yes, through virt-manager. That works properly, too. So does X Forwarding | 20:27 |
*** cdub has quit IRC | 20:28 | |
nsasherr | mrkelley, sorry, yes, spice works properly | 20:28 |
*** dc has quit IRC | 20:29 | |
*** elastix has joined #openstack | 20:29 | |
*** elastix has quit IRC | 20:29 | |
*** mrmartin has quit IRC | 20:29 | |
nsasherr | Sam-I-Am, would that sort of thing be exposed to matlab? I thought VNC was pretty decoupled from applications on X. The screen still works, I can use other applications, but MatLab doesn't respond. | 20:29 |
*** jckasper has quit IRC | 20:29 | |
*** VW has joined #openstack | 20:29 | |
*** jckasper has joined #openstack | 20:30 | |
*** ade_b has quit IRC | 20:31 | |
*** Son_Goku has quit IRC | 20:31 | |
Sam-I-Am | nsasherr: so what exactly is the problem? | 20:32 |
*** thorst_ has joined #openstack | 20:32 | |
nsasherr | The problem is that we can't get MatLab to open through the Horizon noVNC console | 20:33 |
*** achampion has joined #openstack | 20:33 | |
*** johnmilton has quit IRC | 20:34 | |
*** foxhunt_away is now known as foxhunt72 | 20:34 | |
*** VW has quit IRC | 20:34 | |
albertcard | matlab is running what OS and what is in the grub conf? | 20:35 |
Sam-I-Am | but it works other ways? | 20:35 |
*** jckasper has quit IRC | 20:35 | |
nsasherr | Sam-I-Am, yes | 20:35 |
nsasherr | Sam-I-Am, I just tested it with a local novnc_server instance, and it works properly | 20:35 |
nsasherr | it seems like it's only when done through Horizon | 20:35 |
*** ivar-lazzaro has joined #openstack | 20:36 | |
Sam-I-Am | maybe its just a horizon thing | 20:36 |
*** baoli has joined #openstack | 20:36 | |
*** komputes has quit IRC | 20:36 | |
Sam-I-Am | could be a bug, or something not considered | 20:36 |
Sam-I-Am | people dont really use apps through the horizon console | 20:36 |
Sam-I-Am | its inefficient | 20:36 |
*** jckasper has joined #openstack | 20:37 | |
*** Ger-chervyak has joined #openstack | 20:37 | |
nsasherr | Sam-I-Am, should I be in a different channel, like for Horizon specifically? | 20:37 |
*** achampion has quit IRC | 20:37 | |
Sam-I-Am | you could ask in the horizon channel, but posting to the general mailing list might work better | 20:38 |
nsasherr | Sam-I-Am, thanks | 20:39 |
*** jckasper has quit IRC | 20:39 | |
*** aimon_ has joined #openstack | 20:39 | |
*** jckasper has joined #openstack | 20:40 | |
nsasherr | albertcard, RHEL7 -- I'm not sure whats in the grub conf | 20:40 |
*** VW has joined #openstack | 20:40 | |
*** jackjackdripper has joined #openstack | 20:41 | |
*** baoli has quit IRC | 20:41 | |
*** iswid has quit IRC | 20:41 | |
jackjackdripper | does neutron have cisco asa plugin? | 20:42 |
*** aimon has quit IRC | 20:42 | |
*** baoli has joined #openstack | 20:42 | |
*** slaweq_ has joined #openstack | 20:42 | |
nsasherr | jackjackdripper, I don't think so... | 20:42 |
*** elastix has joined #openstack | 20:43 | |
*** jckasper has quit IRC | 20:44 | |
*** Yarboa has quit IRC | 20:44 | |
nsasherr | jackjackdripper, only folder in /etc/neutron/plugins is "ml2" | 20:44 |
albertcard | A lot of the issues around consoles may depend how the grub.cfg is configured. I know in spice, we needed instances to have 'nomodeset' | 20:44 |
jackjackdripper | thanks | 20:44 |
Sam-I-Am | jackjackdripper: there are a number of plug-ins, but not necessarily for the asa. | 20:45 |
jidar | think cisco is going for ACI integration | 20:45 |
jidar | not sure we'll see ASA supported for firewalling | 20:46 |
jackjackdripper | i see nexus plugins in the list I am just wondering if there is one specific for asa | 20:46 |
jidar | that's just for configuring switch ports for controllers and compute hosts basically | 20:46 |
jidar | they have UCS plugins as well for ipmi and various other things | 20:46 |
*** suyash has joined #openstack | 20:46 | |
jidar | but the ASA platform is a wholly different beast | 20:46 |
*** esker has quit IRC | 20:47 | |
jackjackdripper | yeah it is a beast alright hehehe | 20:47 |
nsasherr | albertcard, hmm, would that sort of thing be a factor for a problem as specific as noVNC working as a standalone server but not through Openstack? | 20:47 |
jidar | keep in mind they were really slow to market on a virtual ASA and as I understand it, it's still not a decent platform | 20:48 |
*** baoli has quit IRC | 20:48 | |
*** achampion has joined #openstack | 20:48 | |
albertcard | i dont see why not, nsasherr. It doesn't hurt to give it a shot. If it doesn't work, then change it back, rebuild the config and reboot | 20:49 |
albertcard | i PM'd you | 20:49 |
*** baoli has joined #openstack | 20:49 | |
*** delhage has joined #openstack | 20:50 | |
*** spzala has quit IRC | 20:50 | |
*** baoli has quit IRC | 20:50 | |
*** kstev has quit IRC | 20:50 | |
*** baoli has joined #openstack | 20:52 | |
*** Noname has quit IRC | 20:52 | |
*** VW_ has joined #openstack | 20:52 | |
*** choonming has joined #openstack | 20:53 | |
*** achampion has quit IRC | 20:53 | |
*** georgem1 has joined #openstack | 20:53 | |
*** VW_ has quit IRC | 20:53 | |
*** georgem1 has quit IRC | 20:53 | |
*** VW_ has joined #openstack | 20:54 | |
*** georgem1 has joined #openstack | 20:54 | |
*** dcmorton has joined #openstack | 20:54 | |
*** spzala has joined #openstack | 20:54 | |
*** VW_ has quit IRC | 20:54 | |
*** VW_ has joined #openstack | 20:54 | |
*** VW_ has quit IRC | 20:55 | |
*** VW_ has joined #openstack | 20:55 | |
*** VW has quit IRC | 20:56 | |
*** Ger-chervyak has quit IRC | 20:56 | |
nsasherr | albertcard, that's done it! | 20:56 |
albertcard | awesome :) | 20:56 |
nsasherr | albertcard, if this is a bug somewhere... who should it go to? MatLab, OpenStack..? | 20:57 |
*** Ger-chervyak has joined #openstack | 20:57 | |
*** baoli has quit IRC | 20:57 | |
*** Noname has joined #openstack | 20:57 | |
nsasherr | albertcard, I mean, it works with pretty much everything except our OpenStack noVNC console, but everything else does work with it | 20:58 |
*** marius_endian has joined #openstack | 20:58 | |
*** ade_b has joined #openstack | 20:59 | |
*** ivar-lazzaro has quit IRC | 21:00 | |
*** baoli has joined #openstack | 21:00 | |
*** jonaspaulo has joined #openstack | 21:00 | |
*** jckasper has joined #openstack | 21:00 | |
*** spzala has quit IRC | 21:00 | |
*** baoli_ has joined #openstack | 21:01 | |
*** thumpba has quit IRC | 21:02 | |
nsasherr | albertcard, anyways, thanks for the help on this one. | 21:02 |
Sam-I-Am | nsasherr: sounds like horizon should get the bug if everything else works | 21:03 |
Sam-I-Am | however it may be outside of the scope of horizon | 21:03 |
*** hvprash has joined #openstack | 21:03 | |
Sam-I-Am | the console is there mostly for debugging purposes rather than actual use | 21:04 |
*** baoli has quit IRC | 21:04 | |
nsasherr | Sam-I-Am, Thanks, I'll give it a shot | 21:05 |
*** alaird has joined #openstack | 21:05 | |
*** rama_y has quit IRC | 21:05 | |
*** jmhale has quit IRC | 21:06 | |
*** rama_y has joined #openstack | 21:06 | |
*** annegentle has quit IRC | 21:07 | |
*** hvprash_ has quit IRC | 21:07 | |
*** jmhale has joined #openstack | 21:07 | |
*** ade_b has quit IRC | 21:07 | |
*** thorst_ has quit IRC | 21:08 | |
*** jcarter2 has quit IRC | 21:08 | |
albertcard | nsasherr, I wouldn't say it's an Openstack issue. It's more of a setting plaguing VMs and consoles. As the need for the setting varies on a case-by-case basis. It was reported as a bug with RHEL7 instances in the OSAD project since spice didn't work and the bug just said to update the RHEL7 image to reflect the new grub cfg | 21:08 |
*** thorst_ has joined #openstack | 21:09 | |
*** SCarniel has quit IRC | 21:09 | |
*** spzala has joined #openstack | 21:09 | |
*** cdash has joined #openstack | 21:10 | |
*** rama_y has quit IRC | 21:11 | |
*** johnmilton has joined #openstack | 21:11 | |
*** ccard_ has joined #openstack | 21:12 | |
*** ccard has quit IRC | 21:12 | |
*** slaweq_ has quit IRC | 21:12 | |
*** slaweq_ has joined #openstack | 21:13 | |
*** two_oes has quit IRC | 21:14 | |
*** jaugustine_ has quit IRC | 21:15 | |
*** retreved has quit IRC | 21:16 | |
*** thorst_ has quit IRC | 21:17 | |
*** johnmilton has quit IRC | 21:17 | |
*** galstrom is now known as galstrom_zzz | 21:18 | |
*** x220_ has quit IRC | 21:18 | |
*** elastix has quit IRC | 21:19 | |
*** rtheis has quit IRC | 21:20 | |
*** akrzos has joined #openstack | 21:20 | |
*** cbader has quit IRC | 21:20 | |
*** phalmos has quit IRC | 21:21 | |
*** cbader has joined #openstack | 21:21 | |
*** Mudpuppy has quit IRC | 21:21 | |
*** ccard_ has quit IRC | 21:22 | |
*** JuanDRay has joined #openstack | 21:22 | |
*** ccard has joined #openstack | 21:22 | |
*** yamahata has quit IRC | 21:23 | |
*** aeperezt has quit IRC | 21:24 | |
*** adamscha has joined #openstack | 21:24 | |
*** JuanDRay has quit IRC | 21:26 | |
*** spiette has quit IRC | 21:26 | |
*** ivar-lazzaro has joined #openstack | 21:26 | |
*** ivase has quit IRC | 21:28 | |
*** revon has joined #openstack | 21:28 | |
*** ivar-lazzaro has quit IRC | 21:29 | |
*** yamahata has joined #openstack | 21:29 | |
*** johnmilton has joined #openstack | 21:29 | |
*** overlord_tm has joined #openstack | 21:30 | |
*** janzian has quit IRC | 21:31 | |
*** mikeoutland has quit IRC | 21:31 | |
*** ivase has joined #openstack | 21:32 | |
*** crose has quit IRC | 21:33 | |
*** jamesden_ has quit IRC | 21:34 | |
*** georgem1 has quit IRC | 21:35 | |
*** daemontool_ has joined #openstack | 21:35 | |
*** jmhale has quit IRC | 21:35 | |
*** ivar-lazzaro has joined #openstack | 21:36 | |
*** ivase has quit IRC | 21:36 | |
*** jmhale has joined #openstack | 21:37 | |
*** fsimonce has quit IRC | 21:37 | |
*** thorst_ has joined #openstack | 21:38 | |
*** kus has quit IRC | 21:40 | |
*** tull has joined #openstack | 21:41 | |
*** foxhunt72 is now known as foxhunt_away | 21:42 | |
*** henrynash has quit IRC | 21:42 | |
*** thorst_ has quit IRC | 21:42 | |
*** schwicht has quit IRC | 21:44 | |
*** neophy has quit IRC | 21:45 | |
*** slaweq_ has quit IRC | 21:46 | |
*** marius_endian has left #openstack | 21:50 | |
*** kbringard has quit IRC | 21:50 | |
*** KpuCko has quit IRC | 21:50 | |
*** cdelatte has joined #openstack | 21:52 | |
*** `Calvin has joined #openstack | 21:52 | |
*** `Calvin has joined #openstack | 21:52 | |
*** Ephur has quit IRC | 21:52 | |
*** stelouie_ has joined #openstack | 21:53 | |
*** amotoki has joined #openstack | 21:53 | |
*** KpuCko has joined #openstack | 21:53 | |
*** delattec has quit IRC | 21:54 | |
*** cdelatte has quit IRC | 21:55 | |
*** bdemers_ has quit IRC | 21:55 | |
*** daemontool_ has quit IRC | 21:55 | |
*** designbybeck has quit IRC | 21:56 | |
*** fragatina has joined #openstack | 21:57 | |
*** rama_y has joined #openstack | 21:57 | |
*** choonming has quit IRC | 21:57 | |
*** adamscha has quit IRC | 21:58 | |
*** ikcerog has quit IRC | 21:59 | |
*** Gi0 has quit IRC | 21:59 | |
*** cdelatte has joined #openstack | 21:59 | |
*** GenteelBen has quit IRC | 22:01 | |
*** finisherr has joined #openstack | 22:01 | |
*** JRobinson__ has joined #openstack | 22:02 | |
*** stelouie_ has quit IRC | 22:04 | |
*** VW_ has quit IRC | 22:04 | |
*** jrhett has quit IRC | 22:07 | |
*** salv-orl_ has quit IRC | 22:07 | |
*** cdelatte has quit IRC | 22:08 | |
*** mrkelley has left #openstack | 22:08 | |
*** jckasper has quit IRC | 22:08 | |
*** shaleh has quit IRC | 22:08 | |
*** jckasper has joined #openstack | 22:08 | |
*** bobh has quit IRC | 22:08 | |
*** stelouie has joined #openstack | 22:09 | |
*** wangbo has quit IRC | 22:09 | |
*** markvoelker_ has joined #openstack | 22:10 | |
*** fzdarsky has quit IRC | 22:10 | |
*** hdd has quit IRC | 22:11 | |
*** cdelatte has joined #openstack | 22:11 | |
*** thorst_ has joined #openstack | 22:12 | |
*** skapunker has quit IRC | 22:12 | |
*** VW has joined #openstack | 22:12 | |
*** piet has joined #openstack | 22:14 | |
*** thorst_ has quit IRC | 22:16 | |
*** thorst_ has joined #openstack | 22:17 | |
*** tonythomas has quit IRC | 22:18 | |
*** thorst_ has quit IRC | 22:19 | |
*** Ger-cher_ has joined #openstack | 22:20 | |
*** xemdetia has quit IRC | 22:21 | |
*** spotz is now known as spotz_zzz | 22:21 | |
*** sticker has joined #openstack | 22:22 | |
*** dslevin has joined #openstack | 22:22 | |
*** Ger-chervyak has quit IRC | 22:23 | |
*** haplo37 has quit IRC | 22:24 | |
*** delattec has joined #openstack | 22:24 | |
*** hdd has joined #openstack | 22:24 | |
*** berendt has quit IRC | 22:25 | |
*** jayc has quit IRC | 22:25 | |
*** jrcloud has joined #openstack | 22:25 | |
*** Ger-cher_ has quit IRC | 22:26 | |
*** skapunker has joined #openstack | 22:26 | |
*** cdelatte has quit IRC | 22:27 | |
*** dgurtner has quit IRC | 22:27 | |
*** whenry has joined #openstack | 22:27 | |
*** zackf has quit IRC | 22:27 | |
*** Reepicheep has quit IRC | 22:28 | |
*** cdash has quit IRC | 22:28 | |
*** hdd has quit IRC | 22:30 | |
*** thorst_ has joined #openstack | 22:30 | |
*** thorst_ has quit IRC | 22:31 | |
*** thorst_ has joined #openstack | 22:31 | |
*** radek has quit IRC | 22:32 | |
*** markvoelker_ has quit IRC | 22:32 | |
*** ivar-laz_ has joined #openstack | 22:33 | |
*** jdurgin has quit IRC | 22:33 | |
*** ivar-laz_ has quit IRC | 22:34 | |
*** jdurgin has joined #openstack | 22:34 | |
johnmilton | hello, im trying to troubleshoot connections between vms and my metadata server | 22:35 |
johnmilton | im running an all-in-one as a poc for a company i work for | 22:35 |
*** hdd has joined #openstack | 22:35 | |
johnmilton | theres a public subnet, a private, and a router between (all ovs) | 22:35 |
*** ivar-laz_ has joined #openstack | 22:35 | |
johnmilton | instances on the public subnet fail to connect to the metadata server | 22:36 |
*** Ger-chervyak has joined #openstack | 22:36 | |
*** ivar-lazzaro has quit IRC | 22:36 | |
*** Noname has quit IRC | 22:36 | |
*** Ger-cher_ has joined #openstack | 22:37 | |
*** damadhatter has joined #openstack | 22:37 | |
*** tpsilva has quit IRC | 22:37 | |
*** jayc has joined #openstack | 22:37 | |
*** raildo is now known as raildo-afk | 22:38 | |
*** Ger-chervyak has quit IRC | 22:41 | |
*** ad_rien_ has joined #openstack | 22:42 | |
*** ad_rien_ has quit IRC | 22:42 | |
*** WKNiGHT has quit IRC | 22:42 | |
*** morazi has quit IRC | 22:43 | |
*** zenoway has quit IRC | 22:43 | |
*** brahama__ has quit IRC | 22:44 | |
*** zenoway has joined #openstack | 22:44 | |
*** grealish has quit IRC | 22:46 | |
*** lucendio has quit IRC | 22:47 | |
*** GeoKM has joined #openstack | 22:47 | |
*** foxhunt_away is now known as foxhunt72 | 22:48 | |
*** mikeoutland has joined #openstack | 22:48 | |
*** zenoway has quit IRC | 22:48 | |
*** mikeoutland has quit IRC | 22:53 | |
Sam-I-Am | johnmilton: did you enable isolated metadata in the dhcp agent config? | 22:54 |
*** grealish has joined #openstack | 22:54 | |
johnmilton | i tried that, and i tried it disabled as well | 22:54 |
Sam-I-Am | it would need to be on for a network without a router, which is a public/provider net | 22:54 |
johnmilton | i havent tried disabling the default gateway as i read that issue was supposed to fixed | 22:54 |
*** jrhett has joined #openstack | 22:54 | |
Sam-I-Am | your instance should have a route to 169.254.169.254 | 22:54 |
*** VW has quit IRC | 22:54 | |
*** v3nd3tta`` is now known as v3nd3tta | 22:54 | |
Sam-I-Am | i havent heard of that, must be misinformation | 22:55 |
*** VW has joined #openstack | 22:55 | |
johnmilton | so that's still how you do it? | 22:55 |
Sam-I-Am | or old information... | 22:55 |
Sam-I-Am | still how you do what? | 22:55 |
johnmilton | set it up | 22:56 |
johnmilton | i have isolated = true | 22:56 |
johnmilton | no go | 22:56 |
*** lcurtis has quit IRC | 22:56 | |
johnmilton | do i need enable_metadata_network = true ? | 22:56 |
*** elricsfate has quit IRC | 22:57 | |
johnmilton | and i point the route for 169... to my router in openstack, right? | 22:57 |
johnmilton | it's definitely not working with dhcp | 22:57 |
*** hdd has quit IRC | 22:57 | |
Sam-I-Am | enable_metadata_network should be the default | 22:57 |
Sam-I-Am | thats only if you run your own network for md | 22:57 |
johnmilton | ah | 22:58 |
Sam-I-Am | so your instance is getting an ip on the provider net, but its not getting the route to md? | 22:58 |
johnmilton | so i have isolated and enable true now | 22:58 |
johnmilton | right | 22:58 |
Sam-I-Am | did you restart the agent and re-create the network? | 22:59 |
Sam-I-Am | it wont change existing networks | 22:59 |
johnmilton | i restarted the agent | 22:59 |
johnmilton | but i did not recreate the network | 22:59 |
*** rbak_ has quit IRC | 22:59 | |
johnmilton | i have vms on that network, so i was hoping i wouldnt need to go that far | 23:00 |
Sam-I-Am | i dont think thats an option you can change on the fly, if it wasnt set initially | 23:00 |
johnmilton | is my l3 agent config going to interfere with this? for the private net | 23:01 |
*** baoli_ has quit IRC | 23:01 | |
*** stelouie has quit IRC | 23:02 | |
Sam-I-Am | no, unless you did something weird there | 23:02 |
johnmilton | i think so | 23:02 |
johnmilton | now its trying to hit the dhcp server for meta-data | 23:02 |
johnmilton | http://paste.openstack.org/show/496636/ | 23:03 |
johnmilton | i can tear it all down if necessary | 23:03 |
johnmilton | this is a poc | 23:03 |
*** foxhunt72 is now known as foxhunt_away | 23:03 | |
*** Ger-cher_ has quit IRC | 23:03 | |
*** VW has quit IRC | 23:04 | |
Sam-I-Am | the public vm got a route to md? | 23:04 |
*** achampion has joined #openstack | 23:05 | |
johnmilton | well, no | 23:06 |
johnmilton | that is the public, kind of | 23:06 |
*** hdd has joined #openstack | 23:06 | |
*** jobewan has quit IRC | 23:07 | |
johnmilton | i have the 10.33.33.0 as public with a vm and a router...the router has an interface on a private subnet | 23:08 |
Sam-I-Am | well, not sure what time zone you're in, but its time for me to jet for the day | 23:08 |
johnmilton | the public gets natted | 23:08 |
*** dbrandon has quit IRC | 23:08 | |
Sam-I-Am | you around tomorrow? | 23:09 |
*** rickyrem has quit IRC | 23:09 | |
johnmilton | yea | 23:09 |
Sam-I-Am | i'll be around tomorrow | 23:10 |
*** dbrandon has joined #openstack | 23:10 | |
Sam-I-Am | probably earlier than this time | 23:10 |
*** MikeG451 has quit IRC | 23:11 | |
*** Mudpuppy has joined #openstack | 23:12 | |
johnmilton | ok | 23:13 |
*** doradus has quit IRC | 23:14 | |
*** johnbelamaric has quit IRC | 23:14 | |
*** Ger-chervyak has joined #openstack | 23:16 | |
*** wangbo has joined #openstack | 23:16 | |
*** salv-orlando has joined #openstack | 23:16 | |
*** MaxSan_ has quit IRC | 23:17 | |
*** delatte has joined #openstack | 23:18 | |
*** zenoway has joined #openstack | 23:19 | |
*** blahdeblah_ has joined #openstack | 23:21 | |
*** law has joined #openstack | 23:21 | |
*** delattec has quit IRC | 23:21 | |
*** salv-orlando has quit IRC | 23:21 | |
law | hey all, I've got this fresh Mitaka install. For some reason, freshly-created VMs are getting two IP addresses, none of which are pingable, and I'll be darned if I can figure out why | 23:21 |
*** blahdeblah has quit IRC | 23:22 | |
*** diogogmt has quit IRC | 23:23 | |
*** MaxSan_ has joined #openstack | 23:24 | |
*** komputes has joined #openstack | 23:24 | |
*** zenoway has quit IRC | 23:25 | |
*** schwicht has joined #openstack | 23:25 | |
*** narinder has quit IRC | 23:25 | |
*** bobh has joined #openstack | 23:28 | |
*** rcernin has quit IRC | 23:28 | |
*** komputes has quit IRC | 23:30 | |
*** arch-nemesis has quit IRC | 23:30 | |
*** jckasper has quit IRC | 23:31 | |
*** jckasper has joined #openstack | 23:32 | |
*** djan has joined #openstack | 23:36 | |
*** jckasper has quit IRC | 23:36 | |
*** MaxSan_1 has joined #openstack | 23:36 | |
*** MaxSan_ has quit IRC | 23:37 | |
*** vhosakot has quit IRC | 23:37 | |
*** ivar-laz_ has quit IRC | 23:37 | |
*** blahdeblah has joined #openstack | 23:39 | |
*** MaxSan_ has joined #openstack | 23:39 | |
*** tochi has joined #openstack | 23:39 | |
*** blahdeblah_ has quit IRC | 23:40 | |
*** MaxSan_1 has quit IRC | 23:41 | |
*** chandanc has joined #openstack | 23:42 | |
law | any thoughts on where I could even begin to start looking, would be awesome | 23:42 |
*** lubos_cz has quit IRC | 23:43 | |
*** zenoway has joined #openstack | 23:43 | |
*** schwicht has quit IRC | 23:45 | |
*** zenoway has quit IRC | 23:47 | |
LiftedKilt | law - did you check and make sure that ICMP is allowed in the default security group? | 23:49 |
*** woodard_ has quit IRC | 23:49 | |
*** woodard has joined #openstack | 23:49 | |
LiftedKilt | it isn't by default | 23:49 |
law | it is, I've made the security group wide open | 23:51 |
*** piet has quit IRC | 23:51 | |
law | and, my initial assumption was wrong - the SECOND IP is indeed pingable, I didn't wait for the VM to boot fully | 23:51 |
law | logging into the VM, it only has one IP | 23:51 |
*** quantumshadow1 has joined #openstack | 23:52 | |
*** brahama__ has joined #openstack | 23:52 | |
LiftedKilt | how did you deploy openstack/what neutron plugin are you using? | 23:53 |
*** quantumshadow has quit IRC | 23:53 | |
*** tmatsu has joined #openstack | 23:53 | |
*** hdd has quit IRC | 23:54 | |
law | we deployed it with hand-rolled Salt states (not my choice), following the Ubuntu Deploy Guide as closely as possible, with Networking Option 2. We're using Linuxbridge-Agent | 23:54 |
*** RamJett has quit IRC | 23:55 | |
*** crinkle has quit IRC | 23:55 | |
*** georgem1 has joined #openstack | 23:55 | |
*** _erick0zcr has joined #openstack | 23:56 | |
*** RamJett has joined #openstack | 23:56 | |
*** chlong has joined #openstack | 23:56 | |
*** mikeoutland has joined #openstack | 23:56 | |
*** thorst_ has quit IRC | 23:57 | |
*** pumarani__ has joined #openstack | 23:57 | |
*** vhosakot has joined #openstack | 23:58 | |
LiftedKilt | ah - yeah that's way outside my wheelhouse | 23:58 |
*** thorst_ has joined #openstack | 23:58 | |
LiftedKilt | are the IP's in the same network? | 23:58 |
law | they are | 23:58 |
law | this is what dhcp-agent.log is throwing back: https://paste.fedoraproject.org/364893/92469214/ | 23:58 |
LiftedKilt | that's very odd | 23:58 |
law | create a new VM, that shows up automagically | 23:58 |
*** pushkaru has quit IRC | 23:59 | |
*** LiftedKilt has left #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!