Wednesday, 2013-07-03

*** okrieg1 has joined #openstack00:00
*** sthaha has joined #openstack00:03
*** sthaha has quit IRC00:03
*** sthaha has joined #openstack00:03
*** rossk has quit IRC00:03
*** lloydde has quit IRC00:04
*** Neandre has quit IRC00:04
*** jyhc has quit IRC00:04
*** OutBackDingo has quit IRC00:05
*** mikedawson has quit IRC00:05
*** KaZeR_W has joined #openstack00:06
*** OutBackDingo has joined #openstack00:06
*** arun has quit IRC00:07
*** spideyman has joined #openstack00:08
*** ccs has quit IRC00:08
*** okrieg1 has quit IRC00:08
*** JonnyNomad has quit IRC00:09
*** moha_hunt has quit IRC00:10
*** mpae has joined #openstack00:10
mpaehello?00:11
fifieldthi00:11
mpae:)00:11
mpaehaven't been on IRC in years00:11
fifieldtit's surprising how much such a modern project uses it :)00:12
mpaeI just got ostack up on a juju/maas cluster but haven't been able to figure out how to get the console working :(00:12
*** epim has quit IRC00:12
mpaespent the past couple hours looking for information on google00:12
fifieldtthe console in the openstack dashboard?00:12
mpaeyes00:12
fifieldtis it not appearing, or erroring?00:13
*** arun has joined #openstack00:13
*** vlad_starkov has joined #openstack00:13
mpaewhen I click "console" in the action column of the instance list, it spins for a while then returns with a gateway timeout00:14
mpaeI think status was like 50200:14
fifieldtah, right00:14
*** scotm has joined #openstack00:14
fifieldtso that'd be because one piece of it can't talk to another00:14
mpaeVM works great, networking works great, but this one piece doesn't work00:14
fifieldtdid you read about how the 'proxy' system works?00:14
*** scotm has quit IRC00:14
mpaethat's what I figured, but I couldn't figure out which was having problems00:14
mpaevnc proxy?00:14
fifieldtyeah00:15
fifieldthttp://docs.openstack.org/trunk/openstack-compute/admin/content/getting-started-with-vnc-proxy.html00:15
mpaeI found an openstack page on vnc proxy, but I was figuring that the juju charm writers would have accounted for it, and that I failed to expose something or set some setting00:15
fifieldtone would hope00:15
mpaewhich was the case for most of the roadblocks I've faced so far00:15
fifieldtbut it certainly seems like a firewall issue00:15
mpaethe link you gave me is the page I was looking at earlier00:16
fifieldtyup00:16
*** daahst has joined #openstack00:16
fifieldtit's the best resource there is00:16
*** fifieldt_ has joined #openstack00:16
mpaethat at least tells me I wasn't completely off the mark :)00:16
fifieldtthe fact that you're using juju means you're already thinking about automation, which is a very good thing00:17
fifieldtbut anyway00:17
fifieldtwhat I'd be checking00:17
fifieldtis how the firewall is setup00:17
*** vigintas has quit IRC00:17
fifieldtand making sure that you can talk to the vncproxy from wherever your client is00:17
mpaewell, I'm doing my own little skunk works thing to get my company to adopt openstack rather than reinventing the wheel00:17
mpae:)00:17
fifieldtmpae, Intel's IT Department started their deployment in the same way :)00:17
mpaeso automation is key00:18
fifieldtindeed00:18
*** majeff has quit IRC00:18
mpaewell, my challenge is I'm not IT, I'm engineering, our IT department is in bed with vmware :(00:18
fifieldtknow the feeling :)00:18
mpaebut anyway...  back to the problem :)00:18
fifieldtya00:18
*** ryanpetrello has quit IRC00:19
mpaeI'm looking at the chart...00:19
*** vlad_starkov has quit IRC00:19
mpaeI've tried nova get-vnc-console and that seemed to timeout as well00:20
*** daahst has quit IRC00:20
mpaenot sure if that's a helpful detail00:20
fifieldt_where are you running these commands from - a different machine?00:21
mpaefrom the maas controller00:21
fifieldt_is the service running?00:21
fifieldt_nova-manage service list00:21
mpaeI could never get that command working00:22
fifieldt_ah, right00:22
mpaeall of the other cli commands work00:22
fifieldt_what does it say when you try to run that?00:22
mpaeIOError permission denied /var/log/nova/nova-manage.log00:23
fifieldt_right, perhaps try running it with a sudo00:23
fifieldt_>?00:23
mpaeI even tried sudo chmod 777 -R /var/log/nova00:23
mpaeand it still gives me that00:23
mpaewhich is what really baffles me00:23
*** pixelbeat has quit IRC00:24
mpaesudo nova-manage does seem to work00:24
mpaebut nothing is returned00:24
mpaei've exposed the cloud-controller00:24
fifieldt_hmmm00:24
fifieldt_what version of OpenStack are you running?00:24
mpaegrizzly00:25
fifieldt_I thought the IOError sillyness was fixed in Essex (https://bugs.launchpad.net/nova/+bug/939531) it must have regressed :)00:25
fifieldt_oh well00:25
fifieldt_at least does the process list show the vncproxy in there?00:26
mpaeyou mean ps -ef?00:26
fifieldt_ya00:26
mpaeor nova-manage00:26
fifieldt_and does it appear to be listening when you run netstat -anp00:26
fifieldt_ps00:26
mpaewould that be on the same node as compute?00:26
fifieldt_wherever it is running00:27
mpaeI searched for vnc and only found processes in compute00:27
fifieldt_it can run anywhere00:27
fifieldt_which vnc processes do you have on compute00:27
mpaeand no it looks like it's just kvm00:27
mpaenot a vnc process00:27
fifieldt_oh well00:27
mpaeI did a `ps -ef | grep -i vnc` on all nodes00:27
fifieldt_right00:27
fifieldt_so it looks like the service isn't running00:27
mpaeso, the proxy I guess is not running00:27
mpaeyes00:27
fifieldt_yeah00:28
fifieldt_so, how to start it ? :)00:28
fifieldt_grep your juju charms first, perhaps00:28
mpaeis there a common service name?00:28
mpaeI mean OS level service (init script)00:28
fifieldt_oh - grep as well for nova-consoleauth00:28
fifieldt_the other service is called nova-novncproxy00:29
mpaeok, I'll search for that00:29
fifieldt_probably both of these should be on your 'controller'00:29
*** littleidea has joined #openstack00:30
mpaethat's what I'm thinking...  I did a recursive grep on all the charms and only match for vnc was the controller and glance charms00:30
gdubreuiHi, running quantum-server on a controller node and the rest of the agents on the network node do we still need the plugin (ovs) to be running on the controller along the server?00:32
*** julweber_ has joined #openstack00:32
*** zerick has quit IRC00:33
mpaewonderful, nova-novncproxy isn't installed anywhere00:34
mpae:)00:34
fifieldt_cool00:34
fifieldt_there's your problem :)00:34
mpaeso I guess that points to a gap in the charms00:34
fifieldt_damn00:34
fifieldt_bug report time!00:34
mpaeI'll read up on how to get it manually set up, and yes bug report :)00:34
*** virajh has quit IRC00:34
fifieldt_good luck mpae00:34
mpaethank you very much for your help00:34
fifieldt_no worries00:34
*** julweber has quit IRC00:35
fifieldt_If you've not seen it already, you might be interested in: http://docs.openstack.org/ops/00:35
fifieldt_it has some 'best practices' for these kinds of things00:35
*** Tross has joined #openstack00:36
mpaeit's on my list of things to review, I pulled up all of the manuals/documents from docs.openstack.org00:36
mpae:)00:36
mpaebut I appreciate the suggestion nonetheless00:36
*** scrollback has quit IRC00:36
fifieldt_gdubreui, I'm not sure :(00:36
*** scrollback has joined #openstack00:36
*** jhesketh has quit IRC00:37
gdubreuififieldt_, yeah the wiki is ambiguous about it!00:37
fifieldt_can you test and update the wiki? ;D00:37
fifieldt_also - which wiki page so I can lodge a docc bug00:38
*** qhe has quit IRC00:38
*** ryanpetrello has joined #openstack00:38
*** jhesketh_ has joined #openstack00:39
gdubreuififieldt_, http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo_routers_with_private_networks.html00:40
gdubreuififieldt_, The "L2 Agent" is not on the controller but the following page mention it, in the installation, first chapter - Controller -> 4.00:41
gdubreuififieldt_, Well actually I might be wrong00:41
fifieldt_the fact that it's not 100% clear from first reading is enough to make it a bug in my book :)00:42
gdubreuififieldt_, I like that approach!!!00:42
*** robbb has quit IRC00:43
*** robbb has joined #openstack00:43
fifieldt_https://bugs.launchpad.net/openstack-manuals/+bug/119720300:44
*** henrynash has joined #openstack00:45
gdubreuififieldt_, well the ambiguity comes from the fact the ovs_quantum_plugin.ini is needed and used by the quantum-server. Now what's not clear is if the OVS is needed or not. (I believe it's not)00:45
gdubreuififieldt_: thanks00:45
fifieldt_thanks for that00:45
*** vkmc has quit IRC00:46
*** terry7 has quit IRC00:46
*** ffio_ has joined #openstack00:48
*** ffio has quit IRC00:49
*** okrieg1 has joined #openstack00:49
*** gyee has quit IRC00:49
*** alop has quit IRC00:50
*** fifieldt has quit IRC00:51
*** fifieldt_ is now known as fifieldt00:51
*** jasondotstar has quit IRC00:52
*** freedomhui has joined #openstack00:53
*** ryanpetrello has quit IRC00:54
*** datajerk1 has joined #openstack00:55
*** hashfail_ has joined #openstack00:55
*** mjfork_ has joined #openstack00:55
*** saschpe_ has joined #openstack00:57
*** optiz0r_ has quit IRC00:57
*** datajerk has quit IRC00:57
*** saschpe has quit IRC00:57
*** hashfail has quit IRC00:57
*** alekibango has quit IRC00:57
*** alekibango has joined #openstack00:57
*** ahasenack has joined #openstack00:58
*** Harpertown_ has joined #openstack00:59
*** otherwiseguy has joined #openstack00:59
*** warik_ has quit IRC00:59
*** mjfork has quit IRC00:59
*** vladdy_ has joined #openstack00:59
*** mjfork_ is now known as mjfork00:59
*** jkstrick has quit IRC01:03
*** openstack has quit IRC01:03
*** openstack` has joined #openstack01:04
*** openstack has quit IRC01:04
*** zehicle has quit IRC01:04
*** Harpertown_ has quit IRC01:04
*** Harpertown_ has joined #openstack01:04
*** chmouel_ has joined #openstack01:05
*** openstack` is now known as openstack01:05
*** dmarkey_ has joined #openstack01:05
*** pmathews has joined #openstack01:05
*** primemin1sterp has joined #openstack01:05
*** bart613_ has joined #openstack01:06
*** littleidea has quit IRC01:06
*** vuntz_ has joined #openstack01:06
*** pmcg_ has joined #openstack01:06
*** danjared_ has joined #openstack01:06
*** Valda has joined #openstack01:07
*** brkfst- has joined #openstack01:07
*** dragondm_ has joined #openstack01:07
*** AnilV_ has joined #openstack01:07
*** koolhead11|away has joined #openstack01:07
*** cburgess has quit IRC01:08
*** kevein has joined #openstack01:08
*** markpeek has joined #openstack01:08
*** SvenDowideit has quit IRC01:08
*** Harpertown_ has left #openstack01:09
*** sandywalsh has quit IRC01:09
*** johnsterdotcom has quit IRC01:09
*** premera_t has quit IRC01:09
*** pmathews has quit IRC01:10
*** ahasenack has quit IRC01:10
*** cburgess has joined #openstack01:10
*** otherwiseguy has quit IRC01:10
*** seshagiri_ has quit IRC01:10
*** acook810_ has quit IRC01:10
*** koolhead17|zzZZ has quit IRC01:10
*** zul has quit IRC01:10
*** MFoster has quit IRC01:10
*** acabrera has quit IRC01:10
*** SemmZemm has quit IRC01:10
*** mgagne has quit IRC01:10
*** taihen has quit IRC01:10
*** nsavin has quit IRC01:10
*** brkfst has quit IRC01:10
*** AnilV4 has quit IRC01:10
*** ndngvr has quit IRC01:10
*** vuntz has quit IRC01:10
*** adepti37 has quit IRC01:10
*** dragondm has quit IRC01:10
*** Otter768 has quit IRC01:10
*** dmarkey has quit IRC01:10
*** jkstrick has quit IRC01:10
*** desve has quit IRC01:10
*** primeministerp has quit IRC01:10
*** danjared has quit IRC01:10
*** creiht has quit IRC01:10
*** chuffpdx has quit IRC01:10
*** pmcg has quit IRC01:10
*** chmouel has quit IRC01:10
*** perfectsine has quit IRC01:10
*** redthrux has quit IRC01:10
*** Valdo has quit IRC01:10
*** bart613 has quit IRC01:10
*** acabrera_ is now known as acabrera01:10
*** dragondm_ is now known as dragondm01:10
*** brkfst- is now known as brkfst01:10
*** Miciah_ is now known as Miciah01:10
*** premera_t has joined #openstack01:10
*** perfectsine has joined #openstack01:11
*** Valda is now known as Valdo01:11
*** jgriffith has quit IRC01:11
*** dosaboy has quit IRC01:11
*** erwan_taf has quit IRC01:11
*** majeff has joined #openstack01:11
*** jgriffith has joined #openstack01:11
*** dosaboy has joined #openstack01:11
*** desai has joined #openstack01:11
*** vladdy_ has quit IRC01:11
*** judd7 has quit IRC01:11
*** ofu has quit IRC01:11
*** martin has quit IRC01:11
*** Valdo has joined #openstack01:12
*** ryanpetrello has joined #openstack01:12
*** redthrux has joined #openstack01:12
*** ofu has joined #openstack01:12
*** creiht has joined #openstack01:12
*** lazzurs has quit IRC01:12
*** erwan_taf has joined #openstack01:12
*** fnaval has joined #openstack01:12
*** martin has joined #openstack01:12
*** erkules_ has joined #openstack01:12
*** Daisy has joined #openstack01:13
*** lazzurs has joined #openstack01:13
*** judd7 has joined #openstack01:13
*** hashfail_ has quit IRC01:13
*** SvenDowideit has joined #openstack01:13
*** hashfail has joined #openstack01:14
*** disposable has quit IRC01:14
*** ohm has quit IRC01:14
*** ohm has joined #openstack01:14
*** vlad_starkov has joined #openstack01:14
*** yaguang has joined #openstack01:14
*** erkules has quit IRC01:15
*** disposable has joined #openstack01:15
*** cburgess has quit IRC01:15
*** lyda has quit IRC01:15
*** krphop has quit IRC01:15
*** zehicle has joined #openstack01:16
*** daahst has joined #openstack01:16
*** zynzel has quit IRC01:17
*** carlp-away has quit IRC01:17
*** Otter768 has joined #openstack01:17
*** taihen has joined #openstack01:17
*** zynzel has joined #openstack01:17
*** stewart has quit IRC01:17
*** zul has joined #openstack01:17
*** SemmZemm has joined #openstack01:18
*** gaelL has quit IRC01:18
*** adepti37 has joined #openstack01:18
*** gaelL has joined #openstack01:18
*** cburgess has joined #openstack01:18
*** vladdy has joined #openstack01:19
*** jkienitz has quit IRC01:20
*** nsavin has joined #openstack01:20
*** vlad_starkov has quit IRC01:20
*** majeff has quit IRC01:21
*** stewart has joined #openstack01:21
*** sandywalsh has joined #openstack01:21
*** daahst has quit IRC01:21
*** krphop has joined #openstack01:21
*** lyda has joined #openstack01:22
*** seshagiri has joined #openstack01:22
*** Jahkeup_ has joined #openstack01:22
*** henrynash has quit IRC01:24
*** leizhang has joined #openstack01:25
*** blackboxsw has quit IRC01:28
*** Vaudou has quit IRC01:28
*** Vaudou has joined #openstack01:29
*** Vaudou has joined #openstack01:29
*** acook8103 has quit IRC01:29
*** SvenDowideit has quit IRC01:29
ChocoboDoes anyone know of a good CentOS 6.4 image with cloud-init?01:29
*** Alssi has quit IRC01:32
*** Alssi has joined #openstack01:32
*** SvenDowideit has joined #openstack01:33
*** ryanpetrello has quit IRC01:34
*** Jahkeup__ has joined #openstack01:36
*** Jahkeup_ has quit IRC01:38
*** radez is now known as radez_g0n301:40
*** mikedawson has joined #openstack01:40
b1tbktwhat part of nova is responsible for constructing the qemu command line? more specifically, is it cobbled together on the node or the controller?01:42
*** portante|afk is now known as portante01:44
*** IlyaE has quit IRC01:45
*** zehicle_at_dell has joined #openstack01:48
*** bing_bu has joined #openstack01:48
*** mikedawson has quit IRC01:49
*** jjmb has quit IRC01:50
*** jjmb has joined #openstack01:51
*** Blackavar has quit IRC01:52
*** llu has joined #openstack01:52
*** llu has left #openstack01:52
*** Jahkeup__ has quit IRC01:52
*** wmichel has joined #openstack01:53
*** lmh1 is now known as mohli01:53
*** mohli has quit IRC01:54
*** lmh1 has joined #openstack01:54
*** jjmb2 has joined #openstack01:56
*** rnorwood1 has joined #openstack01:57
*** jjmb has quit IRC01:58
*** shwang has joined #openstack01:59
*** acabrera has quit IRC01:59
*** beagles has quit IRC02:00
*** BalleS_ has joined #openstack02:00
*** sballe has quit IRC02:03
*** jhesketh_ has quit IRC02:07
*** Guest92474 has quit IRC02:07
*** majeff has joined #openstack02:07
*** RM_ has joined #openstack02:09
*** rnorwood1 has quit IRC02:13
*** pmathews has joined #openstack02:14
*** vlad_starkov has joined #openstack02:15
*** okrieg1 has quit IRC02:16
*** osier has quit IRC02:16
*** jergerber has joined #openstack02:16
*** rnorwood1 has joined #openstack02:16
*** portante is now known as portante|afk02:17
*** mjfork has quit IRC02:17
*** daahst has joined #openstack02:17
*** littleidea has joined #openstack02:18
*** majeff has quit IRC02:20
*** dtx00ff_ has quit IRC02:20
*** mezcan has quit IRC02:20
cburgessb1tbkt: nova-compute communicates with libvirt and programtically defines XML that is loaded by libvirt and libvirt in turn spawns a QEMU/KVM process with the proper arguements.02:20
*** vlad_starkov has quit IRC02:21
*** jergerber has quit IRC02:21
*** daahst has quit IRC02:22
*** tmichael has quit IRC02:23
*** Jahkeup_ has joined #openstack02:23
*** tmichael has joined #openstack02:23
*** littleidea has quit IRC02:24
*** jpeeler has quit IRC02:26
*** msmedved has quit IRC02:29
*** okrieg1 has joined #openstack02:32
*** Jahkeup_ has quit IRC02:32
*** SvenDowideit has quit IRC02:33
*** melwitt has quit IRC02:33
*** jpfuentes2 has joined #openstack02:33
*** smellis has quit IRC02:34
*** SvenDowideit has joined #openstack02:36
*** yocum has quit IRC02:37
*** fifieldt has quit IRC02:39
*** littleidea has joined #openstack02:41
*** majeff has joined #openstack02:42
*** Tross has quit IRC02:42
*** melwitt has joined #openstack02:42
*** rcleere has joined #openstack02:44
*** msmedved has joined #openstack02:45
*** osier has joined #openstack02:45
*** jpeeler has joined #openstack02:46
*** jpeeler has quit IRC02:46
*** jpeeler has joined #openstack02:46
*** pmathews has quit IRC02:47
*** cp16net|away is now known as cp16net02:47
*** mpae has quit IRC02:47
*** cp16net is now known as cp16net|away02:48
*** majeff has quit IRC02:49
*** ryanpetrello has joined #openstack02:50
*** freedomhui has quit IRC02:50
*** freedomhui has joined #openstack02:51
*** engkur has joined #openstack02:54
*** stikstak has joined #openstack02:54
*** zehicle_at_dell has quit IRC02:55
stikstaki have VMs booted with volumes attached using cinder, which works, but after I reboot the system the VMs doesnt come on, and I get the following: "libvirtError: unable to set user and group to '124:136' on '/dev/disk/by-path/ip-192.168.20.12:3260-iscsi-iqn.2010-10.org.openstack:volume-8bef7-lun-1': No such file or directory"  any idea how to fix this?02:58
*** palmtown has joined #openstack03:01
*** Daisy has quit IRC03:01
palmtownHello, I'm having a problem with vm's accessing the metadata service and getting an ip.  Willing to pay to get some help from someone who can assist.  I'm running centos, grizzly03:02
*** matiu has quit IRC03:04
*** bdpayne has quit IRC03:06
*** matiu has joined #openstack03:06
*** Tross has joined #openstack03:07
*** fnaval has quit IRC03:08
*** Jahkeup_ has joined #openstack03:09
*** fnaval has joined #openstack03:09
*** jhesketh has joined #openstack03:09
*** mdomsch has joined #openstack03:10
*** Jahkeup_ has quit IRC03:11
*** acabrera has joined #openstack03:15
*** vlad_starkov has joined #openstack03:16
*** bdpayne has joined #openstack03:16
*** carlp-away has joined #openstack03:16
*** acabrera_ has joined #openstack03:17
*** okrieg1 has quit IRC03:17
*** matiu has quit IRC03:17
*** daahst has joined #openstack03:18
*** matiu has joined #openstack03:19
*** littleidea has quit IRC03:19
*** acabrera has quit IRC03:20
*** acabrera_ is now known as acabrera03:20
*** vlad_starkov has quit IRC03:22
*** daahst has quit IRC03:23
*** acathrow has joined #openstack03:25
*** tmichael has quit IRC03:28
*** jakewarner has quit IRC03:28
*** afazekas has joined #openstack03:28
*** jakewarner has joined #openstack03:29
*** jpfuentes2 has quit IRC03:29
*** adalbas has quit IRC03:30
*** kaushikc has joined #openstack03:30
*** sayan has joined #openstack03:33
*** yaguang has quit IRC03:33
*** stkowski has quit IRC03:33
*** yaguang has joined #openstack03:33
*** stikstak has quit IRC03:37
*** sayan has quit IRC03:38
*** Ryan_Lane has quit IRC03:39
*** palmtown has quit IRC03:39
*** lloydde has joined #openstack03:42
*** acathrow has left #openstack03:43
*** Blackavar has joined #openstack03:46
*** pmathews has joined #openstack03:48
*** rackerjoe has left #openstack03:50
*** littleidea has joined #openstack03:51
*** mchype has joined #openstack03:53
*** henrynash has joined #openstack03:53
*** redbeard2 has joined #openstack03:53
*** Dharmit has joined #openstack03:59
*** jkienitz has joined #openstack03:59
*** Alssi has left #openstack04:00
*** souvik has joined #openstack04:02
*** |Blaze| has quit IRC04:03
*** girl17 has joined #openstack04:05
*** acook8103 has joined #openstack04:05
*** ccs has joined #openstack04:05
girl17hi04:05
*** rcleere has quit IRC04:06
*** girl17 has quit IRC04:06
*** julianwa has joined #openstack04:06
*** stewart has quit IRC04:07
*** wmichel has quit IRC04:07
*** Ryan_Lane has joined #openstack04:07
*** rcleere has joined #openstack04:12
*** tmichael has joined #openstack04:13
*** guigui3 has quit IRC04:15
*** IlyaE has joined #openstack04:16
*** abhishekkr__ has quit IRC04:16
*** souvik1 has joined #openstack04:16
*** souvik has quit IRC04:16
*** souvik1 has quit IRC04:17
*** majeff has joined #openstack04:17
*** rcleere has quit IRC04:18
*** daahst has joined #openstack04:18
*** hoodow has quit IRC04:18
*** okrieg1 has joined #openstack04:20
*** hoodow has joined #openstack04:20
*** hoodow has quit IRC04:20
*** hoodow has joined #openstack04:20
*** lbrower has quit IRC04:22
*** jjmb2 has quit IRC04:22
*** daahst has quit IRC04:23
*** mchype has quit IRC04:23
*** BrandonM has quit IRC04:24
*** ctlaugh has quit IRC04:24
*** spideyman has quit IRC04:24
*** jjmb has joined #openstack04:24
*** okrieg1 has quit IRC04:26
*** hemna has quit IRC04:28
*** souvik has joined #openstack04:29
*** BrandonM has joined #openstack04:32
*** ctlaugh has joined #openstack04:33
*** lbrower has joined #openstack04:33
*** lbrower has joined #openstack04:33
*** stoned75 has joined #openstack04:34
*** SergeyLukjanov has joined #openstack04:36
*** stewart has joined #openstack04:37
*** stoned75 has quit IRC04:37
*** stewart has quit IRC04:37
*** rnorwood1 has quit IRC04:37
*** scotm has joined #openstack04:38
*** MFoster1 has quit IRC04:39
*** comay has quit IRC04:39
*** scotm has quit IRC04:40
*** liquid-silence has joined #openstack04:40
*** MFoster has joined #openstack04:45
*** jacazek has joined #openstack04:46
*** berendt has joined #openstack04:46
*** abhishekkr__ has joined #openstack04:47
*** halfie|zzz is now known as halfie04:48
*** acabrera has quit IRC04:50
*** freedomhui has quit IRC04:50
*** Tross has quit IRC04:52
*** abhishekkr_ has joined #openstack04:56
*** abhishekkr__ has quit IRC04:57
*** alanmeadows has joined #openstack04:57
*** jakewarner has quit IRC04:59
*** IlyaE has quit IRC05:00
*** abhishekkr_ has quit IRC05:00
*** abhishekkr has joined #openstack05:01
liquid-silencejohhmmm05:05
liquid-silencehmmm05:05
liquid-silenceopenstack vm is kicking me in the face05:06
liquid-silencecannot download files via wget05:06
*** Tross has joined #openstack05:06
*** MFoster has quit IRC05:07
*** markpeek has quit IRC05:09
*** guigui has joined #openstack05:11
*** guigui is now known as Guest245405:11
*** linuxmohan has joined #openstack05:11
*** MarkAtwood has joined #openstack05:11
*** emccormick has joined #openstack05:11
*** henrynash has quit IRC05:12
liquid-silencehad to up the mtu05:13
*** jacazek has quit IRC05:13
*** fifieldt has joined #openstack05:13
*** ssalevan has joined #openstack05:13
*** linuxmohan has left #openstack05:15
*** evanjfraser has quit IRC05:16
*** linuxmohan has joined #openstack05:16
emccormickanybody around have a minute to help a noob solve an infuriating quantum issue?05:17
emccormickseems I'm 99% of the way to having this thing working. got DHCP to VM's, router interfaces all working and pingable from the network node. can't seem to ping the default gateway on the public net from the namespace of the tenant router05:17
*** wadearnold has joined #openstack05:18
emccormickthe gateway device even can arp the tenant router05:18
emccormickowever namespace on the netnode shows <incompete> arping the gateway05:18
*** liquid-silence has quit IRC05:19
*** daahst has joined #openstack05:19
*** lloydde has quit IRC05:19
*** KaZeR_W has quit IRC05:20
linuxmohanHi all…Sorry If I'm asking stupid question….im newbie to openstack and my experience is with proprietary cloud management software,does open stack support configuring network devices like LB,FW...05:21
*** KaZeR_W has joined #openstack05:23
*** daahst has quit IRC05:24
*** okrieg1 has joined #openstack05:24
emccormickit has those functions within itself (iptables / security groups) and Lbaas (basically HAProxy) via quantum05:24
emccormickif you mean physical device configurations, it does, but it is dependent on various plugins to quantum. Really depends on your hardware vendor05:25
linuxmohanDoes it mean it configures cisco devices?05:25
emccormicklike Juniper I know has a quantum plugin that will work with JUNOS gear05:25
*** KaZeR_W_ has joined #openstack05:25
*** bdpayne has quit IRC05:25
linuxmohanOk05:25
emccormickcisco yes, but not out of the box05:26
emccormickif you wanna shell out the bucks for Nexus, you're golden05:26
emccormickCisco has a nexus plugin for quantum05:26
*** SvenDowideit has quit IRC05:26
linuxmohanScenario is one of our customer (Cloud Service provider) using some cloud management software  and it fails to do network configuration05:28
linuxmohanSo the customer is planning to add another layer to configure network provisioning in cloud05:28
*** xmltok has quit IRC05:28
*** xmltok_ has joined #openstack05:28
linuxmohanDoes openstack fits in this scenario?05:28
*** okrieg1 has quit IRC05:29
*** KaZeR_W has quit IRC05:29
emccormickwell, you can run openstack independent of any external hardware. Your whole software-defined network can live inside your cloud and and gre tunnels between nodes05:29
emccormickso that's one way to go about it05:30
emccormickif you're tied to hardware vlan configurations on cisco gear, best thing to do is discuss it with cisco and ask about their plugin for openstack05:30
emccormickreally though, it's best to get out of the whole device configuration change imho.05:31
*** m_3 has quit IRC05:32
*** SvenDowideit has joined #openstack05:32
linuxmohanFor the first option does it go well if the virtualization platform is XEN?05:32
emccormickxen is a supported hypervisor along with many others05:33
*** linuxmohan has quit IRC05:33
*** sayan has joined #openstack05:34
*** acook8103 has quit IRC05:34
*** linuxmohan has joined #openstack05:34
*** freedomhui has joined #openstack05:34
*** comay has joined #openstack05:34
*** linuxmohan has quit IRC05:37
*** ryanpetrello has quit IRC05:38
*** m_3 has joined #openstack05:40
*** sayan has quit IRC05:41
*** IlyaE has joined #openstack05:42
*** wajiii is now known as wajiii-afk05:42
*** navid_ has joined #openstack05:44
*** tmichael has quit IRC05:44
*** linuxmohan has joined #openstack05:44
*** tmichael has joined #openstack05:45
*** l_a_m has joined #openstack05:45
*** linuxmohan has left #openstack05:46
*** linuxmohan has joined #openstack05:46
*** linuxmohan has left #openstack05:46
*** linuxmohan has joined #openstack05:46
*** linuxmohan has left #openstack05:46
*** linuxmohan has joined #openstack05:46
*** linuxmohan has left #openstack05:46
*** majeff has quit IRC05:47
*** linuxmohan has joined #openstack05:48
*** SergeyLukjanov has quit IRC05:48
*** bing_bu has quit IRC05:52
*** jakewarner has joined #openstack05:53
*** anniec has joined #openstack05:53
*** bing_bu has joined #openstack05:53
*** bing_bu has quit IRC05:54
*** sgviking has joined #openstack05:55
*** narmitag has joined #openstack05:56
*** bing_bu has joined #openstack05:56
*** bing_bu has quit IRC05:58
*** miclorb has quit IRC05:58
*** yogeshmehra has joined #openstack06:02
*** jasper22_ has joined #openstack06:02
*** miclorb has joined #openstack06:02
*** jasper22 has quit IRC06:02
*** daahst has joined #openstack06:03
*** _jasper22_ has joined #openstack06:05
*** aeperezt has quit IRC06:07
*** giroro_ has quit IRC06:07
*** Ruetobas has joined #openstack06:08
*** jasper22_ has quit IRC06:08
*** giroro_ has joined #openstack06:11
*** _jasper22_ has quit IRC06:11
*** epim has joined #openstack06:12
*** SergeyLukjanov has joined #openstack06:12
*** jasper22 has joined #openstack06:12
*** MFoster has joined #openstack06:12
*** Ruetobas has quit IRC06:13
*** koolhead11|away is now known as koolhead1706:13
*** yogeshmehra has quit IRC06:13
*** anande has joined #openstack06:14
*** _jasper22_ has joined #openstack06:14
*** epim has quit IRC06:14
*** KaZeR_W_ has quit IRC06:14
*** melmoth has joined #openstack06:15
*** epim has joined #openstack06:15
*** bing_bu has joined #openstack06:15
*** jasper22 has quit IRC06:16
*** jhesketh has quit IRC06:16
*** freedomhui has quit IRC06:16
*** jasper22_ has joined #openstack06:17
*** bing_bu has quit IRC06:17
*** pmathews has quit IRC06:17
*** SergeyLukjanov has quit IRC06:18
*** vlad_starkov has joined #openstack06:19
*** evanjfraser has joined #openstack06:20
*** _jasper22_ has quit IRC06:20
*** vartom has joined #openstack06:21
*** jasper22 has joined #openstack06:21
*** MarkAtwood has quit IRC06:22
*** linuxfreck has joined #openstack06:24
*** sungju has quit IRC06:24
*** jasper22_ has quit IRC06:24
*** okrieg1 has joined #openstack06:25
*** vlad_starkov has quit IRC06:25
*** souvik has quit IRC06:26
*** souvik has joined #openstack06:26
*** kevein has quit IRC06:28
*** MarkAtwood has joined #openstack06:28
*** devvesa has joined #openstack06:28
*** okrieg1 has quit IRC06:29
*** lloydde has joined #openstack06:30
*** MFoster has quit IRC06:32
*** alunduil has quit IRC06:32
*** ssalevan has quit IRC06:33
*** lloydde has quit IRC06:34
*** linuxmohan has quit IRC06:34
*** linuxmohan has joined #openstack06:34
*** yogeshmehra has joined #openstack06:36
*** Egyptian[Laptop] has quit IRC06:36
*** daahst has quit IRC06:37
*** Egyptian[Laptop] has joined #openstack06:37
*** devvesa has quit IRC06:38
*** ccs has quit IRC06:38
*** simon-AS559 has joined #openstack06:40
*** linuxmohan has left #openstack06:41
*** MFoster has joined #openstack06:41
*** Egyptian[Laptop] has quit IRC06:46
*** Egyptian[Laptop] has joined #openstack06:48
*** salmon_ has joined #openstack06:49
*** MFoster has quit IRC06:50
*** tim|mint has joined #openstack06:50
*** ema has joined #openstack06:51
*** ema has quit IRC06:51
*** ema has joined #openstack06:51
*** dtx00ff_ has joined #openstack06:52
*** abhishekkr has quit IRC06:54
*** yogeshmehra has quit IRC06:54
*** SergeyLukjanov has joined #openstack06:55
*** melwitt1 has joined #openstack06:55
*** jcoufal has joined #openstack06:55
*** MrThePla_ has joined #openstack06:56
*** fikst has joined #openstack06:58
*** melwitt has quit IRC06:58
*** abhishekkr_ has joined #openstack06:58
*** zynzel_ has joined #openstack06:58
*** zynzel has quit IRC06:58
*** zmo has quit IRC06:58
*** zmo has joined #openstack06:58
*** seshagiri_ has joined #openstack06:59
*** seshagiri has quit IRC06:59
*** MrThePlague|Away has quit IRC06:59
*** linuxmohan has joined #openstack06:59
*** vartom2 has joined #openstack07:00
*** smue has quit IRC07:00
*** vartom has quit IRC07:01
*** giulivo has joined #openstack07:01
*** giulivo has quit IRC07:01
*** giulivo has joined #openstack07:01
*** chocoboo_ has joined #openstack07:01
*** evanjfraser has quit IRC07:02
s2r2Good morning #openstack.  I'm wondering about something related to using Quantum^WNeutron with Open vSwitch:  Where does the openvswitch-controller come in?  Is it to be run on the nova controller, on every quantum-ovs-agent machine, not at all...?   Is Neutron talking to it or will it just recognize what happens to one of its managed ovs-vswitchd and *do07:02
s2r2intelligent stuff* do the other ovs-vswitchd's?07:02
*** smue has joined #openstack07:02
*** kevein has joined #openstack07:02
*** wadearnold has quit IRC07:04
*** littleidea has quit IRC07:04
*** Keith_Pawson has joined #openstack07:05
*** Daisy has joined #openstack07:05
*** linuxfreck has quit IRC07:06
*** ifarkas has joined #openstack07:06
*** Daisy has quit IRC07:06
*** Daisy has joined #openstack07:06
*** ifarkas has quit IRC07:06
*** ifarkas has joined #openstack07:06
*** sayan has joined #openstack07:07
*** giulivo has quit IRC07:07
*** matiu has quit IRC07:07
*** abhishekkr__ has joined #openstack07:08
*** IlyaE has quit IRC07:08
*** blamar has quit IRC07:09
*** pantea has joined #openstack07:09
*** ruhe has joined #openstack07:10
*** majeff has joined #openstack07:10
*** blamar has joined #openstack07:10
*** abhishekkr_ has quit IRC07:11
*** vartom2 has quit IRC07:12
*** lmh1 has quit IRC07:12
*** jhesketh_ has joined #openstack07:12
*** vartom has joined #openstack07:12
*** halfie has quit IRC07:13
*** zynzel_ is now known as zynzel07:13
*** schvin has quit IRC07:13
*** schvin has joined #openstack07:13
*** halfie has joined #openstack07:14
*** freedomhui has joined #openstack07:14
*** freedomhui has quit IRC07:14
*** berendt has quit IRC07:15
*** simon-AS559 has joined #openstack07:16
*** devvesa has joined #openstack07:16
*** lmh has joined #openstack07:17
*** sushils has quit IRC07:17
*** emccormick has quit IRC07:17
*** dguitarbite has joined #openstack07:20
*** msgodf has joined #openstack07:20
*** vlad_starkov has joined #openstack07:21
*** texarcana has quit IRC07:21
*** littleidea has joined #openstack07:22
*** texarcana has joined #openstack07:23
*** reidrac has joined #openstack07:24
*** fikst has quit IRC07:24
*** lmh has quit IRC07:25
*** jtomasek has joined #openstack07:25
*** okrieg1 has joined #openstack07:25
*** Free_maN has quit IRC07:25
*** vlad_starkov has quit IRC07:25
*** MarkAtwood has quit IRC07:26
*** lmh has joined #openstack07:27
*** erkules_ is now known as erkules07:28
*** fsimonce has joined #openstack07:28
*** vlad_starkov has joined #openstack07:28
*** jprovazn has joined #openstack07:28
*** psedlak has joined #openstack07:28
*** sayan has quit IRC07:28
*** Chicago has joined #openstack07:29
*** melwitt1 has quit IRC07:29
*** MarkAtwood has joined #openstack07:29
*** okrieg1 has quit IRC07:30
*** sayan has joined #openstack07:30
*** berendt has joined #openstack07:31
*** souvik has quit IRC07:34
*** freedomhui has joined #openstack07:35
*** souvik has joined #openstack07:36
*** dgel has quit IRC07:36
*** corXi has joined #openstack07:36
*** vlad_starkov has quit IRC07:37
*** MarkAtwood has quit IRC07:38
*** souvik has quit IRC07:38
*** AnilV_ has quit IRC07:41
*** arif-ali has quit IRC07:41
*** samalba has quit IRC07:41
*** syah has quit IRC07:41
*** syah has joined #openstack07:42
*** daahst has joined #openstack07:42
*** samalba has joined #openstack07:42
*** julianwa has quit IRC07:42
*** jistr has joined #openstack07:43
*** julianwa has joined #openstack07:43
*** koolhead17 has quit IRC07:43
*** arif-ali has joined #openstack07:44
*** AnilV4 has joined #openstack07:44
*** mihgen has joined #openstack07:46
*** daahst has quit IRC07:47
*** dgel has joined #openstack07:50
*** julweber_ has quit IRC07:50
*** majeff has quit IRC07:51
*** ruhe has left #openstack07:51
*** souleymane has joined #openstack07:52
*** Chicago has quit IRC07:52
*** daahst has joined #openstack07:52
*** gdubreui has quit IRC07:53
*** mkollaro has joined #openstack07:53
*** pixelbeat has joined #openstack07:54
*** Max has joined #openstack07:54
*** Max is now known as Guest4530907:55
*** giorgiodinapoli has joined #openstack07:55
*** jpich has joined #openstack07:56
*** yankcrime has joined #openstack07:56
*** eglynn has joined #openstack07:57
*** backjlack has quit IRC07:58
*** tzn has joined #openstack07:59
*** sungju has joined #openstack08:00
*** johnthetubaguy has joined #openstack08:01
*** anfrolov has quit IRC08:03
*** itarchitectkev has joined #openstack08:03
*** vigintas has joined #openstack08:04
*** dtx00ff_ has quit IRC08:04
*** daahst has quit IRC08:04
*** yogeshmehra has joined #openstack08:05
*** freedomhui has quit IRC08:05
*** lfazio has joined #openstack08:08
*** anfrolov has joined #openstack08:08
*** dtx00ff_ has joined #openstack08:09
*** littleidea has quit IRC08:09
*** yogeshmehra has quit IRC08:10
*** shanlar has quit IRC08:10
*** comay has quit IRC08:11
*** derekh has joined #openstack08:12
*** linuxmohan has left #openstack08:12
*** vlad_starkov has joined #openstack08:12
*** ccs has joined #openstack08:15
*** linuxmohan has joined #openstack08:15
*** ccs has quit IRC08:16
*** linuxmohan has quit IRC08:16
*** linuxmohan has joined #openstack08:16
*** mihgen has quit IRC08:16
linuxmohan#openstack-vmware08:18
*** dtx00ff_ has quit IRC08:18
*** daahst has joined #openstack08:18
*** ujuc has joined #openstack08:20
*** johnthetubaguy1 has joined #openstack08:20
*** julianwa has quit IRC08:22
*** linuxmohan has quit IRC08:22
*** johnthetubaguy has quit IRC08:23
*** dtx00ff_ has joined #openstack08:23
*** mkerrin has quit IRC08:25
*** okrieg1 has joined #openstack08:26
*** narmitag has quit IRC08:26
*** mkollaro has quit IRC08:29
*** backjlack has joined #openstack08:29
*** rootard has quit IRC08:30
*** daahst has quit IRC08:30
*** okrieg1 has quit IRC08:30
*** rootard has joined #openstack08:31
*** leseb has joined #openstack08:31
*** evanjfraser has joined #openstack08:32
*** daahst has joined #openstack08:33
*** Ryan_Lane has quit IRC08:33
*** ade_b has joined #openstack08:34
*** MarcMorata has joined #openstack08:34
*** bbcmicrocomputer has joined #openstack08:35
*** bbcmicrocomputer has joined #openstack08:35
*** evanjfraser_ has joined #openstack08:35
*** scrollback has quit IRC08:36
*** scrollback has joined #openstack08:36
*** stoned75 has joined #openstack08:37
*** foexle has joined #openstack08:38
*** DoniRS has joined #openstack08:38
*** evanjfraser has quit IRC08:39
*** vuntz_ is now known as vuntz08:39
*** Daisy has quit IRC08:40
*** dhananjay has joined #openstack08:42
*** stoned75 has quit IRC08:42
dhananjayHi all08:42
*** dizquierdo has joined #openstack08:44
*** eglynn has quit IRC08:45
*** jgallard has joined #openstack08:45
*** dtx00ff_ has quit IRC08:45
dhananjayI have set up a devstack and got instances running08:45
dhananjaybut floating IP is not working08:46
dhananjayany clues?08:46
*** sushils has joined #openstack08:46
*** sungju has quit IRC08:47
*** julweber has joined #openstack08:48
*** _ffio_ has joined #openstack08:49
*** koolhead17 has joined #openstack08:49
*** ffio_ has quit IRC08:49
*** KyleMacDonald has joined #openstack08:49
*** daahst has quit IRC08:51
koolhead17hi all08:51
*** engkur has quit IRC08:52
*** samc_ has joined #openstack08:53
*** julweber has quit IRC08:53
*** julweber has joined #openstack08:54
*** KyleMacDonald has quit IRC08:54
*** plechenko has joined #openstack08:54
*** vartom2 has joined #openstack08:55
itarchitectkevhey koolhead1708:57
itarchitectkevhowdy everyone08:57
koolhead17itarchitectkev: hello there08:58
*** vartom has quit IRC08:58
koolhead17how is book coming along sir?08:58
itarchitectkevits coming along somewhere… August is the estimated date.08:58
itarchitectkevnone of this "5 days malarky"08:58
itarchitectkev;)08:58
koolhead17hahaha08:59
koolhead17Daviey: ping08:59
*** mikedawson has joined #openstack09:00
*** engkur has joined #openstack09:00
*** BjoernC has joined #openstack09:02
*** stoned75 has joined #openstack09:02
*** julianwa has joined #openstack09:03
*** kpavel has quit IRC09:08
*** yograterol has joined #openstack09:09
*** evanjfraser_ has quit IRC09:10
*** lmh has quit IRC09:10
*** souvik has joined #openstack09:15
*** garyk has joined #openstack09:15
*** kpavel has joined #openstack09:16
ekarlsolool: yo09:17
*** abhishekkr__ has quit IRC09:17
ekarlsokoolhead17: :)09:17
koolhead17hey hey ekarlso09:17
ekarlsoitarchitectkev: fetch us devs for BS09:18
*** Egyptian[Laptop2 has joined #openstack09:18
*** Egyptian[Laptop1 has quit IRC09:18
koolhead17ekarlso: did u mail for same in the mailinglist?09:18
*** Egyptian[Laptop1 has joined #openstack09:19
ekarlsoyeah, tried so :p09:19
loolekarlso: yo09:19
*** stoned75 has quit IRC09:19
ekarlsodon't think anyone likes billing though :/09:19
koolhead17ekarlso: did you put the screencast yet?09:19
*** yograterol has quit IRC09:19
*** yograterol has joined #openstack09:20
*** Egyptian[Laptop] has quit IRC09:20
ekarlsonope09:20
itarchitectkevekarlso, you want some devs for bullshit?09:20
itarchitectkevoooh BillingStack ;-)09:21
*** eglynn has joined #openstack09:21
koolhead17tsk tsk itarchitectkev BS = billingstack09:21
*** vt102 has quit IRC09:22
*** SkyRocknRoll has joined #openstack09:24
*** SkyRocknRoll has joined #openstack09:24
*** narmitag has joined #openstack09:26
*** okrieg1 has joined #openstack09:27
*** souvik has quit IRC09:27
*** souvik has joined #openstack09:27
*** egallen has joined #openstack09:29
*** fandikurnia01 has joined #openstack09:29
*** souleymane has quit IRC09:29
*** souleymane has joined #openstack09:30
*** okrieg1 has quit IRC09:31
*** yograterol has quit IRC09:32
*** morazi has joined #openstack09:33
*** abhishekkr__ has joined #openstack09:33
*** eglynn has quit IRC09:33
*** Keith_Pawson has quit IRC09:36
*** arif-ali has quit IRC09:38
*** afazekas has quit IRC09:39
*** andyandy has joined #openstack09:39
*** odyssey4me has joined #openstack09:41
*** ezkl has joined #openstack09:41
*** miclorb has quit IRC09:41
*** miclorb has joined #openstack09:43
*** dhananjay has quit IRC09:43
*** yota has joined #openstack09:45
*** tzn has quit IRC09:47
*** eglynn has joined #openstack09:47
*** acathrow has joined #openstack09:47
*** kiall has quit IRC09:47
*** miclorb has quit IRC09:47
*** abhishekkr_ has joined #openstack09:48
*** devvesa has quit IRC09:48
*** souvik1 has joined #openstack09:49
*** kiall has joined #openstack09:49
*** fifieldt has quit IRC09:51
*** abhishekkr__ has quit IRC09:51
*** souvik has quit IRC09:51
*** lmh has joined #openstack09:51
*** jgallard has quit IRC09:51
*** lmh is now known as mohli09:51
*** jgallard has joined #openstack09:52
*** afazekas has joined #openstack09:53
*** tzn has joined #openstack09:54
*** engkur has quit IRC09:57
*** yaguang has quit IRC09:57
karppoexit09:57
karppono.. not here..09:57
*** bbcmicrocomputer has quit IRC09:58
*** bbcmicrocomputer has joined #openstack10:00
*** garyk has quit IRC10:01
*** egallen has quit IRC10:05
*** plechenko_ has joined #openstack10:06
*** plechenko has quit IRC10:06
*** afazekas has quit IRC10:10
*** stacker666 has quit IRC10:11
*** aruntomar has joined #openstack10:12
*** julianwa_ has joined #openstack10:12
*** freedomhui has joined #openstack10:14
*** julianwa has quit IRC10:15
*** Soulou has quit IRC10:19
*** arif-ali has joined #openstack10:21
*** branen has quit IRC10:22
*** afazekas has joined #openstack10:24
*** mjfork has joined #openstack10:25
*** stacker666 has joined #openstack10:26
*** rootard has quit IRC10:27
*** rootard has joined #openstack10:27
*** okrieg1 has joined #openstack10:27
*** vlad_starkov has quit IRC10:28
*** dhanasekaran has joined #openstack10:31
*** psedlak_ has joined #openstack10:31
*** okrieg1 has quit IRC10:32
*** freedomhui has quit IRC10:34
*** psedlak has quit IRC10:34
*** kaushikc has quit IRC10:35
*** cody-somerville has joined #openstack10:36
*** cody-somerville has quit IRC10:36
*** cody-somerville has joined #openstack10:36
*** bbcmicrocomputer has quit IRC10:39
*** afazekas_ has joined #openstack10:41
*** fandikurnia01 has quit IRC10:42
*** vlad_starkov has joined #openstack10:43
*** adalbas has joined #openstack10:46
*** asksol has quit IRC10:46
*** fandikurnia01 has joined #openstack10:48
*** asksol has joined #openstack10:49
*** cody-somerville has quit IRC10:50
*** asksol has joined #openstack10:50
*** thoint has joined #openstack10:51
thoint/join ##penis10:51
*** souvik has joined #openstack10:51
*** miclorb has joined #openstack10:52
*** souvik1 has quit IRC10:52
*** jcoufal has quit IRC10:52
*** asksol has joined #openstack10:52
*** jtomasek has quit IRC10:53
*** Jahkeup_ has joined #openstack10:54
*** Soulou has joined #openstack10:54
*** zooz has joined #openstack10:57
*** julweber has quit IRC10:58
*** sungju has joined #openstack11:02
*** fandikurnia01 has quit IRC11:02
*** sungju has quit IRC11:02
*** portante|afk is now known as portante11:03
thoint/join ##penis11:03
*** julweber has joined #openstack11:03
*** andyandy has quit IRC11:04
*** chasmo has quit IRC11:06
*** B_Night has joined #openstack11:07
*** Trixboxer has joined #openstack11:07
B_NightHi All I have problem with OpenStack running on ubuntu 12.0411:07
B_NightI try to run Grizzly for a few days now11:07
B_Nighthowever after apt-get update && apt-get upgrade11:08
B_Nightmy keystone failed to run keystone-manage db_sync11:08
B_Nighthere is the output11:08
B_Night File "/usr/lib/python2.7/json/__init__.py", line 326, in loads     return _default_decoder.decode(s)   File "/usr/lib/python2.7/json/decoder.py", line 366, in decode     obj, end = self.raw_decode(s, idx=_w(s, 0).end())   File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode     obj, end = self.scan_once(s, idx) ValueError: Expecting property name: line 1 column 1 (char 1)11:08
koolhead17B_Night: do you have ubuntu cloud repo in place to use grizzly on 12.0411:09
*** yocum has joined #openstack11:09
B_Nightyup11:09
B_Nightthe package of keystone is11:09
B_Night1:2013.1.2-0ubuntu2~cloud211:09
B_Nightwhich trays to install previous one was11:09
B_Night1:2013.1.2-0ubuntu2~cloud011:09
*** vlad_starkov has quit IRC11:10
*** giorgiodinapoli has quit IRC11:10
*** leizhang has quit IRC11:11
B_NightI don`t get it why everytime the upgrade failed for some reason it shouldn`t be like this and this is an evnironment which I try to migrate from earlier release on Openstack to the current one I consider myself very experienced with openstack but this drives me crazy11:11
*** thoint has quit IRC11:11
koolhead17B_Night:   1:2013.1.1-0ubuntu2~cloud0 i am using11:11
B_Nightyup don`t try the upgrade function then :D11:11
koolhead17B_Night: how about filing a bug giving all the detials?11:11
B_NightI will do that11:12
*** giorgiodinapoli has joined #openstack11:12
*** psedlak__ has joined #openstack11:13
*** dorftrottel_ has joined #openstack11:14
*** anniec has quit IRC11:14
B_Nightkoolhead17: my error the keystone which it try to install is Setting up keystone (1:2013.1.2-0ubuntu2~cloud0)11:15
B_Nightso apperently is some other error11:15
koolhead17B_Night: you just upgraded keystone and this error came right?11:16
B_Nightyup11:16
B_Nightand was working fine before that11:16
*** psedlak_ has quit IRC11:17
*** giorgiodinapoli has quit IRC11:17
koolhead17B_Night: why did u do a db_sync after upgrade?11:19
B_Nightaperently dpkg try to run it in order to configure keystone11:19
*** mattymo has quit IRC11:19
*** giorgiodinapoli has joined #openstack11:20
*** jcoufal has joined #openstack11:20
*** arif-ali has quit IRC11:20
*** jhesketh_ has quit IRC11:20
B_Nightkoolhead17: I suppose this is the default behavior on dpkg when update keystone which is kind of anoing as this is my second time trying to fix the keystone db11:20
koolhead17B_Night: once you already have a running keystone with schema & data inside it11:20
koolhead17i don`t think a suer has to manually11:20
koolhead17run it again11:21
B_Nighti suppose so as well however dpkg run it11:21
B_NightSetting up keystone (1:2013.1.2-0ubuntu2~cloud0) ... Traceback (most recent call last):   File "/usr/bin/keystone-manage", line 28, in <module>     cli.main(argv=sys.argv, config_files=config_files)11:21
koolhead17B_Night: so you should file a BUG11:21
koolhead17zul: ^^11:21
B_NightI will for suer11:21
B_Nightthe keystone run but when I try to login it gives error11:22
B_Night(root): 2013-07-03 14:22:03,260 ERROR (OperationalError) (1054, "Unknown column 'token.user_id' in 'field list'") 'SELECT token.id AS token_id, token.expires AS token_expires, token.extra AS token_extra, token.valid AS token_valid, token.user_id AS token_user_id, token.trust_id AS token_trust_id \nFROM token \nWHERE token.valid = %s AND token.id = %s \n LIMIT %s' (1, '64814d7d4765b6bfc47cabb81fa36974', 1)11:22
B_Nightand keystone package is reported as broken in dpkg11:23
*** jpfuentes2 has joined #openstack11:23
B_Nightkoolhead17: https://bugs.launchpad.net/keystone/+bug/1197367 bug submitted11:24
*** DennisFromGerman has joined #openstack11:24
DennisFromGermanHello11:24
koolhead17B_Night: cool11:24
koolhead17DennisFromGerman: hi11:24
DennisFromGermanIs an openstack expert around?11:25
koolhead17DennisFromGerman: not sure about the level of expertise but can help :)11:25
DennisFromGermanOkay...11:25
*** jkstrick_ is now known as jkstrick11:25
DennisFromGermanMy question11:25
*** miclorb has quit IRC11:25
DennisFromGermanis it possible to have multiple nodes with dirfferent system arcitecture under one controller?11:26
*** pokoli has joined #openstack11:26
koolhead17i would say yes11:26
*** mattymo has joined #openstack11:27
DennisFromGermanhow do I decided which architecture I want to user11:27
DennisFromGermanuse?11:27
koolhead17DennisFromGerman: downlaod openstack operators guide it has all your looking for :)11:28
DennisFromGermanokay... I will stick to that11:28
DennisFromGermanthanks11:28
koolhead17DennisFromGerman: cool11:28
*** Harry51S has joined #openstack11:29
*** Egyptian[Laptop1 has quit IRC11:30
*** portante is now known as portante|afk11:34
*** tmclaugh[work] has joined #openstack11:35
*** lcestari has joined #openstack11:36
*** arif-ali has joined #openstack11:36
*** arif-ali has quit IRC11:36
*** arif-ali has joined #openstack11:37
*** giorgiodinapoli has quit IRC11:39
*** shwang has quit IRC11:40
*** ninkotech has quit IRC11:40
*** acook8103 has joined #openstack11:41
*** vkmc has joined #openstack11:42
*** vkmc has quit IRC11:42
*** vkmc has joined #openstack11:42
*** wickedpuppy has joined #openstack11:43
*** Tinus__ has joined #openstack11:44
*** lfazio has quit IRC11:46
*** giorgiodinapoli has joined #openstack11:47
*** portante|afk is now known as portante11:47
*** kpavel has quit IRC11:48
*** mtcld has joined #openstack11:50
mtcldhello11:50
mtcldi have some questions about openstack11:51
mtcldlet me shoot em all:11:51
mtcldfor web hosting providers,11:51
mtcldmoving to openstack is reasonable or not, i would like to figure it out. i didnt get advantages or disadvantages part11:52
mtcldfor about ~100 servers (dell, fujitsu siemens, rackmount type)11:52
mtcldcould i create openstack cloud? or i need storage servers like ibm blade or something like that11:53
mtcldand openstack is OS, we re using centos for linux servers, so how its gonna be11:53
mtcldwhen we create openstack, this means we could manage all servers from one panel, and we could create virtual servers ?11:54
mtcldfor now thats my stupid questions. any answer would be nice11:55
*** eglynn is now known as eglynn-afk11:55
*** henrynash has joined #openstack11:55
*** Free_maN has joined #openstack11:55
mtcldany answer? :)11:56
*** mwichmann has joined #openstack11:56
wfostermtcld: you could easily setup a nice cluster with that hardware.  for centos you should be able to use the RDO repos just fine11:57
wfostermtcld: might want to start here: http://openstack.redhat.com/Quickstart11:57
*** souvik has quit IRC11:57
wfostermtcld: horizon will let you manage all the VM resources from one pane if you like, (OS dashboard component)11:57
*** souvik has joined #openstack11:57
mtcldokay i got it11:58
mtcldbut didnt figured out advantages of it11:58
mtcldwhat is the big advantage of that11:58
mtcldi have servers, running, whats the point of using os and connect em all11:58
mtcldmanaging it easy way ?11:58
wfosterare your current servers virtualized?11:59
mtcldnot all of them11:59
*** giulivo has joined #openstack12:00
*** Egyptian[Laptop2 has quit IRC12:00
*** beagles has joined #openstack12:01
*** narmitag has quit IRC12:01
wfosterfor the ones already virtualized, it can allow you to switch out the backend virtualization technology if you ever need to (no lock-in), but also use 3rd party cloud providers and generally have more flexibility.  a lot might depend on how your application architecture is designed but the general approach of VM's being temporary commodities (easily replaced/spun up/spun down) or resources versus the12:01
wfostertraditional permanent server approach many people find useful12:01
*** kpavel has joined #openstack12:01
wfosterscaling up is generally easier in a design like OS provides, I'd suggest reading a bit more on how others are using it to get better ideas12:02
wfoster(I'm new to the project also, so not the best person to talk to right now :)12:02
B_Nightmtcld: as a web hosting provider myself I could tell you that openstack could make better use of your existing hardware I`m in process of migrating from vmware esxi to OpenStack and kvm12:02
*** Tinus__ has quit IRC12:03
mtcldthanks wfoster, b_night for replies12:03
mtcldi think to move openstack but our tech guys not suggest that12:03
mtcldthey think that thats not necessary for us, for now12:03
B_Nightbut it actually depends what you are running if it`s just cpanel hosting servers on real hardware12:03
*** blackboxsw has joined #openstack12:04
mtcldwe use cpanel for linux servers (except seo hosting, we use plesk for seo hosting)12:04
mtcldand we use plesk for windows hosting12:04
*** narmitag has joined #openstack12:04
mtcldmostly different servers, like dell r71012:04
mtcldthat kind servers12:04
B_Nightthere is not much use of the openstack architecture as it`s to demanding for only a bunch of cpanel servers however if you want to run and sell a lot of VPS servers and want to setup them really really fast OpenStack is the way to go12:05
B_Nightas you could have a VPS setup and running for something like an hour not sure if you could run a cpanel server like this I know cpanel have a cloud version of there software so maybe it could be done with cpanel ass well12:05
mtcldwait a minute,12:06
mtcldwhen i move to openstack, can't i use cpanel standard version12:06
mtcldand that was the answer which i need,12:06
mtcldwe do not sell dedicated servers vps sservers more, for now12:07
mtcldbut we re working on it, so thats the thing which we need12:07
mtcldhow about data security, backups etc12:07
*** giulivo has quit IRC12:08
*** chasmo has joined #openstack12:08
koolhead17chocoboo_: hey there12:09
*** giorgiodinapoli has quit IRC12:10
*** jcarter has joined #openstack12:10
*** ahasenack has joined #openstack12:11
*** lborda has joined #openstack12:11
B_Nightmtcld: I suppose after you run new virtual machine with cpanel you could use the standard version on top of OpenStack (which is an set of API`s for control over Infrastructure, network and storage).12:12
*** Deoan has joined #openstack12:12
B_Nightit really give you control over your infrastructure if it`s properly configured and designed which will be hard12:13
mtcldYes, has good advantages12:13
*** vlad_starkov has joined #openstack12:13
mtcldi am pretty sure that it would be nice for us12:13
B_NightI suggest you to start testing with 1-2 servers and then extend your network with new nodes12:14
mtcldYes i will try it12:14
*** drewland_ has joined #openstack12:14
mtcldI hope i dont have problem to manage it12:14
mtcldhow many domains you manage B_Night12:15
mtcldu re selling mostly servers or shared hosting12:15
mtclddo you have a time to talk about web hosting and cloud12:15
*** portante is now known as portante|afk12:18
*** ujuc has quit IRC12:19
*** drewland_ is now known as drewlander_12:19
*** cp16net|away is now known as cp16net12:19
*** alop has joined #openstack12:20
*** swygue has quit IRC12:23
*** sandywalsh_ has joined #openstack12:23
*** bknudson has joined #openstack12:24
*** egallen has joined #openstack12:25
*** h0cin has joined #openstack12:26
*** vartom2 is now known as vartom12:26
*** bbcmicrocomputer has joined #openstack12:27
*** tn8or has quit IRC12:28
*** bknudson has quit IRC12:29
DennisFromGermanokay12:29
DennisFromGermanI have read through the openstack operators guide and the nova admin guide12:30
DennisFromGermanbut I have found nothing about operating multiple nodes with different System architectures e.g. x86 and arm or Power12:31
*** souvik1 has joined #openstack12:31
DennisFromGermanHas anyone any clue where I could find something about that12:32
*** Egyptian[Laptop] has joined #openstack12:32
*** CaptTofu has quit IRC12:32
*** souvik has quit IRC12:33
*** CaptTofu has joined #openstack12:33
*** mtcld has left #openstack12:33
*** scuttlemonkey has joined #openstack12:33
*** jasper22_ has joined #openstack12:34
*** jasper22 has quit IRC12:37
*** CaptTofu has quit IRC12:37
*** AeroNotix has joined #openstack12:38
AeroNotixhi all, is there a mailing list for OpenStack?12:38
*** phschwartz_ has quit IRC12:39
*** phschwartz has joined #openstack12:40
*** eharney has joined #openstack12:40
*** eharney has quit IRC12:40
*** eharney has joined #openstack12:40
jpichAeroNotix: There are a few - https://wiki.openstack.org/wiki/MailingLists12:41
*** N-Mi has joined #openstack12:42
*** N-Mi has joined #openstack12:42
*** vlad_starkov has quit IRC12:43
*** KyleMacDonald has joined #openstack12:44
*** bknudson has joined #openstack12:45
*** redbeard2 has quit IRC12:48
*** stacker666 has quit IRC12:50
*** Tross has quit IRC12:50
*** Tross has joined #openstack12:50
*** ryanpetrello has joined #openstack12:50
*** salmon_ has quit IRC12:51
*** jaypipes has quit IRC12:51
*** sandywalsh has quit IRC12:52
*** vlad_starkov has joined #openstack12:53
*** aweiteka has joined #openstack12:54
*** sandywalsh_ has quit IRC12:54
*** bbcmicrocomputer has quit IRC12:54
*** lychinus has joined #openstack12:54
*** jaypipes has joined #openstack12:55
*** scuttlemonkey has quit IRC12:56
*** rmartinelli has joined #openstack12:58
*** psedlak has joined #openstack12:58
*** eharney has quit IRC12:59
*** ninkotech has joined #openstack13:00
*** psedlak__ has quit IRC13:01
*** SkyRocknRoll has quit IRC13:01
*** beagles has quit IRC13:02
*** tommy_e has joined #openstack13:02
*** leizhang has joined #openstack13:02
*** zehicle_at_dell has joined #openstack13:02
*** afazekas_ has quit IRC13:03
*** zz_Madasi is now known as Madasi13:03
*** aliguori has joined #openstack13:05
*** beagles has joined #openstack13:05
*** jfarschman has quit IRC13:06
*** christyp has joined #openstack13:07
*** radez_g0n3 is now known as radez13:07
*** sandywalsh has joined #openstack13:07
*** lorin1 has joined #openstack13:07
*** koolhead17 has quit IRC13:07
*** mkollaro has joined #openstack13:08
*** dglaros has joined #openstack13:11
*** KLevenstein has joined #openstack13:11
*** KyleMacDonald has quit IRC13:11
*** acabrera has joined #openstack13:12
*** dims has quit IRC13:13
*** joesavak has joined #openstack13:13
*** souvik1 has quit IRC13:13
*** johnthetubaguy1 has quit IRC13:14
*** ohm has quit IRC13:14
*** ohm has joined #openstack13:14
*** Keith_Pawson has joined #openstack13:15
*** eharney has joined #openstack13:16
*** eharney has joined #openstack13:16
*** Keith_Pawson has quit IRC13:16
*** swygue has joined #openstack13:16
*** bbcmicrocomputer has joined #openstack13:16
*** bbcmicrocomputer has joined #openstack13:16
*** Dharmit has quit IRC13:16
*** marun has joined #openstack13:17
*** RubNoob has joined #openstack13:17
*** afazekas_ has joined #openstack13:17
*** garyk has joined #openstack13:17
*** acabrera has quit IRC13:17
*** rnorwood1 has joined #openstack13:18
*** bbcmicrocomputer has quit IRC13:18
*** desai has quit IRC13:18
*** marun has quit IRC13:20
ChocoboHow can I tell which bugs were fixed in 2013.1.2?13:21
*** bbcmicrocomputer has joined #openstack13:21
*** bbcmicrocomputer has joined #openstack13:21
*** dv__ has joined #openstack13:22
*** marun has joined #openstack13:22
*** BalleS_ has quit IRC13:23
*** linuxmantra has joined #openstack13:24
jpichChocobo: https://launchpad.net/openstack/+milestone/2013.1.213:24
*** victor_lowther has joined #openstack13:24
Chocobojpich: thanks, I was bombing around on status.openstack.org :P13:25
*** jecarey_ has joined #openstack13:25
*** rnorwood1 has quit IRC13:25
*** afazekas_ has quit IRC13:25
jpichChocobo: heh :) I'm sure it's linked from a nicer page somewhere but I can't remember where13:26
*** egallen has quit IRC13:27
*** robbiew has joined #openstack13:28
*** egallen has joined #openstack13:28
jpichChocobo: Ah, release notes - https://wiki.openstack.org/wiki/ReleaseNotes/2013.1.213:28
Chocobojpich: ahh, thanks.   That makes sense.  Is there a way to find if a specific bug has made it into a release?  namely:  https://bugs.launchpad.net/nova/+bug/1189059/13:29
*** dims has joined #openstack13:29
*** redbeard2 has joined #openstack13:29
*** littleidea has joined #openstack13:30
*** dv__ has quit IRC13:30
jpichChocobo: Hmm normally there would be a milestone attached to the bug, that's how the previous list is generated13:30
*** spideyman has joined #openstack13:31
Chocobojpich: hrmmm.   it says fix commited.  I guess I could checkout the source and see?  Man, this is a complex development system.   It is intimidating wading around in it for the first time.13:32
*** drewland_ has joined #openstack13:32
*** dhellmann-away is now known as dhellmann13:33
jpichChocobo: So you can see it was backported to stable/grizzly on June 12th, which is after the last stable release (according to https://wiki.openstack.org/wiki/StableBranchRelease#Planned_stable.2Fgrizzly_releases that was on June 6th). Usually the release managers are really good at updating the milestone field just before the release, which is probably why it's not done here13:33
jpichChocobo: Agreed re:complexity though :/13:33
*** kevinconway has joined #openstack13:35
*** eharney has quit IRC13:35
*** drewlander_ has quit IRC13:35
*** Domin has quit IRC13:35
Chocobojpich: thanks.  I will need to talk it over with the group and see if they think it is worth patching manually.  Then I will have to tackle allowing users to change their passwords in dashboard!13:35
*** KyleMacDonald has joined #openstack13:36
jpichChocobo: Ok, glad that helped. That fix should be part of the next stable release on August 8th13:37
ChocoboAwesome, thank you.13:37
jpichChocobo: re: the dashboard password change, it has been implemented in Havana if that helps -> https://blueprints.launchpad.net/horizon/+spec/change-user-passwords13:38
jpichyou're welcome13:38
Chocobojpich: I saw that... looks like quite a patch set.  I am trying to weigh the pros/cons of patching it manually and making a (potentially) less maintainable system.  Password hange would be really handy though.13:40
*** marun has quit IRC13:40
*** marun has joined #openstack13:41
*** bbcmicrocomputer has quit IRC13:41
*** markpeek has joined #openstack13:41
*** mdomsch has quit IRC13:42
*** kbringard has joined #openstack13:43
*** marun has quit IRC13:43
ChocoboDoes anyone here have any information on encrypting the novnc viewer in dashboard?  I have dashboard working over ssl, but I noticed that the novnc viewer is unencrypted.13:43
*** johnthetubaguy has joined #openstack13:43
*** zehicle_at_dell has quit IRC13:44
*** marun has joined #openstack13:45
*** bbcmicrocomputer has joined #openstack13:45
*** bbcmicrocomputer has joined #openstack13:45
jpichChocobo: It's actually not that large -> https://github.com/openstack/horizon/commit/2a97ce9602408ddae8f4c05a23ef503e0272902c but it had to evolve to take Keystone v3 into account (including new settings that were added in other places during Havana to support both v2 and v3), just something to be careful about13:45
*** marun has quit IRC13:46
*** portante|afk is now known as portante13:47
*** marun has joined #openstack13:48
*** eharney has joined #openstack13:48
*** eharney has joined #openstack13:48
*** acook8103 has quit IRC13:48
*** Domin has joined #openstack13:50
*** B_Night has quit IRC13:50
*** KyleMacDonald has quit IRC13:50
*** aruntomar has quit IRC13:51
*** marun has quit IRC13:51
Chocobojpich: I think that sounds like a can of worms I am not interested in opening :)13:51
*** MFoster has joined #openstack13:52
jpichChocobo: Fair enough, yep:)13:52
*** phschwartz has quit IRC13:52
*** jjmb has quit IRC13:52
*** marun has joined #openstack13:53
*** fnaval has quit IRC13:56
*** rnorwood1 has joined #openstack13:56
*** marun has quit IRC13:57
*** scuttlemonkey has joined #openstack13:58
*** vlad_starkov has quit IRC13:58
*** marun has joined #openstack13:58
*** secbitchris has joined #openstack13:59
*** littleidea has quit IRC13:59
*** souvik has joined #openstack13:59
*** zooz has quit IRC14:00
*** psedlak_ has joined #openstack14:01
*** sudorandom has joined #openstack14:02
*** kpavel has quit IRC14:03
*** bbcmicrocomputer has quit IRC14:04
*** shardy is now known as shardy_afk14:05
*** psedlak has quit IRC14:05
*** BStokes has quit IRC14:05
*** Guest47356 has quit IRC14:05
*** KLevenstein1 has joined #openstack14:06
*** KLevenstein1 has quit IRC14:06
*** KLevenstein1 has joined #openstack14:06
*** zehicle_at_dell has joined #openstack14:07
*** mkollaro has quit IRC14:07
DennisFromGerman+i14:07
*** rcleere has joined #openstack14:07
*** KLevenstein has quit IRC14:08
*** ujuc has joined #openstack14:08
*** DennisFromGerman has quit IRC14:08
*** appuser has joined #openstack14:10
*** appuser is now known as DennisFrmGermany14:10
*** linuxmantra has quit IRC14:11
*** dal has joined #openstack14:11
*** egallen has quit IRC14:11
*** RM_ is now known as Guest2088914:12
*** RubNoob has quit IRC14:12
*** afazekas_ has joined #openstack14:12
*** linuxmantra has joined #openstack14:12
*** vartom has quit IRC14:13
*** phschwartz has joined #openstack14:13
*** navid_ has left #openstack14:14
*** egallen has joined #openstack14:14
*** yocum_ has joined #openstack14:14
*** _TheDodd_ has joined #openstack14:14
*** bmcgahan has joined #openstack14:15
*** uvirtbot has joined #openstack14:15
*** wadearnold has joined #openstack14:15
ChocoboI read the post on "the best place to run quantum-ovs-cleanup"  Does the same hold true for quantum-netns-cleanup?14:15
*** uvirtbot has quit IRC14:15
*** ccs has joined #openstack14:18
*** sandeepr_ltp has joined #openstack14:18
*** uvirtbot has joined #openstack14:18
*** blamar has quit IRC14:19
*** phschwartz has quit IRC14:19
*** mkollaro has joined #openstack14:20
*** blamar has joined #openstack14:20
*** UICTamale1 has joined #openstack14:20
*** bbcmicrocomputer has joined #openstack14:21
*** souvik has quit IRC14:23
*** Khollowa_ has joined #openstack14:24
*** jgallard has quit IRC14:24
*** hattusili_III has quit IRC14:24
*** obondarev has quit IRC14:24
*** mihgen has joined #openstack14:24
*** jgallard has joined #openstack14:25
*** desai has joined #openstack14:25
*** johnthetubaguy has quit IRC14:25
*** rwsu-away is now known as rwsu14:26
*** bbcmicrocomputer has quit IRC14:26
*** obondarev has joined #openstack14:27
*** spzala has joined #openstack14:30
*** lloydde has joined #openstack14:31
*** Dharmit has joined #openstack14:31
*** souvik has joined #openstack14:32
*** marun has quit IRC14:35
*** shardy_afk is now known as shardy14:35
*** jvrbanac has joined #openstack14:36
*** Calvin has joined #openstack14:36
*** robbiew has quit IRC14:37
*** monst has joined #openstack14:37
*** yankcrime has quit IRC14:37
*** datsun180b has joined #openstack14:37
*** robbiew has joined #openstack14:38
*** marun has joined #openstack14:38
*** leseb has quit IRC14:38
*** vigintas_ has joined #openstack14:39
*** vigintas has quit IRC14:40
*** moha_hunt has joined #openstack14:42
*** phschwartz has joined #openstack14:42
*** zodiak has quit IRC14:42
*** bbcmicrocomputer has joined #openstack14:42
*** marun has quit IRC14:42
*** kdbrierly has joined #openstack14:43
*** tecepe has joined #openstack14:43
*** fnaval has joined #openstack14:44
*** marun has joined #openstack14:45
*** fnaval has quit IRC14:45
*** mdomsch has joined #openstack14:45
*** johnthetubaguy has joined #openstack14:46
*** ultrabizweb has quit IRC14:47
*** acabrera has joined #openstack14:47
*** zerick has joined #openstack14:47
*** alop has quit IRC14:47
*** litong has joined #openstack14:47
*** CaptTofu has joined #openstack14:47
*** phschwartz has quit IRC14:47
*** Guest2454 has quit IRC14:48
*** lloydde has quit IRC14:50
*** FunnyLookinHat has joined #openstack14:50
*** electrichead has joined #openstack14:51
*** ultrabizweb has joined #openstack14:52
*** alop has joined #openstack14:52
*** fnaval has joined #openstack14:52
*** Guest45309 has quit IRC14:53
*** backjlack has quit IRC14:54
*** daahst has joined #openstack14:55
*** Ryan_Lane has joined #openstack14:55
*** sas has joined #openstack14:56
*** tzn has quit IRC14:56
*** prad has joined #openstack14:56
*** freeflyi1g is now known as freeflying14:57
*** kbrierly has quit IRC14:57
*** kdbrierly has quit IRC14:57
*** freeflying has quit IRC14:57
*** freeflying has joined #openstack14:57
*** freedomhui has joined #openstack14:57
*** kbrierly has joined #openstack14:57
*** arf has quit IRC14:58
*** ujjain has joined #openstack14:59
*** alop has quit IRC14:59
sashi guys, I have query. Hope this is the right platform, if not just ignore. I tried creating a image, & installed it with RHEL6.4 and clean mac & ip info, and uploaded image to glance, when I tried to create instance with this image, I see the boot menu, but after that I see a blank screen14:59
*** mdomsch has quit IRC14:59
sasany suggestions ^^14:59
*** drewland_ has quit IRC15:00
*** ifarkas has quit IRC15:01
*** kmartin has quit IRC15:01
*** eglynn-afk is now known as eglynn15:01
eglynniccha: back now15:01
icchaeglynn: i had a question about context_is_admin patch you had done for glance15:02
eglynniccha: shoot15:02
*** johnthetubaguy1 has joined #openstack15:02
*** eharney has quit IRC15:02
*** terriyu has joined #openstack15:02
*** dimirage has joined #openstack15:02
*** IlyaE has joined #openstack15:02
*** mdomsch has joined #openstack15:03
*** terriyu has quit IRC15:03
*** johnthetubaguy has quit IRC15:03
icchaeglynn: what happens when we have admin_role config and context_is_admin policy15:03
*** jnoller has joined #openstack15:04
*** dglaros has quit IRC15:04
*** anande has quit IRC15:04
eglynniccha: IIRC a match on either is accepted15:05
* eglynn checking ...15:05
*** matiu has joined #openstack15:05
*** matiu has quit IRC15:05
*** matiu has joined #openstack15:05
eglynniccha: yep, see the new test cases in https://review.openstack.org/#/c/28048/3/glance/tests/unit/test_policy.py for a summary of the behaviour15:06
*** bbcmicrocomputer has quit IRC15:06
*** IRTermite has quit IRC15:06
*** Jahkeup_ has quit IRC15:06
*** sas has quit IRC15:06
*** bbcmicrocomputer has joined #openstack15:06
*** bbcmicrocomputer has joined #openstack15:06
*** linuxmantra has quit IRC15:06
*** OutBackDingo has quit IRC15:06
icchaeglynn:does context_is_admin: "role:admin" become a default rule?15:07
eglynniccha: context_is_admin: "role:admin" is only checked if the request is not already considered admin by the traditional means15:07
*** reidrac has quit IRC15:07
*** souvik has quit IRC15:08
*** leseb has joined #openstack15:08
*** pmathews has joined #openstack15:09
*** linuxmantra has joined #openstack15:09
*** egallen has quit IRC15:09
icchaeglynn: say if the context has user has normal user, and context_is_admin is not defined15:09
icchaand if the role in the config admin is invalid15:09
eglynniccha: oh, I see what you mean now15:09
*** vlad_starkov has joined #openstack15:09
*** FatDarrel has joined #openstack15:09
FatDarrelhello i need some help?15:09
eglynniccha: so in the case where context_is_admin is totally missing from the policy.json15:10
FatDarrelDoes anyone have a multimode openstack cluster?15:10
eglynniccha: that case is explained in the commit message15:10
eglynniccha: https://review.openstack.org/#/c/28048/3//COMMIT_MSG15:10
icchaeglynn: ya every request takes admin15:10
*** sayan has quit IRC15:11
icchaeglynn: thanks for talking through this with me15:11
eglynniccha: yep, so context_is_admin really is required in the RBAC config as explained in the commit msg15:11
*** aruntomar has joined #openstack15:11
eglynniccha: no probs!15:11
*** leseb has quit IRC15:11
*** jgallard has quit IRC15:12
*** jgallard has joined #openstack15:12
*** foexle has quit IRC15:13
*** zodiak has joined #openstack15:14
*** Neandre has joined #openstack15:15
*** vlad_starkov has quit IRC15:16
*** eharney has joined #openstack15:16
*** eharney has joined #openstack15:16
*** bluenemo has joined #openstack15:17
*** bluenemo has joined #openstack15:17
*** backjlack has joined #openstack15:18
*** lloydde has joined #openstack15:18
*** yocum_ has quit IRC15:18
*** koolhead17 has joined #openstack15:20
*** kebray has joined #openstack15:20
*** vt102 has joined #openstack15:21
NeandreHi everyone, I'm trying to deploy Openstack with LXC. When I spawn a container, I obtain this error : http://paste.kde.org/788312/ on Nova Compute. Someone has an idea?15:21
NeandreDebian Wheezy and Grizzly15:22
*** aeperezt has joined #openstack15:22
*** julweber has quit IRC15:23
*** jprovazn has quit IRC15:25
*** jfarschman has joined #openstack15:25
*** osier has quit IRC15:25
*** mdomsch_ has joined #openstack15:26
*** mdomsch_ has quit IRC15:26
*** mfer has joined #openstack15:26
*** daahst has quit IRC15:26
mfermordred: pm?15:26
*** skoude has quit IRC15:26
FatDarreldoes anyone have a multimode openstack cluster I want someone to try running a little grep/awk script for me15:27
*** marun has quit IRC15:28
*** BStokes has joined #openstack15:28
*** yaguang has joined #openstack15:29
*** mrjazzcat has joined #openstack15:29
*** marun has joined #openstack15:29
*** bdpayne has joined #openstack15:29
*** daahst has joined #openstack15:29
*** OutBackDingo has joined #openstack15:30
*** ujuc has quit IRC15:32
*** alop has joined #openstack15:32
*** electrichead has quit IRC15:33
*** backjlack has quit IRC15:35
*** lloydde has quit IRC15:35
*** vartom has joined #openstack15:35
*** tiamar has quit IRC15:35
*** IRTermite has joined #openstack15:36
*** electrichead has joined #openstack15:36
*** ritz123 has joined #openstack15:37
*** souvik has joined #openstack15:37
*** nphase has joined #openstack15:38
*** nphase has joined #openstack15:38
*** eharney_ has joined #openstack15:38
*** linuxmantra has quit IRC15:39
*** electrichead has quit IRC15:41
*** linuxmantra has joined #openstack15:41
*** jdurgin1 has joined #openstack15:42
*** eharney has quit IRC15:42
*** ritz123 has quit IRC15:42
*** drewland_ has joined #openstack15:42
*** crobertsrh has quit IRC15:42
*** devoid has joined #openstack15:43
*** Ryan_Lane has quit IRC15:43
*** eharney_ is now known as eharney15:43
*** eharney has quit IRC15:43
*** eharney has joined #openstack15:43
*** bbcmicrocomputer has quit IRC15:44
*** electrichead has joined #openstack15:44
*** spideyman has quit IRC15:44
*** bluenemo has quit IRC15:45
SemmZemmHi, I see 2 identic hypervisors when I call nova hypervisor-list15:46
SemmZemmis it normal?15:46
*** vartom has quit IRC15:46
*** MarkAtwood has joined #openstack15:46
*** MarkAtwood has quit IRC15:46
SemmZemmI have only one compute server15:47
*** MarkAtwood has joined #openstack15:47
*** drewland_ is now known as drewlander_15:47
*** hattusili_III has joined #openstack15:47
*** cody-somerville has joined #openstack15:50
*** cody-somerville has quit IRC15:50
*** cody-somerville has joined #openstack15:50
*** sgviking has quit IRC15:50
FatDarrelhey can some one run this and see what they get15:50
FatDarrelnova hypervisor-list | awk '{print $4}'| grep -v Hypervisor15:51
*** marun has quit IRC15:52
*** _ffio_ is now known as bsd_freak15:53
SemmZemmmyriads-serv1.myriads.irisa.fr15:53
SemmZemmmyriads-serv1.myriads.irisa.fr15:53
SemmZemmI have two of them, I don't know why15:53
*** marun has joined #openstack15:54
SemmZemmit was to you FatDarrel15:54
*** gyee has joined #openstack15:56
*** jistr has quit IRC15:58
*** bbcmicrocomputer has joined #openstack15:59
*** bbcmicrocomputer has joined #openstack15:59
*** humbolt has quit IRC15:59
*** KaZeR_W has joined #openstack15:59
DennisFrmGermanyexit16:01
*** junaid has joined #openstack16:01
*** DennisFrmGermany has quit IRC16:01
*** SergeyLukjanov has quit IRC16:02
*** johnthetubaguy1 has quit IRC16:02
*** AeroNotix has quit IRC16:02
*** kmartin has joined #openstack16:03
*** alop has quit IRC16:04
*** linuxmantra has quit IRC16:04
*** linuxmantra has joined #openstack16:06
*** weq has quit IRC16:06
*** psedlak_ has quit IRC16:06
*** lloydde has joined #openstack16:08
*** sulo_ has joined #openstack16:08
*** Blackavar has quit IRC16:08
*** DoniRS has quit IRC16:09
*** thansen has joined #openstack16:09
*** weq has joined #openstack16:10
*** spideyman has joined #openstack16:10
*** sulo_ has quit IRC16:11
*** ade_b has quit IRC16:11
*** weq has joined #openstack16:12
*** linuxmantra has quit IRC16:12
FatDarrelSemmZemm: thanks well that doesn't matter guess it works16:12
*** alop has joined #openstack16:13
*** pantea has quit IRC16:13
*** _sulo has joined #openstack16:13
*** monst has quit IRC16:14
*** shanlar has joined #openstack16:15
*** jfarschman has quit IRC16:15
*** sthaha has quit IRC16:17
*** wajiii-afk is now known as wajiii16:17
*** mikedawson_ has joined #openstack16:18
*** bsd_freak is now known as babaji16:18
*** mkollaro has quit IRC16:18
*** stkowski has joined #openstack16:18
*** mikedawson has quit IRC16:19
*** mikedawson_ is now known as mikedawson16:19
*** FatDarrel has quit IRC16:20
*** cody-somerville has quit IRC16:20
*** electrichead has quit IRC16:21
*** toddnni has quit IRC16:22
*** freeflying has quit IRC16:22
*** jfarschman has joined #openstack16:24
*** monst has joined #openstack16:24
*** souvik has quit IRC16:24
*** mihgen has quit IRC16:24
*** bbcmicrocomputer has quit IRC16:24
*** jpich has quit IRC16:25
b1tbkttrying to set up rbd with libvirt...should 'virsh secret-list' show usage as 'Unused' even though it's defined as ceph in the xml?16:26
*** corXi has quit IRC16:27
*** ondergetekende_ has joined #openstack16:27
*** ema has quit IRC16:29
*** simon-AS559 has quit IRC16:29
*** Tross has quit IRC16:30
*** spzala has quit IRC16:30
*** vartom has joined #openstack16:30
*** cody-somerville has joined #openstack16:31
*** drewlander_ has quit IRC16:31
*** anniec has joined #openstack16:31
*** spzala has joined #openstack16:32
*** dgel has quit IRC16:33
*** Dodge has joined #openstack16:34
*** mkollaro has joined #openstack16:35
*** tjones has joined #openstack16:35
*** spzala has quit IRC16:35
*** jyhc has joined #openstack16:35
*** Tross has joined #openstack16:36
*** arif-ali has quit IRC16:36
*** spzala has joined #openstack16:36
*** scrollback has quit IRC16:36
*** FatDarrel has joined #openstack16:36
*** scrollback has joined #openstack16:36
*** hemnafk is now known as hemna16:38
*** drewland_ has joined #openstack16:39
*** jecarey_ has quit IRC16:39
*** sushils has quit IRC16:40
mikedawsonb1tbkt: no16:41
*** ryker has joined #openstack16:41
*** IlyaE has quit IRC16:43
*** zehicle_at_dell has quit IRC16:44
*** RichardRaseley has joined #openstack16:45
*** zehicle_at_dell has joined #openstack16:45
*** odyssey4me has quit IRC16:47
*** portante is now known as portante|afk16:48
*** narmitag has quit IRC16:48
*** ffio has joined #openstack16:49
*** RichardRaseley has left #openstack16:49
*** msgodf has quit IRC16:49
*** warik has joined #openstack16:49
*** babaji has quit IRC16:50
*** aeperezt has quit IRC16:51
*** leizhang has quit IRC16:51
*** scotm has joined #openstack16:52
*** aeperezt has joined #openstack16:52
*** elo has quit IRC16:53
*** leizhang has joined #openstack16:54
*** _sulo has quit IRC16:54
*** ondergetekende_ has quit IRC16:55
*** terry7 has joined #openstack16:55
*** racker_KevinS has joined #openstack16:58
*** wajiii is now known as wajiii-afk16:59
*** wajiii-afk is now known as wajiii17:00
*** jyhc has quit IRC17:00
*** leizhang has quit IRC17:00
*** eglynn has quit IRC17:01
*** ade_b has joined #openstack17:01
*** ade_b has joined #openstack17:01
*** backjlack has joined #openstack17:02
*** comay has joined #openstack17:02
*** elo has joined #openstack17:02
*** prad has quit IRC17:02
*** harmw has quit IRC17:03
*** derekh has quit IRC17:04
*** berendt has quit IRC17:04
*** mkollaro has quit IRC17:04
*** harmw has joined #openstack17:04
*** Ryan_Lane has joined #openstack17:05
*** scotm is now known as LandSurveyor17:05
*** jgallard has quit IRC17:05
*** racker_KevinS has left #openstack17:06
*** tjones has quit IRC17:06
*** cody-somerville has quit IRC17:06
*** vigintas_ has quit IRC17:06
*** souleymane has quit IRC17:07
*** arif-ali has joined #openstack17:09
*** tjones has joined #openstack17:09
*** Ryan_Lane1 has joined #openstack17:10
*** Ryan_Lane has quit IRC17:10
*** alop has quit IRC17:10
*** Ryan_Lane1 is now known as Ryan_Lane17:10
*** Ryan_Lane has joined #openstack17:10
*** ccs has quit IRC17:10
*** Tross has quit IRC17:11
*** Tross has joined #openstack17:12
*** _ozstacker_ has quit IRC17:12
*** eglynn has joined #openstack17:13
*** dorftrottel_ has quit IRC17:13
*** leizhang has joined #openstack17:13
*** ozstacker has joined #openstack17:14
*** jamiem has joined #openstack17:14
*** littleidea has joined #openstack17:15
*** AnilV4 has quit IRC17:15
*** Tross has quit IRC17:16
*** Tross has joined #openstack17:16
*** bdavenport has joined #openstack17:17
*** psedlak_ has joined #openstack17:19
*** leizhang has quit IRC17:19
*** psedlak_ has quit IRC17:19
*** mkollaro has joined #openstack17:19
*** dcramer_ has quit IRC17:19
*** jpfuentes2 has quit IRC17:21
*** eglynn has quit IRC17:22
*** rossk has joined #openstack17:22
*** FatDarrel has quit IRC17:22
*** cp16net is now known as cp16net|away17:23
*** Tross1 has joined #openstack17:23
*** aruntomar has quit IRC17:24
*** pokoli has quit IRC17:24
*** evxd has joined #openstack17:24
*** aruntomar has joined #openstack17:24
*** Tross has quit IRC17:25
*** gyee has quit IRC17:25
*** prad has joined #openstack17:25
*** gmi has joined #openstack17:25
*** gyee has joined #openstack17:26
*** responsiPaul has quit IRC17:27
*** responsiPaul has joined #openstack17:27
*** Tross has joined #openstack17:27
*** Tross1 has quit IRC17:27
*** dhellmann is now known as dhellmann-away17:27
*** pmcg_ is now known as pmcg17:28
*** Ryan_Lane has quit IRC17:28
ChocoboDoes anyone know of a good preconfigured CentOS 6.4 images?17:29
*** amber_nic has joined #openstack17:29
*** MarcMorata has quit IRC17:29
*** radez is now known as radez_g0n317:29
*** Tross1 has joined #openstack17:30
*** jkyle has joined #openstack17:30
*** fikst has joined #openstack17:30
*** virajh has joined #openstack17:31
*** leizhang has joined #openstack17:31
*** prad has quit IRC17:32
*** Tross has quit IRC17:32
*** ccs has joined #openstack17:32
*** amerine has joined #openstack17:33
*** prad has joined #openstack17:35
*** mhillsman has joined #openstack17:36
*** dcramer_ has joined #openstack17:36
*** simon-AS559 has joined #openstack17:36
mhillsmandoes anyone know the default username and password for trystack17:37
*** alop has joined #openstack17:38
*** itarchitectkev has quit IRC17:38
*** tecepe has quit IRC17:38
*** jfarschman has quit IRC17:39
*** nj3ma has joined #openstack17:39
*** kbringard has quit IRC17:40
*** gotpunk has joined #openstack17:40
*** kbringard has joined #openstack17:41
*** kbringard has quit IRC17:41
*** navid_ has joined #openstack17:41
*** dcramer_ has quit IRC17:41
*** kbringard has joined #openstack17:41
*** giroro_ has quit IRC17:44
*** sayan has joined #openstack17:44
*** alanmeadows has quit IRC17:44
*** leizhang has quit IRC17:44
*** aculich has joined #openstack17:44
*** dpippenger has joined #openstack17:45
*** Risar has quit IRC17:45
*** vartom2 has joined #openstack17:46
*** mhillsman has left #openstack17:47
*** rossk_ has joined #openstack17:47
*** arif-ali has quit IRC17:48
*** leizhang has joined #openstack17:48
*** freedomhui has quit IRC17:48
*** vartom has quit IRC17:49
*** Ruetobas has joined #openstack17:50
*** vartom has joined #openstack17:50
*** Risar has joined #openstack17:50
*** rossk has quit IRC17:50
*** sushils has joined #openstack17:51
*** xmltok_ has quit IRC17:52
*** xmltok has joined #openstack17:52
*** radix has left #openstack17:52
*** vartom2 has quit IRC17:53
*** dcramer_ has joined #openstack17:53
amber_nic!ping17:53
openstackpong17:53
*** zehicle_at_dell has quit IRC17:55
*** gotpunk has quit IRC17:55
*** luis__ has quit IRC17:55
*** shollings has joined #openstack17:55
*** xmltok_ has joined #openstack17:55
*** aruntomar has quit IRC17:56
mongo2hrm, is there any reason the baremetal project isn't just chain booting ipxe that would query the metadata service for an image location?17:57
*** luisg has joined #openstack17:57
*** afazekas_ has quit IRC17:58
*** leizhang has quit IRC17:58
*** vila has quit IRC17:58
*** xmltok has quit IRC17:58
*** junaid has quit IRC17:59
*** victor_lowther has quit IRC17:59
*** vila has joined #openstack18:00
*** mtreinish has quit IRC18:00
*** asksol has quit IRC18:00
*** arif-ali has joined #openstack18:02
*** racker_KevinS has joined #openstack18:02
*** hattusili_III has quit IRC18:02
*** jpfuentes2 has joined #openstack18:03
*** berendt has joined #openstack18:03
*** vartom2 has joined #openstack18:03
*** asksol has joined #openstack18:04
*** vartom has quit IRC18:05
*** sandywalsh has quit IRC18:05
*** racker_KevinS has quit IRC18:06
*** radez_g0n3 is now known as radez18:06
*** racker_KevinS has joined #openstack18:06
*** marun has quit IRC18:07
ChocoboMan, it is quiet in here today.18:07
*** vartom has joined #openstack18:07
*** simon-AS559 has quit IRC18:08
*** wadearnold has quit IRC18:08
*** simon-AS559 has joined #openstack18:08
*** marun has joined #openstack18:08
*** zehicle_at_dell has joined #openstack18:09
*** vartom2 has quit IRC18:09
*** cp16net|away is now known as cp16net18:09
*** vinayvenkat has joined #openstack18:10
*** berendt has quit IRC18:11
*** mrjazzcat has quit IRC18:12
*** simon-AS559 has quit IRC18:12
lorin1Chocobo: I don't know of ready-made CentOS 6.4 images, but you can roll your own with these scripts: https://github.com/jtopjian/image-recipes18:13
*** wadearnold has joined #openstack18:13
Chocobolorin1: thanks18:13
*** sandeepr_ltp has quit IRC18:14
*** hattusili_III has joined #openstack18:14
*** IlyaE has joined #openstack18:14
*** amerine has quit IRC18:14
*** henrynash has quit IRC18:14
*** ujjain has quit IRC18:14
*** portante|afk is now known as portante18:15
*** leizhang has joined #openstack18:16
*** marun has quit IRC18:16
*** ssalevan has joined #openstack18:17
*** marun has joined #openstack18:17
*** vartom2 has joined #openstack18:18
*** sandywalsh has joined #openstack18:18
*** henrynash has joined #openstack18:19
*** robbiew has left #openstack18:19
*** xmltok_ has quit IRC18:20
*** dtx00ff_ has joined #openstack18:20
*** vartom has quit IRC18:20
*** xmltok has joined #openstack18:20
*** wadearnold has quit IRC18:20
*** xmltok_ has joined #openstack18:21
*** dizquierdo has left #openstack18:21
*** leizhang has quit IRC18:21
*** leizhang has joined #openstack18:21
*** yogeshmehra has joined #openstack18:23
*** marun has quit IRC18:23
*** littleidea_ has joined #openstack18:23
*** danger_fo_away is now known as danger_fo18:23
*** vartom has joined #openstack18:25
*** marun has joined #openstack18:25
*** littleidea has quit IRC18:25
*** littleidea_ is now known as littleidea18:25
*** xmltok has quit IRC18:25
*** littleidea has quit IRC18:26
*** narmitag has joined #openstack18:26
Chocobolol.. i haven't updated my system in 47 days...  725 packages to update :O18:27
*** vartom2 has quit IRC18:27
*** MFoster has quit IRC18:27
*** littleidea has joined #openstack18:28
*** marun has quit IRC18:28
*** vmeson has quit IRC18:29
*** yaguang has quit IRC18:29
*** aculich has quit IRC18:29
*** marun has joined #openstack18:30
*** vmeson has joined #openstack18:30
*** nj3ma has quit IRC18:31
*** rnorwood1 has quit IRC18:31
*** Ryan_Lane has joined #openstack18:32
*** aculich has joined #openstack18:32
*** koolhead11 has joined #openstack18:33
*** IlyaE has quit IRC18:34
*** BjoernC has quit IRC18:34
*** spzala has quit IRC18:34
*** plechenko_ has quit IRC18:35
*** sandywalsh has quit IRC18:35
*** kebray_ has joined #openstack18:35
*** kebray has quit IRC18:36
*** kebray_ is now known as kebray18:36
*** teknopagan has joined #openstack18:37
*** henrynash has quit IRC18:37
teknopaganHi, folks - trying to set up a test Swift box, but having some issues with the early running18:37
notmynameteknopagan: what issues?18:38
*** arif-ali has quit IRC18:38
teknopaganThis isn't technically an openstack issue, but I'm hoping someone has seen this before and can help18:38
*** rnorwood1 has joined #openstack18:38
teknopaganI'm setting up with the Swiftstack tutorial using virtualbox, with the modification of attempting to give the vm raw disk access18:39
notmynameteknopagan: ok18:39
teknopaganThe vmdk I'm generating to access a 2TB drive is claiming to be 16384PB18:40
notmynameteknopagan: cool! ;-)18:40
teknopaganNo idea where I'm going wrong - following the virtualbox instructions to the letter, that's what I get18:40
teknopaganLOL, notmyname - would be awesome if I actually got that kind of space18:41
*** jero- has joined #openstack18:41
teknopaganAnyway, that disk won't mount. I'm guessing whatever is causing the incorrect size is related.18:42
*** leizhang has quit IRC18:42
*** vuntz has quit IRC18:43
notmynameteknopagan: you're creating virtual drives to mount in the VM (rather than loopback devices)?18:43
teknopaganThe command I used to create the raw disk access vmdk was:  VBoxManage internalcommands createrawvmdk -filename sdb.vmdk -rawdisk /dev/sdb18:43
teknopaganRight - that's what the documentation says to do18:43
teknopaganper: http://www.virtualbox.org/manual/ch09.html#rawdisk18:44
*** tmclaugh[work] has quit IRC18:45
teknopaganHow would I do loopback devices in virtualbox?18:45
notmynameteknopagan: there's nothing special for loopback devices. it's all internal to the VM18:45
teknopaganWhat I'm trying to do is give the vm direct access to a physical disk18:46
notmynameteknopagan: I'm not familiar with the VBoxManage commands. normally, I'd create drives with the VirtualBox GUI18:46
notmynameteknopagan: "physical disk" as in a block device on your host machine?18:46
*** j_king_ is now known as j_king18:46
teknopaganunpartitioned, not mounted on the host, naked disk drive18:46
teknopaganphysically attached to the host, though, yes18:47
teknopaganFor some reason I have it in my head that it's better to give it direct access to the bare drive than to give it direct access to a partition - am I wrong?18:47
notmynameteknopagan: Ithe person I think who could give you the right answer just stepped into a meeting, but if you want to move over to #swiftstack, we could make sure you get the answer18:48
*** sandywalsh has joined #openstack18:48
*** littleidea_ has joined #openstack18:49
*** monst has quit IRC18:49
*** littleidea has quit IRC18:49
*** littleidea_ is now known as littleidea18:49
*** amerine has joined #openstack18:49
*** leizhang has joined #openstack18:50
*** ryker has quit IRC18:50
*** jcoufal has quit IRC18:50
*** radez is now known as radez_g0n318:51
*** phschwartz has joined #openstack18:53
*** Anit89 has joined #openstack18:53
*** Anit89 has left #openstack18:54
*** narmitag has quit IRC18:54
*** russellb is now known as rustlebee18:56
*** teknopagan has left #openstack18:57
*** drewland_ has quit IRC18:57
*** monst has joined #openstack18:58
*** jfarschman has joined #openstack18:58
*** phschwartz has quit IRC18:58
*** MarcMorata has joined #openstack18:58
*** Samos123 has quit IRC18:59
*** IlyaE has joined #openstack18:59
*** sneezezhang has joined #openstack19:00
*** lorin1 has quit IRC19:00
*** rnorwood1 has quit IRC19:00
*** Samos123 has joined #openstack19:00
*** leizhang has quit IRC19:01
*** alanmeadows has joined #openstack19:02
*** marun has quit IRC19:02
*** mkollaro has quit IRC19:05
*** sneezezhang has quit IRC19:06
*** vuntz has joined #openstack19:06
*** vuntz has joined #openstack19:06
*** jharley has joined #openstack19:06
*** tmclaugh[work] has joined #openstack19:07
*** leizhang has joined #openstack19:07
jharleyhey, I'm new to Quantum and am having an issue understanding provider networks and interfacing them with Quantum.  I'd like to have Quantum bridge onto an existing layer 2 network and allow DHCP leases to and connectivity from that network.. is this possible, or does Quantum not like this model?19:07
monstanyone gotten solaris11 guest working?19:07
*** marun has joined #openstack19:10
*** asksol has quit IRC19:10
*** amerine has quit IRC19:10
*** sifusam has quit IRC19:11
*** marun has quit IRC19:11
Apsujharley: Can do it fine. You'd just disable dhcp on the subnet you make in the network VMs are plugging into. And configure the OVS agent for the appropriate provider name:bridge mapping19:12
*** jamiem has quit IRC19:12
*** asksol has joined #openstack19:13
*** marun has joined #openstack19:13
jharleyApsu: perhaps foolishly, I setup the linuxbridging agent instead19:13
jharleyApsu: it seems that Quantum is making iptables rules based on an address it's choosing on the segment?19:13
*** CaptTofu has quit IRC19:14
*** vlad_starkov has joined #openstack19:14
Apsujharley: When using the Quantum firewall driver, yes. To implement security groups and anti-spoofing.19:15
*** Samos123 has quit IRC19:15
jharleyApsu: Ah, I see.  So I should disable the firewall driver and things should make more sense?19:15
ChocoboDoes anyone know if it is possible to change how multiple vcpu work?  I would like to add multiple cores, not just multiple sockets.19:15
*** leizhang has quit IRC19:16
*** rnorwood1 has joined #openstack19:16
Apsujharley: Er, sure, if you don't want security groups. But you very likely do :P19:17
*** jjmb has joined #openstack19:17
*** _sulo has joined #openstack19:17
jharleyApsu: I would like that, yea ;).. but if DHCP is already running on that provider segment, how do I get Quantum to work with the firewall driver?19:17
*** sifusam has joined #openstack19:18
*** hattusili_III has quit IRC19:18
*** ssurana has joined #openstack19:18
*** leizhang has joined #openstack19:18
Apsujharley: ah I see what you're asking. Well, that depends on whether or not nova/quantum will still attempt to assign you an IP whether your subnet facilitates the DHCP or not.19:18
*** liquid-silence has joined #openstack19:18
jharleyApsu: even if DHCP doesn't exist on that segment, I'm confused how I would statically assign an IP to a VM and have the Quantum firewall driver be involved?19:19
jharleyApsu: better stated, I guess: can I have something outside Quantum/nova assign address (static or DHCP from the provider segment) and have the firewall driver work properly19:20
*** vlad_starkov has quit IRC19:20
Apsujharley: Using nova boot, you can actually request a specific IP from a quantum subnet.19:20
*** garyk has quit IRC19:20
Apsujharley: I imagine in this scenario, you would nova boot that way, from a network/subnet without DHCP on19:20
*** hattusili_III has joined #openstack19:21
ApsuThen you'd get the correct security group rules, but the assignment of said IP would be via broadcasting over the provider bridge.19:21
*** abhiraut has joined #openstack19:21
*** mdomsch has quit IRC19:21
jharleyApsu: cool.  and in the case of the provider segment handling DHCP?19:21
ApsuI might give it a try in a bit. But that's my theory :)19:21
ApsuWell, then you'd need to make sure there's not another DHCP server somewhere on the same segment19:21
ApsuOr they'd race19:21
ApsuYou'd get *an* IP, but who from is unpredictable.19:22
ApsuAnd could change on renews :P19:22
jharleyApsu: I get that part, for sure19:22
liquid-silencebtw guys, found the issue with my vm's not able to download from the internet, but would work via scp19:24
*** marun has quit IRC19:24
liquid-silenceits was the mtu on the dhcp agent19:24
liquid-silencehad to add some values in19:25
*** Calvin has quit IRC19:25
*** ssurana has left #openstack19:25
liquid-silencenow it works 100%19:25
*** marun has joined #openstack19:25
liquid-silenceI am feeling more comfortable with openstack now19:25
*** daahst_ has joined #openstack19:25
*** ssurana has joined #openstack19:26
Apsuliquid-silence: MTU adjustment? Shouldn't really be required... unless you're blocking ICMP everywhere, so pMTUd can't work.19:26
Apsuliquid-silence: Care to elaborate?19:26
*** tjones has quit IRC19:26
liquid-silencedhcp-option=26,145419:26
jharleyApsu: but, in the scenario that DHCP is running on the provider segment.. can anything be done to have things work with the firewall driver?19:26
liquid-silencein /etc/quantum/dnsmasq.conf19:26
liquid-silencebefore doing that19:27
liquid-silenceI could not wget an ubuntu iso from the same network19:27
mongo2jharley: no, it would be nice if they would dhcp relay19:27
*** shollings has quit IRC19:27
*** aculich has quit IRC19:27
Apsujharley: Yes. What I just suggested should work. nova boot'ing a network with !DHCP subnets and requesting a specific fixed IP, and making sure the external DHCP server has that lease.19:27
*** daahst has quit IRC19:28
*** simon-AS559 has joined #openstack19:28
*** vipul is now known as vipul-away19:28
mongo2IIRC, that only works iwth nova-network not with quantum at the moment, looking for the link19:29
*** simon-AS5591 has joined #openstack19:30
*** mattjoyce has joined #openstack19:30
*** mattjoyce has left #openstack19:30
*** IlyaE has quit IRC19:30
jharleymongo2: thanks!19:31
*** marun has quit IRC19:31
*** liquid-silence has quit IRC19:31
*** rhulsker has joined #openstack19:31
*** simon-AS559 has quit IRC19:32
*** sudorandom has quit IRC19:32
jharleyApsu: understood.  Thanks for walking me through it.  I was just hopeful that I could somehow relay DHCP leases from an existing subnet :)19:32
Apsujharley: Yar. Good luck!19:32
*** marun has joined #openstack19:33
*** MFoster has joined #openstack19:34
*** leizhang has quit IRC19:35
*** alop has quit IRC19:35
*** liquid-silence has joined #openstack19:35
*** bdavenport has quit IRC19:36
ChocoboIs there any way to have quantum automaticall heal if a node goes down (assuming you have multiple nodes in active/active configuration)?19:37
*** evanjfraser has joined #openstack19:37
mongo2jharley: you can "reserve" a block in an existing subnet and only allow dnsmasq to hand out from that range19:38
Chocobonamely l3-agent and dhcp-agent....19:38
mongo2or just use nova-network flat19:38
*** backjlack has quit IRC19:38
*** hemna has quit IRC19:39
*** henrynash has joined #openstack19:39
*** littleidea has quit IRC19:39
mongo2http://docs.openstack.org/trunk/openstack-network/admin/content/demo_flat_installions.html19:39
*** hattusili_III has quit IRC19:39
*** BjoernC has joined #openstack19:40
*** evanjfraser_ has joined #openstack19:40
jharleymongo2: I've been looking at nova-network given the fact that Quantum/Neutron is still not quite at feature parity (please correct me if I'm wrong)19:40
mongo2jharley: depends on what you count as "features"19:40
*** saju_m has joined #openstack19:41
*** aculich has joined #openstack19:41
mongo2they made some design decisions that make relaying DHCP to an external segment hard, I wish I wasn't too busy working because it seems it would be fairly easy to just add dhcp relay functionality to dnsmasq19:41
*** alanmeadows has quit IRC19:43
*** evanjfraser has quit IRC19:43
Chocoboliquid-silence: did you ever figure out your slow network problem?19:43
mongo2then the ovs/fw/nova could still track the IPs19:43
Apsujharley: You could probably setup your own relaying in a custom dnsmasq.conf19:43
*** bdavenport has joined #openstack19:44
*** littleidea has joined #openstack19:44
liquid-silenceChocobo dhcp mtu19:44
jharleymongo2: or write a plugin that used dhcp-helper instead of dns-masq?19:44
mongo2or dhcrelay..yes19:45
jharleyApsu: I'm trying to figure out if dnsmasq supports it?  I don't think it does from my ~2 min of googling19:46
mongo2if I find the time I will write one, if someone doesn't get to it first19:46
ApsuChocobo: The dhcp-agent already "self-heals" with multiple agents hosting a given quantum network. The l3-agent does not, because it doesn't work that way. Any given qrouter is only scheduled to one l3-agent at a time.19:46
mongo2it would fix the SPF issue with the current realy too19:46
ApsuChocobo: But you can monitor and manually failover yourself.19:46
liquid-silencebtw guys this is the most activity I have seen in a few days here19:46
liquid-silenceI was hoping to demo openstack at a conference here in south africa19:47
liquid-silencewho can I speak to?19:47
jharleyliquid-silence: the newbie showed up (Hi!) ;)19:47
liquid-silencejharley hey19:47
ChocoboApsu: ahh, I did not know I could attach multiple networks to a single dhcp-agent.  That is good to know.  I was having a problem when rebooting the node with the dhcp agent the vm would lose it's ip and require a reboot.19:48
ApsuChocobo: You can; all agents' dnsmasq processes get all leases in common between all connected/DHCP-managed networks.19:49
ApsuChocobo: l3-agents are entirely different, and HA is hard.19:49
*** Harry51S has quit IRC19:49
ChocoboApsu: so I have found :P   Hopefully we will only bringing a node down for service... we can jump l3-agents then.19:50
mongo2Apsu: yes, that is why I want to get to the point of just using ISC's dhcp, it does the HA19:51
Apsumongo2: That's not really related to l3 though. I'm decently satisfied with the dhcp-agent's HA at present.19:51
mongo2ya, I don't need l3 for anything really, diff use case19:52
ChocoboApsu: Do you know if there is a way to get dashboard to add a new network with DHCP to every dhcp-agent?  I can do it manually, but it will be pain every time someone creates a new subnet with dhcp enabled.19:52
*** bmcgahan has quit IRC19:53
*** marun has quit IRC19:54
*** s00pcan has quit IRC19:55
*** marun has joined #openstack19:55
*** s00pcan has joined #openstack19:55
*** gmi has quit IRC19:57
*** s00pcan_ has quit IRC19:57
*** gotpunk has joined #openstack19:58
*** aculich has quit IRC19:59
*** vipul-away is now known as vipul19:59
*** liqw has quit IRC20:00
Chocoboman that is SLICK!!! I love the multiple dhcp-agents per network.  That makes me happpppy.20:00
ChocoboI want to change my internal network IPs.  That does not make me happy.20:00
*** amerine has joined #openstack20:01
*** liqw has joined #openstack20:01
mongo2Chocobo: yes the dnsmasq/float works well for a service provider, less well for a "private cloud"20:02
*** gotpunk has quit IRC20:02
mongo2nova-network multi support may be what you want, not quite there in neutron yet20:02
*** tmclaugh[work] has quit IRC20:03
mongo2although quantum/linux bridge may work too, I am using OVS20:03
*** dhellmann-away is now known as dhellmann20:03
Chocobomongo2: I am fine with moving with moving l3 agent's manually.  What I have now is MUCH better than the "all-in-one" essex cloud we are running...  man, when I have to reboot that thing a third of my remaining hair falls out :P20:04
*** ade_b has quit IRC20:06
*** UICTamale1 has quit IRC20:06
*** LandSurveyor has quit IRC20:06
*** mfer has quit IRC20:06
mongo2Chocobo: except for devit I sayed on bare libvirt because of that :)  lbaas will be a "killer" app for me though for devops20:06
Chocobomongo2: Yeah, Havana is looking pretty nice.20:07
ChocoboHey now there are some people kicking around in here:  Does anyone know if it is possible to change how instances with multiple VCPUs are launched?  Currently it creates multiple sockets for each VCPU.  When launching some VMs (Windows) it is much more beneficial to us multiple cores.20:11
*** rustlebee is now known as russellb20:11
*** hattusili_III has joined #openstack20:11
*** SergeyLukjanov has joined #openstack20:13
*** davi has joined #openstack20:13
*** davi has joined #openstack20:13
*** jnoller has quit IRC20:14
mongo2Chocobo: IIRC, you need to make that change at the libvirt level, you can set a custom CPU def and pass that20:15
*** littleidea has quit IRC20:16
*** sunrise has joined #openstack20:17
*** alanmeadows has joined #openstack20:18
*** bruges_ has joined #openstack20:19
*** koolhead11 has quit IRC20:19
*** hemna has joined #openstack20:20
*** leseb has joined #openstack20:21
*** hemna has quit IRC20:21
*** bruges has quit IRC20:21
*** iccha has quit IRC20:21
*** iccha has joined #openstack20:22
*** littleidea has joined #openstack20:22
b1tbktmikedawson: if i do20:22
*** tjones has joined #openstack20:22
*** scotm has joined #openstack20:22
*** iccha has quit IRC20:22
*** mgagne1 is now known as mgagne20:23
*** mgagne has joined #openstack20:23
*** dizquierdo has joined #openstack20:23
b1tbktmikedawson: if i do 'virsh secret-dumpxml' the usage type is set to 'ceph'. not sure why I'm getting the discrepancy and documentation is sparse for the usage feature.20:23
*** hemna has joined #openstack20:24
*** iccha has joined #openstack20:24
*** rossk has joined #openstack20:24
*** sunrise has quit IRC20:25
*** alop has joined #openstack20:25
*** alekibango has quit IRC20:25
*** tjones has quit IRC20:25
*** tjones has joined #openstack20:26
mongo2b1tbkt "Unused" is normal20:26
mikedawsonb1tbkt: actually, I spoke too soon. It should say Unused. do a 'virsh secret-get-value <uuid>' and confirm the key matches your ceph keyring20:27
*** acook8103 has joined #openstack20:27
*** rossk_ has quit IRC20:28
*** gotpunk has joined #openstack20:28
*** Drone[01] has joined #openstack20:29
mongo2and double check the uuid set fore bd_secret_uuid in nova.conf on the compute node20:29
b1tbktyep. the key matches. ceph/rbd all work fine on their own. When launching a vm through nova, no disk shows up in the libvirt xml even though one is defined in nova.20:29
mongo2err rbd_secret_uuid20:29
b1tbktthis all works with filesystem-based disk but trying to convert to rbd20:29
*** OutBackDingo has quit IRC20:29
*** KLevenstein has joined #openstack20:29
*** OutBackDingo has joined #openstack20:29
*** tdc has joined #openstack20:30
mongo2b1tbkt: you have rbd_user set in the compuete node's nova.conf too?20:30
b1tbktmongo2: yeah, I got that...the correct key is associated with the UUID which itself is identical across all compute nodes20:30
*** tdc has quit IRC20:30
*** Drone[01] has quit IRC20:31
*** KLevenstein1 has quit IRC20:31
*** Drone[02] has joined #openstack20:32
mongo2the UUID is unique to each compute node20:32
mongo2you need to add in the secret per node and add the local secret UUID to the local nova.conf20:32
*** Blackavar has joined #openstack20:32
*** saju_m has quit IRC20:33
*** adalbas has quit IRC20:33
*** alekibango has joined #openstack20:33
*** saju_m has joined #openstack20:33
*** eharney has quit IRC20:34
*** leseb has quit IRC20:34
b1tbktthe secret's uuid is unique across all nodes? that would mean manual configuration of nova.conf for every node.20:34
*** leseb has joined #openstack20:34
mongo2yep20:34
b1tbkti have rbd_pool, rbd_users, rbd_secret_uuid set in nova.conf on all compute nodes20:35
b1tbktrbd_user20:35
*** vartom has quit IRC20:35
b1tbktI'm willing to trying a truly unique UUID...worth a shot...20:35
*** navid_ has left #openstack20:36
mongo2It is, libvirt generates that UUID20:36
b1tbktyep20:37
*** IlyaE has joined #openstack20:37
b1tbktI'd been forcing it though because I'd thought I'd seen others do it to avoid a zillion unique config files in their environment20:37
*** alanmeadows has quit IRC20:37
*** s00pcan has quit IRC20:37
*** xmltok_ has quit IRC20:37
*** zehicle_at_dell has quit IRC20:37
*** vila has quit IRC20:37
*** gyee has quit IRC20:37
*** lloydde has quit IRC20:37
*** IRTermite has quit IRC20:37
*** BStokes has quit IRC20:37
*** vt102 has quit IRC20:37
*** FunnyLookinHat has quit IRC20:37
*** blamar has quit IRC20:37
*** ohm has quit IRC20:37
*** mwichmann has quit IRC20:37
*** martines has quit IRC20:37
*** lpb has quit IRC20:37
*** rods` has quit IRC20:37
*** obondarev has quit IRC20:38
*** perfectsine has quit IRC20:38
*** perfectsine has joined #openstack20:38
*** stoned75 has joined #openstack20:39
*** dguitarbite has quit IRC20:39
*** dguitarbite has joined #openstack20:40
*** iccha has quit IRC20:40
*** obondarev has joined #openstack20:40
*** s00pcan has joined #openstack20:40
*** lborda_ has joined #openstack20:41
*** dizquierdo has left #openstack20:41
*** iccha has joined #openstack20:41
*** saju_m is now known as 45PAAX3GB20:42
*** henrynash has quit IRC20:42
*** saju_m has joined #openstack20:42
*** alanmeadows has joined #openstack20:42
*** xmltok_ has joined #openstack20:42
*** zehicle_at_dell has joined #openstack20:42
*** vila has joined #openstack20:42
*** gyee has joined #openstack20:42
*** lloydde has joined #openstack20:42
*** IRTermite has joined #openstack20:42
*** BStokes has joined #openstack20:42
*** vt102 has joined #openstack20:42
*** FunnyLookinHat has joined #openstack20:42
*** blamar has joined #openstack20:42
*** ohm has joined #openstack20:42
*** mwichmann has joined #openstack20:42
*** martines has joined #openstack20:42
*** lpb has joined #openstack20:42
*** rods` has joined #openstack20:42
*** jero- has quit IRC20:42
*** sayan has quit IRC20:42
*** esheffield1 has joined #openstack20:43
*** lborda has quit IRC20:43
*** thansen has quit IRC20:43
mongo2b1tbkt: well you could set the uuid, your type is "ceph" though right?20:43
*** swygue has quit IRC20:44
*** jero has joined #openstack20:44
*** jero is now known as Guest5805420:44
*** linuxmohan has joined #openstack20:44
ChocoboWhen changing my internal ip... do I need to dump the openvswitch conf.db and recreate all my bridges?20:44
linuxmohanhiii20:45
*** ccs has quit IRC20:45
*** gyee has quit IRC20:46
mongo2Chocobo: no, IP is seporate from OVS config, you may need to restart the plugin20:46
*** FunnyLookinHat has quit IRC20:46
*** esheffield has quit IRC20:47
*** acathrow has left #openstack20:47
*** henrynash has joined #openstack20:47
*** FunnyLookinHat has joined #openstack20:47
*** OutBackDingo has quit IRC20:47
Chocobomongo2: ok, thanks... I see a lot of references to it in the conf.db, that is why I asked.20:48
*** vigintas has joined #openstack20:48
*** alunduil has joined #openstack20:49
mikedawsonb1tbkt: you can force each compute node to the same uuid. That will work20:49
*** Guest3706 has joined #openstack20:50
*** OutBackDingo has joined #openstack20:51
*** Khollowa_ has quit IRC20:53
*** lborda_ has quit IRC20:54
*** lborda has joined #openstack20:55
*** KLevenstein has quit IRC20:56
*** rcleere has quit IRC20:57
*** davi has quit IRC20:57
*** Guest3706 has quit IRC20:57
*** eglynn has joined #openstack20:57
*** OutBackDingo has quit IRC20:57
*** linuxmohan has quit IRC20:58
*** OutBackDingo has joined #openstack20:59
*** linuxmohan has joined #openstack20:59
*** liquid-silence has quit IRC21:00
*** marun has quit IRC21:01
*** md__ has joined #openstack21:01
*** melmoth has quit IRC21:01
*** jacazek has joined #openstack21:02
*** linuxmohan has quit IRC21:02
*** vartom has joined #openstack21:02
*** monst has quit IRC21:04
*** leseb has quit IRC21:04
md__exit21:04
*** jfarschman has quit IRC21:05
*** ccs_ has joined #openstack21:05
*** Deoan has quit IRC21:06
b1tbktjust tried with unique uuid, no difference.21:06
*** simon-AS5591 has quit IRC21:06
b1tbkttype is set to ceph as verified by virsh secret-dumpxml21:06
*** simon-AS559 has joined #openstack21:06
*** Ryan_Lane has quit IRC21:07
*** esheffield1 has quit IRC21:08
*** litong has quit IRC21:10
*** litong has joined #openstack21:10
*** IlyaE has quit IRC21:11
*** joesavak has quit IRC21:11
*** Ryan_Lane has joined #openstack21:11
*** simon-AS559 has quit IRC21:11
md__exit21:12
*** md__ has quit IRC21:12
*** CaptTofu has joined #openstack21:12
b1tbktwhat's the best/simplest way to test that a libvirt secret is working for ceph communication?21:14
*** matt6045 has joined #openstack21:15
*** smeaaagle has quit IRC21:16
*** wcmarsha has joined #openstack21:17
*** eharney has joined #openstack21:17
*** eharney has quit IRC21:17
*** eharney has joined #openstack21:17
*** mjfork has quit IRC21:18
*** matt6045 has quit IRC21:18
*** h0cin has quit IRC21:19
*** vipul is now known as vipul-away21:19
*** okrieg1 has joined #openstack21:20
*** littleidea has quit IRC21:20
*** mdomsch has joined #openstack21:20
*** sandywalsh has quit IRC21:20
*** okrieg1 has quit IRC21:21
*** click has joined #openstack21:22
clickhello guys i have a doubt about ring creation can anyone clear it21:23
b1tbkti think apparmor is causing me grief here.21:23
*** matt6045 has joined #openstack21:23
*** vipul-away is now known as vipul21:25
*** mnaser has quit IRC21:25
*** esheffield has joined #openstack21:25
amber_nic!ping21:27
openstackpong21:27
*** aweiteka has quit IRC21:27
*** amber_nic has quit IRC21:27
clickIs it necessary to use device label and mount point directory same name for example from docs explaining with device label d1 and mount point /srv/node/d1 can i use different names ???21:27
*** sushils has quit IRC21:28
*** rmartinelli has quit IRC21:29
*** matt6045 has quit IRC21:29
*** mnaser has joined #openstack21:30
*** littleidea has joined #openstack21:30
*** sushils has joined #openstack21:31
*** littleidea has quit IRC21:33
*** lloydde has quit IRC21:35
*** IlyaE has joined #openstack21:35
*** otherwiseguy has joined #openstack21:36
*** lborda has quit IRC21:36
*** jharley has quit IRC21:38
*** stoned75 has quit IRC21:39
*** dpippenger1 has joined #openstack21:40
*** dpippenger has quit IRC21:41
*** 45PAAX3GB has quit IRC21:41
*** saju_m has quit IRC21:41
*** henrynash has quit IRC21:42
*** linuxmohan has joined #openstack21:44
*** yocum has quit IRC21:44
*** stoned75 has joined #openstack21:44
*** electrichead has joined #openstack21:45
*** NoTh1nG has joined #openstack21:48
*** linuxmohan has quit IRC21:48
*** thansen has joined #openstack21:49
*** Plouf has joined #openstack21:49
*** henrynash has joined #openstack21:50
*** jcarter has quit IRC21:50
*** Plouf has quit IRC21:50
*** Ploufploufplouf has joined #openstack21:50
*** zehicle_at_dell has quit IRC21:51
*** vipul is now known as vipul-away21:52
*** NoTh1nG has quit IRC21:52
*** Neandre has quit IRC21:52
*** Ploufploufplouf has quit IRC21:52
*** redbeard2 has quit IRC21:52
*** gotpunk has quit IRC21:52
*** henrynash has quit IRC21:53
*** Ryan_Lane has quit IRC21:53
*** afazekas has quit IRC21:54
*** _sulo has quit IRC21:54
*** vladdy_ has joined #openstack21:54
*** leizhang has joined #openstack21:54
*** salmon_ has joined #openstack21:55
*** vladdy has quit IRC21:55
*** henrynash has joined #openstack21:56
*** OutBackDingo has quit IRC21:57
*** Trixboxer has quit IRC21:57
*** vipul-away is now known as vipul21:57
*** linuxmohan has joined #openstack21:58
*** swygue has joined #openstack21:58
*** linuxmohan has quit IRC21:59
*** Dodge has quit IRC21:59
*** eglynn has quit IRC21:59
*** kbringard has quit IRC22:00
*** esheffield has left #openstack22:02
*** Madasi is now known as zz_Madasi22:02
*** fikst has quit IRC22:03
*** esheffield1 has joined #openstack22:03
*** aculich has joined #openstack22:04
*** swygue has quit IRC22:04
*** amerine has quit IRC22:05
*** backjlack has joined #openstack22:06
*** desai has quit IRC22:08
*** CaptTofu has quit IRC22:09
*** eglynn has joined #openstack22:09
*** CaptTofu has joined #openstack22:09
*** morazi has quit IRC22:10
*** leizhang has quit IRC22:11
*** rnorwood1 has quit IRC22:12
*** dcramer_ has quit IRC22:13
*** linuxmohan has joined #openstack22:14
clickplease sombody explain /srv/node thing is it predefined path ????? !22:14
*** mdomsch has quit IRC22:14
*** linuxmohan has quit IRC22:15
*** xmltok_ has quit IRC22:16
*** linuxmohan has joined #openstack22:16
*** vlad_starkov has joined #openstack22:17
*** leizhang has joined #openstack22:17
*** Guest58054 is now known as jero-22:20
*** markpeek has quit IRC22:20
*** eglynn has quit IRC22:21
*** IlyaE has quit IRC22:21
*** samograp_ has joined #openstack22:22
*** vlad_starkov has quit IRC22:22
*** RabidCicada has joined #openstack22:23
bgmccollumyou create it. its used by convention.22:24
*** OutBackDingo has joined #openstack22:25
*** prad has quit IRC22:25
*** esheffield1 has quit IRC22:25
*** samograp_ has left #openstack22:25
*** MarcMorata has quit IRC22:25
*** dcramer_ has joined #openstack22:25
*** sungju has joined #openstack22:26
*** samograp_ has joined #openstack22:26
*** acook8103 has quit IRC22:26
*** acook8103 has joined #openstack22:26
*** bmcgahan has joined #openstack22:27
*** samograp_ has quit IRC22:27
*** mwichmann has quit IRC22:27
*** ccs_ has quit IRC22:28
*** ssalevan has quit IRC22:28
*** lloydde has joined #openstack22:29
*** CaptTofu has quit IRC22:30
*** christyp has quit IRC22:31
*** freeflying has joined #openstack22:31
*** datsun180b has quit IRC22:31
*** dizquierdo has joined #openstack22:32
*** yogeshmehra has quit IRC22:32
*** SergeyLukjanov has quit IRC22:32
*** amerine has joined #openstack22:34
*** linuxmoh_ has joined #openstack22:34
*** fnaval has quit IRC22:35
*** jero- is now known as jero22:35
*** aculich has quit IRC22:35
*** jasondotstar has joined #openstack22:36
*** redbeard2 has joined #openstack22:37
*** linuxmohan has quit IRC22:37
*** tmichael has quit IRC22:38
*** daahst_ has quit IRC22:39
*** etank has quit IRC22:39
*** spideyman has quit IRC22:41
*** leizhang has quit IRC22:42
*** mwichmann has joined #openstack22:43
*** salmon_ has quit IRC22:44
*** mpae has joined #openstack22:45
*** dpippenger1 has quit IRC22:45
*** dtx00ff_ has quit IRC22:45
mpaehello22:46
*** SvenDowideit has quit IRC22:46
*** SvenDowideit has joined #openstack22:46
*** kbrierly has quit IRC22:47
mpaefor some reason quantum api is failing to provide a response to nova-compute for a network that exists, and thus failing to provision an instance22:47
*** jpeeler has quit IRC22:48
*** mieleton- has joined #openstack22:48
*** danger_fo is now known as danger_fo_away22:48
mpaeI've tried enabling verbose debug in quantum server and can't really tell what's going on22:48
*** lloydde has quit IRC22:48
mpaeany ideas would be appreciated22:49
*** thansen has quit IRC22:49
*** jhesketh_ has joined #openstack22:50
*** nphase has quit IRC22:50
*** nphase has joined #openstack22:50
*** nphase has joined #openstack22:50
*** mieleton has quit IRC22:51
*** ahasenack has quit IRC22:52
*** cjellick1 has joined #openstack22:52
*** portante is now known as portante|afk22:53
*** beagles has quit IRC22:54
*** IRTermite has quit IRC22:54
*** dpippenger has joined #openstack22:55
*** amerine has quit IRC22:58
*** beagles has joined #openstack22:59
*** electrichead has quit IRC23:00
*** responsiPaul has quit IRC23:01
*** hattusili_III has quit IRC23:01
*** responsiPaul has joined #openstack23:01
*** vigintas has quit IRC23:03
*** daahst has joined #openstack23:05
*** portante|afk is now known as portante23:07
*** jhesketh_ is now known as jhesketh23:08
*** IlyaE has joined #openstack23:08
*** fsimonce has quit IRC23:09
*** fnaval has joined #openstack23:10
*** rhulsker has quit IRC23:10
*** dpippenger has quit IRC23:13
*** daahst has quit IRC23:14
*** _TheDodd_ has quit IRC23:14
*** hattusili_III has joined #openstack23:16
*** vlad_starkov has joined #openstack23:18
*** rmartinelli has joined #openstack23:20
*** miclorb has joined #openstack23:20
*** vlad_starkov has quit IRC23:23
*** Blackavar has quit IRC23:23
*** markpeek has joined #openstack23:25
*** tmichael has joined #openstack23:25
*** rmartinelli has quit IRC23:26
*** fifieldt has joined #openstack23:27
*** tmichael has quit IRC23:28
*** rwsu has quit IRC23:28
*** kebray has quit IRC23:28
*** RabidCicada has quit IRC23:30
*** julweber has joined #openstack23:31
*** aculich has joined #openstack23:31
*** MFoster has quit IRC23:31
*** giorgiodinapoli has joined #openstack23:31
*** blamar has quit IRC23:34
*** MFoster has joined #openstack23:34
*** alanmeadows has quit IRC23:34
*** hemna is now known as hemnafk23:35
*** zerick has quit IRC23:35
*** branen has joined #openstack23:37
*** vartom has quit IRC23:38
*** portante is now known as portante|afk23:38
*** swygue has joined #openstack23:38
*** atrius_ has quit IRC23:38
*** otherwiseguy has quit IRC23:39
*** kmartin is now known as kmartin_zz23:42
*** weq has quit IRC23:42
*** kmartin_zz has quit IRC23:42
*** fcoj has quit IRC23:43
*** moha_hunt has quit IRC23:43
*** fcoj has joined #openstack23:45
*** fifieldt has quit IRC23:46
*** vinayvenkat has quit IRC23:47
*** wajiii is now known as wajiii-afk23:47
*** fifieldt has joined #openstack23:47
*** bknudson has quit IRC23:47
*** rwsu has joined #openstack23:48
*** moha_hunt has joined #openstack23:48
*** weq has joined #openstack23:48
*** kmartin has joined #openstack23:50
*** kmartin is now known as kmartin_zz23:51
*** Blackavar has joined #openstack23:51
*** scotm has quit IRC23:52
*** dizquierdo has left #openstack23:53
*** stoned75 has quit IRC23:54
*** lloydde has joined #openstack23:55
*** junaid has joined #openstack23:56
*** rwsu is now known as rwsu-awa23:56
*** rwsu-awa is now known as rwsu-away23:56
*** BjoernC has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!