Thursday, 2013-09-26

*** victor_lowther has quit IRC00:00
*** Seventoes has quit IRC00:00
*** markpeek has joined #openstack00:01
*** pixelb has joined #openstack00:01
*** sgoldin has joined #openstack00:03
*** lmh has quit IRC00:05
*** ewnd9 has joined #openstack00:05
*** Seventoes has joined #openstack00:06
*** madorn has joined #openstack00:07
*** dlstacy has quit IRC00:08
*** madorn has quit IRC00:10
occupantso the blog entry at http://blog.fsquat.net/?p=40 explains how to use ACLs in swift to give container permission to other users, allowing them to use the swift client to stat and list the containers. while the ACLs work for curl operations, I can't see those containers using the swift client00:11
*** adjohn has quit IRC00:11
*** markpeek has quit IRC00:11
*** arahal has quit IRC00:11
occupantthe docs seem to suggest that a user CAN'T see containers from another user, but this docs seems to suggest it can00:11
*** madorn has joined #openstack00:11
*** markpeek has joined #openstack00:12
torgomaticoccupant: by what do you mean "see containers"? do you mean perform an account listing to obtain a list of available containers?00:12
*** madorn has quit IRC00:12
*** Seventoes has quit IRC00:12
Kupo24zanyone have experiance with the puppet openstack module?00:12
*** halfss has quit IRC00:12
annegentleoccupant: torgomatic: I think the docs have a doc bug to update account ACLs which are a new feature, read https://bugs.launchpad.net/openstack-manuals/+bug/1192448 and see if that sounds right to you00:12
occupanttorgomatic:  that's right.00:12
*** madorn has joined #openstack00:13
torgomaticoccupant: container ACLs will not grant you the right to perform an account listing. However, if you know the name of the container, you should be able to list the objects within as well as operate on them00:13
*** dlstacy has joined #openstack00:13
torgomatice.g. GET, or POST/PUT, depending on which ACL is set00:13
*** desai has joined #openstack00:13
*** Egyptian[Laptop] has joined #openstack00:14
*** cjellick1 has quit IRC00:14
*** desai has joined #openstack00:14
*** desai has joined #openstack00:15
occupantKupo24z:  Yeah, I'm using it.00:15
*** dschultz has quit IRC00:15
*** ahasenack has quit IRC00:15
*** madorn has quit IRC00:15
*** madorn has joined #openstack00:16
torgomaticannegentle: I don't think that change actually landed in Swift, FWIW00:17
*** madorn has quit IRC00:17
*** madorn has joined #openstack00:18
occupanttorgomatic:  So in that blog post, a container is created under demouser, demouser2 is added to the read ACL, and then demouser2 can use the swift client to list/stat the container. So.. that's not really possible?00:19
*** julianwa has joined #openstack00:19
torgomaticoccupant: that is possible00:19
torgomaticmore specifically, demouser2 can GET or HEAD /v1/AUTH_demouser/container, and can also GET or HEAD /v1/AUTH_demouser/container/any-object00:20
*** dlstacy has quit IRC00:20
torgomatic(assuming the auth system supports it; I haven't read that post)00:20
Kupo24zoccupant: does this seem like it will work with multi-host? http://pastebin.mozilla.org/3148227 have 2 physical interfaces per server00:20
torgomatichowever, demouser2 cannot GET /v1/AUTH_demouser to discover the existence of container00:20
*** vuil has quit IRC00:20
*** madorn has quit IRC00:21
*** MarkAtwood has quit IRC00:21
*** cjellick has joined #openstack00:21
*** madorn has joined #openstack00:21
kurt_Anyone have any ideas on why an instance may launch with an m1.tiny instance and no storage, but if I try with a small and 20G, the status errors out?  I cannot find any logging on the instance and cinder does not show any useful logging.00:22
*** rnirmal has quit IRC00:22
*** matsuhashi has joined #openstack00:22
kurt_I'm running out of ideas on how to diagnose the problem too.  No useful logging anywhere in nova-compute or cinder node.00:22
madorndo you ahve verbose logging turnd on00:22
kurt_for which node?00:23
*** dlstacy has joined #openstack00:23
madornnova.conf00:23
*** jaimef has quit IRC00:23
madornyour nova.conf has a verbose flag00:23
kurt_madorn: I saw that - but should I be focusing on the nova-compute node at this point?00:23
madorni would turn verbose logging on - i know this sounds stupid but when you are checking logs are you checking only nova-compute.log?00:24
*** jaimef has joined #openstack00:24
Kupo24zoccupant: any idea?00:25
kurt_checking both the libvirt and nova-compute log00:25
madornwhat happens if you do tiny with like 1gb cinder storage.00:25
madornis the cinder connection good?00:26
kurt_cinder appears to be good - I can create volumes without problems00:26
kurt_I have not tried creating a 1Gb cinder yet00:26
madornif you do small with 20GB what00:26
kurt_I'll need to do a custom flavor to do that00:26
kurt_then it fails00:27
kurt_with 20G00:27
*** mikeyp has quit IRC00:27
*** djbkd has quit IRC00:27
kurt_and I definitely have that storage00:27
madorn20GB what00:27
madorni mean00:27
madornlike00:27
madorn20GB cinder?00:27
madornor 20GB root/emphemeral00:27
madornetc00:27
kurt_if I try to use the m1.small - root. haven't tried ephemeral00:28
madornone sec00:28
madornchecking something00:28
occupantKupo24z:  um, you might want to use facter facts like $::ipaddress_eth0 instead of hardcoding IP addresses.00:28
*** bdpayne has quit IRC00:28
occupantbut other than that, I guess it looks good00:29
annegentletorgomatic: oh thanks! usually if it's Confirmed it's cuz it landed so I'll mark00:29
*** dlstacy has quit IRC00:29
madornkurt: what's your setup like?00:30
*** dlstacy has joined #openstack00:30
madornhow many nodes00:30
*** KyleMacDonald has joined #openstack00:30
*** KyleMacDonald has quit IRC00:30
occupanttorgomatic:  So when the swift client is able to do a 'list' and discover the container (which I'm not able to do, but works in the example), what HTTP operation is going on there?00:31
kurt_madorn: I have 6 nodes00:31
madornhow many compute?00:31
torgomaticThat is a GET of /v1/AUTH_demouser00:31
kurt_madorn: 1 compute node00:32
madornno errors at all?00:32
madornin nova-compute00:32
kurt_I just added debugging to compute node, was going to try again00:32
*** morazi has quit IRC00:32
madornwhat option is that kurt00:32
Kupo24zoccupant: im using puppet-dashboard, will probably use facter after this install00:32
madorndebugging or verbose..00:32
kurt_debug=true00:33
Kupo24zoccupant: ip's are setup in dashboard by node00:33
Kupo24zoccupant: do you notice any other pitfalls before i apply? :)00:33
kurt_looking at this: http://docs.openstack.org/folsom/openstack-ops/content/logging_monitoring.html00:33
*** Martz has quit IRC00:34
occupantKupo24z:  I've honestly not set up multihost yet, but other stuff looks okay.00:35
Kupo24zoccupant: primarly concerned with the addressing, that was pretty confusing00:36
*** tecepe has quit IRC00:37
*** ssd7 has quit IRC00:37
*** acathrow has quit IRC00:37
kurt_madorn: there is absolutely no logging from an instance with 20G when trying to launch - even with debug00:38
madornhm00:39
madornkurt, does the instance fail?00:39
madornfails upon launch00:39
madorn?00:39
*** vfiduccia has quit IRC00:39
occupanttorgomatic:  I guess what's confusing me about the example is that demouser2 is able to stat the container owned by demouser by just using "stat container" in the swift client, without actually specifying demouser's auth URL.00:39
*** routerpro has quit IRC00:40
kurt_madorn: yes, that's correct00:40
kurt_it never actually launches00:40
madornand you looked in your controller logs as well?00:40
*** johnsterdotcom has quit IRC00:41
kurt_controller logs?00:41
*** scotm has quit IRC00:41
madorndo you do a tail -f on all logs in /etc/nova00:41
madornthen launch the m.small instance00:41
*** adjohn has joined #openstack00:41
torgomaticoccupant: oh, it looks like they're doing some v2 auth stuff, where the tenant is always "demo", so the swift account is the same for both users00:42
kurt_I only have a nova-manage.log which is 0 in size00:42
kurt_and the nova-compute.log00:42
torgomaticso both users probably have rights to list the account00:42
*** dtyarnell has joined #openstack00:42
kurt_and yes, that's where I saw there was no useful logging00:43
madorndo any logs appear at all00:43
kurt_was in nova-compute - and you can see it has debug on00:43
madornwhen you launch00:43
kurt_no00:43
kurt_not when instance has storage00:43
torgomaticoccupant: I do sort of wonder if demouser2 would have had access to the container even without the ACL, given that they're both gaining access to the same Swift account00:43
madornyou reset all nova services?00:43
kurt_when it has no storage, the logs fly00:43
madorni see00:43
*** kebray has joined #openstack00:44
*** soosfarm has quit IRC00:44
kurt_some prerequisite is not being met I think00:44
madornwhat kind of image00:44
madornare you trying to boot00:44
kurt_same behavior from both uec and ubuntu 12.04 cloud image00:45
occupanttorgomatic:  ah yeah, the accounts I'm using are under different tenants. I saw some older documentation that referred to "accounts and users" where I would have expected "tenants and users" so I guess that explains that.00:45
*** wbx_ has joined #openstack00:45
kurt_and both boot successfully without storage00:45
*** dlstacy has quit IRC00:47
kurt_can cinder function fine with only a single admin interface?00:47
kurt_I am under the assumption the answer is yes00:47
madornits not using cinder00:47
madornwhen you have a 20GB root00:47
*** dlstacy has joined #openstack00:48
madornit uses the storage on the compute host00:48
kurt_ah, what is it using?00:48
*** soosfarm has joined #openstack00:49
madorni think there is something up with your nova.conf00:49
madorncan you paste your nova.conf00:49
madornin ehre00:49
kurt_yeah, I will paste bin it00:49
*** mikedawson has quit IRC00:51
kurt_madorn: http://pastebin.ubuntu.com/6156852/00:51
madornthx00:51
*** Dharmit has joined #openstack00:51
kurt_not that it matters - this is MAAS/JUJU with ubuntu00:52
*** dlstacy has quit IRC00:52
occupanttorgomatic:  you're correct, users under the same tenant see it regardless of ACL.00:54
kurt_madorn: see anything interesting?00:55
madornlookin00:55
kurt_k00:55
*** Egyptian[Laptop] has quit IRC00:55
*** dlstacy has joined #openstack00:56
kurt_Did you say when you create an instance it uses storage on the compute node?00:56
*** Martz has joined #openstack00:57
kurt_I can tell you I do NOT have 20G of storage available for allocation on my compute node00:57
madornthat may be the problem.00:57
kurt_so if that is the case, that would explain why I can't launch an instance00:58
madornbecause nova scheduler00:58
madornbasically nova scheduler - looks for avail resources on your compute00:58
madornit detects procs, storage, whatever.00:58
kurt_but where is that storage eventually created?00:58
madorni have to check but i think its lib/nova/00:58
madornsomethin00:58
madornlet me check00:58
kurt_I can test this by creating a 5G flavor00:58
kurt_brb00:59
*** IlyaE has joined #openstack00:59
madorn/var/lib/nova00:59
*** Egyptian[Laptop] has joined #openstack00:59
*** ctracey has quit IRC01:00
kurt_interesting - so do you then need the aggregated sum of all your instances storage size on the compute node?01:00
*** carif has joined #openstack01:01
*** ctracey has joined #openstack01:01
*** fikst has joined #openstack01:01
*** sgoldin_ has joined #openstack01:02
madornwell01:02
madornit really depends on which way you want to approach deploying your instances..01:02
*** jasonoz has quit IRC01:02
*** blamar has quit IRC01:02
kurt_it errored out with a 5G size01:02
*** blamar has joined #openstack01:02
*** ctracey has quit IRC01:02
*** dlstacy has quit IRC01:03
*** ctracey has joined #openstack01:03
madornkurt: are you familiar wit the nova-scheduler?01:03
kurt_no, not yet01:03
kurt_I have 15G available, FYI01:03
*** andi- has quit IRC01:03
*** andi- has joined #openstack01:03
*** majeff has joined #openstack01:04
*** esker has quit IRC01:04
*** sgoldin has quit IRC01:04
*** sgoldin_ is now known as sgoldin01:04
*** ron-slc has quit IRC01:04
*** BLZbubba has quit IRC01:04
*** thingee has quit IRC01:04
*** gdubreui has joined #openstack01:04
*** thingee has joined #openstack01:04
*** scuttlemonkey_ has quit IRC01:04
*** anteaya has quit IRC01:04
*** BLZbubba has joined #openstack01:04
*** ron-slc has joined #openstack01:05
*** scuttlemonkey_ has joined #openstack01:05
*** zerick has quit IRC01:05
madornkurt: check your nova-scheduler.log01:05
madornon the controller node.01:05
kurt_on the cloud-controller?01:05
kurt_Ok - I will be back in about 30 mins01:06
madornare you positive when you do a tail -f on ALL logs in /var/log/nova - then attempt to boot01:06
madornyou see nothing?01:06
madornyou should  see something..01:06
*** dlstacy has joined #openstack01:06
*** julweber_ has joined #openstack01:06
*** ewnd9 has quit IRC01:06
madorndo that on your controller node.01:06
*** sae has joined #openstack01:08
*** julweber has quit IRC01:08
*** wkharold has joined #openstack01:09
*** KyleMacDonald has joined #openstack01:09
*** fikst has quit IRC01:10
*** vfiduccia has joined #openstack01:10
*** jbresnah has joined #openstack01:12
*** freedomhui has joined #openstack01:12
*** bill_az_ has quit IRC01:12
*** halfss has joined #openstack01:13
*** soosfarm has quit IRC01:13
*** vfiduccia has quit IRC01:14
*** sandywalsh_ has quit IRC01:14
*** ctracey has quit IRC01:16
*** soosfarm has joined #openstack01:17
*** comay has quit IRC01:18
*** tvb|afk has joined #openstack01:18
*** tvb|afk has quit IRC01:18
*** tvb|afk has joined #openstack01:18
*** evanz_ has quit IRC01:18
*** KyleMacDonald has quit IRC01:18
*** venkatesh has joined #openstack01:20
*** KyleMacDonald has joined #openstack01:20
*** sae has quit IRC01:21
*** jfcastro has joined #openstack01:21
jfcastrowhere I must deploy cinder-scheduler: at controller or with cinder-volume?01:21
*** ssd7 has joined #openstack01:22
*** victor_lowther has joined #openstack01:22
*** Semor has joined #openstack01:22
*** KyleMacDonald has quit IRC01:22
*** tvb|afk has quit IRC01:23
*** adjohn has quit IRC01:23
*** sae has joined #openstack01:24
*** nsavin has quit IRC01:26
*** dlstacy has quit IRC01:27
*** fifieldt has joined #openstack01:27
*** nsavin has joined #openstack01:27
*** andi- has quit IRC01:28
*** KyleMacDonald has joined #openstack01:28
*** ctracey has joined #openstack01:29
*** b1tbkt has quit IRC01:29
*** scristian_ has joined #openstack01:30
*** changbl has joined #openstack01:30
*** scristian has quit IRC01:30
*** KyleMacDonald has quit IRC01:30
*** tsnider has joined #openstack01:31
*** liqw has quit IRC01:32
*** KyleMacDonald has joined #openstack01:32
*** RicardoSSP has joined #openstack01:32
*** RicardoSSP has joined #openstack01:32
*** dlstacy has joined #openstack01:33
*** andi- has joined #openstack01:34
*** b1tbkt has joined #openstack01:34
*** KyleMacDonald has quit IRC01:34
*** angdraug has quit IRC01:34
*** KyleMacDonald has joined #openstack01:34
*** tsnider1 has joined #openstack01:35
*** tsnider has quit IRC01:36
*** KyleMacDonald has quit IRC01:36
*** erkules has quit IRC01:36
*** vfiduccia has joined #openstack01:40
*** nphase has quit IRC01:40
*** nphase has joined #openstack01:41
*** majeff has quit IRC01:42
*** warik has quit IRC01:43
*** RicardoSSP has quit IRC01:44
*** larmbr has joined #openstack01:44
*** mohli has quit IRC01:46
*** nphase has quit IRC01:46
*** majeff has joined #openstack01:46
*** vfiduccia has quit IRC01:46
*** mohli has joined #openstack01:46
*** matiu has quit IRC01:46
*** desai has quit IRC01:47
*** venkatesh has quit IRC01:48
*** sandywalsh has joined #openstack01:48
*** spzala has joined #openstack01:50
*** scuttlemonkey_ is now known as scuttlemonkey01:51
*** scotm has joined #openstack01:51
*** erkules has joined #openstack01:53
*** sgviking has quit IRC01:55
*** scotm has quit IRC01:56
*** Diddi has quit IRC01:56
*** Diddi has joined #openstack01:56
*** shwang has joined #openstack01:56
*** tserong_ has joined #openstack01:56
kurt_madorn: I'm back01:58
madornhi01:58
kurt_looking at the cloud-controller node...01:58
*** michaelneale has joined #openstack01:58
madornrun a tail -f ./*.log - keep that window open.  then go try to boot a m.small01:58
*** dianefleming has joined #openstack01:59
*** tserong has quit IRC01:59
*** tserong_ is now known as tserong01:59
*** Blackavar has quit IRC01:59
*** sgoldin_ has joined #openstack02:00
kurt_on the controller node you mean?02:00
madornyes02:00
*** sgoldin_ has quit IRC02:01
kurt_k02:01
*** majeff has quit IRC02:01
madornbrb02:01
*** michaelneale has quit IRC02:02
kurt_madorn: here is the logging http://pastebin.ubuntu.com/6156996/02:03
*** johnnymoo_logsta has joined #openstack02:04
*** lmh has joined #openstack02:05
*** jfcastro has left #openstack02:06
*** galafreysky7777 has quit IRC02:06
madorncan you paste results of nova service-list02:06
madornrun a nova service-list02:06
bigmstoneMan. I love/hate openstack sometimes.02:07
*** evanz_ has joined #openstack02:07
*** julim has joined #openstack02:07
kurt_madorn: http://pastebin.ubuntu.com/6157006/02:08
kurt_these instances are all running as admin02:08
madornhave to go but i will be back shortly02:09
kurt_ok, I'll hang out02:10
*** lmh has quit IRC02:10
*** KaZeR has quit IRC02:10
*** julim has quit IRC02:12
*** madorn has quit IRC02:13
*** majeff has joined #openstack02:13
*** dubsquared has joined #openstack02:13
*** johnnymoo_logsta has quit IRC02:14
*** vfiduccia has joined #openstack02:14
*** dubsquar_ has joined #openstack02:15
*** dubsquared has quit IRC02:17
*** johnnymoo_logsta has joined #openstack02:19
*** cjellick has quit IRC02:19
*** grizzled has quit IRC02:20
*** vfiduccia has quit IRC02:20
*** larmbr has quit IRC02:22
*** larmbr has joined #openstack02:22
*** sld has quit IRC02:26
*** sld has joined #openstack02:27
*** dubsquar_ has quit IRC02:28
*** scuttlemonkey has quit IRC02:29
*** Egyptian[Laptop1 has joined #openstack02:30
*** tom314 has joined #openstack02:30
*** gyee has quit IRC02:32
*** Egyptian[Laptop] has quit IRC02:32
*** dims has quit IRC02:33
*** nphase has joined #openstack02:33
*** desai has joined #openstack02:35
*** routerpro has joined #openstack02:35
*** amcrn has quit IRC02:37
*** jerryz has quit IRC02:37
*** esker has joined #openstack02:37
*** majeff has quit IRC02:38
*** twoputt_ has joined #openstack02:38
*** desai has quit IRC02:38
*** vipul has quit IRC02:38
*** scuttlemonkey has joined #openstack02:39
*** vipul has joined #openstack02:39
*** osier_ has joined #openstack02:40
*** osier has quit IRC02:41
*** jeremy has quit IRC02:42
*** sdague has quit IRC02:42
*** sdague has joined #openstack02:42
*** jeremy has joined #openstack02:43
*** giulivo has quit IRC02:43
*** freedomhui has quit IRC02:44
Kupo24zhaving a weird issue iwht keystone;... request() got an unexpected keyword argument 'verify'02:45
*** dtyarnell has quit IRC02:45
*** wkharold has quit IRC02:46
*** tsnider has joined #openstack02:47
*** routerpro has quit IRC02:47
*** jbresnah has quit IRC02:48
*** vfiduccia has joined #openstack02:49
*** sandywalsh has quit IRC02:50
*** tsnider1 has quit IRC02:50
*** had00p3r has joined #openstack02:50
*** markpeek has quit IRC02:52
*** dtyarnell has joined #openstack02:52
*** carif has quit IRC02:53
*** markpeek has joined #openstack02:53
*** anniec has quit IRC02:53
*** johnpur has quit IRC02:54
*** scuttlemonkey has quit IRC02:56
*** cereal_bars has joined #openstack02:56
*** vfiduccia has quit IRC02:56
*** freedomhui has joined #openstack03:01
*** burnyd has joined #openstack03:01
Kupo24zAnyone know how to fix this problem with python/nova? http://pastebin.mozilla.org/314893503:02
*** dianefle_ has joined #openstack03:04
*** tsnider has quit IRC03:04
*** cereal_bars has quit IRC03:04
*** paragan has joined #openstack03:05
*** dianefleming has quit IRC03:06
*** martine has joined #openstack03:07
*** martine is now known as Guest6041803:07
*** galstrom_zzz is now known as galstrom03:09
tom314i've got ubuntu 12.04 grizzly working except the bridge device (br100) seems to interfere with the normal functioning of eth0 for any outbound traffic.  IF i disassociate br100+eth0, put br100 down and remove it, eth0 again works.  this is repeatable.  any ideas?03:10
tom314along the same lines, if i JUST disassociate br100+eth0, eth0 works again but only for a minute or so, then stops functioning again.  i'm at a loss.03:11
tom314this is just a prototype setup with both the controller and compute services on the same physical.03:12
*** anniec has joined #openstack03:15
*** jecarey has joined #openstack03:18
*** freedomhui has quit IRC03:18
*** anniec_ has joined #openstack03:18
*** dlstacy has quit IRC03:19
*** nphase has quit IRC03:19
*** freedomhui has joined #openstack03:19
*** anniec has quit IRC03:19
*** anniec_ is now known as anniec03:19
*** tsykoduk is now known as zz_tsykoduk03:20
*** tom314 has quit IRC03:23
*** vfiduccia has joined #openstack03:23
*** galafrey1ky7777 has joined #openstack03:25
*** Blackavar has joined #openstack03:26
*** wbx_ has quit IRC03:26
*** julianwa has quit IRC03:26
*** galstrom is now known as galstrom_zzz03:29
*** jecarey has quit IRC03:30
*** vfiduccia has quit IRC03:32
*** pixelb has quit IRC03:33
*** badiane_ka has joined #openstack03:34
*** Guest7879342 has joined #openstack03:34
*** pmoosh has joined #openstack03:35
*** amotoki has quit IRC03:36
*** scuttlemonkey has joined #openstack03:38
*** zz_tsykoduk is now known as tsykoduk03:38
*** carif has joined #openstack03:39
*** spzala has quit IRC03:39
*** dlstacy has joined #openstack03:39
*** tsykoduk is now known as zz_tsykoduk03:40
*** dcramer_ has joined #openstack03:41
*** zz_tsykoduk is now known as tsykoduk03:41
*** ayoung has quit IRC03:41
*** sushils has joined #openstack03:45
*** wkharold has joined #openstack03:46
*** dlstacy has quit IRC03:46
*** galstrom_zzz is now known as galstrom03:46
*** joshbetz has joined #openstack03:47
*** twoputt has quit IRC03:48
*** twoputt_ is now known as twoputt03:48
*** adjohn has joined #openstack03:49
*** sushils has quit IRC03:49
*** starmer has joined #openstack03:50
*** wkharold has quit IRC03:50
*** adjohn has quit IRC03:50
*** joshbetz has quit IRC03:50
*** joshbetz has joined #openstack03:51
*** sushils has joined #openstack03:52
*** terriyu has quit IRC03:52
*** majeff has joined #openstack03:52
*** dlstacy has joined #openstack03:53
*** Semor has quit IRC03:54
*** dcramer_ has quit IRC03:56
*** vfiduccia has joined #openstack03:59
*** matsuhashi has quit IRC03:59
*** sgviking has joined #openstack03:59
*** fnaval_ has joined #openstack04:00
*** sayan has joined #openstack04:01
*** matsuhashi has joined #openstack04:02
*** Semor has joined #openstack04:02
*** evanz_ has quit IRC04:02
*** dlstacy has quit IRC04:02
*** sgoldin has quit IRC04:03
*** pmoosh has quit IRC04:03
*** halfss has quit IRC04:03
*** djbkd has joined #openstack04:03
*** pmoosh has joined #openstack04:03
*** lmh has joined #openstack04:06
*** pmoosh has quit IRC04:07
*** dianefle_ has quit IRC04:08
*** vfiduccia has quit IRC04:09
*** dlstacy has joined #openstack04:09
*** dcramer_ has joined #openstack04:10
*** lmh has quit IRC04:10
*** galstrom is now known as galstrom_zzz04:11
*** vipul is now known as vipul-away04:14
*** cereal_bars has joined #openstack04:14
*** pmoosh has joined #openstack04:15
*** julianwa has joined #openstack04:16
*** wkharold has joined #openstack04:16
*** ecarlin has joined #openstack04:16
*** ecarlin has quit IRC04:16
*** victor_lowther has quit IRC04:17
*** anniec has quit IRC04:17
*** dlstacy has quit IRC04:18
*** cereal_bars has quit IRC04:19
*** wkharold has quit IRC04:20
*** pmathews has joined #openstack04:22
*** starmer has quit IRC04:22
*** kaushikc has joined #openstack04:24
*** djbkd has quit IRC04:25
*** kaushikc1 has joined #openstack04:27
*** kaushikc has quit IRC04:29
*** FallenPegasus has quit IRC04:30
*** MarkAtwood has joined #openstack04:30
*** sae has quit IRC04:30
*** rbansal1 has quit IRC04:30
*** nphase has joined #openstack04:30
*** nphase has joined #openstack04:31
*** kaushikc has joined #openstack04:31
*** dlstacy has joined #openstack04:31
*** kaushikc has joined #openstack04:31
*** sae has joined #openstack04:33
*** adjohn has joined #openstack04:33
*** kaushikc has quit IRC04:34
*** kaushikc has joined #openstack04:34
*** kaushikc1 has quit IRC04:34
*** kaushikc1 has joined #openstack04:35
*** Guest60418 has quit IRC04:35
*** vfiduccia has joined #openstack04:36
*** nphase has quit IRC04:37
*** freedomhui has quit IRC04:37
*** jhesketh has quit IRC04:38
*** dlstacy has quit IRC04:38
*** jhesketh__ has quit IRC04:38
*** kaushikc has quit IRC04:38
*** wbx_ has joined #openstack04:39
*** joshbetz has quit IRC04:42
*** rbansal1 has joined #openstack04:43
*** dcramer_ has quit IRC04:43
*** had00p3r has quit IRC04:46
*** vfiduccia has quit IRC04:46
*** neha has joined #openstack04:46
*** wkharold has joined #openstack04:47
*** racker_KevinS has quit IRC04:48
*** nanjj has joined #openstack04:48
*** kaushikc1 has quit IRC04:48
*** melwitt has quit IRC04:51
*** jhesketh has joined #openstack04:51
*** jhesketh__ has joined #openstack04:51
*** sigurding has joined #openstack04:53
*** reed has quit IRC04:54
*** dlstacy has joined #openstack04:56
*** sayan has quit IRC04:59
*** dlstacy has quit IRC05:03
*** markpeek has quit IRC05:03
*** evanz has quit IRC05:04
*** otherwiseguy has quit IRC05:05
*** racker_KevinS has joined #openstack05:06
*** Crichton is now known as Crichton|Offline05:06
*** lmh has joined #openstack05:06
*** halfss has joined #openstack05:07
*** Crichton|Offline is now known as Crichton05:08
*** jbresnah has joined #openstack05:09
*** zwergnjkl has joined #openstack05:10
*** lmh has quit IRC05:10
*** sae has quit IRC05:11
*** Guest7879342 has quit IRC05:12
*** vfiduccia has joined #openstack05:13
*** melmoth has joined #openstack05:14
*** sae has joined #openstack05:14
*** nshaikh has joined #openstack05:17
*** dmz has quit IRC05:17
*** fifieldt has quit IRC05:21
*** dlstacy has joined #openstack05:22
*** tvb|afk has joined #openstack05:22
*** tsykoduk is now known as zz_tsykoduk05:23
*** vfiduccia has quit IRC05:24
*** dmz has joined #openstack05:26
*** zwergnjkl has quit IRC05:26
*** freedomhui has joined #openstack05:27
*** tvb|afk has quit IRC05:27
*** psharma has joined #openstack05:28
*** dlstacy has quit IRC05:29
*** SkyRocknRoll has joined #openstack05:29
*** SkyRocknRoll has joined #openstack05:29
*** rdas has joined #openstack05:29
*** rwsu has quit IRC05:34
*** jbresnah has quit IRC05:36
*** jbresnah has joined #openstack05:36
*** SkyRocknRoll_ has joined #openstack05:38
*** SkyRocknRoll_ is now known as SkyRocknRol05:38
*** SkyRocknRol has quit IRC05:38
*** SkyRocknRoll has quit IRC05:39
*** mattux has quit IRC05:39
*** SkyRocknRoll has joined #openstack05:39
*** SkyRocknRoll has joined #openstack05:39
*** sayan has joined #openstack05:40
*** mattux has joined #openstack05:40
*** sigurding has quit IRC05:40
*** mattux has quit IRC05:41
*** mattux has joined #openstack05:41
*** aruntomar has joined #openstack05:41
*** xav1 has quit IRC05:41
*** twoputt has quit IRC05:41
*** twoputt has joined #openstack05:42
*** halfss has quit IRC05:45
*** rwsu has joined #openstack05:45
*** MarkAtwood has left #openstack05:46
*** dlstacy has joined #openstack05:46
*** afazekas_zz is now known as afazekas05:47
*** julianwa_ has joined #openstack05:47
*** eglynn has joined #openstack05:49
*** pmathews has quit IRC05:51
*** julianwa has quit IRC05:51
*** wbx_ has quit IRC05:52
*** dlstacy has quit IRC05:53
*** sae has quit IRC05:56
*** jaimef has quit IRC05:59
*** yaguang has joined #openstack05:59
*** adjohn has quit IRC06:00
*** yaguang has quit IRC06:00
*** yaguang_ has joined #openstack06:00
*** racker_KevinS has quit IRC06:01
*** wkharold has quit IRC06:01
*** halfss has joined #openstack06:02
*** jaimef has joined #openstack06:03
*** sae has joined #openstack06:04
*** lmh has joined #openstack06:06
*** dianefleming has joined #openstack06:08
*** yaguang_ has quit IRC06:10
*** lmh has quit IRC06:11
*** dlstacy has joined #openstack06:11
*** yaguang has joined #openstack06:12
*** rahmu has quit IRC06:12
*** dianefleming has quit IRC06:12
*** _anant has joined #openstack06:13
*** defnix has quit IRC06:13
*** gaelL has quit IRC06:13
*** gaelL has joined #openstack06:14
*** afazekas is now known as __afazekas06:14
*** rahmu has joined #openstack06:14
*** ctyler has quit IRC06:14
*** judd7 has quit IRC06:14
*** krypto has joined #openstack06:14
*** defnix has joined #openstack06:15
*** judd7 has joined #openstack06:15
*** ctyler has joined #openstack06:16
*** frots has joined #openstack06:16
*** yaguang has quit IRC06:17
*** yaguang has joined #openstack06:17
*** satheesh1 has joined #openstack06:19
*** konrad-k has joined #openstack06:20
*** dlstacy has quit IRC06:20
*** cocoadaemon has joined #openstack06:20
*** SergeyLukjanov has joined #openstack06:21
*** belmoreira has joined #openstack06:22
*** Dr{Who} has quit IRC06:22
*** KaZeR has joined #openstack06:22
*** MaxV has joined #openstack06:23
*** mosulica has joined #openstack06:23
*** victor_lowther has joined #openstack06:23
*** tvb|afk has joined #openstack06:23
*** Dr{Who} has joined #openstack06:24
*** tryggvil has quit IRC06:25
*** cfriesen has quit IRC06:25
*** yaguang has quit IRC06:26
*** KaZeR has quit IRC06:27
*** yaguang has joined #openstack06:27
*** nancy_yeah has joined #openstack06:27
*** victor_lowther has quit IRC06:28
*** sigurding has joined #openstack06:29
*** kebray has quit IRC06:30
*** KyleMacDonald has joined #openstack06:30
*** mosulica_ has joined #openstack06:30
*** mosulica has quit IRC06:30
*** jcoufal has joined #openstack06:32
*** KyleMacDonald has quit IRC06:32
*** zz_tsykoduk is now known as tsykoduk06:33
*** yaguang has quit IRC06:34
*** dlstacy has joined #openstack06:35
*** MaxV has quit IRC06:36
*** halfss has quit IRC06:36
*** rdas has quit IRC06:38
*** satheesh has joined #openstack06:40
*** satheesh1 has quit IRC06:40
*** ccs has quit IRC06:41
*** halfss has joined #openstack06:42
*** nancy_yeah has quit IRC06:42
*** tsykoduk is now known as zz_tsykoduk06:42
*** rdas has joined #openstack06:43
*** afazekas has joined #openstack06:43
*** mosulica has joined #openstack06:44
*** yogeshmehra has joined #openstack06:44
*** vartom10 has joined #openstack06:45
*** mosulica_ has quit IRC06:45
*** nancy_yeah has joined #openstack06:46
*** tvb|afk has quit IRC06:47
*** matsuhashi has quit IRC06:47
*** cocoadaemon has quit IRC06:48
*** viasanctus has quit IRC06:51
*** crank1988 has joined #openstack06:53
*** corXi has joined #openstack06:55
*** reidrac has joined #openstack06:56
*** sae has quit IRC06:58
*** nicolae_ has joined #openstack06:59
*** ndipanov has joined #openstack06:59
*** IlyaE has quit IRC07:00
*** mrunge has joined #openstack07:00
*** adjohn has joined #openstack07:02
*** berendt has joined #openstack07:02
*** wramthun has quit IRC07:05
*** sae has joined #openstack07:05
*** odyssey4me has joined #openstack07:06
*** matsuhashi has joined #openstack07:06
*** three_mahn037 has joined #openstack07:06
*** wramthun has joined #openstack07:07
*** sae has quit IRC07:07
*** dizquierdo has joined #openstack07:07
*** pantea has joined #openstack07:08
*** sae has joined #openstack07:08
*** DeeJay1 has joined #openstack07:10
*** adjohn has quit IRC07:10
*** ema has joined #openstack07:10
*** ema has quit IRC07:10
*** ema has joined #openstack07:10
*** nicolae_ has quit IRC07:10
*** zergutzu has joined #openstack07:12
*** qba73 has joined #openstack07:12
*** jprovazn has joined #openstack07:14
*** mattymo has quit IRC07:15
*** corXi has quit IRC07:15
*** tzn has joined #openstack07:15
*** fbo_away is now known as fbo07:15
*** corXi has joined #openstack07:17
*** jbresnah has quit IRC07:17
*** halfss has quit IRC07:19
*** texarcana has quit IRC07:20
*** mindpixel has joined #openstack07:20
*** KyleMacDonald has joined #openstack07:20
*** vartom11 has joined #openstack07:21
*** texarcana has joined #openstack07:22
*** itarchitectkev has joined #openstack07:22
*** vartom10 has quit IRC07:22
*** o_petit has joined #openstack07:22
*** pmoosh has quit IRC07:22
*** KyleMacDonald has quit IRC07:22
*** KaZeR has joined #openstack07:23
*** fikst has joined #openstack07:23
*** pmoosh has joined #openstack07:23
*** SergeyLukjanov has quit IRC07:24
*** pmoosh has joined #openstack07:24
*** eglynn has quit IRC07:24
*** jlibosva has joined #openstack07:25
*** KaZeR has quit IRC07:27
*** itarchitectkev has quit IRC07:28
*** pmoosh has quit IRC07:29
*** nicolae_ has joined #openstack07:29
*** mattymo has joined #openstack07:29
*** SergeyLukjanov has joined #openstack07:30
*** henrynash has joined #openstack07:30
*** halfss has joined #openstack07:32
Mavahmm.. where should I search for this issue: planning a system, which would require an openstack to run a script after launching new machine from a specific image07:35
Mavais it possible and in case it is: is there any reference on howto do it07:35
*** dizquierdo has quit IRC07:36
*** pnavarro has joined #openstack07:37
*** msgodf has joined #openstack07:37
*** KyleMacDonald has joined #openstack07:37
*** gdubreui has quit IRC07:37
*** siso has joined #openstack07:39
*** wramthun has quit IRC07:40
*** johnthetubaguy has joined #openstack07:41
*** ewnd9 has joined #openstack07:42
*** tvb|afk has joined #openstack07:43
*** Breaking_Pitt has joined #openstack07:44
*** johnthetubaguy has quit IRC07:45
*** pnavarro has quit IRC07:45
*** SergeyLukjanov has quit IRC07:45
*** SergeyLukjanov has joined #openstack07:46
*** ade_b has joined #openstack07:46
*** arif-ali has joined #openstack07:53
*** fikst has quit IRC07:54
*** Oneiroi has quit IRC07:55
*** shang has quit IRC07:56
*** _anant has quit IRC07:56
*** arif-ali has quit IRC07:56
*** _anant has joined #openstack07:56
*** sae has quit IRC07:56
*** majeff has left #openstack07:56
*** ade_b has quit IRC07:57
*** tzn has quit IRC07:57
*** MaxV has joined #openstack07:58
*** cocoadaemon has joined #openstack07:58
*** maxdml has joined #openstack07:59
*** ifarkas has joined #openstack08:00
*** _anant has quit IRC08:00
*** _anant has joined #openstack08:01
*** itarchitectkev has joined #openstack08:01
*** qba73 has quit IRC08:01
*** jeflui has quit IRC08:02
*** SergeyLu_ has joined #openstack08:02
*** thorwin has quit IRC08:03
*** networkstatic has quit IRC08:03
*** SergeyLukjanov has quit IRC08:04
*** boden has joined #openstack08:04
*** _anant has quit IRC08:04
*** _anant has joined #openstack08:06
*** thorwin has joined #openstack08:06
*** lmh has joined #openstack08:07
*** dianefleming has joined #openstack08:08
*** o_petit has quit IRC08:09
*** o_petit has joined #openstack08:09
*** _sulo has joined #openstack08:09
*** devnull1 has joined #openstack08:09
*** _anant has quit IRC08:09
*** _anant has joined #openstack08:10
*** briancline has quit IRC08:10
*** eglynn has joined #openstack08:10
*** tzn has joined #openstack08:11
*** sae has joined #openstack08:11
*** lmh has quit IRC08:11
*** KyleMacDonald has quit IRC08:11
*** derekh has joined #openstack08:12
*** dianefleming has quit IRC08:13
*** _anant has quit IRC08:14
*** _anant has joined #openstack08:14
*** mattstep has quit IRC08:15
*** ioggstream has joined #openstack08:15
*** galafrey1ky7777 has quit IRC08:16
*** briancline has joined #openstack08:17
*** _anant has quit IRC08:19
*** _anant has joined #openstack08:20
*** DeeJay1 has quit IRC08:20
*** tryggvil has joined #openstack08:21
*** DeeJay1 has joined #openstack08:22
*** KaZeR has joined #openstack08:23
*** _anant has quit IRC08:24
*** twoputt_ has joined #openstack08:25
*** Iamtougs has joined #openstack08:25
*** _anant has joined #openstack08:25
*** yuwang has quit IRC08:27
*** martinsbalodis has joined #openstack08:27
*** martinsbalodis has quit IRC08:28
*** KaZeR has quit IRC08:28
*** yuwang has joined #openstack08:28
*** itarchitectkev_ has joined #openstack08:28
*** _anant has quit IRC08:29
*** exed has joined #openstack08:29
*** _anant has joined #openstack08:29
*** yogeshmehra has quit IRC08:29
*** KyleMacDonald has joined #openstack08:30
*** erwan_ta- is now known as erwan_taf08:30
*** fifieldt has joined #openstack08:31
*** osphy has joined #openstack08:31
*** itarchitectkev has quit IRC08:31
*** tryggvil has quit IRC08:32
*** o_petit has quit IRC08:32
*** perror has joined #openstack08:32
*** fifieldt has quit IRC08:33
*** satheesh has quit IRC08:33
*** o_petit has joined #openstack08:34
*** _anant has quit IRC08:34
*** Breakin__ has joined #openstack08:34
*** _anant has joined #openstack08:34
*** itarchitectkev_ is now known as itarchitectkev08:35
*** satheesh has joined #openstack08:35
*** Breaking_Pitt has quit IRC08:37
*** shang has joined #openstack08:37
*** mmagr has joined #openstack08:38
*** KyleMacDonald has quit IRC08:39
*** tzn has quit IRC08:42
*** bbcmicrocomputer has joined #openstack08:42
*** tzn has joined #openstack08:43
*** aspiers has quit IRC08:43
*** twoputt_ has quit IRC08:44
*** o_petit has quit IRC08:44
*** f13o has joined #openstack08:44
*** aspiers has joined #openstack08:44
*** twoputt has quit IRC08:45
osphywhile running ./stack.sh I get the error related to python-keystoneclient. http://paste.openstack.org/show/47533/ . Does one know how to fix this ?08:45
*** jtomasek has joined #openstack08:46
*** _anant has quit IRC08:46
*** _anant has joined #openstack08:46
*** mohits has joined #openstack08:47
*** mestery has quit IRC08:47
*** jistr has joined #openstack08:47
*** yaguang has joined #openstack08:47
osphyIt is basically fails with the conflicting pbr versions. Final error is " VersionConflict: (pbr 0.5.10.2.g115370f (/opt/stack/pbr), Requirement.parse('pbr>=0.5.21,<1.0'))"08:48
*** MarcMorata has joined #openstack08:48
*** GusM has joined #openstack08:48
*** julianwa_ has quit IRC08:49
*** pnavarro has joined #openstack08:50
*** svparijs_afk is now known as svparijs08:50
*** _anant has quit IRC08:51
*** _anant has joined #openstack08:51
*** tzn has quit IRC08:54
*** zergutzu has quit IRC08:55
*** giulivo has joined #openstack08:55
*** AnilV4 has joined #openstack08:58
*** henrynash has quit IRC08:58
*** zergutzu has joined #openstack08:59
*** sgoldin has joined #openstack08:59
*** tzn has joined #openstack08:59
*** tryggvil has joined #openstack08:59
*** sgoldin has quit IRC09:01
*** rdas has quit IRC09:01
*** rdas has joined #openstack09:02
*** davidf-41678-h has quit IRC09:03
*** _anant has quit IRC09:04
*** fnaval_ has quit IRC09:04
*** _anant has joined #openstack09:04
*** AnilV4 has quit IRC09:05
*** flaper87|afk is now known as flaper8709:07
*** lmh has joined #openstack09:07
*** tryggvil has quit IRC09:08
*** nancy_yeah has quit IRC09:08
*** dtx00ff_ has joined #openstack09:08
koolhead17ttx: around09:08
*** _neoXsys_ has joined #openstack09:08
ttxkoolhead17: yes09:09
*** exed has quit IRC09:11
*** AnilV4 has joined #openstack09:11
*** sushils has quit IRC09:11
*** zergutzu has quit IRC09:11
*** lmh has quit IRC09:12
*** nbrosnahan has joined #openstack09:12
*** neoXsys has quit IRC09:12
*** mkollaro has joined #openstack09:12
*** schlitzer|work has joined #openstack09:12
*** gmurphy has quit IRC09:12
*** DeeJay1 has quit IRC09:13
*** DeeJay1 has joined #openstack09:13
*** zasimov has joined #openstack09:15
*** nbrosnahan has quit IRC09:15
*** nbrosnahan has joined #openstack09:16
*** bfirsh has quit IRC09:16
*** halfss_ has joined #openstack09:16
*** davidf-41678-h has joined #openstack09:16
*** _anant has quit IRC09:16
*** halfss has quit IRC09:17
*** _anant has joined #openstack09:17
*** belmoreira1 has joined #openstack09:17
*** devnull1 has quit IRC09:18
*** exed has joined #openstack09:18
*** jcoufal has quit IRC09:18
*** belmoreira has quit IRC09:19
*** tzn has quit IRC09:19
*** vartom11 has quit IRC09:20
*** _anant has quit IRC09:21
*** _anant has joined #openstack09:21
*** fivestar has joined #openstack09:24
*** KaZeR has joined #openstack09:24
*** ewnd9 has quit IRC09:25
*** dneary has joined #openstack09:27
*** devnull1 has joined #openstack09:27
*** syed_armani has joined #openstack09:29
syed_armaniAnyone from rackspace here ???09:29
*** KaZeR has quit IRC09:29
*** dlstacy has quit IRC09:29
*** nbrosnahan has quit IRC09:29
*** yogeshmehra has joined #openstack09:30
*** skrusty has left #openstack09:30
*** mrunge has quit IRC09:31
*** Crichton is now known as Crichton|Offline09:32
*** ndipanov has quit IRC09:32
*** o_petit has joined #openstack09:33
*** dlstacy has joined #openstack09:33
*** yankcrime has quit IRC09:33
*** mohits has quit IRC09:34
kwadronautsyed_armani: i recognize some nick(s) here that work for rackspace. But in general, it's best to just ask your question.09:34
*** _anant has quit IRC09:34
kwadronautif you think it's confidential, irc might not be the best place to discuss whatever you want to say.09:34
*** yogeshmehra has quit IRC09:35
*** dizquierdo has joined #openstack09:35
*** _anant has joined #openstack09:35
*** Crichton|Offline is now known as Crichton09:35
syed_armanikwadronaut:  I know, i don't want to ask a question. I just want them let "rackers" know that http://training.rackspace.com/ is down09:35
*** mrunge has joined #openstack09:35
*** rdas has quit IRC09:37
*** SergeyLu_ has quit IRC09:39
*** eglynn is now known as eglynn-fuse-summ09:40
*** dlstacy has quit IRC09:40
*** eglynn-fuse-summ is now known as eglynn-fuse-f2f09:40
*** _anant has quit IRC09:40
*** yogeshmehra has joined #openstack09:40
*** mestery has joined #openstack09:40
*** rdas has joined #openstack09:41
*** _anant has joined #openstack09:41
*** Isenn has joined #openstack09:41
*** ndipanov has joined #openstack09:41
*** tryggvil has joined #openstack09:41
*** wramthun has joined #openstack09:41
*** syed_armani has quit IRC09:42
*** Semor has quit IRC09:43
*** Semor has joined #openstack09:43
*** vartom11 has joined #openstack09:43
*** exed has quit IRC09:43
*** o_petit has quit IRC09:44
*** yogeshmehra has quit IRC09:45
*** tzn has joined #openstack09:45
*** _anant has quit IRC09:46
*** _anant has joined #openstack09:46
*** Semor has quit IRC09:48
*** o_petit has joined #openstack09:48
*** _anant has quit IRC09:50
*** ph7point7 has joined #openstack09:51
*** _anant has joined #openstack09:51
*** ph7point7 has left #openstack09:51
*** sergmelikyan has quit IRC09:54
*** tvb|afk has quit IRC09:54
*** larmbr has quit IRC09:57
*** ifarkas has quit IRC09:58
*** _anant has quit IRC09:59
*** _anant has joined #openstack09:59
*** tvb|afk has joined #openstack10:00
*** tryggvil has quit IRC10:00
*** ifarkas has joined #openstack10:00
*** jskinner has joined #openstack10:01
*** dlstacy has joined #openstack10:02
*** mattymo has quit IRC10:02
*** mattymo has joined #openstack10:02
*** thorwin has quit IRC10:03
*** jskinner has quit IRC10:03
*** sayan has quit IRC10:03
*** _anant has quit IRC10:04
*** _anant has joined #openstack10:05
*** liquid-silence has joined #openstack10:05
*** svparijs is now known as svparijs_afk10:06
*** liquid-silence has quit IRC10:06
*** liquid-silence has joined #openstack10:06
*** ewnd9 has joined #openstack10:07
*** lmh has joined #openstack10:08
*** tryggvil has joined #openstack10:10
*** mohli has quit IRC10:11
*** lmh has quit IRC10:12
*** tvb|afk has quit IRC10:13
*** o_petit has quit IRC10:14
*** nancy_yeah has joined #openstack10:16
*** sayan has joined #openstack10:17
*** frots has quit IRC10:19
*** Shmouel`away has quit IRC10:19
*** frots has joined #openstack10:20
*** itarchitectkev has quit IRC10:21
*** tzn has quit IRC10:21
*** pesky has joined #openstack10:21
*** tzn has joined #openstack10:22
*** maxdml has quit IRC10:24
*** Dharmit has quit IRC10:24
*** itarchitectkev has joined #openstack10:25
*** KaZeR has joined #openstack10:25
*** osier_ has quit IRC10:25
*** MaxV has quit IRC10:26
*** SanjeevJoshi has joined #openstack10:27
*** osier has joined #openstack10:27
*** SanjeevJoshi has quit IRC10:27
*** tvb|afk has joined #openstack10:29
*** ismlages has joined #openstack10:30
*** KaZeR has quit IRC10:30
*** neha has quit IRC10:33
*** Shmouel`away has joined #openstack10:35
*** Semor has joined #openstack10:36
*** deep13 has joined #openstack10:36
*** dneary has quit IRC10:36
*** AnilV4 has quit IRC10:37
*** halfss_ has quit IRC10:37
*** paragan has quit IRC10:39
*** ppenjoy has joined #openstack10:40
*** berendt has quit IRC10:40
*** mohits has joined #openstack10:41
*** rkukura has quit IRC10:42
*** nancy_yeah has quit IRC10:43
*** freedomhui has quit IRC10:43
*** sigurding has quit IRC10:43
*** sigurding_ has joined #openstack10:43
*** o_petit has joined #openstack10:45
*** galafrey2ky7777 has joined #openstack10:46
*** nanjj has quit IRC10:46
*** neha has joined #openstack10:46
*** bvandenh has joined #openstack10:47
*** three_mahn037 has quit IRC10:47
*** yaguang has quit IRC10:50
*** sae has quit IRC10:51
*** resker has joined #openstack10:51
*** o_petit has quit IRC10:53
*** esker has quit IRC10:54
*** chasmo has quit IRC10:55
*** pesky has quit IRC10:56
*** ioggstream has quit IRC10:58
*** ioggstream has joined #openstack10:58
*** dhanasekaran has quit IRC10:59
*** weshay has joined #openstack11:00
*** dhanasekaran has joined #openstack11:00
*** jtomasek_ has joined #openstack11:00
*** dtx00ff_ has quit IRC11:01
*** jtomasek has quit IRC11:04
*** shwang has quit IRC11:05
*** devnull1 has quit IRC11:05
*** lmh has joined #openstack11:08
*** Guest60592 has joined #openstack11:08
*** ssd7 has quit IRC11:08
*** pixelb has joined #openstack11:10
*** o_petit has joined #openstack11:10
*** freedomhui has joined #openstack11:11
*** vartom11 has quit IRC11:12
*** lmh has quit IRC11:13
*** bfirsh has joined #openstack11:15
*** pnavarro has quit IRC11:17
*** tzn has quit IRC11:18
*** tryggvil has quit IRC11:19
*** tzn has joined #openstack11:19
*** julim has joined #openstack11:20
*** mohits has quit IRC11:20
*** dims has joined #openstack11:20
*** nshaikh has quit IRC11:21
*** ioggstream has quit IRC11:22
*** tzn has quit IRC11:24
*** KaZeR has joined #openstack11:25
*** AlexP789 has joined #openstack11:26
*** stronghere has joined #openstack11:26
*** o_petit has quit IRC11:26
*** imsurit has joined #openstack11:27
*** imsurit is now known as Guest796511:28
*** AlexP789 has quit IRC11:29
*** satheesh has quit IRC11:29
*** o_petit has joined #openstack11:30
*** KaZeR has quit IRC11:30
*** satheesh has joined #openstack11:31
*** julim has quit IRC11:32
*** tzn has joined #openstack11:34
*** victor_lowther has joined #openstack11:35
*** gdubreui has joined #openstack11:38
*** cocoadaemon has quit IRC11:38
*** user1 has joined #openstack11:38
*** tryggvil has joined #openstack11:40
*** yogeshmehra has joined #openstack11:42
*** chasmo has joined #openstack11:42
*** dlstacy has quit IRC11:43
*** user1 has quit IRC11:43
*** nshaikh has joined #openstack11:44
*** aruntomar has quit IRC11:45
*** eglynn-fuse-f2f has quit IRC11:45
*** pesky has joined #openstack11:46
*** yogeshmehra has quit IRC11:46
*** aruntomar has joined #openstack11:47
*** Deoan has joined #openstack11:48
*** bashok_ has joined #openstack11:49
*** egallen has joined #openstack11:49
*** cocoadaemon has joined #openstack11:50
*** jmh_ has joined #openstack11:51
*** kiall_ is now known as Kiall11:52
*** pnavarro has joined #openstack11:52
*** SergeyLukjanov has joined #openstack11:55
*** venkatesh has joined #openstack11:57
*** devnull1 has joined #openstack11:57
*** victor_lowther has quit IRC11:57
*** beav has quit IRC11:59
*** ahasenack has joined #openstack11:59
*** ewnd9 has quit IRC11:59
*** ioggstream has joined #openstack12:00
*** belmoreira1 has quit IRC12:01
*** mohits has joined #openstack12:01
*** eglynn-fuse-f2f has joined #openstack12:01
*** mohits has quit IRC12:02
*** retreved has joined #openstack12:02
*** MaxV has joined #openstack12:02
*** bcrochet is now known as bcrochet|ex21012:03
*** bcrochet|ex210 is now known as bcrochet12:03
*** mohits has joined #openstack12:03
*** belmoreira has joined #openstack12:04
*** vartom11 has joined #openstack12:05
*** bcrochet has quit IRC12:06
*** dims has quit IRC12:07
*** bashok_ has quit IRC12:07
*** cereal_bars has joined #openstack12:07
*** arahal has joined #openstack12:08
*** bcrochet has joined #openstack12:08
*** Shmouel`away has quit IRC12:08
*** lmh has joined #openstack12:08
*** rbansal1 has quit IRC12:11
*** aweiteka has joined #openstack12:11
*** _anant has quit IRC12:12
*** arahal has quit IRC12:12
*** lmh has quit IRC12:13
*** FunnyLookinHat has joined #openstack12:15
*** Trixboxer has joined #openstack12:15
*** carnaler has joined #openstack12:15
*** tryggvil has quit IRC12:16
*** RicardoSSP has joined #openstack12:17
carnalerheya12:17
*** davidf-41678-h has quit IRC12:19
*** Diegonat has joined #openstack12:19
*** Guest7965 has quit IRC12:19
Diegonathi, there is a repository where I can download images ?? I need ubuntu one12:20
*** Shmouel`away has joined #openstack12:20
*** dims has joined #openstack12:20
*** desai has joined #openstack12:20
*** ekarlso has quit IRC12:20
*** chrismaul has joined #openstack12:21
*** tsnider has joined #openstack12:21
*** joshbetz has joined #openstack12:22
*** joshbetz has quit IRC12:22
IleDiegonat, http://cloud-images.ubuntu.com/12:23
*** jdob has joined #openstack12:23
*** neha has quit IRC12:23
*** ifarkas has quit IRC12:23
Diegonatailed to reserve image. Got error: Data supplied was not valid. Details: 400 Bad Request  The server could not comply with the request since it is either malformed or otherwise incorrect.   Failed to add image metadata. Got error: Data supplied was not valid. Details: Invalid disk format 'img2' for image.12:23
DiegonatNote: Your image metadata may still be in the registry, but the image's status will likely be 'killed'.12:23
Diegonati have this error12:23
Diegonatis it not already ready ?12:23
*** neha has joined #openstack12:24
Ileit says img2 isn't right disk format12:24
Ilehttp://docs.openstack.org/trunk/openstack-image-service/admin/content/disk-format.html12:24
Ileit needs to be one of those. i think ubuntu images are qcow212:25
DiegonatIle, could you pass me the link of one them?12:25
Diegonatbecause to be honest i downloaded the file .img12:26
Diegonatfrom the same repository you told me to use12:26
*** KaZeR has joined #openstack12:26
*** ifarkas has joined #openstack12:26
Ileyes, but you define the disk format in command line12:26
Ileit's not the same as the file extension12:26
*** dtyarnell has quit IRC12:27
*** bzhtux has joined #openstack12:27
DiegonatIle, can you tell me a howto ?12:27
Diegonatqemu-img create -f qcow2 something like this?12:28
Ile$ wget http://uec-images.ubuntu.com/releases/12.04.2/release/ubuntu-12.04.2-server-cloudimg-amd64-disk1.img12:28
Ile$ glance image-create --is-public true --disk-format qcow2 --container-format bare --name "Ubuntu" < ubuntu-12.04.2-server-cloudimg-amd64-disk1.img12:28
Diegonatok12:28
*** svparijs_afk is now known as svparijs12:29
*** rbansal1 has joined #openstack12:29
bvandenhHi. I would like to know what the current limits are for the number of tenants networks for both VLAN and GRE. Are there differences between Grizzly and Havana?12:29
*** arahal has joined #openstack12:30
*** amritanshu_RnD has joined #openstack12:31
*** KaZeR has quit IRC12:32
*** julim has joined #openstack12:32
*** matsuhashi has quit IRC12:34
*** hootjr has joined #openstack12:35
DiegonatIle, thanks12:36
Ileyou are welcome12:37
*** lborda has joined #openstack12:40
*** ArxCruz has joined #openstack12:41
*** h0cin has joined #openstack12:41
*** ctorger has joined #openstack12:42
*** blackboxsw has joined #openstack12:43
*** codercotton has joined #openstack12:43
*** desai has quit IRC12:44
*** rdas has quit IRC12:47
*** _________ has joined #openstack12:47
*** karlsone has joined #openstack12:47
*** Nitro has joined #openstack12:47
*** aruntomar has quit IRC12:47
*** iliyas has joined #openstack12:49
*** aruntomar has joined #openstack12:50
*** RicardoSSP has quit IRC12:51
*** tryggvil has joined #openstack12:51
*** sgordon has joined #openstack12:52
*** routerpro has joined #openstack12:53
*** o_petit has quit IRC12:54
*** giulivo has quit IRC12:56
*** belmoreira has quit IRC12:56
Diegonatnova list12:56
DiegonatERROR: You must provide a tenant name via either --os_tenant_name or env[OS_TENANT_NAME]12:56
Diegonatwhy?12:56
*** rcheleguini has joined #openstack12:56
*** majeff has joined #openstack12:57
sigurding_guys I am trying to install from an Ubuntu iso in Openstack, the instance is provisioned with 20GB, but when it comes to the disk section of the installation process, I get: No disk drive was detected...12:57
sigurding_any idea what I am doing wrong?12:57
*** corrigac has joined #openstack12:57
*** belmoreira has joined #openstack12:58
*** ccorrigan has quit IRC12:59
amritanshu_RnDmy quantum service is not able to provide ip through dhcp.can anyone  suggest some solutions?12:59
perrorDiegonat: You need to set up the environnement variables accordingly to your installation and the required credential.12:59
*** Ruetobas has quit IRC12:59
*** rmartinelli has joined #openstack12:59
perrorDiegonat: Look at: https://wiki.openstack.org/wiki/OpenStackClient/Authentication13:00
*** maurosr1 has joined #openstack13:00
*** eglynn-fuse-f2f has quit IRC13:00
*** maurosr1 has quit IRC13:02
*** venkatesh has quit IRC13:02
*** SkyRocknRoll has quit IRC13:02
*** maurosr1 has joined #openstack13:02
*** bzhtux has quit IRC13:03
*** bzhtux has joined #openstack13:03
*** morazi has joined #openstack13:03
*** DrBacchus has joined #openstack13:06
*** martine has joined #openstack13:06
*** yaguang has joined #openstack13:07
*** martine is now known as Guest4937113:07
*** KLevenstein has joined #openstack13:07
*** levine has joined #openstack13:08
*** lmh has joined #openstack13:09
*** iliyas has quit IRC13:09
*** jdob has quit IRC13:11
*** pamacii has joined #openstack13:11
*** jdob has joined #openstack13:11
*** o_petit has joined #openstack13:11
*** yocum has joined #openstack13:12
*** arahal has quit IRC13:13
*** acathrow1 has joined #openstack13:13
*** bashok has joined #openstack13:13
*** lmh has quit IRC13:13
*** iliyas has joined #openstack13:14
*** eglynn-fuse-f2f has joined #openstack13:14
*** rnunes has joined #openstack13:14
*** ProT-0-TypE has joined #openstack13:16
*** portante|afk is now known as portante13:18
*** Ruetobas has joined #openstack13:20
*** cthulhup has joined #openstack13:20
*** rdas has joined #openstack13:20
*** martine_ has joined #openstack13:21
*** badams has joined #openstack13:22
*** mikedawson has joined #openstack13:23
*** alunduil has quit IRC13:24
*** Guest49371 has quit IRC13:24
Diegonatperror, I believe i did it13:24
*** browndwarf has joined #openstack13:24
*** julim has quit IRC13:24
*** bdperkin has quit IRC13:25
Diegonatno i did not13:25
Diegonatthanks13:25
*** yadan has quit IRC13:25
*** jaypipes has joined #openstack13:25
*** bzhtux is now known as bzhtux|away13:26
*** yadan has joined #openstack13:26
Diegonatbut i want to have the list of all the images13:26
Diegonatrunning13:26
Diegonatinstances running13:26
*** chrissgo has joined #openstack13:26
*** KaZeR has joined #openstack13:26
*** shang has quit IRC13:27
*** KyleMacDonald has joined #openstack13:27
*** jab416171 has quit IRC13:27
*** julim has joined #openstack13:27
*** akscram has quit IRC13:28
*** svparijs is now known as svparijs_afk13:28
perrorDiegonat: I guess that `nova list`  should work.13:29
*** jasondotstar has joined #openstack13:29
peskyDiegonat: openstack relies on tenants, so you'll have to select a tenant first before you can display the running instances13:29
Diegonatnow it is asking me ERROR: You must provide an auth url via either --os_auth_url or env[OS_AUTH_URL]13:30
Diegonatperror, no its not13:30
Diegonatand i believe it is weird13:30
*** bdperkin has joined #openstack13:30
Diegonatbecause it used to13:30
*** ayoung has joined #openstack13:30
*** aweiteka has quit IRC13:31
*** dmsimard has joined #openstack13:31
*** KaZeR has quit IRC13:31
*** bashok has quit IRC13:32
*** shang has joined #openstack13:32
*** akscram has joined #openstack13:32
*** dtyarnell has joined #openstack13:32
*** jdob has quit IRC13:32
*** jdob has joined #openstack13:32
*** karlsone has quit IRC13:33
peskyDiegonat: could you try something like the following? nova-manage project zipfile project1 user1 (change project, project1, user1 accordingly)13:34
*** mjfs has joined #openstack13:34
*** sayan has quit IRC13:34
peskyit should give you a zipfile which has a file which you'll source (type source filename), after which nova list should work without using the arguments13:35
*** martine_ has quit IRC13:35
*** j05h has joined #openstack13:35
*** gdubreui has quit IRC13:35
*** cereal_bars has quit IRC13:35
*** KyleMacDonald has quit IRC13:36
Diegonatpesky, i have an error13:36
*** MaxV has quit IRC13:36
*** neha has quit IRC13:36
*** mindpixel has quit IRC13:38
*** ron-slc has quit IRC13:38
Diegonatit canno find the user13:38
Diegonatbut the user admin exists13:38
*** jecarey has joined #openstack13:38
*** jhesketh has quit IRC13:39
*** dianefleming has joined #openstack13:39
*** j05h has left #openstack13:39
*** ozstacker has quit IRC13:39
*** cereal_bars has joined #openstack13:39
*** ozstacker has joined #openstack13:40
*** rkukura has joined #openstack13:40
*** nphase has joined #openstack13:40
*** rdas has quit IRC13:41
peskyDiegonat: if there's just the admin user, you should use it13:41
Diegonatpesky, i did13:41
Diegonatdoesnt work13:42
*** robbiew has joined #openstack13:42
*** dmsimard1 has joined #openstack13:42
*** dianefleming has quit IRC13:42
Diegonathttp://pastebin.com/8WDUxqbv13:42
Diegonatplease check this out13:42
*** bluenemo has joined #openstack13:42
*** bluenemo has joined #openstack13:42
*** dianefleming has joined #openstack13:43
*** yogeshmehra has joined #openstack13:43
peskyDiegonat: what does keystone user-list say?13:43
*** matsuhashi has joined #openstack13:43
*** pn has quit IRC13:44
*** ron-slc has joined #openstack13:44
Diegonatkeystone user-list13:44
DiegonatExpecting authentication method via13:44
Diegonat  either a service token, --token or env[SERVICE_TOKEN],13:44
Diegonat  or credentials, --os_username or env[OS_USERNAME].13:44
bigmstoneAre there XenServer 6.2 plugins for Grizzly?13:44
*** dmsimard has quit IRC13:45
*** kbringard has joined #openstack13:46
peskyDiegonat: well, you'll need to use the secret token you have defined in your keystone configuration (etc/keystone/keystone.conf, look for admin_token)13:46
Diegonatpesky, I actually downloaded a script that worked13:46
*** prad_ has joined #openstack13:46
*** pamacii has left #openstack13:46
*** cthulhup has quit IRC13:46
Diegonatbut i had forgotten about ut13:46
Diegonatit13:46
Diegonatnow it works13:46
*** furee has joined #openstack13:47
*** desai has joined #openstack13:47
*** zz_Madasi is now known as Madasi13:47
peskyDiegonat: good to hear that13:47
*** AnilV4 has joined #openstack13:47
*** deep13 has quit IRC13:47
Diegonati found this script on the internet13:47
Diegonatit was quite good13:48
*** litong has joined #openstack13:48
*** cjellick has joined #openstack13:48
*** deep13 has joined #openstack13:48
*** paragan has joined #openstack13:48
*** yogeshmehra has quit IRC13:48
*** aweiteka has joined #openstack13:49
DiegonatI have an instance hanging on deleting13:49
Diegonati dont know what to do13:49
*** bzhtux|away is now known as bzhtux13:49
*** Max_ has joined #openstack13:49
*** markpeek has joined #openstack13:50
*** majeff has quit IRC13:51
*** mrunge has quit IRC13:52
*** Barker has joined #openstack13:52
*** davidhadas_ has quit IRC13:52
*** mjfs has quit IRC13:53
*** FunnyLookinHat has quit IRC13:53
*** neha has joined #openstack13:53
*** tvb|afk has quit IRC13:53
*** martine_ has joined #openstack13:54
*** yaguang has quit IRC13:54
*** eharney has joined #openstack13:54
badamsdoes anyone know anything about openvswitch?13:54
*** cjellick has quit IRC13:54
*** cjellick has joined #openstack13:54
*** venkatesh has joined #openstack13:54
*** ssd7 has joined #openstack13:54
*** deep13 has quit IRC13:56
*** deep13 has joined #openstack13:57
*** desai has quit IRC13:57
*** konrad-k has quit IRC13:58
BobBallbigmstone: just grab the plugins out from the nova tree (plugins/xenserver/xenapi/etc/xapi.d/plugins/) and copy them to /etc/xapi.d on the host13:58
*** cfriesen has joined #openstack13:58
bigmstoneBobBall: I did that. It throws up an error when attempting to start an Instance with a VHD13:59
bigmstoneAll the googleing I've done said it's a mismatch with the plugins in DomU and Dom013:59
BobBallpastebin the error?14:00
*** o_petit has quit IRC14:00
*** nbrosnahan has joined #openstack14:00
*** zasimov has quit IRC14:01
bigmstoneI'm in the process of rebuilding my Xen environment, so all I have is this portion of it: ['XENAPI_PLUGIN_FAILURE', 'download_vhd', 'KeyError', '''image_id''']14:01
bvandenhHi. I would like to know what the current limits are for the number of tenants networks for both VLAN and GRE. Are there differences between Grizzly and Havana?14:01
*** mfoster has joined #openstack14:02
BobBallIndeed that does sound like a probable mismatch... but clearly you're certain that it's not mismatched because you copied from the grizzly code14:02
BobBallI'd have to dig in a little more14:02
*** julim has quit IRC14:02
BobBalle.g. refresh myself with the code and figure out what it's doing on both ends14:02
BobBallIt's _possible_ that a backported fix for something like libvirt might have broken the XenAPI driver14:02
bigmstoneJust FYI I'm using the current Ubuntu packages to install OpenStack. I'm not compiling from the source.14:03
*** johnthetubaguy has joined #openstack14:03
bigmstoneUbuntu 12.04, that is.14:03
*** belmoreira has left #openstack14:03
*** alunduil has joined #openstack14:04
BobBallI meant a fix backported and included in the latest Ubuntu packages might have changed nova and if we didn't have a corresponding backport for a XAPI fix then a "new" mismatch might have been added14:04
*** badiane_ka has quit IRC14:05
bigmstoneOkay. Once I get everything back up I can give you some more information on what I'm seeing including the trace.14:05
BobBallgreat, thanks.14:05
*** acathrow1 has quit IRC14:05
*** desai has joined #openstack14:06
*** jtomasek_ is now known as jtomasek14:06
*** berendt has joined #openstack14:06
*** nshaikh has left #openstack14:08
Diegonatcan i add ram to an instance while is running??14:08
*** vartom11 has quit IRC14:08
*** pberis has quit IRC14:09
*** scott_w has joined #openstack14:09
*** lmh has joined #openstack14:09
*** changbl has quit IRC14:09
*** pberis has joined #openstack14:09
*** chrissgo has quit IRC14:09
*** aloga has quit IRC14:10
*** julim has joined #openstack14:10
*** tommy_e has quit IRC14:10
*** aweiteka has quit IRC14:10
Diegonatcan I scale resources?14:10
*** tzn has quit IRC14:11
*** arif-ali has joined #openstack14:11
*** pberis has quit IRC14:11
*** jasondotstar has quit IRC14:11
*** pberis has joined #openstack14:12
*** dtx00ff_ has joined #openstack14:12
*** o_petit has joined #openstack14:12
*** wbx_ has joined #openstack14:12
*** beraldo has joined #openstack14:12
*** giulivo has joined #openstack14:12
beraldohi, I'm having problems to configure keystone + ldap, keystone user-list show everthing ok, uid, name, enabled and email. But when I do keystone user-get "uid" dont show user, my config file user_id_attribute = uid, but keystone insist in use cn to get user, if I do keystone user-get "Complete CN" works.14:13
beraldo I can see the bug #99770014:13
*** hemanth has joined #openstack14:13
beraldobut i think that the fix proposed is only on user_name_attribute, may be is missing a user_id_attribute ?14:13
*** lmh has quit IRC14:13
*** matsuhashi has quit IRC14:13
*** eglynn-fuse-f2f has quit IRC14:14
*** Nitro has quit IRC14:14
*** Cloudsleuth has joined #openstack14:15
*** rnorwood1 has joined #openstack14:15
*** dcramer_ has joined #openstack14:15
*** arahal has joined #openstack14:15
*** madorn has joined #openstack14:17
*** jasondotstar has joined #openstack14:18
*** tmclaugh[work] has joined #openstack14:20
*** DeeJay1 has quit IRC14:21
*** acathrow has joined #openstack14:21
*** resker has quit IRC14:22
*** esker has joined #openstack14:22
*** retreved has quit IRC14:23
*** johnpur has joined #openstack14:24
*** aweiteka has joined #openstack14:24
*** tvb|afk has joined #openstack14:24
*** karlsone has joined #openstack14:24
*** ericw has joined #openstack14:24
*** retreved has joined #openstack14:25
*** Nitro has joined #openstack14:26
*** Nitro has joined #openstack14:26
*** eglynn-fuse-f2f has joined #openstack14:26
*** esker has quit IRC14:27
*** KaZeR has joined #openstack14:27
*** martine_ has quit IRC14:27
*** Guest19249 is now known as esheffield14:27
*** eglynn-fuse-f2f has quit IRC14:28
*** bill_az_ has joined #openstack14:28
*** eglynn has joined #openstack14:28
richardwoohello, I learned manual installation openstack Grizzly on ubuntu 12.04. I want to learn deployment using configuration management tool, such as chef, puppet, saltstack or ansible. which one is easier to learn? and where could I find some cookbook or basic material?14:30
*** martine has joined #openstack14:30
*** martine is now known as Guest2950614:30
ppenjoyproblem with the instance in /var/log/syslog  with the dhclient:  http://paste.openstack.org/show/47541/   , I can do everything but the dhcpclient is looping14:31
*** berendt has quit IRC14:31
*** cjellick1 has joined #openstack14:32
*** KaZeR has quit IRC14:32
*** Gus_M has joined #openstack14:33
*** rnirmal has joined #openstack14:33
kbringardrichardwoo: https://github.com/stackforge/ has some good stuff14:33
*** cjellick has quit IRC14:34
*** jeflui has joined #openstack14:34
kbringardthe cookbook-* ones are for chef14:34
kbringardand it looks like there are puppet ones in there, too14:34
*** retreved has quit IRC14:34
*** pberis has quit IRC14:35
*** vladdy has joined #openstack14:35
*** cjellick1 has quit IRC14:36
*** devoid has joined #openstack14:36
*** cjellick has joined #openstack14:36
*** GusM has quit IRC14:36
*** devoid has quit IRC14:36
*** retreved has joined #openstack14:37
*** KLevenstein1 has joined #openstack14:38
*** corXi has quit IRC14:38
*** otherwiseguy has joined #openstack14:38
*** anteaya has joined #openstack14:38
*** richardwoo_ has joined #openstack14:38
*** amritanshu_RnD has quit IRC14:38
*** vladdy_ has quit IRC14:38
*** richardwoo has quit IRC14:39
*** jlibosva has quit IRC14:39
*** bvandenh has quit IRC14:39
*** johnpur has quit IRC14:39
*** sybix has quit IRC14:40
*** KLevenstein has quit IRC14:40
*** madorn has quit IRC14:41
*** rcleere has joined #openstack14:41
*** sybix has joined #openstack14:41
*** datsun180b has joined #openstack14:41
*** FunnyLookinHat has joined #openstack14:41
*** mjfork has joined #openstack14:42
*** mjfork has quit IRC14:42
*** johnpur has joined #openstack14:44
*** dtx00ff_ has quit IRC14:44
*** yogeshmehra has joined #openstack14:45
*** arahal has quit IRC14:45
*** nbrosnahan has quit IRC14:45
*** venkatesh has quit IRC14:47
*** dtx00ff_ has joined #openstack14:48
*** arahal has joined #openstack14:48
*** japplewhite has joined #openstack14:48
*** KaZeR has joined #openstack14:49
*** yogeshmehra has quit IRC14:50
*** galstrom_zzz is now known as galstrom14:51
*** pier_ has joined #openstack14:52
*** scotm has joined #openstack14:52
*** johnsterdotcom has joined #openstack14:53
*** pier_ has left #openstack14:53
*** radez_g0n3 is now known as radez14:54
*** neha has quit IRC14:54
*** twoputt has joined #openstack14:55
*** shmcfarl has joined #openstack14:56
*** atiwari has joined #openstack14:57
*** Diegonat has left #openstack14:57
*** venkatesh has joined #openstack14:57
*** shmcfarl has left #openstack14:57
*** Diegonat has joined #openstack14:57
Diegonatcan I scale up my instance while it is running?14:58
*** zehicle_at_dell has quit IRC14:58
*** adjohn has joined #openstack14:59
*** IlyaE has joined #openstack14:59
*** adjohn_ has joined #openstack15:00
*** cthulhup has joined #openstack15:00
*** kebray has joined #openstack15:02
*** sigurding_ has quit IRC15:02
*** kenperkins has quit IRC15:03
*** itarchitectkev has quit IRC15:03
*** itarchitectkev has joined #openstack15:03
*** adjohn has quit IRC15:03
*** jlibosva has joined #openstack15:04
*** MrThePlague has joined #openstack15:05
*** rnunes has quit IRC15:05
*** bluenemo has quit IRC15:05
*** bvandehey has joined #openstack15:05
*** jvrbanac has joined #openstack15:05
*** thansen has joined #openstack15:05
*** rkukura has quit IRC15:05
*** thansen has quit IRC15:06
*** jecarey has quit IRC15:06
*** tvvcox has joined #openstack15:06
*** kbrierly has joined #openstack15:06
*** technolo-g has joined #openstack15:06
*** reidrac has quit IRC15:07
*** twoputt has quit IRC15:07
*** rkukura has joined #openstack15:08
*** bada has joined #openstack15:08
*** mjfork has joined #openstack15:08
*** karlsone has quit IRC15:09
*** lmh has joined #openstack15:09
*** _________ has quit IRC15:10
badaHi guys, i tryed to had security group to existing instances but it seems that it's only applied when creating the VM. But How to manage it after ? Thanks15:11
*** dubsquared has joined #openstack15:11
*** jecarey has joined #openstack15:12
*** satheesh has quit IRC15:13
*** tzn has joined #openstack15:14
*** lmh has quit IRC15:14
*** perfectsine has joined #openstack15:14
*** daMaestro has joined #openstack15:15
*** dtx00ff_ has quit IRC15:16
*** karlsone has joined #openstack15:16
*** changbl has joined #openstack15:16
*** karlsone has quit IRC15:18
*** o_petit has quit IRC15:18
*** karlsone has joined #openstack15:18
*** nicolae_ has quit IRC15:18
*** girafe has joined #openstack15:21
*** whenry has joined #openstack15:21
*** xqueralt has joined #openstack15:21
*** freedomhui has quit IRC15:23
*** dschultz has joined #openstack15:23
*** freedomhui has joined #openstack15:23
*** lmh has joined #openstack15:23
*** psharma has quit IRC15:24
*** danger_fo_away is now known as danger_fo15:25
*** christyp has joined #openstack15:25
*** ccs has joined #openstack15:25
*** sandeepr_ltp has joined #openstack15:26
*** jab416171 has joined #openstack15:27
*** blahRus has joined #openstack15:27
*** zerick has joined #openstack15:29
*** ivom has quit IRC15:30
*** bluenemo has joined #openstack15:31
*** bluenemo has quit IRC15:31
*** bluenemo has joined #openstack15:31
*** monst has joined #openstack15:31
*** monst has joined #openstack15:31
*** pesky has quit IRC15:33
*** gyee has joined #openstack15:34
*** whenry has quit IRC15:34
*** mosulica has quit IRC15:35
*** jkyle has joined #openstack15:36
jkyleMy nova-consoleauth process is throwing the following error when you attempt to connect: Instance instance-0000000a could not be found15:36
*** arif-ali has quit IRC15:37
*** hemanth is now known as Guest6862215:37
jkyleThe instances are using uuid naming and I looked in the nova database instances table and confirmed it's not using the instance-* naming convention15:37
jkyleis this a setting I can toggle somewhere that I missed?15:37
*** comay has joined #openstack15:37
*** bvandehey has quit IRC15:38
*** neha has joined #openstack15:39
*** bluenemo has quit IRC15:39
*** msgodf has quit IRC15:39
*** bill_az_ has quit IRC15:40
*** pmathews has joined #openstack15:40
*** fbo is now known as fbo_away15:40
*** dizquierdo has quit IRC15:40
*** jsl has joined #openstack15:41
*** jsl has quit IRC15:41
*** lmh has quit IRC15:43
*** alexismonville has joined #openstack15:43
*** djbkd has joined #openstack15:44
*** sigurding has joined #openstack15:44
*** djbkd has quit IRC15:45
*** alop has joined #openstack15:45
*** SergeyLukjanov has quit IRC15:45
*** esker has joined #openstack15:45
*** SergeyLukjanov has joined #openstack15:46
*** yogeshmehra has joined #openstack15:46
*** elo1 has quit IRC15:46
*** jtomasek has quit IRC15:47
*** fbo_away is now known as fbo15:47
*** alexismonville has quit IRC15:48
*** zz_tsykoduk is now known as tsykoduk15:48
*** bdpayne has joined #openstack15:49
*** japplewhite has quit IRC15:49
*** shaon has joined #openstack15:49
*** alop has quit IRC15:49
*** angdraug has joined #openstack15:49
*** badiane_ka has joined #openstack15:50
*** yogeshmehra has quit IRC15:50
*** nbrosnahan has joined #openstack15:50
*** markpeek1 has joined #openstack15:52
*** markpeek has quit IRC15:52
*** vkmc has joined #openstack15:52
*** vkmc has quit IRC15:52
*** vkmc has joined #openstack15:52
*** bluenemo has joined #openstack15:52
*** alop has joined #openstack15:52
cjellickasked this in openstack-dev just now, but maybe this is a more appropriate channel: should i be able to get all the keystone tests on master to pass? i get about 500 (out of 1879) failures.15:52
*** Martz has quit IRC15:53
carnalerbigmstone: have you figured out how to manage your xenserver cluster resources using one nova serice?15:53
*** markpeek1 has quit IRC15:53
*** markpeek has joined #openstack15:53
bigmstonecarnaler: using one Nova server?15:54
*** Martz has joined #openstack15:54
bigmstoneNot possible.15:54
*** wbx_ has quit IRC15:54
*** acathrow has quit IRC15:54
bigmstoneYou /have/ to use a nova server per hypervisor15:54
carnalerwow15:54
carnalerit seems that i'll need to borrow more ip addresses15:55
*** dubsquar_ has joined #openstack15:56
*** adjohn_ has quit IRC15:56
*** SergeyLukjanov has quit IRC15:56
*** ssd7 has quit IRC15:57
*** sigurding has quit IRC15:57
carnalerand what about this? xenapi_connection_url ? do i need to point it to each xenserver in each nova server? or do i need to point all the configuration files to the master server?15:57
*** _ozstacker_ has joined #openstack15:57
*** dubsquared has quit IRC15:59
*** sigurding has joined #openstack15:59
*** shardy is now known as shardy_afk15:59
*** ozstacker has quit IRC16:00
*** tserong has quit IRC16:00
*** pmoosh has joined #openstack16:00
*** o_petit has joined #openstack16:00
*** Ruetobas has quit IRC16:01
*** tserong has joined #openstack16:01
*** xBytez has quit IRC16:01
*** rkukura has quit IRC16:01
*** djbkd has joined #openstack16:01
*** xBytez has joined #openstack16:01
bigmstonecarnaler: each nova node will point to the xenserver it resides on16:02
carnalerawesome16:02
bigmstoneso for hypervisor 1 you'll point that nova instance to itself16:02
*** rkukura has joined #openstack16:02
bigmstonehpyervisor 2 stand up a new nova vm and point it to that xen instance.16:03
bigmstoneetc16:03
carnalergreat16:03
*** Ruetobas has joined #openstack16:03
*** sgoldin has joined #openstack16:04
bigmstonecarnaler: my nova compute nodes config file is here: http://pastebin.com/fbSPcgQJ16:04
*** alexismonville has joined #openstack16:04
bigmstoneyou can see all my OS configs at http://pastebin.com/u/bigmstone16:04
*** tvvcox has quit IRC16:04
carnalerseems pretty straightforward16:06
bigmstoneYeah. nova-compute.conf is empty just fyi. On my nova-compute nodes.16:06
*** Martz has left #openstack16:06
*** Guest10510 is now known as terje16:06
*** yota has quit IRC16:06
*** ravikumar_hp has joined #openstack16:07
carnalerdamn, i don't have any nova-compute.conf. maybe because of my installed version?16:07
*** johnnymoo_logsta has quit IRC16:07
bigmstonelikely you don't have nova-compute installed.16:07
bigmstoneI only have nova-compute installed on my hypervisor VMs that connect back to controller16:08
*** Ruetobas has quit IRC16:08
bigmstoneand the only package installed there is nova-compute and python-xenapi16:08
*** ppenjoy has quit IRC16:08
*** fnaval_ has joined #openstack16:08
carnalerdamn, then my setup is screwed16:08
bigmstonehaha, my setup has moved in and out of screwed since I started this project?but you learn and fix and things aren't screwed anymore :P16:09
carnaleri just have one nova-compute, don't have any controller yet, also i have the nova-compute service up and running and seems that it's taking the config from nova.comf16:09
*** ifarkas has quit IRC16:09
bigmstoneYeah16:09
carnalerlol yeah16:09
bigmstoneI had my controller/nova-compute on the same node for my main hypervisor but then I stopped that and created a new VM just for nova-compute on the master16:10
*** alexismonville has quit IRC16:10
bigmstoneso I could move the controller VM around without screwing anything up.16:10
carnalervery clever16:10
*** johnnymoo_logsta has joined #openstack16:10
*** IlyaE has quit IRC16:10
*** MarcMorata has quit IRC16:11
*** johnnymoo_logsta has quit IRC16:11
*** madorn has joined #openstack16:11
*** Diddi has quit IRC16:11
*** Diddi has joined #openstack16:12
*** johnnymoo_logsta has joined #openstack16:12
*** kebray has quit IRC16:12
*** twoputt has joined #openstack16:13
*** o_petit has quit IRC16:13
*** scotm has quit IRC16:13
*** racker_KevinS has joined #openstack16:13
*** scotm has joined #openstack16:13
*** kebray has joined #openstack16:14
*** afazekas has quit IRC16:14
*** Ruetobas has joined #openstack16:15
*** Shaan7 has quit IRC16:15
carnaleri'll take a look at your config files, if i may! seems to be like mine, but still don't understand that stuff about cinder, so, i'll dive again in the docs!16:15
*** freedomhui has quit IRC16:16
*** isterling has joined #openstack16:16
*** hemna_ is now known as hemna16:16
*** tvb|afk has quit IRC16:16
*** flaper87 is now known as flaper87|afk16:16
*** jtomasek has joined #openstack16:16
bigmstonecarnaler: I don't mind at all. I put them there so I can remember the working configs I had and to share so feel free. They're all sanitized unless I skilled a password or two?and even if I didn't there all lab specific passwords anyway.16:17
*** cfriesen has quit IRC16:17
*** cfriesen has joined #openstack16:17
*** MarkAtwood has joined #openstack16:18
*** fnaval_ has quit IRC16:18
ravikumar_hpOne question - I have downloaded a snapshot image (consisting of manifest file and fragmented files) from AWS , and I am checking the feasibility of assembling those segmented files (about 60 ) and then upload to Openstack Glance as snapshot image. Is it possible ? Is Glance support that use case scenario ?16:18
*** fnaval_ has joined #openstack16:19
*** japplewhite has joined #openstack16:19
*** KLevenstein has joined #openstack16:19
*** ericw has quit IRC16:19
*** KLevenstein1 has quit IRC16:22
*** osier has quit IRC16:22
*** thansen has joined #openstack16:22
*** ssd7 has joined #openstack16:23
*** routerpro has quit IRC16:23
*** Blackavar has quit IRC16:24
*** davidhadas_ has joined #openstack16:25
*** odyssey4me has quit IRC16:25
*** bzhtux has quit IRC16:25
*** Max_ has quit IRC16:26
*** galafrey2ky7777 has quit IRC16:26
*** wyndl has joined #openstack16:27
*** dubsquar_ has quit IRC16:27
*** japplewhite has quit IRC16:28
*** ProT-0-TypE has quit IRC16:28
*** sgoldin has quit IRC16:29
*** itarchitectkev has quit IRC16:29
*** jasondotstar has quit IRC16:29
*** japplewhite has joined #openstack16:29
*** scott_w has quit IRC16:30
*** itarchitectkev has joined #openstack16:30
*** jtomasek has quit IRC16:31
*** neha has quit IRC16:31
*** michaelneale has joined #openstack16:32
*** jtomasek has joined #openstack16:32
*** Shaan7 has joined #openstack16:32
*** pmoosh has quit IRC16:32
*** hewbrocca has quit IRC16:33
*** ravikumar_hp has quit IRC16:33
*** desai has quit IRC16:33
*** iliyas has quit IRC16:33
*** warik has joined #openstack16:34
*** hcode has joined #openstack16:34
*** mfoster has quit IRC16:39
*** judd7 has quit IRC16:40
*** ccs has quit IRC16:40
*** Breakin__ has quit IRC16:41
*** esker has quit IRC16:41
*** __afazekas is now known as afazekas16:41
*** esker has joined #openstack16:42
*** bdperkin has quit IRC16:42
*** bdperkin has joined #openstack16:42
*** zigo_ has quit IRC16:42
*** jagee has joined #openstack16:42
*** zigo has joined #openstack16:42
*** eggmaster has joined #openstack16:43
*** jtomasek has quit IRC16:43
*** lmh has joined #openstack16:43
*** eglynn has quit IRC16:44
*** ioggstream has quit IRC16:44
*** xarph has joined #openstack16:44
*** judd7 has joined #openstack16:45
*** KyleMacDonald has joined #openstack16:45
*** _________ has joined #openstack16:45
*** venkatesh has quit IRC16:45
*** esker has quit IRC16:46
*** _________ has quit IRC16:46
*** Diegonat has quit IRC16:47
*** lmh has quit IRC16:48
*** norris900 has quit IRC16:48
*** jistr has quit IRC16:48
bada Hi guys, i set up security groups to existing instances but it seems that it's only applied when creating the VM. Is there a way to manage it after VM creation ? Thanks16:48
*** esker has joined #openstack16:48
*** Nitro has quit IRC16:48
*** SergeyLukjanov has joined #openstack16:49
*** pantea has quit IRC16:49
*** reed has joined #openstack16:51
*** pmoosh has joined #openstack16:51
*** datajerk has quit IRC16:53
*** jtomasek has joined #openstack16:53
*** jdurgin1 has joined #openstack16:54
*** galafrey1ky7777 has joined #openstack16:55
xarphso I'm working on getting openstack with libvirt/kvm in here after being a vmware shop. I'm a rank openstack newbie and have been following this guide since we're a redhat shop: http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/. The docs aren't really clear about topology other than "monitor your performance!"16:55
*** mmagr has quit IRC16:55
*** vfiduccia has joined #openstack16:56
madorndo you have to use redhat?16:56
xarphyes16:56
xarphrhel 6.416:56
xarphI have one box I want to use as a headend that is light on disk space but has a fair bit of ram and cpu. I put keystone on it already. Our standard build for virt hosts is an application server with maxed out ram, high end xeons, and around 8TB of direct storage. My question is, what services do I put on the headend, and what go on the virt hosts? Do I need to install a nova and cinder DB on each virt host or can they share the one I intend to put on the16:57
xarph head?16:57
xarphbasically we have a vcenter server and a bunch of esxi boxes, and we're probably going to stick with that sort of topology as close as we can in openstack-land16:58
madornwhat do you mean by headend16:58
madornkeep your esxi's as your "compute hosts"16:58
xarphthe OS equivilent to vcenter server, where horizon and keystone will be16:58
*** paragan has quit IRC16:58
madornopenstack will manage the orchestration16:58
xarphdoes openstack manage through vcenter server or does it talk directly to the hypervisors?16:59
*** liquid-silence has quit IRC16:59
madornxarph: it talks to vcenter..16:59
madornyou manage through openstack.16:59
*** jbresnah has joined #openstack16:59
madornlet me show you some handy up to date docs on this16:59
xarphthx16:59
madornare you going to keep vcenter?16:59
madornand your esxi hosts?16:59
xarphwe were hoping not to once everything was moved over to libvirt/kvm17:00
*** derekh has quit IRC17:00
madorni see17:00
madorncheck these out17:00
*** zasimov has joined #openstack17:00
madornhttp://www.rackspace.com/blog/architecting-vmware-vsphere-for-openstack/17:01
*** jtomasek has quit IRC17:01
madornright now - you should be looking at whatever node you deployed keystone on..17:01
madornthat will be your controller node.17:02
*** reed has quit IRC17:02
*** cocoadaemon has quit IRC17:02
*** Nitro has joined #openstack17:02
*** krypto has quit IRC17:02
xarphI figured as such17:02
*** vipul-away is now known as vipul17:03
xarphlooks from this that I can basically stuff everything (within reason) on the controller node, then use vmwareapi.VMwareESXDriver to talk directly our nodes running esxi, and ignore vcenter?17:04
madornif you want to ignore vcenter17:04
madornif you go further down17:04
madornyoull see you can get the compute node to talk directly to vcenter17:04
madornthere is a driver for that.17:04
madornthat you update in your nova.conf17:04
*** michaelneale has quit IRC17:05
*** hootjr has quit IRC17:05
xarphif I can do that then it makes me happy because we already have a lot of work in deploying esxi hypervisor nodes, and it will save time now and then we can work out libvirt/kvm nodes later and graft those in as extra nova-computes.17:06
xarphdoes this sound sane?17:06
*** rcheleguini has quit IRC17:06
madornyes it does17:06
madornafter you work out the kinks of getting that setup17:07
madornadd a kvm based compute node17:07
xarphhehe17:07
madornthen yuo can try moving17:07
madornyour vmdk's into openstack17:07
*** sgoldin has joined #openstack17:07
*** reed has joined #openstack17:08
*** dukhlov has joined #openstack17:09
xarphok thanks for your help17:09
dukhlovHi all!17:09
xarphI'll go back to installing everything on our controller17:09
xarphand then I will be back if I can't figure out the esxi thing :>17:09
*** bknudson has quit IRC17:10
*** ccs has joined #openstack17:10
*** rcheleguini has joined #openstack17:10
*** monst has quit IRC17:11
dukhlovI have question connected to nova client capabilities...17:11
dukhlovCan I request list af 2 or more instances via novaclient.servers.list? I saw that it have search_opts param. Can I put there a list of nova ids and receive list of nova servers description?17:11
*** epim has joined #openstack17:11
*** japplewhite1 has joined #openstack17:12
*** japplewhite has quit IRC17:12
*** terriyu has joined #openstack17:12
*** dhellmann_ is now known as dhellmann17:13
*** johnthetubaguy has quit IRC17:13
*** jtomasek has joined #openstack17:13
*** Nitro has quit IRC17:14
*** Gus_M has quit IRC17:14
*** MrThePlague has quit IRC17:14
*** esker has quit IRC17:16
*** esker has joined #openstack17:16
*** ema has quit IRC17:17
*** evanz_ has joined #openstack17:17
xarphcan I run multiple nova-compute services on one box to manage multiple esxi installations or should I make a tiny VM on each esxi host to run the nova-compute for that instance?17:17
*** jcoufal has joined #openstack17:17
bigmstoneI'd run a tiny vm on each.17:18
*** mfoster has joined #openstack17:18
*** monst has joined #openstack17:18
xarphthats what I was thinking but thanks for confirmation17:18
*** jtomasek has quit IRC17:19
*** jerryz has joined #openstack17:19
*** Guest29506 has quit IRC17:21
*** esker has quit IRC17:21
*** eglynn has joined #openstack17:21
*** rossk has joined #openstack17:22
*** nphase has quit IRC17:23
*** nphase has joined #openstack17:23
*** acathrow has joined #openstack17:24
*** L3tsXpl0it has joined #openstack17:25
*** tvb|afk has joined #openstack17:27
*** tvb|afk has quit IRC17:27
*** tvb|afk has joined #openstack17:27
*** SushilKM has joined #openstack17:27
*** esker has joined #openstack17:27
*** cthulhup has quit IRC17:27
*** negronjl has quit IRC17:27
*** stronghere has quit IRC17:27
*** networkstatic has joined #openstack17:28
SushilKMfacing some problems with pre-configured nova network in trove-integration installation17:28
*** henrynash has joined #openstack17:28
SushilKMany inputs about how can i enhance the speed of the network17:28
*** nphase has quit IRC17:28
*** vipul is now known as vipul-away17:29
*** martine has joined #openstack17:29
*** martine has quit IRC17:29
*** vipul-away is now known as vipul17:29
*** MarkAtwood has quit IRC17:30
*** alop has quit IRC17:30
*** bknudson has joined #openstack17:31
*** girafe has quit IRC17:31
*** alop has joined #openstack17:31
*** tvb|afk has quit IRC17:31
*** jasondotstar has joined #openstack17:31
*** levine has left #openstack17:32
*** jtomasek has joined #openstack17:32
*** negronjl has joined #openstack17:33
*** bada has quit IRC17:33
*** Nitro has joined #openstack17:34
*** wbx_ has joined #openstack17:34
*** Nitro has quit IRC17:36
*** litong has quit IRC17:37
*** jaimef has quit IRC17:37
*** anniec has joined #openstack17:37
*** KyleMacDonald has quit IRC17:37
*** CuriousG has joined #openstack17:39
*** devnull1 has quit IRC17:39
*** h0cin has quit IRC17:39
*** ahasenack has quit IRC17:39
*** gyee has quit IRC17:40
*** venkatesh has joined #openstack17:41
*** joshbetz has joined #openstack17:41
*** aruntomar has quit IRC17:41
*** joshbetz has quit IRC17:41
*** stronghere has joined #openstack17:41
*** jaimef has joined #openstack17:41
*** _sulo has quit IRC17:43
*** evanz_ has quit IRC17:43
*** lmh has joined #openstack17:44
*** ahasenack has joined #openstack17:44
*** ericw has joined #openstack17:44
*** siso has quit IRC17:45
*** deep13 has quit IRC17:45
*** spzala has joined #openstack17:45
*** deep13 has joined #openstack17:46
*** belmoreira has joined #openstack17:46
*** japplewhite1 has quit IRC17:48
*** zidoo has joined #openstack17:48
*** lmh has quit IRC17:48
*** scummins has left #openstack17:48
*** sushils has joined #openstack17:48
*** julweber_ has quit IRC17:50
*** cocoadaemon has joined #openstack17:50
*** acathrow has quit IRC17:50
*** zidoo has quit IRC17:52
*** adjohn has joined #openstack17:52
*** dneary has joined #openstack17:52
*** karlsone is now known as ekarlso17:54
*** henrynash has quit IRC17:54
*** nphase has joined #openstack17:54
*** bashok has joined #openstack17:54
*** jtomasek has quit IRC17:55
*** changbl has quit IRC17:55
*** krtaylor has quit IRC17:55
*** colinmcnamara has joined #openstack17:55
*** ssd7_ has joined #openstack17:56
*** nphase has quit IRC17:56
*** nphase has joined #openstack17:56
*** japplewhite has joined #openstack17:56
*** nphase has quit IRC17:57
*** arif-ali has joined #openstack17:57
*** bashok has quit IRC17:57
badamscan anyone help me with some quantum stuff?17:58
*** bhuvan has joined #openstack17:58
*** ssd7 has quit IRC17:59
badamshaving trouble getting my private network onto my compute node18:00
*** belmoreira has quit IRC18:00
*** pmoosh has quit IRC18:01
*** pmoosh has joined #openstack18:01
*** anniec has quit IRC18:04
*** superjudge has joined #openstack18:04
*** jmh_ro has quit IRC18:04
*** ioggstream has joined #openstack18:05
*** julweber has joined #openstack18:06
*** pmoosh has quit IRC18:06
*** stkowski has joined #openstack18:06
*** datajerk has joined #openstack18:06
*** pijany has joined #openstack18:06
*** xmltok_ has quit IRC18:06
*** melwitt has joined #openstack18:07
*** Dr{Who} has quit IRC18:07
*** browndwarf has quit IRC18:07
*** browndwarf has joined #openstack18:08
*** xmltok has joined #openstack18:09
*** xmltok has quit IRC18:09
*** changbl has joined #openstack18:09
*** xmltok has joined #openstack18:09
*** jtomasek has joined #openstack18:09
*** dneary has quit IRC18:09
*** Dr{Who} has joined #openstack18:09
*** Egyptian[Laptop1 has quit IRC18:10
*** amcrn has joined #openstack18:11
*** Diegonat has joined #openstack18:11
*** colinmcnamara has quit IRC18:13
*** ioggstream has quit IRC18:13
*** colinmcnamara has joined #openstack18:13
*** Nitro has joined #openstack18:13
*** afazekas is now known as afazekas_zz18:14
*** IlyaE has joined #openstack18:15
*** Nitro has quit IRC18:15
*** fikst has joined #openstack18:16
*** scuttlemonkey_ has joined #openstack18:16
*** jtomasek has quit IRC18:17
*** esker has quit IRC18:17
*** alop has quit IRC18:18
*** esker has joined #openstack18:18
*** scuttlemonkey has quit IRC18:19
*** acathrow has joined #openstack18:19
*** itarchitectkev_ has joined #openstack18:20
*** MarkAtwood has joined #openstack18:20
*** h0cin has joined #openstack18:20
*** lborda has quit IRC18:22
*** esker has quit IRC18:22
*** jtomasek has joined #openstack18:22
*** cereal_bars has quit IRC18:22
*** belmoreira has joined #openstack18:23
*** cocoadaemon has quit IRC18:23
*** itarchitectkev has quit IRC18:23
*** pijany has quit IRC18:23
*** belmoreira has quit IRC18:23
*** sushils has quit IRC18:24
*** MarkAtwood has quit IRC18:25
*** lborda has joined #openstack18:25
*** dianefleming has quit IRC18:25
*** lborda has quit IRC18:25
*** torandu has joined #openstack18:25
*** lborda has joined #openstack18:26
*** carif has joined #openstack18:26
*** jasondotstar has quit IRC18:27
*** julweber has quit IRC18:27
*** desai has joined #openstack18:27
*** jang has quit IRC18:27
*** corrigac has quit IRC18:27
*** mkerrin has quit IRC18:27
*** Blackavar has joined #openstack18:27
*** ravikumar_hp has joined #openstack18:27
*** hogepodge has joined #openstack18:28
*** epim has quit IRC18:28
*** mrmartin has joined #openstack18:29
*** evanz_ has joined #openstack18:29
*** desai has quit IRC18:31
*** _sulo has joined #openstack18:31
*** giulivo has quit IRC18:31
*** Blackavar has quit IRC18:32
*** desai has joined #openstack18:33
*** reed_ has joined #openstack18:33
*** reed_ has quit IRC18:33
*** MarkAtwood has joined #openstack18:33
*** networkstatic has quit IRC18:33
*** reed has quit IRC18:34
*** gyee has joined #openstack18:36
*** reed has joined #openstack18:36
*** krtaylor has joined #openstack18:37
*** tmclaugh[work] has quit IRC18:37
*** mwichmann_ has joined #openstack18:38
*** angdraug has quit IRC18:39
*** mkerrin has joined #openstack18:42
*** lmh1 has joined #openstack18:44
*** wmichel has joined #openstack18:44
*** datajerk has quit IRC18:45
*** rudra has joined #openstack18:45
*** wbx_ has quit IRC18:45
*** cereal_bars has joined #openstack18:46
*** MarkAtwood2 has joined #openstack18:46
*** mikedawson has quit IRC18:46
*** girafe has joined #openstack18:47
*** tryggvil has quit IRC18:47
*** rudra has quit IRC18:47
*** datajerk has joined #openstack18:47
*** networkstatic has joined #openstack18:47
*** sigurding has quit IRC18:48
Diegonathi? I shutdown my server with some instances in pause. Now I cannot neither unpause them nor terminate them? what can I do?18:49
*** lmh1 has quit IRC18:49
*** sigurding has joined #openstack18:49
*** greg9 has joined #openstack18:50
*** ccustine has quit IRC18:50
*** ccustine has joined #openstack18:50
*** MrHell has quit IRC18:51
technolo-gDiegonat: http://docs.openstack.org/admin-guide-cloud/content/section_reset-state.html18:52
*** vipul is now known as vipul-away18:52
*** epim has joined #openstack18:52
*** ccustine has quit IRC18:54
*** dubsquared has joined #openstack18:55
*** ccustine has joined #openstack18:55
Diegonattechnolo-g, problems18:55
*** martine_ has joined #openstack18:55
Diegonaterror: argument <subcommand>: invalid choice: 'reset-state'18:55
Diegonatif I try delete:18:55
Diegonatnova delete ea067374-af92-494c-8e0f-f1516a58630118:56
DiegonatERROR: Cannot 'delete' while instance is in vm_state paused (HTTP 409)18:56
bigmstoneBobBall: Where did you say I should get the xen plugins from? Want to make sure I install the right ones and that's not it before we spend any time troubleshooting this.18:56
*** jcoufal has quit IRC18:56
*** epim has quit IRC18:56
*** tmclaugh[work] has joined #openstack18:56
*** rturk-away has quit IRC18:57
*** epim has joined #openstack18:57
*** ccustine has quit IRC18:57
*** scuttlemonkey_ is now known as scuttlemonkey18:57
*** rturk-away has joined #openstack18:57
*** venkatesh has quit IRC18:57
*** ccustine has joined #openstack18:57
*** arif-ali has quit IRC18:58
*** SushilKM has quit IRC18:58
*** dianefleming has joined #openstack19:00
*** dianefleming has quit IRC19:01
*** datajerk has quit IRC19:01
DiegonatlibvirtError: Requested operation is not valid: domain is not running19:01
*** dianefleming has joined #openstack19:01
*** krtaylor has quit IRC19:01
DiegonatI can see this error from my logs19:01
*** ndipanov has quit IRC19:04
*** evanz_ has quit IRC19:05
*** dubsquared has quit IRC19:06
mrmartinpleia2: hi19:08
pleia2mrmartin: hey19:08
mrmartinpleia2: I read your blog entry: http://princessleia.com/journal/?p=852619:08
*** greg9 has quit IRC19:08
mrmartinand I want to ask whether to devstack virtualbox images are available somewhere19:09
*** elo has quit IRC19:09
mrmartinbecause we want to do similar demos here in Budapest, and this shared USB image is a great idea!19:09
*** dubsquared has joined #openstack19:09
pleia2mrmartin: ask Ryan_Lane, he has instructions for what he did to build them (the images he built are from last week, so already stale!)19:09
mrmartinoh great, thank you, I'll talk with Ryan.19:10
pleia2or at least should be able to write such instructions, I'd like to see them too but things were a bit chaotic leading up to the workshop :)19:10
*** adjohn has quit IRC19:10
mrmartinsame used to happen here ;)19:10
*** colinmcnamara has quit IRC19:11
*** svparijs_afk is now known as svparijs19:11
*** elo has joined #openstack19:12
*** adjohn has joined #openstack19:12
Ryan_LaneI used vmbuilder19:12
mrmartinhi Ryan19:12
Ryan_Lanebut couldn't fully automate it using vmbuilder since the chroot'd vm couldn't access some things19:13
Ryan_Laneso, then I took the image and ran devstack19:13
*** dubsquar_ has joined #openstack19:13
*** CuriousG has quit IRC19:13
*** mlanner has quit IRC19:13
Ryan_Laneyou could probably just download ubuntu server, install devstack, run it, then run unstack.sh19:13
Ryan_Lanethen export an OVA19:13
*** dubsquared has quit IRC19:13
Ryan_Laneusing virtualbox19:14
mrmartinso you shared an image where devstack was already deployed everything?19:14
mrmartinbecause I was thinking on a very similar demo, but I wanted to present the audience how to use devstack19:14
pleia2by running stack.sh and then unstack.sh we got all the dependencies cached, then users could run stack.sh again19:14
Ryan_Laneyeah, it's already a week old, so it would still fetch objects from git for every student19:14
Ryan_Lanemaking one fresh every time is likely a good idea19:15
*** thingee is now known as thingee_zzz19:15
Ryan_Lanemaybe I can make a vagrant image for this19:15
*** hugokuo has quit IRC19:15
Ryan_Laneto automate the process of making the image19:15
mrmartinor a big hack could be a local apt repo and a custom patch for devstack to use a local git repo too19:15
Ryan_Lanevmbuilder wasn't a great tool for it19:15
*** kfox1111 has joined #openstack19:15
*** gimps_ has joined #openstack19:15
pleia2mrmartin: yeah, we didn't have the infrastructure for adding a local cach19:15
pleia2cache19:15
pleia2just showed up in a company's conference room and connected to their wifi19:16
Ryan_Lanecustom images is actually easier ;)19:16
kfox1111Anyone have experience with heat from grizzly and it not creating enough volumes on request?19:16
mrmartinyeap, but I can package an http server and an apt repo with required packages19:16
*** Guest60592 is now known as mattstep19:16
*** mattstep has joined #openstack19:16
mrmartininside the vm.19:16
*** adjohn has quit IRC19:16
Ryan_Lanebut then it still takes ages to install everything19:16
carnalerbigmstone: maybe not my business, but i've got the xenapi plugins from the github nova repository (https://github.com/openstack/nova/tree/master/plugins/xenserver/xenapi/etc/xapi.d/plugins)19:16
Ryan_Lanehaving things pre-installed greatly speeds up the process19:16
*** networkstatic has quit IRC19:17
*** madorn has quit IRC19:17
bigmstonecarnaler: what version of openstack and xen?19:17
*** yogeshmehra has joined #openstack19:17
carnaleri'm using grizzly with 6.119:17
Ryan_Lane30-50 people hitting a single server will likely saturate your network, even if you are connected to ethernet19:17
carnalerthey are supposed to work with any python2.4+ version19:17
bigmstoneIt's anyones business that can help me get this working :P I can't aggregate nor can I deploy a vhd19:18
bigmstonecarnaler: i'm grizzly with 6.219:18
mrmartinRyan_Lane: exactly, maybe I can present the devstack steps and config, then they can try it out from vbox image.19:18
bigmstonecan you aggregate or deploy vhd?19:18
*** joearnold has quit IRC19:18
*** mlanner has joined #openstack19:18
carnalerbigmstone: not sure, all i can tell you is that  i just can boot instances from the images lol19:18
pleia2mrmartin: that's pretty much what I did, I gave them devstack.org and told them that they should go to that site and use that procedure if they are going to work on this at home, image was just for expediency at the workshop19:19
mrmartinRyan_Lane, and do you remember how much memory / disk was allocated for demo instance?19:19
bigmstoneyeah I can boot raw images just fine. Just can pool the servers or deploy vhd :(19:19
*** adepti37 has quit IRC19:19
pleia21G memory was default, but I told people to increase that if they had the resources19:20
pleia2(I don't remember disk)19:20
pleia2turns out normal people don't have 16G of RAM on their laptop :)19:20
*** joearnold has joined #openstack19:20
mrmartinand the compute was configured to use Qemu?19:20
*** beraldo has quit IRC19:21
*** mkollaro has quit IRC19:21
carnalerbigmstone: oh well, i had some troubles with vhd disks and it turned out that i needed to specify something like this "volume_driver=nova.volume.xensm.XenSMDriver" in the nova.conf on my compute node19:21
*** jprovazn has quit IRC19:21
*** hugokuo has joined #openstack19:21
carnalerbigmstone: not with THAT vhd disks (because i don't have anyone)19:21
carnalerbigmstone: but with launching the instances from the raw images19:21
*** cereal_bars has quit IRC19:21
*** sigurding has quit IRC19:21
bigmstonecarnaler: hmm. worth trying19:21
carnalerbigmstone: add that and this too "use_local_volumes=False"19:22
*** racker_KevinS has joined #openstack19:22
carnalerbigmstone: apparently they need to be together to work fine19:22
*** antonym has quit IRC19:22
*** MarkAtwood2 has quit IRC19:22
*** venkatesh has joined #openstack19:22
pleia2mrmartin: good question, Ryan_Lane what virtualization was used for the instances?19:22
carnalerbigmstone: i used the XenAPISMDriver because it turns out that, even if i configured cinder, i'm not using it lol19:22
bigmstonecarnaler: wait was this for creating volumes and such?19:22
bigmstoneThis is the xen cinder driver, is it not?19:23
carnalerbigmstone: don't know really, i just don't understand the volume stuff yet19:23
carnalerbigmstone: yes it is19:23
*** venkatesh has quit IRC19:23
carnalerbigmstone: oh well19:23
bigmstoneYeah, I'll try it, but I'm using Cinder iSCSI so I don't look for this to work.19:23
bigmstonecarnaler: have you been able to deploy a VHD yet?19:24
*** __alex has quit IRC19:24
carnalerbigmstone: not the cinder dirver, actually it is the nova-volume-something-alsosomething driver19:24
bigmstoneI'm fine with dropping with 6.1 (assuming I can find the ISO)19:24
bigmstoneif it works.19:24
carnalerbigmstone: i don't know lol, i don't think i've even tried it19:24
*** venkatesh has joined #openstack19:24
DiegonatERROR: Cannot 'delete' while instance is in vm_state paused (HTTP 409)19:24
Diegonatwhat can I do19:24
Diegonat??19:24
DiegonatI shutdown my server with some instances in pause. Now I cannot neither unpause them nor terminate them? what can I do?19:25
Ryan_Lanepleia2: what virtualization?19:25
Ryan_Laneto make them, you mean?19:25
*** antonym has joined #openstack19:25
*** venkatesh has quit IRC19:25
Ryan_Lanenone. it was made by chroot19:25
carnalerbigmstone: i only can tell you that i had lotsa VHD errors before using that option, after i've implemented it i can create instances without trouble, no more errors, braw19:25
carnalerbigmstone: may i ask how are you trying to create the volumes?19:26
*** __alex has joined #openstack19:26
Ryan_Lanevirtualization doesn't matter for the image, though. it's agnostic19:26
bigmstonecarnaler: not using a volume for this instance.19:26
mrmartinRyan_Lane, not to make them, but for running instances inside to demo vm.19:26
bigmstoneI can create volumes just fine.19:26
Ryan_Laneqemu19:26
bigmstonewith cinder + iscsi19:26
Ryan_Lanethere's no alternative19:26
mrmartingreat19:26
mrmartinRyan_Lane: lxc ?19:26
bigmstonecarnaler: that didn't work though. :(19:26
Ryan_Laneah. true19:26
Ryan_LaneI always forget about containers :)19:27
bigmstonesame plugin failure19:27
carnalerbigmstone: hmmm have the whole trace?19:27
mrmartinRyan_Lane, pleia2 thanks for the help!19:27
pleia2mrmartin: have fun :)19:28
*** scotm has quit IRC19:28
bigmstonecarnaler: http://pastebin.com/jRTeMeq719:29
bigmstonecarnaler: all my googling says it's a plugin mismatch between domU and dom019:29
*** anderstj has quit IRC19:30
bigmstonebut?yeah?I've tried lots of versions of the plugins19:30
*** adepti37 has joined #openstack19:30
*** gatuus has joined #openstack19:30
*** anderstj has joined #openstack19:30
*** kiorky has quit IRC19:32
carnalerbigmstone: may i get the command where you use the vhd disks? context maybe? i'm sleepy and my speak skills are fainting lol19:32
bigmstoneI was provisioning from horizon19:33
*** tmclaugh[work] has quit IRC19:33
bigmstoneHmm19:34
bigmstonedifferent error when I attach a volume to the instance19:34
bigmstonepastebin coming.19:34
carnalergreat19:34
*** vipul-away is now known as vipul19:34
Diegonatcan you help me ??19:34
*** tmclaugh[work] has joined #openstack19:35
carnalerbigmstone: also you can make a tail -f /var/log/xensourced.log  while provisioning and maybe a grep for xenapi_plugin_failure19:35
*** MarkAtwood2 has joined #openstack19:36
bigmstonecarnaler: I've been watching it.19:37
bigmstonecarnaler: http://pastebin.com/PLmDLrEN19:37
*** julweber has joined #openstack19:37
*** Nitro has joined #openstack19:40
*** bill_az_ has joined #openstack19:40
*** rdj has joined #openstack19:41
*** julweber has quit IRC19:42
*** dhellmann has quit IRC19:42
*** dhellmann has joined #openstack19:43
*** ph7point7 has joined #openstack19:43
*** ayoung has quit IRC19:43
*** Embalmed has quit IRC19:44
*** Embalmed has joined #openstack19:44
*** dneary has joined #openstack19:44
*** amandap has quit IRC19:44
*** Vek has quit IRC19:44
*** lmh1 has joined #openstack19:44
*** mrmartin has quit IRC19:44
*** tzn has quit IRC19:45
*** amandap has joined #openstack19:45
*** Trixboxer has quit IRC19:46
carnalerbigmstone: shit, no idea... tried to launch an instance with another disk format and got different errors.... maybe this has to do with the version in the xenserver 6.219:46
*** hcode has quit IRC19:46
*** tzn has joined #openstack19:47
*** ph7point7 has quit IRC19:47
*** ph7point7 has joined #openstack19:47
*** bbcmicrocomputer has quit IRC19:48
carnalerbigmstone: the only think i see that maybe has something to do is the volume_api_class=nova.volume.cinder.API in the controller nova.conf  but not sure at this point19:48
*** jlibosva has quit IRC19:49
*** lmh1 has quit IRC19:49
*** Breaking_Pitt has joined #openstack19:50
*** kiorky has joined #openstack19:50
*** technolo-g has left #openstack19:50
*** IlyaE has quit IRC19:50
*** galafrey1ky7777 has quit IRC19:51
*** icy_ground has quit IRC19:52
*** icy_ground has joined #openstack19:53
carnalerbigmstone: i'm transfering my shift, i'll be back later19:55
carnalersee ya room19:55
*** carnaler has quit IRC19:55
*** datajerk has joined #openstack19:55
bigmstonelater19:56
bigmstonethanks for the help19:56
*** jeflui has quit IRC19:57
*** svparijs is now known as svparijs_afk19:57
*** gimps_ has quit IRC19:57
*** angdraug has joined #openstack19:58
*** zasimov has quit IRC19:58
*** fzzzt1 has joined #openstack19:58
fzzzt1hello19:58
*** svparijs_afk is now known as svparijs19:59
*** dubsquar_ has quit IRC19:59
*** badams has quit IRC19:59
*** egallen has quit IRC19:59
*** colinmcnamara has joined #openstack20:00
*** Barker has quit IRC20:00
*** litong has joined #openstack20:00
fzzzt1we're installing openstack for a research  group here and i had a question about authentication. our systems tie in to our AD via LDAP for the unix access. Is it possible to either make openstack use our AD/LDAP with authentication (not accounting), or use the local system for authentication? i still want the accounting to be done locally; modifying AD is a lenghty process. so far it looks like keystone doesn't split auth out f20:00
*** browndwarf has quit IRC20:01
*** michaelneale has joined #openstack20:01
zynzelfzzzt1: keystone can authenticate against remote ldap server20:01
zynzelkeystone == openstack component responsible for authentication20:02
*** ccustine has quit IRC20:02
*** eharney has quit IRC20:02
*** scotm has joined #openstack20:02
fzzzt1can it do that without storing user info in it? i.e., no attributes20:02
*** cjwilson has joined #openstack20:02
fzzzt1just checking passwords20:02
*** ph7point7 has quit IRC20:02
zynzelyes20:03
fzzzt1ok, so if i set up keystone.conf just for the LDAP URL and a bind user/pass, would that be enough?20:03
zynzelprobably yes, https://wiki.openstack.org/wiki/HowtoIntegrateKeystonewithAD20:04
*** dubsquar_ has joined #openstack20:04
fzzzt1that looks like it stores the user data within AD though20:05
fzzzt1tenants, roles, etc.20:05
*** radez is now known as radez_g0n320:05
*** acathrow1 has joined #openstack20:06
*** alunduil has quit IRC20:06
*** acathrow has quit IRC20:07
*** jcesn has joined #openstack20:07
*** jcesn has left #openstack20:08
*** venkatesh has joined #openstack20:09
*** KyleMacDonald has joined #openstack20:09
*** esker has joined #openstack20:10
zynzelfzzzt1: sorry, im not sure about that.20:10
zynzeli see too many OS installation with custom drivers.20:10
*** iccha has quit IRC20:10
zynzeli dont remember if vanilla OS support only ldap auth without roles/tenants stored in ldap.20:11
*** dtx00ff_ has joined #openstack20:11
ekarlsozynzel, yello20:11
zynzelekarlso: hello!20:12
*** rkukura has quit IRC20:12
*** evanjfraser has joined #openstack20:13
*** ekarlso has quit IRC20:13
*** ekarlso has joined #openstack20:13
*** svparijs is now known as svparijs_afk20:13
*** iccha has joined #openstack20:15
*** x05h has joined #openstack20:15
Diegonathow can I check if there is any speed limit for my instances??20:16
*** adjohn has joined #openstack20:16
*** changbl_ has joined #openstack20:17
*** MarcMorata has joined #openstack20:18
*** changbl has quit IRC20:18
*** adjohn has quit IRC20:21
*** mattux has quit IRC20:21
*** IlyaE has joined #openstack20:22
*** nbrosnahan has quit IRC20:22
*** desai has quit IRC20:23
*** sgordon has quit IRC20:24
*** eglynn has quit IRC20:24
*** adjohn has joined #openstack20:25
*** tserong has quit IRC20:25
*** maurosr1 has quit IRC20:25
*** changbl_ has quit IRC20:26
*** changbl has joined #openstack20:26
*** superjudge has quit IRC20:26
*** tserong has joined #openstack20:26
*** mattux has joined #openstack20:27
*** mattux has left #openstack20:27
*** evanjfraser has quit IRC20:28
*** DrBacchus has quit IRC20:28
*** bhuvan has quit IRC20:29
*** tzn has quit IRC20:29
*** ayoung has joined #openstack20:31
*** boden has quit IRC20:31
*** fbo is now known as fbo_away20:32
*** jmh_ has quit IRC20:32
*** fzzzt1 has left #openstack20:34
*** galafrey1ky7777 has joined #openstack20:34
*** epim has quit IRC20:34
terjehi, if I have a compute node that shows disconnected in 'nova-manage service list'20:35
terjewhat's the best way to troubleshoot thaT?20:35
terjeI've restarted nova-compute on the compute node20:35
zynzelchange connection to db+rabbitmq20:36
zynzels/change/check/20:36
zynzelcheck time on controller and computes.20:36
*** julim has quit IRC20:37
terjeboth are sync'd in w/ upstream ntp server..20:37
*** adjohn has quit IRC20:37
terjewhen you say, check connection to db+mq20:38
Diegonatwhy do my instances have such a slow network connection???20:38
terjeI see in nova's compute.log on the compute node this: 2013-09-26 17:38:42.779 INFO nova.compute.manager [req-87db784c-f58a-46e8-b26c-a92fe7054684 None None] Updating host status20:38
terjeso, seems happy but nova-manage isn't reporting a happy status20:39
*** IlyaE has quit IRC20:40
Diegonatfirewall?!20:40
terjeDiegonat: define slow20:40
Diegonatterje, I dowload at 30 kb/s20:40
Diegonatfrom repositories20:41
Diegonat:-/20:41
Diegonatif i test from the server it is about 800 kb/s20:41
*** epim has joined #openstack20:41
*** MaxV has joined #openstack20:43
*** tryggvil has joined #openstack20:43
*** itarchitectkev_ has quit IRC20:43
*** adjohn has joined #openstack20:43
*** sgoldin has quit IRC20:43
*** celor has joined #openstack20:44
*** celor has left #openstack20:44
*** lmh1 has joined #openstack20:45
*** adjohn has quit IRC20:46
Kupo24zis it possible to create a bootable volume from an image?20:47
Kupo24zWhenever i try i get a boot error on the console20:47
Kupo24zdo you need a special image?20:47
*** ondergetekende_ has joined #openstack20:47
*** itarchitectkev has joined #openstack20:48
*** eglynn has joined #openstack20:48
bigmstoneYou can do it from command line. cinder create --image-id <id> --display-name <my_name> <vol_size>20:48
bigmstoneand you need an image that's bootable. Not like an ISO but an actual drive copy. Like a vhd20:48
Kupo24zbigmstone: http://docs.openstack.org/user-guide/content/boot_from_volume.html ?20:48
Kupo24zHow can I find said images?20:49
*** jdob has quit IRC20:49
bigmstoneThe link you sent looks correct, yes. Hold for images link.20:49
*** lmh1 has quit IRC20:49
*** krtaylor has joined #openstack20:50
*** retreved has quit IRC20:50
bigmstoneKupo24z: openstack.redhat.com/Image_resources20:50
*** thingee_zzz is now known as thingee20:50
bigmstonehttp://openstack.redhat.com/Image_resources20:50
Kupo24zthe 'Importing Images into Glance'?20:50
*** liqw_ has joined #openstack20:50
*** xqueralt is now known as xqueralt-afk20:51
bigmstoneKupo24z: huh?20:51
*** jtomasek has quit IRC20:51
Kupo24zon that link, that fedora 19 image will work?20:51
bigmstoneany of those should.20:51
*** rdj has quit IRC20:52
*** litong has quit IRC20:53
*** furee1 has joined #openstack20:54
*** furee has quit IRC20:54
*** yaguang has joined #openstack20:54
*** tzn has joined #openstack20:55
Kupo24zbigmstone: using nova boot --flavor 2 --block_device_mapping vda=1a81b558-894d-480e-84e1-9f663e52d7d1:::0 Fedora19FromVol (which resulted in no errors) it creates the instances but when i hit the console 'No Bootable Device'20:55
*** epim has quit IRC20:55
*** Nitro has quit IRC20:56
*** epim has joined #openstack20:57
*** spzala has quit IRC20:57
*** Shmouel`away is now known as Shmouel20:58
bigmstoneThe volume you created from the image?20:58
Kupo24zYea20:58
Kupo24zIn the UI it says 'Attached Tobootable-vol-fedora19 on vda'20:59
*** adjohn has joined #openstack20:59
*** cjellick has quit IRC20:59
*** h0cin has quit IRC21:00
*** jsl has joined #openstack21:00
*** arahal has left #openstack21:00
*** adjohn has quit IRC21:00
*** jsl has quit IRC21:00
*** venkatesh has quit IRC21:01
*** ArxCruz has quit IRC21:01
*** tmclaugh[work] has quit IRC21:02
*** ericw has quit IRC21:02
*** cereal_bars has joined #openstack21:03
*** kamalic has joined #openstack21:05
*** reed_ has joined #openstack21:05
*** joshbetz has joined #openstack21:06
*** stronghere has quit IRC21:06
*** joshbetz has quit IRC21:06
*** michaelneale has quit IRC21:06
*** chrismaul has quit IRC21:07
*** reed has quit IRC21:07
*** hogepodge_ has joined #openstack21:07
*** hogepodge has quit IRC21:07
*** hogepodge_ is now known as hogepodge21:07
*** dtyarnell has quit IRC21:08
*** rnirmal has quit IRC21:09
*** tzn has quit IRC21:09
*** tzn has joined #openstack21:10
*** tzn has quit IRC21:11
*** cjellick has joined #openstack21:11
*** tzn has joined #openstack21:11
*** cjellick has quit IRC21:12
*** johnthetubaguy has joined #openstack21:12
*** adjohn has joined #openstack21:13
kamalicWe have a few test Grizzly setups here at the Massachusetts Open Cloud.  On this one, I'm running vlanmanager networking and am experiencing a weird issue.  My VMs can get to other VMs through their floating IP, but a physical machine connected to the same network can nmap the floating IPs but can't actually get through -- it finds all 1000 ports filtered.  Our only way "in" to the deployed VMs at the moment is through a reverse SSH tunnel.21:13
*** bluenemo has quit IRC21:13
*** ewnd9 has joined #openstack21:14
*** ericw has joined #openstack21:14
*** ericw has quit IRC21:14
*** rcheleguini has quit IRC21:15
*** ctorger has quit IRC21:15
*** epim has quit IRC21:16
*** cereal_bars has quit IRC21:17
*** mfoster has quit IRC21:17
*** maurosr1 has joined #openstack21:18
*** acathrow1 has quit IRC21:18
*** venkatesh has joined #openstack21:19
*** venkatesh has quit IRC21:19
*** dubsquar_ has quit IRC21:19
*** adjohn has quit IRC21:20
*** vlad_starkov has joined #openstack21:20
*** celor has joined #openstack21:20
*** tzn has quit IRC21:22
*** tmclaugh[work] has joined #openstack21:22
KaZeRkamalic: ingress TCP rule?21:22
*** tzn has joined #openstack21:22
*** japplewhite has left #openstack21:23
*** dubsquared has joined #openstack21:23
*** dmsimard1 has quit IRC21:23
*** evanz has joined #openstack21:24
*** dmsimard has joined #openstack21:24
*** adalbas has quit IRC21:25
*** aweiteka has quit IRC21:25
KaZeRi have some issues trying to setup vlans. WARNING [quantum.db.agentschedulers_db] Fail scheduling network {'status': u'ACTIVE', 'subnets': [...], but without more details21:27
KaZeRcan someone help?21:28
*** adjohn has joined #openstack21:28
*** Egyptian[Laptop] has joined #openstack21:29
*** danger_fo is now known as danger_fo_away21:29
*** bluenemo has joined #openstack21:30
*** acathrow has joined #openstack21:32
*** itarchitectkev has quit IRC21:32
*** KyleMacDonald has quit IRC21:32
*** johnthetubaguy1 has joined #openstack21:32
*** cjwilson has quit IRC21:33
*** _sulo has quit IRC21:34
*** johnthetubaguy has quit IRC21:35
*** martine_ has quit IRC21:35
*** dcramer_ has quit IRC21:35
*** johnthetubaguy1 has quit IRC21:35
*** rmartinelli has quit IRC21:36
*** nicolae_ has joined #openstack21:37
*** tzn has quit IRC21:38
*** celor has quit IRC21:39
*** starmer has joined #openstack21:40
*** desai has joined #openstack21:41
*** adalbas has joined #openstack21:41
*** IlyaE has joined #openstack21:41
*** dhanasekaran has quit IRC21:41
*** dhanasekaran has joined #openstack21:42
*** adjohn has quit IRC21:43
*** desai has quit IRC21:43
*** KLevenstein has quit IRC21:43
*** adjohn has joined #openstack21:43
*** bluenemo has quit IRC21:44
*** portante is now known as portante|afk21:44
*** lmh1 has joined #openstack21:45
*** dschultz_ has joined #openstack21:46
*** adjohn has quit IRC21:47
*** yaguang has quit IRC21:48
*** adjohn has joined #openstack21:48
*** adjohn has quit IRC21:48
*** dschultz has quit IRC21:49
*** lmh1 has quit IRC21:49
*** L3tsXpl0it has left #openstack21:51
*** tsnider has quit IRC21:51
*** jecarey has quit IRC21:52
kamalicThanks, KaZeR, I set an ingress TCP rule as described at http://docs.openstack.org/trunk/openstack-network/admin/content/enabling_ping_and_ssh.html  so I'm not sure what else to do.21:53
*** rnirmal has joined #openstack21:54
kamalicActually, I guess I left something out -- I set both the ICMP and TCP rules exactly as described there and it successfully enabled ssh and icmp in for Savannah VMs that I had already set up, but NOT for plain old Ubuntu and CirrOS VMs.  So that made me feel like there's something I'm missing on the VM side of things.21:55
kamalic...since the rule did the right thing for the predefined Savannah Hadoop templates.21:55
KaZeRkamalic: you can run tcpdump on your compute node and ensure it gets TCP traffic. if yes, it's probably the VM, if not it's probably the network node21:55
*** rnorwood1 has quit IRC21:55
kamalicIt21:56
*** alunduil has joined #openstack21:56
kamalicWell, it definitely gets TCP traffic in from the floating IP because I can ssh in via the floating IP from one VM to another.21:56
kamalic(and tcpdump indeed reports this)21:56
*** melmoth has quit IRC21:57
KaZeRare you sure that nothing is blocking the inbound traffic on the vm?21:57
*** cereal_bars has joined #openstack21:58
*** monst has quit IRC21:59
kamalicIt'd have to be a filter that is allowing traffic in on the floating IP from other VMs but not from physical machines on the network. There's no iptables running on there.  On a bare bones CirrOS VM, though, I can't even get from one VM to the other over the floating IP, though I can get from that VM to itself on its own floating IP.22:00
*** ll_ has joined #openstack22:00
*** eglynn has quit IRC22:00
*** ll_ has left #openstack22:01
kamalicWhen testing this with CirrOS, is there something else that people are supposed to be turning *off* besides just adding the nova secgroup-rule?22:01
*** dtx00ff_ has quit IRC22:01
*** jbresnah has quit IRC22:01
*** egallen has joined #openstack22:01
*** whenry has joined #openstack22:01
*** nicolae_ has quit IRC22:01
*** dubsquared has quit IRC22:01
*** starmer has quit IRC22:02
KaZeRallowing tcp/22 for your project should be sufficient22:02
*** egallen has quit IRC22:02
KaZeRoh. make sure that you are using a consistent security group driver : the UI can use nova, while the network actually uses quantum22:03
*** pnavarro has quit IRC22:03
*** acathrow has quit IRC22:03
*** starmer has joined #openstack22:03
kamalicI feel like that's a hint:  I can get from the outside in with Savannah VMs, I can get from one VM to the other on the floating IPs with the Ubuntu VMs, but I can only get from one VM to its own floating IP on the CirrOS VMs.  All machines can get to their partners over their private IPs.22:04
kamalicHmm, meaning I should try neutron security-group-rule-create even though I am not running Neutron on this deployment?  (Fuel GUI deployment.)22:04
*** Diddi has quit IRC22:04
*** jbresnah has joined #openstack22:05
*** kbringard has left #openstack22:05
*** kbringard has quit IRC22:05
*** egallen has joined #openstack22:05
KaZeRi've never used Fuel, but it's worth checking : what's the security_group_api in nova.conf ?22:05
*** dizquierdo has joined #openstack22:06
*** whenry has quit IRC22:06
*** rnirmal has quit IRC22:06
*** rnirmal has joined #openstack22:07
*** kfox1111 has quit IRC22:07
*** Egyptian[Laptop] has quit IRC22:07
*** Egyptian[Laptop] has joined #openstack22:07
*** dmsimard has quit IRC22:09
kamalicno security_group_api entry in /etc/nova/nova.conf on controller or compute nodes.  I did notice that I'm using firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver22:09
KaZeRok so it's probably using nova22:10
KaZeRif you list the security groups using nova command line tool, for your tenant, what do you get?22:11
*** DrBacchus has joined #openstack22:11
*** changbl has quit IRC22:11
*** x05h has quit IRC22:12
*** robbiew has left #openstack22:13
kamalic[root@controller-7 ~]# nova secgroup-list22:14
kamalic+---------+-------------+22:14
kamalic| Name    | Description |22:14
kamalic+---------+-------------+22:14
kamalic| default | default     |22:14
kamalic+---------+-------------+22:14
kamalicroot@controller-7 ~]# nova secgroup-list-rules default22:14
kamalic+-------------+-----------+---------+-----------+--------------+22:14
kamalic| IP Protocol | From Port | To Port | IP Range  | Source Group |22:14
kamalic+-------------+-----------+---------+-----------+--------------+22:14
kamalic| icmp        | -1        | -1      | 0.0.0.0/0 |              |22:14
kamalic| tcp         | 22        | 22      | 0.0.0.0/0 |              |22:14
kamalic+-------------+-----------+---------+-----------+--------------+22:14
KaZeRkamalic: please use a paste tool next time22:14
KaZeRok it looks good22:14
kamalichaha, yeah, i noticed that after I pasted...22:14
KaZeRwhat network setup do you have?22:14
kamalicvlanmanager22:14
kamalictagged vlans22:14
*** egallen has quit IRC22:15
KaZeRmmm22:15
kamalicahh, wait a minute, i think i figured it out.22:16
*** celor has joined #openstack22:16
*** vipul is now known as vipul-away22:16
*** epim has joined #openstack22:18
*** jbresnah has quit IRC22:18
*** lborda has quit IRC22:19
*** celor has quit IRC22:20
*** esker has quit IRC22:21
*** vipul-away is now known as vipul22:21
*** esker has joined #openstack22:21
*** Breaking_Pitt has quit IRC22:22
kamalictraffic on the floating IP range is all 802.1q tagged on vlan 100.  the nic I have on the physical machine attached to the same network is not part of that group.22:22
*** dtx00ff_ has joined #openstack22:22
kamalicThis is dumb.  I actually thought about this earlier as being the likely cause and then promptly forgot about it.22:23
*** monst has joined #openstack22:23
*** whenry has joined #openstack22:24
Lumiere[C/win 5222:24
*** scotm has quit IRC22:25
*** esker has quit IRC22:26
*** michaelneale has joined #openstack22:26
kamalicThe reason the Savanna VMs were working is because they're on a different OpenStack test environment using FlatDHCPmanager instead.22:26
kamalicThanks for your help, KaZeR!  I wish I knew something about quantum.db.agentschedulers_db to help you with your question too...22:26
*** scotm has joined #openstack22:26
*** Egyptian[Laptop] has quit IRC22:27
KaZeRahah yw kamalic :)22:27
*** Egyptian[Laptop] has joined #openstack22:27
*** esker has joined #openstack22:27
*** twoputt has quit IRC22:28
KaZeRthe odd thing is that i have this error on the q-server logs, but on the compute node it does create the vlan, according to ovs-plugin logs22:28
*** MaxV has quit IRC22:28
*** gmurphy has joined #openstack22:29
*** jbresnah has joined #openstack22:30
*** johnsterdotcom has quit IRC22:30
*** cereal_bars has quit IRC22:33
*** jbresnah has quit IRC22:34
*** ThEbUtChE has joined #openstack22:34
*** girafe has quit IRC22:34
*** dhanasekaran has quit IRC22:35
*** colinmcnamara has quit IRC22:35
*** yogeshmehra has quit IRC22:35
*** DrBacchus has quit IRC22:38
*** Seventoes has joined #openstack22:38
*** SergeyLukjanov has quit IRC22:38
*** FunnyLookinHat has quit IRC22:38
*** jagee has quit IRC22:38
*** rcleere has quit IRC22:39
*** bknudson has left #openstack22:39
*** jhesketh has joined #openstack22:41
*** Egyptian[Laptop] has quit IRC22:41
*** esker has quit IRC22:41
*** kamalic has left #openstack22:42
*** jhesketh has quit IRC22:42
*** jhesketh has joined #openstack22:43
*** dhanasekaran has joined #openstack22:43
*** prad_ has quit IRC22:43
*** jhesketh has quit IRC22:44
*** cjwilson has joined #openstack22:45
*** egallen has joined #openstack22:45
*** lmh1 has joined #openstack22:45
*** Egyptian[Laptop] has joined #openstack22:46
*** egallen has quit IRC22:47
*** starmer has quit IRC22:48
*** galstrom is now known as galstrom_zzz22:49
*** ph7point7 has joined #openstack22:50
*** ericw has joined #openstack22:50
*** ph7point7 has left #openstack22:50
*** lmh1 has quit IRC22:50
*** christyp has quit IRC22:51
*** egallen has joined #openstack22:51
*** Diegonat has quit IRC22:53
*** Shmouel is now known as Shmouel`away22:53
*** kbrierly has quit IRC22:54
*** whenry has quit IRC22:55
*** IlyaE has quit IRC22:55
*** atiwari has quit IRC22:57
*** furee1 has quit IRC22:58
*** epim has quit IRC22:59
*** dizquierdo has quit IRC23:00
*** fredcape has quit IRC23:01
*** Egyptian[Laptop] has quit IRC23:03
*** esker has joined #openstack23:03
*** egallen has quit IRC23:03
*** monst has quit IRC23:04
*** datsun180b has quit IRC23:04
*** monst has joined #openstack23:05
*** terriyu has quit IRC23:05
*** blahRus has quit IRC23:05
*** tmclaugh[work] has quit IRC23:06
*** jbresnah has joined #openstack23:06
*** dtyarnell has joined #openstack23:06
*** lbrower has quit IRC23:08
*** MarcMorata has quit IRC23:08
*** Madasi is now known as zz_Madasi23:09
*** monst has quit IRC23:09
*** maurosr1 has quit IRC23:10
*** crank1988 has quit IRC23:10
*** celor has joined #openstack23:10
*** markpeek has quit IRC23:11
*** jbresnah has quit IRC23:13
*** celor has quit IRC23:15
*** jbresnah has joined #openstack23:15
*** twoputt has joined #openstack23:16
*** thansen has quit IRC23:16
*** Shmouel`away has quit IRC23:19
*** dmsimard has joined #openstack23:20
*** daMaestro has quit IRC23:20
*** dmsimard has quit IRC23:20
*** Egyptian[Laptop] has joined #openstack23:25
*** epim has joined #openstack23:25
*** rnorwood1 has joined #openstack23:26
*** jcrst has joined #openstack23:26
*** tom314 has joined #openstack23:27
*** gndlp has joined #openstack23:30
*** rcheleguini has joined #openstack23:30
*** DrBacchus has joined #openstack23:30
tom314greetings.  i'm configuring a "single host, flat-dhcp-manager" on 1 physical server with 1 NIC.  this server hosts both the nova cloud-controller and compute nodes.  i'm wondering, can nova-compute be configured to use the use the same interface (e.g., eth0) as the "flat interface" *and* "public interface"?  will that cause problems?23:31
*** fifieldt has joined #openstack23:31
*** changbl has joined #openstack23:32
*** Shmouel`away has joined #openstack23:33
*** blackboxsw has quit IRC23:33
*** kebray has quit IRC23:34
*** StarBeast has quit IRC23:34
*** jbresnah has quit IRC23:35
*** StarBeast has joined #openstack23:35
*** michaelneale has quit IRC23:35
KaZeRtom314: it should work23:36
*** networkstatic has joined #openstack23:38
*** tom314 has quit IRC23:41
*** cereal_bars has joined #openstack23:42
*** epim has quit IRC23:43
*** DrBacchus has quit IRC23:43
*** lmh1 has joined #openstack23:46
*** desai has joined #openstack23:46
*** MarkAtwood2 has quit IRC23:46
*** lmh1 has quit IRC23:51
*** fnaval_ has quit IRC23:52
*** otherwiseguy has quit IRC23:52
*** dims has quit IRC23:53
*** rnirmal_ has joined #openstack23:54
*** erivera has joined #openstack23:55
*** rnirmal has quit IRC23:55
*** rnirmal_ is now known as rnirmal23:55
*** gndlp has quit IRC23:57
*** MarkAtwood2 has joined #openstack23:57
*** scotm has quit IRC23:58
*** scotm has joined #openstack23:59
*** esker has quit IRC23:59

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