*** sparkycollier has quit IRC | 00:01 | |
*** desai has quit IRC | 00:02 | |
*** tanath has quit IRC | 00:02 | |
*** koolhead|H is now known as koolhead17 | 00:02 | |
*** ijw has joined #openstack | 00:03 | |
*** adepti37 has joined #openstack | 00:03 | |
*** hingo has joined #openstack | 00:05 | |
*** Madasi is now known as zz_Madasi | 00:05 | |
*** rnorwood1 has quit IRC | 00:06 | |
*** henrynash has quit IRC | 00:06 | |
*** anniec has quit IRC | 00:06 | |
*** lloydde has quit IRC | 00:07 | |
*** b3nt_pin has quit IRC | 00:09 | |
*** tanath has joined #openstack | 00:11 | |
*** sudorandom has quit IRC | 00:11 | |
*** maxdml has quit IRC | 00:11 | |
*** doublerr has joined #openstack | 00:12 | |
*** ijw has quit IRC | 00:12 | |
*** maxdml has joined #openstack | 00:12 | |
*** Vinsh_HP has joined #openstack | 00:12 | |
*** robertmyers has joined #openstack | 00:13 | |
*** ijw has joined #openstack | 00:13 | |
*** aeperezt has quit IRC | 00:14 | |
*** ijw has quit IRC | 00:14 | |
*** annegentle_itsme has joined #openstack | 00:14 | |
*** bknudson has joined #openstack | 00:15 | |
*** desai has joined #openstack | 00:17 | |
*** xpen_ has quit IRC | 00:19 | |
*** electreric has joined #openstack | 00:20 | |
*** aeperezt has joined #openstack | 00:21 | |
*** acb__ has joined #openstack | 00:23 | |
*** cmagina has joined #openstack | 00:28 | |
*** devoid has quit IRC | 00:29 | |
*** jbresnah__ has joined #openstack | 00:30 | |
*** annegentle_itsme has quit IRC | 00:33 | |
*** bladernr_ has quit IRC | 00:34 | |
*** pixelbeat has quit IRC | 00:35 | |
*** bladernr_ has joined #openstack | 00:35 | |
*** lloydde has joined #openstack | 00:37 | |
*** esp1 has quit IRC | 00:37 | |
bodepd | I am having trouble with swift-proxy, logging seems sparse, I wanted to drop into debugger. Anyone know the best place to put the debug statement, I also assume I need to set workers to 0 for this to work?? | 00:37 |
---|---|---|
*** esp has joined #openstack | 00:38 | |
notmyname | bodepd: stdout is captured and sent to the log handler, so print statements will get put into your log files. also you can set "log_level = DEBUG" | 00:38 |
bodepd | notmyname: log_level=debug doesnt really print very much (could be that its dying really early) | 00:39 |
*** tomoe_ has joined #openstack | 00:39 | |
*** shanlar has quit IRC | 00:39 | |
bodepd | is handle_request from proxy/server the staring place? | 00:40 |
*** edmund2 has joined #openstack | 00:41 | |
notmyname | bodepd: ya. what request are you trying to make? | 00:41 |
*** edmund2 has quit IRC | 00:42 | |
*** Martz has quit IRC | 00:43 | |
*** scotm has quit IRC | 00:43 | |
bodepd | just a basic swift stat, that command freezes, I can see that it opens a connection to 8080, trying to figure out where its getting hung | 00:43 |
notmyname | bodepd: you're using the cli tool? | 00:44 |
*** edmund1 has quit IRC | 00:44 | |
bodepd | yep. | 00:44 |
notmyname | bodepd: what auth system? | 00:44 |
bodepd | as an FYI, I'm sure I misconfigured something :) | 00:44 |
bodepd | just trying to get to the bottom of it | 00:44 |
bodepd | keystone. | 00:44 |
*** carif has joined #openstack | 00:44 | |
bodepd | I'm authenticating, getting the catalog back, and then calling in with the auth token | 00:45 |
notmyname | ok | 00:45 |
notmyname | (that's what I was checking) | 00:45 |
notmyname | and you don't see anything in the proxy logs? | 00:45 |
*** Martz has joined #openstack | 00:46 | |
*** doublerr_ has joined #openstack | 00:47 | |
*** anniec has joined #openstack | 00:47 | |
*** sophiap has joined #openstack | 00:48 | |
bodepd | almost nothing, I get two lines. https://gist.github.com/4507083 | 00:48 |
bodepd | that seems to be per request | 00:48 |
bodepd | I can see the print statement now. after auth an anonymous | 00:49 |
bodepd | s/an/as/ | 00:49 |
*** Guest9041 has quit IRC | 00:50 | |
notmyname | bodepd: the transaction id is helpful to you of course. so it seems that perhaps the swift3 middleware may be intercepting it? if you're using keystone, why use swift3? | 00:50 |
*** doublerr has quit IRC | 00:50 | |
*** doublerr_ is now known as doublerr | 00:50 | |
bodepd | I dont have a good reason too :) | 00:51 |
*** crandquist has joined #openstack | 00:51 | |
bodepd | I can look at commenting that config section out | 00:51 |
notmyname | bodepd: it would at least reduce your surface area for finding bugs | 00:51 |
*** Guest9041 has joined #openstack | 00:53 | |
*** jbresnah__ has quit IRC | 00:54 | |
bodepd | yep, looks that it was just skipping that part | 00:55 |
bodepd | swift Authorizing as anonymous (txn: tx6e5119ecec14484caf18b4df3dd7ed61) | 00:55 |
*** monst has joined #openstack | 00:55 | |
*** jbresnah__ has joined #openstack | 00:56 | |
*** shanlar has joined #openstack | 00:56 | |
*** joesavak has joined #openstack | 00:56 | |
*** kaganos has quit IRC | 00:57 | |
*** carif has quit IRC | 00:57 | |
*** yidclare has quit IRC | 00:57 | |
*** juice has quit IRC | 00:57 | |
bodepd | does this look reasonable? http://172.16.0.21:8080/v1/AUTH_XXXXX | 00:57 |
bodepd | I am actually getting a failure message on the client side now that it was an auth issue | 00:58 |
notmyname | bodepd: ya, that looks perfectly cromulent | 00:58 |
*** comptona has quit IRC | 00:58 | |
monst | anyone used the cloud init drivers for windows from cloudbase.it? | 00:59 |
*** jimlek22` has joined #openstack | 01:01 | |
*** halfss has joined #openstack | 01:02 | |
*** bootstrapper has joined #openstack | 01:04 | |
*** jodok has quit IRC | 01:04 | |
*** jimlek22 has quit IRC | 01:04 | |
*** anniec has quit IRC | 01:06 | |
*** lloydde has quit IRC | 01:06 | |
*** anniec has joined #openstack | 01:06 | |
*** anniec_ has joined #openstack | 01:06 | |
*** Skut has joined #openstack | 01:07 | |
*** jbresnah__ has quit IRC | 01:08 | |
*** dolphm has joined #openstack | 01:08 | |
*** dastergon has quit IRC | 01:10 | |
*** anniec has quit IRC | 01:10 | |
*** anniec_ is now known as anniec | 01:10 | |
*** jergerber has quit IRC | 01:11 | |
*** dastergon has joined #openstack | 01:11 | |
*** dastergon has joined #openstack | 01:11 | |
*** hemna_ has joined #openstack | 01:12 | |
*** dolphm has quit IRC | 01:13 | |
*** jergerber has joined #openstack | 01:13 | |
*** annegentle_itsme has joined #openstack | 01:14 | |
bodepd | notmyname: yep, as I suspected, I'm an idiot. The address for connecting to keystone in authtoken was wrong :( thanks john! | 01:14 |
*** jergerber has quit IRC | 01:14 | |
*** sudorandom has joined #openstack | 01:15 | |
*** gogogo_ has joined #openstack | 01:15 | |
*** crandquist is now known as kobier | 01:16 | |
*** hemna has quit IRC | 01:16 | |
*** pokoli has quit IRC | 01:17 | |
*** vipul is now known as vipul|away | 01:17 | |
*** yidclare has joined #openstack | 01:17 | |
*** agentle_ has joined #openstack | 01:18 | |
*** vipul|away is now known as vipul | 01:19 | |
*** yaguang has joined #openstack | 01:20 | |
*** backjlack has quit IRC | 01:20 | |
*** annegentle_itsme has quit IRC | 01:21 | |
*** agentle_ is now known as annegentle_itsme | 01:21 | |
*** anteaya has quit IRC | 01:22 | |
*** worstadmin has joined #openstack | 01:22 | |
*** julianwa has joined #openstack | 01:24 | |
*** desai has quit IRC | 01:26 | |
*** Martz has quit IRC | 01:26 | |
*** jsavak has joined #openstack | 01:28 | |
*** Martz has joined #openstack | 01:29 | |
*** doublerr has quit IRC | 01:30 | |
warik | notmyname: hi, quick question how easy (dangerous?) is it to update swift from 1.4.8 to the folsom release? | 01:32 |
*** joesavak has quit IRC | 01:32 | |
*** annegentle_itsme has quit IRC | 01:32 | |
*** Martz has quit IRC | 01:33 | |
*** Martz has joined #openstack | 01:34 | |
*** rnorwood1 has joined #openstack | 01:37 | |
*** yidclare has quit IRC | 01:41 | |
*** sama has joined #openstack | 01:42 | |
*** desai has joined #openstack | 01:42 | |
*** ckramer has joined #openstack | 01:43 | |
*** acb__ has quit IRC | 01:43 | |
*** acb___ has joined #openstack | 01:43 | |
*** sama1 has quit IRC | 01:45 | |
*** jeffrey4l has joined #openstack | 01:46 | |
*** osier has joined #openstack | 01:47 | |
*** bencherian has quit IRC | 01:47 | |
*** jsavak has quit IRC | 01:49 | |
*** ladquin has quit IRC | 01:49 | |
notmyname | warik: with the usual caveat of "be careful, because it's a production system", all releases of swift are designed to allow seamless upgrades to running clusters with no downtime | 01:50 |
warik | does a package update will work? | 01:52 |
*** ejat has joined #openstack | 01:52 | |
*** ejat has joined #openstack | 01:52 | |
*** monst has quit IRC | 01:53 | |
*** melwitt has quit IRC | 01:53 | |
*** sacharya has joined #openstack | 01:54 | |
warik | notmyname: with apt-get, that is | 01:54 |
*** rkukura has joined #openstack | 01:55 | |
*** ckramer has quit IRC | 01:56 | |
*** acb___ has quit IRC | 01:57 | |
*** yaguang has quit IRC | 01:58 | |
*** acb__ has joined #openstack | 01:58 | |
*** yaguang has joined #openstack | 01:58 | |
*** warik has quit IRC | 01:59 | |
*** instack has joined #openstack | 02:00 | |
*** tryggvil has joined #openstack | 02:01 | |
*** JJoa has joined #openstack | 02:03 | |
*** mrjazzcat has quit IRC | 02:06 | |
*** ejat has quit IRC | 02:06 | |
*** dolphm has joined #openstack | 02:09 | |
*** jakkudanieru has quit IRC | 02:10 | |
*** jakkudanieru has joined #openstack | 02:11 | |
*** msavy has quit IRC | 02:11 | |
*** philips_ has quit IRC | 02:12 | |
*** yocum has quit IRC | 02:13 | |
*** dolphm has quit IRC | 02:13 | |
*** huan has joined #openstack | 02:14 | |
*** sudorandom has quit IRC | 02:16 | |
*** s51itxsyc has joined #openstack | 02:17 | |
*** ejat has joined #openstack | 02:17 | |
*** sophiap has quit IRC | 02:18 | |
*** desai has quit IRC | 02:18 | |
*** mkouhei has joined #openstack | 02:18 | |
*** philips_ has joined #openstack | 02:18 | |
*** adjohn has quit IRC | 02:22 | |
*** desai has joined #openstack | 02:23 | |
*** kevein has joined #openstack | 02:23 | |
*** SvenDowideit has quit IRC | 02:23 | |
*** instack has quit IRC | 02:23 | |
*** adjohn has joined #openstack | 02:24 | |
*** yuwang has joined #openstack | 02:26 | |
*** dolphm has joined #openstack | 02:27 | |
*** jcmartin has quit IRC | 02:28 | |
*** SvenDowideit has joined #openstack | 02:29 | |
*** sn0wb1rd has quit IRC | 02:29 | |
*** dolphm has quit IRC | 02:32 | |
*** KyleMacDonald has joined #openstack | 02:32 | |
*** krow has quit IRC | 02:36 | |
*** devoid has joined #openstack | 02:43 | |
*** radez_g0n3 has quit IRC | 02:44 | |
*** zeriouz has joined #openstack | 02:45 | |
*** openpercept has joined #openstack | 02:45 | |
*** Domin has quit IRC | 02:47 | |
*** benno___ has joined #openstack | 02:47 | |
*** sn0wb1rd has joined #openstack | 02:47 | |
*** annegentle_itsme has joined #openstack | 02:48 | |
*** erkules has quit IRC | 02:48 | |
*** gogogo_ has quit IRC | 02:50 | |
*** krow has joined #openstack | 02:50 | |
*** Domin has joined #openstack | 02:52 | |
*** gogogo_ has joined #openstack | 02:52 | |
*** ladquin has joined #openstack | 02:53 | |
*** senilegenius has joined #openstack | 02:54 | |
*** sarob has joined #openstack | 02:54 | |
*** sarob has quit IRC | 02:56 | |
*** robbiew has joined #openstack | 02:56 | |
*** robbiew has left #openstack | 02:57 | |
*** SvenDowideit has quit IRC | 02:58 | |
*** ryanpetrello has joined #openstack | 02:58 | |
*** devoid has quit IRC | 03:01 | |
*** SvenDowideit has joined #openstack | 03:01 | |
*** ejat has quit IRC | 03:01 | |
*** jimlek22` has quit IRC | 03:02 | |
*** ladquin has quit IRC | 03:03 | |
*** ladquin has joined #openstack | 03:03 | |
*** TheSphinX^ has joined #openstack | 03:04 | |
*** hillyu has joined #openstack | 03:05 | |
*** ladquin has quit IRC | 03:06 | |
*** krow has quit IRC | 03:06 | |
*** mnewby has quit IRC | 03:07 | |
*** adjohn has quit IRC | 03:07 | |
*** TheSphinX_ has quit IRC | 03:08 | |
*** anniec has quit IRC | 03:09 | |
*** zeriouz has quit IRC | 03:10 | |
*** zeriouz has joined #openstack | 03:11 | |
*** sudorandom has joined #openstack | 03:12 | |
*** starmer has joined #openstack | 03:14 | |
*** Gropi_ has joined #openstack | 03:14 | |
*** Gropi has quit IRC | 03:18 | |
*** stevebaker has quit IRC | 03:18 | |
*** jbresnah__ has joined #openstack | 03:18 | |
*** Guest9041 has quit IRC | 03:19 | |
*** jgriffith has quit IRC | 03:19 | |
*** jgriffith has joined #openstack | 03:19 | |
*** Guest9041 has joined #openstack | 03:20 | |
*** esp has left #openstack | 03:22 | |
*** ryanpetrello has quit IRC | 03:23 | |
*** sudorandom has quit IRC | 03:23 | |
*** senilegenius has quit IRC | 03:24 | |
*** senilegenius has joined #openstack | 03:24 | |
*** osier has quit IRC | 03:25 | |
*** ryanpetrello has joined #openstack | 03:25 | |
*** ryanpetrello has quit IRC | 03:26 | |
*** annegentle_itsme has quit IRC | 03:28 | |
*** annegentle_itsme has joined #openstack | 03:29 | |
*** colinmcnamara has joined #openstack | 03:30 | |
*** Guest9041 has quit IRC | 03:30 | |
*** osier has joined #openstack | 03:30 | |
*** stevebaker has joined #openstack | 03:30 | |
*** aeperezt has quit IRC | 03:31 | |
*** acb__ has quit IRC | 03:31 | |
*** aeperezt has joined #openstack | 03:32 | |
*** acb__ has joined #openstack | 03:32 | |
*** sarob has joined #openstack | 03:35 | |
*** annegentle_itsme has quit IRC | 03:36 | |
*** clopez has joined #openstack | 03:45 | |
*** sophiap has joined #openstack | 03:48 | |
*** zeriouz has quit IRC | 03:51 | |
*** zeriouz has joined #openstack | 03:52 | |
*** wu_wenxiang has joined #openstack | 03:54 | |
*** hillyu has quit IRC | 03:55 | |
*** hillyu has joined #openstack | 03:56 | |
*** imbrandon has joined #openstack | 03:57 | |
*** zeriouz_ has joined #openstack | 03:57 | |
*** Tross has joined #openstack | 03:57 | |
*** robbiew has joined #openstack | 03:58 | |
*** martine has joined #openstack | 03:58 | |
*** Guest9041 has joined #openstack | 04:02 | |
*** stevebaker has quit IRC | 04:05 | |
*** KyleMacDonald has quit IRC | 04:06 | |
*** jbresnah__ has quit IRC | 04:08 | |
*** colinmcnamara has quit IRC | 04:08 | |
*** kyle__ has joined #openstack | 04:09 | |
*** stevebaker has joined #openstack | 04:11 | |
*** jakkudanieru has quit IRC | 04:11 | |
*** jakkudanieru has joined #openstack | 04:12 | |
*** JJoa has quit IRC | 04:12 | |
*** bearovercloud has left #openstack | 04:14 | |
*** robertmyers has quit IRC | 04:16 | |
*** robertmyers has joined #openstack | 04:16 | |
*** sama has quit IRC | 04:18 | |
*** clopez has quit IRC | 04:18 | |
*** koolhead17 has quit IRC | 04:20 | |
*** ryanpetrello has joined #openstack | 04:23 | |
*** yaguang has quit IRC | 04:23 | |
*** carif has joined #openstack | 04:27 | |
*** warik has joined #openstack | 04:28 | |
*** jakkudanieru has quit IRC | 04:28 | |
*** jakkudanieru has joined #openstack | 04:28 | |
*** colinmcnamara has joined #openstack | 04:28 | |
*** wu_wenxiang has quit IRC | 04:29 | |
*** sayan has joined #openstack | 04:29 | |
*** TheSphinX^ has quit IRC | 04:32 | |
*** openpercept has quit IRC | 04:38 | |
*** ryanpetrello has quit IRC | 04:38 | |
*** TheSphinX^ has joined #openstack | 04:39 | |
*** jvargas has joined #openstack | 04:44 | |
jvargas | hi | 04:44 |
jvargas | which is a good way to retrieve a list of servers in a computer parseable format? | 04:45 |
*** erkules has joined #openstack | 04:45 | |
jvargas | I am using python-novaclient's nova command, but it shows a lot of extra characters and columns separators. its output can't be parsed easily. | 04:45 |
*** Vacuity has quit IRC | 04:50 | |
*** desai has quit IRC | 04:51 | |
*** robbiew has left #openstack | 04:52 | |
*** openpercept has joined #openstack | 04:55 | |
*** electreric_ has joined #openstack | 04:59 | |
*** Vacuity has joined #openstack | 05:00 | |
*** electreric has quit IRC | 05:02 | |
*** mkouhei has quit IRC | 05:03 | |
*** electreric_ has quit IRC | 05:04 | |
*** dwcramer has joined #openstack | 05:04 | |
*** bladernr_ has quit IRC | 05:04 | |
*** sn0wb1rd has quit IRC | 05:05 | |
*** colinmcnamara has quit IRC | 05:06 | |
*** bladernr_ has joined #openstack | 05:06 | |
*** colinmcnamara has joined #openstack | 05:06 | |
*** warik has quit IRC | 05:06 | |
*** warik has joined #openstack | 05:07 | |
*** gyee has joined #openstack | 05:08 | |
*** gyee has quit IRC | 05:09 | |
*** devoid has joined #openstack | 05:09 | |
*** markwash has quit IRC | 05:10 | |
*** zeriouz has quit IRC | 05:11 | |
*** sn0wb1rd has joined #openstack | 05:13 | |
*** ewindisch has quit IRC | 05:14 | |
*** sayan has quit IRC | 05:14 | |
*** chr00t has joined #openstack | 05:14 | |
*** colinmcnamara has quit IRC | 05:15 | |
*** sayan has joined #openstack | 05:16 | |
*** sayan has joined #openstack | 05:16 | |
*** cody-somerville has quit IRC | 05:16 | |
*** colinmcnamara has joined #openstack | 05:16 | |
*** ewindisch has joined #openstack | 05:17 | |
*** jbresnah__ has joined #openstack | 05:19 | |
*** cipherwar has quit IRC | 05:19 | |
*** cipherwar has joined #openstack | 05:21 | |
*** huan has quit IRC | 05:25 | |
*** lloydde has joined #openstack | 05:26 | |
*** senilegenius has quit IRC | 05:28 | |
*** electreric has joined #openstack | 05:28 | |
*** jeffrey4l has quit IRC | 05:29 | |
*** sarob has quit IRC | 05:31 | |
*** martine_ has joined #openstack | 05:31 | |
*** yaguang has joined #openstack | 05:31 | |
*** colinmcnamara has quit IRC | 05:31 | |
*** martine has quit IRC | 05:32 | |
*** juice has joined #openstack | 05:34 | |
*** huan has joined #openstack | 05:35 | |
*** juice has quit IRC | 05:35 | |
*** metral_ has joined #openstack | 05:37 | |
*** carif has quit IRC | 05:38 | |
metral_ | anyone know if you can run more than instance of keystone via keystone.conf just as the ec2_workers & osapi_compute_workers flags exist for the api services? | 05:38 |
*** carif has joined #openstack | 05:39 | |
*** metral_ has quit IRC | 05:40 | |
*** jaypipes has quit IRC | 05:40 | |
*** darjeeling has quit IRC | 05:42 | |
*** martine_ has quit IRC | 05:44 | |
*** devoid has quit IRC | 05:44 | |
*** tualatrix has joined #openstack | 05:46 | |
*** jfluhmann has joined #openstack | 05:46 | |
*** cody-somerville has joined #openstack | 05:47 | |
*** electreric has quit IRC | 05:48 | |
*** vlad_starkov has joined #openstack | 05:49 | |
*** ewindisch has quit IRC | 05:49 | |
*** bladernr_ has quit IRC | 05:50 | |
*** bladernr_ has joined #openstack | 05:50 | |
*** vlad_starkov has quit IRC | 05:51 | |
*** jbresnah__ has quit IRC | 05:53 | |
*** jbresnah__ has joined #openstack | 05:54 | |
*** led_belly has quit IRC | 05:57 | |
*** krow has joined #openstack | 05:57 | |
*** electreric has joined #openstack | 05:58 | |
*** robertmyers has quit IRC | 05:58 | |
*** jaypipes has joined #openstack | 05:59 | |
*** devoid has joined #openstack | 06:05 | |
*** jbresnah__ has quit IRC | 06:05 | |
*** cody-somerville has quit IRC | 06:07 | |
*** rnorwood1 has quit IRC | 06:09 | |
*** TheSphinX_ has joined #openstack | 06:14 | |
*** sayan has quit IRC | 06:15 | |
*** sayan has joined #openstack | 06:15 | |
*** sayan has joined #openstack | 06:15 | |
*** kiplitton has quit IRC | 06:16 | |
*** TheSphinX^ has quit IRC | 06:16 | |
*** sacharya1 has joined #openstack | 06:18 | |
*** vogel has joined #openstack | 06:19 | |
*** bladernr_ has quit IRC | 06:20 | |
*** bladernr_ has joined #openstack | 06:20 | |
*** sacharya has quit IRC | 06:21 | |
*** darjeeling has joined #openstack | 06:23 | |
*** devoid has quit IRC | 06:26 | |
*** starmer has quit IRC | 06:29 | |
*** KyleMacDonald has joined #openstack | 06:29 | |
*** warik has quit IRC | 06:29 | |
*** bencherian has joined #openstack | 06:30 | |
*** krow has quit IRC | 06:30 | |
*** galthaus has joined #openstack | 06:37 | |
*** benno___ has quit IRC | 06:38 | |
*** benno_ has joined #openstack | 06:39 | |
*** brodul has quit IRC | 06:43 | |
*** krow has joined #openstack | 06:45 | |
*** bencherian has quit IRC | 06:45 | |
*** starmer has joined #openstack | 06:47 | |
*** brodul has joined #openstack | 06:49 | |
*** sacharya1 has quit IRC | 06:51 | |
*** sophiap has quit IRC | 06:52 | |
*** jakkudanieru has quit IRC | 06:56 | |
*** jakkudanieru has joined #openstack | 07:01 | |
*** vlad_starkov has joined #openstack | 07:02 | |
*** adjohn has joined #openstack | 07:03 | |
*** huan has quit IRC | 07:05 | |
*** hillyu has quit IRC | 07:05 | |
*** mrunge has joined #openstack | 07:06 | |
*** flaper87 has joined #openstack | 07:06 | |
*** vlad_starkov has quit IRC | 07:07 | |
*** alobbs has joined #openstack | 07:10 | |
*** markwash has joined #openstack | 07:11 | |
*** huan has joined #openstack | 07:18 | |
*** mishin has quit IRC | 07:21 | |
*** afazekas_ has joined #openstack | 07:23 | |
*** hillyu has joined #openstack | 07:25 | |
*** miclorb has quit IRC | 07:28 | |
*** TheSphinX^ has joined #openstack | 07:28 | |
*** TheSphinX_ has quit IRC | 07:31 | |
*** bladernr_ has quit IRC | 07:35 | |
*** ejat has joined #openstack | 07:35 | |
*** ejat has joined #openstack | 07:35 | |
*** pfreund has joined #openstack | 07:35 | |
*** bladernr_ has joined #openstack | 07:36 | |
*** melmoth has joined #openstack | 07:39 | |
*** acb___ has joined #openstack | 07:43 | |
*** acb__ has quit IRC | 07:43 | |
*** guigui3 has joined #openstack | 07:44 | |
*** galthaus has quit IRC | 07:45 | |
*** bladernr_ has quit IRC | 07:50 | |
*** krow has quit IRC | 07:50 | |
*** jodok has joined #openstack | 07:51 | |
*** jodok has joined #openstack | 07:51 | |
*** bladernr_ has joined #openstack | 07:51 | |
*** pvankouteren has joined #openstack | 07:51 | |
*** krow has joined #openstack | 07:52 | |
*** lloydde has quit IRC | 07:52 | |
*** darjeeling has quit IRC | 07:53 | |
*** alex88 has joined #openstack | 07:53 | |
*** acb__ has joined #openstack | 07:55 | |
*** acb___ has quit IRC | 07:55 | |
*** Blackavar has joined #openstack | 07:56 | |
*** eglynn has joined #openstack | 07:59 | |
*** pvankouteren has quit IRC | 08:00 | |
*** reidrac has joined #openstack | 08:00 | |
*** EmilienM has joined #openstack | 08:04 | |
*** ijw has joined #openstack | 08:05 | |
*** ijw1 has joined #openstack | 08:06 | |
*** jakkudanieru has quit IRC | 08:09 | |
*** corXi has joined #openstack | 08:09 | |
*** ijw has quit IRC | 08:09 | |
*** jpich has joined #openstack | 08:10 | |
*** jakkudanieru has joined #openstack | 08:11 | |
*** vishy is now known as vishy_zz | 08:12 | |
*** hillyu has quit IRC | 08:13 | |
*** saschpe has quit IRC | 08:14 | |
*** saschpe has joined #openstack | 08:14 | |
*** jakkudanieru has quit IRC | 08:16 | |
*** flaper87 has quit IRC | 08:18 | |
*** flaper87 has joined #openstack | 08:18 | |
*** jakkudanieru has joined #openstack | 08:22 | |
*** texarcana has quit IRC | 08:24 | |
*** gael has joined #openstack | 08:24 | |
*** saju_m has joined #openstack | 08:25 | |
*** texarcana has joined #openstack | 08:25 | |
saju_m | hi | 08:25 |
saju_m | Have any way to change name of default region "nova" ??? | 08:25 |
*** jodok has quit IRC | 08:27 | |
*** openpercept has quit IRC | 08:28 | |
*** ttrifonov is now known as ttrifonov_zZzz | 08:28 | |
*** pantea has joined #openstack | 08:28 | |
*** mindpixel has joined #openstack | 08:28 | |
*** sumeetgandhare has joined #openstack | 08:28 | |
*** balboah has joined #openstack | 08:29 | |
*** ttrifonov_zZzz is now known as ttrifonov | 08:29 | |
*** wramthun has quit IRC | 08:30 | |
saju_m | have any idea about, in which table region name is saved ?? | 08:30 |
*** FlorianOtel has joined #openstack | 08:32 | |
*** flaper87 has quit IRC | 08:36 | |
*** henrynash has joined #openstack | 08:37 | |
*** One-Man-Bucket has joined #openstack | 08:37 | |
*** sumeetgandhare has left #openstack | 08:37 | |
*** jodok has joined #openstack | 08:37 | |
*** jodok has joined #openstack | 08:37 | |
*** openpercept has joined #openstack | 08:39 | |
*** fc__ has quit IRC | 08:40 | |
*** flaper87 has joined #openstack | 08:42 | |
*** kobier has quit IRC | 08:42 | |
*** ejat has quit IRC | 08:43 | |
*** fc__ has joined #openstack | 08:45 | |
*** sayan has quit IRC | 08:46 | |
*** darjeeling has joined #openstack | 08:48 | |
*** sbadia has quit IRC | 08:49 | |
*** adjohn has quit IRC | 08:51 | |
*** simon-AS559 has quit IRC | 08:52 | |
*** henrynash has quit IRC | 08:52 | |
*** s51itxsyc has quit IRC | 08:58 | |
*** simon_lucy has joined #openstack | 09:01 | |
*** mindpixel has quit IRC | 09:02 | |
*** lloydde has joined #openstack | 09:03 | |
*** derekh has joined #openstack | 09:04 | |
*** EmilienM has quit IRC | 09:04 | |
*** markwash has quit IRC | 09:04 | |
*** EmilienM has joined #openstack | 09:05 | |
*** almaisan-away has joined #openstack | 09:05 | |
*** almaisan-away is now known as al-maisan | 09:05 | |
*** bladernr_ has quit IRC | 09:05 | |
*** EmilienM has quit IRC | 09:05 | |
*** EmilienM has joined #openstack | 09:05 | |
*** chandan_kumar has joined #openstack | 09:05 | |
*** nacx has joined #openstack | 09:05 | |
*** bladernr_ has joined #openstack | 09:05 | |
*** tomoe_ has quit IRC | 09:07 | |
*** lloydde has quit IRC | 09:08 | |
*** tomoe_ has joined #openstack | 09:08 | |
*** giulivo has joined #openstack | 09:08 | |
*** tomoe_ has quit IRC | 09:08 | |
zykes- | FlorianOtel: . | 09:10 |
FlorianOtel | zykes-, Hi dude ! | 09:10 |
*** MarcMorata has joined #openstack | 09:11 | |
*** reed has joined #openstack | 09:11 | |
*** megha has quit IRC | 09:12 | |
*** ehaselwanter has joined #openstack | 09:12 | |
*** sayan has joined #openstack | 09:12 | |
*** sayan has joined #openstack | 09:12 | |
*** cYrilD has joined #openstack | 09:14 | |
*** giorgiodinapoli has joined #openstack | 09:14 | |
*** ijw1 has quit IRC | 09:15 | |
*** ijw has joined #openstack | 09:15 | |
*** s51itxsyc has joined #openstack | 09:15 | |
*** darraghb has joined #openstack | 09:15 | |
*** Skut has quit IRC | 09:20 | |
*** pudim has quit IRC | 09:21 | |
*** EmilienM_ has joined #openstack | 09:24 | |
*** Guest9041 has quit IRC | 09:25 | |
*** EmilienM_ has left #openstack | 09:25 | |
*** EmilienM has quit IRC | 09:26 | |
*** EmilienM has joined #openstack | 09:26 | |
*** EmilienM is now known as EmilienM_ | 09:26 | |
*** megha has joined #openstack | 09:27 | |
*** odyssey4me has joined #openstack | 09:28 | |
*** stevebaker has quit IRC | 09:31 | |
*** EmilienM_ has left #openstack | 09:32 | |
*** stevebaker has joined #openstack | 09:32 | |
*** dev_sa has joined #openstack | 09:33 | |
*** KyleMacDonald has quit IRC | 09:34 | |
*** bladernr_ has quit IRC | 09:35 | |
*** bladernr_ has joined #openstack | 09:35 | |
*** EmilienM has joined #openstack | 09:38 | |
*** Ryan_Lane has quit IRC | 09:40 | |
*** Ryan_Lane has joined #openstack | 09:41 | |
*** hillyu has joined #openstack | 09:46 | |
*** openpercept has quit IRC | 09:47 | |
*** pvankouteren has joined #openstack | 09:47 | |
*** shardy has joined #openstack | 09:48 | |
*** tryggvil has quit IRC | 09:49 | |
*** sama has joined #openstack | 09:51 | |
*** ProfFalken has joined #openstack | 09:51 | |
*** darjeeling has quit IRC | 09:51 | |
*** Ryan_Lane has quit IRC | 09:52 | |
*** tryggvil has joined #openstack | 09:55 | |
*** SunilThaha has joined #openstack | 09:56 | |
*** cipherwar has quit IRC | 09:57 | |
*** sthaha has quit IRC | 10:00 | |
saju_m | Have any way to change name of default region "nova" ??? | 10:00 |
saju_m | have any idea about, in which table region name is saved ?? | 10:00 |
*** darjeeling has joined #openstack | 10:01 | |
*** pokoli has joined #openstack | 10:02 | |
*** vila has quit IRC | 10:08 | |
*** melmoth has quit IRC | 10:13 | |
*** vila has joined #openstack | 10:14 | |
*** worstadmin has quit IRC | 10:14 | |
*** openpercept has joined #openstack | 10:15 | |
*** tualatrix has quit IRC | 10:15 | |
*** krow has quit IRC | 10:17 | |
*** maurosr_ has quit IRC | 10:17 | |
*** ondergetekende has joined #openstack | 10:18 | |
Adri2000 | anyone knows if the work on keystone id federation from university of kent is available somewhere? | 10:19 |
*** shadower has joined #openstack | 10:19 | |
*** jeevan_ullas has quit IRC | 10:20 | |
*** halfss has quit IRC | 10:20 | |
*** mindpixel has joined #openstack | 10:21 | |
Adri2000 | auto answer: http://lists.openstack.org/pipermail/openstack-dev/2012-October/002091.html | 10:22 |
*** jeevan_ullas has joined #openstack | 10:23 | |
*** julianwa has quit IRC | 10:23 | |
*** jgriffith has quit IRC | 10:23 | |
*** jgriffith has joined #openstack | 10:24 | |
*** chandan_kumar has quit IRC | 10:24 | |
*** simon_lucy has quit IRC | 10:24 | |
*** electreric_ has joined #openstack | 10:25 | |
*** melmoth has joined #openstack | 10:26 | |
*** electreric has quit IRC | 10:28 | |
*** dneary has joined #openstack | 10:28 | |
*** sama has quit IRC | 10:29 | |
maxdml | one thought: is it possible to register hypervisor in a O.S cluster, without installing nova compute on this hypervisor? | 10:30 |
*** kevein has quit IRC | 10:32 | |
*** sama has joined #openstack | 10:33 | |
*** darjeeling has quit IRC | 10:34 | |
*** xpen has joined #openstack | 10:34 | |
*** al-maisan is now known as almaisan-away | 10:34 | |
*** cipherwar has joined #openstack | 10:39 | |
*** Vacuity has quit IRC | 10:40 | |
*** Vacuity has joined #openstack | 10:40 | |
*** egallen has joined #openstack | 10:40 | |
*** simon_lucy has joined #openstack | 10:41 | |
*** chandan_kumar has joined #openstack | 10:41 | |
*** chr00t has quit IRC | 10:41 | |
*** dpippenger has quit IRC | 10:41 | |
*** xpen has quit IRC | 10:41 | |
*** cipherwar has quit IRC | 10:44 | |
*** egallen has quit IRC | 10:45 | |
*** egallen has joined #openstack | 10:45 | |
*** gogogo_ has quit IRC | 10:46 | |
*** pixelbeat has joined #openstack | 10:47 | |
*** cipherwar has joined #openstack | 10:49 | |
*** maurosr has joined #openstack | 10:51 | |
*** huan_ has joined #openstack | 10:52 | |
*** melmoth has quit IRC | 10:52 | |
*** freeflying has quit IRC | 10:53 | |
*** msavy has joined #openstack | 10:53 | |
*** freeflying has joined #openstack | 10:54 | |
spicewiesel | could anyone help me with my network config with quantum? My setup is similar to this: http://docs.openstack.org/folsom/basic-install/content/basic-install_requirements.html | 10:56 |
spicewiesel | but I do not have a network node, that part is running on the controller, too. But, the controller has only 2 NICs. My Question is: How should I config the network on that node now? | 10:57 |
*** msavy has quit IRC | 10:58 | |
spicewiesel | could I configure ah eth0:1 to get the 3. network? | 10:58 |
*** msavy has joined #openstack | 10:59 | |
*** huan_ has quit IRC | 11:00 | |
*** simon_lucy has quit IRC | 11:02 | |
*** jeevan_ullas_ has joined #openstack | 11:02 | |
*** jeevan_ullas has quit IRC | 11:04 | |
*** jeevan_ullas_ is now known as jeevan_ullas | 11:04 | |
*** darjeeling has joined #openstack | 11:05 | |
*** melmoth has joined #openstack | 11:07 | |
*** mmagr has joined #openstack | 11:07 | |
*** acathrow has joined #openstack | 11:08 | |
*** simon_lucy has joined #openstack | 11:08 | |
*** chandan_kumar has quit IRC | 11:09 | |
*** ahasenack has joined #openstack | 11:10 | |
*** Vivek has quit IRC | 11:10 | |
*** egallen_ has joined #openstack | 11:12 | |
*** salgado has joined #openstack | 11:13 | |
*** salgado has quit IRC | 11:13 | |
*** salgado has joined #openstack | 11:13 | |
*** egallen has quit IRC | 11:14 | |
*** egallen_ is now known as egallen | 11:14 | |
*** cipherwar has quit IRC | 11:14 | |
*** SvenDowideit has quit IRC | 11:14 | |
*** SvenDowideit has joined #openstack | 11:14 | |
*** egallen_ has joined #openstack | 11:17 | |
*** egallen has quit IRC | 11:18 | |
*** egallen_ is now known as egallen | 11:18 | |
*** s51itxsyc has quit IRC | 11:19 | |
*** jpich has quit IRC | 11:20 | |
*** sayan has quit IRC | 11:22 | |
*** jpich has joined #openstack | 11:22 | |
*** Blackavar has quit IRC | 11:23 | |
*** egallen has quit IRC | 11:24 | |
*** egallen has joined #openstack | 11:24 | |
*** aspiers has quit IRC | 11:25 | |
*** aspiers has joined #openstack | 11:26 | |
*** SunilThaha has quit IRC | 11:29 | |
*** zeriouz_ has quit IRC | 11:29 | |
*** simon_lucy has quit IRC | 11:29 | |
*** ehaselwante has joined #openstack | 11:35 | |
*** melmoth has quit IRC | 11:36 | |
*** egallen has quit IRC | 11:36 | |
*** chasmo has quit IRC | 11:37 | |
*** ehaselwante has quit IRC | 11:39 | |
*** ehaselwante has joined #openstack | 11:39 | |
*** ehaselwanter has quit IRC | 11:40 | |
*** hingo has quit IRC | 11:40 | |
*** hingo has joined #openstack | 11:40 | |
*** pokoli has quit IRC | 11:42 | |
*** vkmc has joined #openstack | 11:43 | |
*** chandan_kumar has joined #openstack | 11:45 | |
*** bladernr_ has quit IRC | 11:50 | |
*** bladernr_ has joined #openstack | 11:51 | |
*** samba35 has joined #openstack | 11:52 | |
*** sama has quit IRC | 11:53 | |
*** sama has joined #openstack | 11:54 | |
*** tctony has joined #openstack | 11:54 | |
*** bluenemo has joined #openstack | 11:55 | |
*** bluenemo has joined #openstack | 11:55 | |
*** shadower has quit IRC | 11:56 | |
*** pokoli has joined #openstack | 11:57 | |
*** rmartinelli has joined #openstack | 11:59 | |
*** odyssey4me has quit IRC | 12:00 | |
*** odyssey4me has joined #openstack | 12:01 | |
*** hillyu has left #openstack | 12:05 | |
*** gustavo_ has quit IRC | 12:07 | |
*** boden has joined #openstack | 12:08 | |
*** mikedawson has joined #openstack | 12:10 | |
*** henrynash has joined #openstack | 12:13 | |
*** jeevan_ullas has quit IRC | 12:18 | |
*** openpercept has quit IRC | 12:19 | |
*** acb__ has quit IRC | 12:20 | |
*** Vivek has joined #openstack | 12:20 | |
*** Vivek has joined #openstack | 12:20 | |
*** simon-AS559 has joined #openstack | 12:20 | |
*** acb__ has joined #openstack | 12:20 | |
*** tctony has quit IRC | 12:22 | |
*** simon-AS5591 has joined #openstack | 12:22 | |
*** zeriouz has joined #openstack | 12:23 | |
*** simon-AS559 has quit IRC | 12:25 | |
*** Harry51S has joined #openstack | 12:25 | |
*** FlorianOtel has quit IRC | 12:26 | |
*** AnilV__ has quit IRC | 12:26 | |
*** martine has joined #openstack | 12:27 | |
*** mjfork_ has joined #openstack | 12:28 | |
*** chandan_kumar has quit IRC | 12:29 | |
*** mjfork has quit IRC | 12:29 | |
*** mjfork_ is now known as mjfork | 12:29 | |
*** melmoth has joined #openstack | 12:30 | |
*** One-Man-Bucket has quit IRC | 12:31 | |
*** One-Man-Bucket has joined #openstack | 12:33 | |
*** timello_ has joined #openstack | 12:35 | |
*** zeus has joined #openstack | 12:35 | |
*** h0cin has joined #openstack | 12:35 | |
*** eschnou has joined #openstack | 12:37 | |
*** AnilV__ has joined #openstack | 12:38 | |
*** chasmo has joined #openstack | 12:40 | |
*** simon_lucy has joined #openstack | 12:40 | |
*** yocum has joined #openstack | 12:42 | |
*** darjeeling has quit IRC | 12:44 | |
*** yaguang has quit IRC | 12:44 | |
*** One-Man-Bucket has quit IRC | 12:46 | |
*** odyssey4me has quit IRC | 12:47 | |
*** AnilV_ has joined #openstack | 12:51 | |
*** martine has quit IRC | 12:53 | |
*** ladquin has joined #openstack | 12:54 | |
*** AnilV__ has quit IRC | 12:54 | |
*** pudim has joined #openstack | 12:56 | |
*** One-Man-Bucket has joined #openstack | 12:56 | |
*** markvoelker has joined #openstack | 12:57 | |
*** epim has quit IRC | 12:59 | |
*** qman__ has quit IRC | 13:00 | |
*** simon_lucy has quit IRC | 13:00 | |
*** epim has joined #openstack | 13:00 | |
*** tryggvil has quit IRC | 13:01 | |
*** swaT30 has quit IRC | 13:04 | |
*** vmlinuz has joined #openstack | 13:04 | |
*** martine has joined #openstack | 13:04 | |
*** swaT30 has joined #openstack | 13:05 | |
*** vlad_starkov has joined #openstack | 13:06 | |
*** tryggvil has joined #openstack | 13:07 | |
*** henrynash has quit IRC | 13:08 | |
*** Gropi_ is now known as Gropi | 13:10 | |
*** acb__ has quit IRC | 13:11 | |
*** acb__ has joined #openstack | 13:11 | |
*** almaisan-away is now known as al-maisan | 13:12 | |
*** tryggvil has quit IRC | 13:18 | |
*** mrunge has quit IRC | 13:20 | |
*** desai has joined #openstack | 13:20 | |
*** tryggvil has joined #openstack | 13:22 | |
*** samba35 has quit IRC | 13:26 | |
*** hingo has quit IRC | 13:26 | |
*** sama1 has joined #openstack | 13:29 | |
*** sama has quit IRC | 13:29 | |
*** vkmc has quit IRC | 13:30 | |
*** dwcramer has quit IRC | 13:35 | |
*** egallen has joined #openstack | 13:37 | |
*** cipherwar has joined #openstack | 13:40 | |
*** Paulojfr has joined #openstack | 13:40 | |
*** tmichael has quit IRC | 13:44 | |
*** annegentle_itsme has joined #openstack | 13:44 | |
*** One-Man-Bucket has quit IRC | 13:46 | |
*** jfluhmann has quit IRC | 13:47 | |
*** One-Man-Bucket has joined #openstack | 13:47 | |
*** riker2000 has joined #openstack | 13:48 | |
*** andrew has joined #openstack | 13:49 | |
*** andrew is now known as drewlander | 13:50 | |
*** vladdy_ has quit IRC | 13:51 | |
*** jamest has joined #openstack | 13:52 | |
*** vladdy has joined #openstack | 13:53 | |
*** simon_lucy has joined #openstack | 13:54 | |
*** Paulojfr has quit IRC | 13:55 | |
*** ush has joined #openstack | 13:55 | |
*** desai has quit IRC | 13:56 | |
*** vlad_starkov has quit IRC | 13:57 | |
*** bknudson has quit IRC | 13:58 | |
*** lborda has joined #openstack | 13:58 | |
*** peat_ has joined #openstack | 13:58 | |
*** brosner has quit IRC | 13:58 | |
*** vlad_starkov has joined #openstack | 13:59 | |
peat_ | does anyone now how to reboot an instance from command line....maybe something like nova-mange vm reboot? | 13:59 |
peat_ | i have an instance stuck in 'rebooting' state | 13:59 |
*** zeriouz_ has joined #openstack | 14:00 | |
*** brosner has joined #openstack | 14:01 | |
*** KarinLevenstein has joined #openstack | 14:01 | |
*** zeriouz has quit IRC | 14:02 | |
*** guigui3 has quit IRC | 14:02 | |
balboah | peat_: nova help says, "reboot Reboot a server." | 14:02 |
*** stevebaker has quit IRC | 14:04 | |
*** aliguori has joined #openstack | 14:04 | |
pfreund | Does anybody have a good howto to configure api-metadata service with quantum (folsom) ? There is so results in google with so many wrong answers, I can't find a good answer. | 14:04 |
pfreund | I think the problem has evolved, and previous answer does not work anymore | 14:04 |
*** zeriouz_ has quit IRC | 14:05 | |
*** zeriouz has joined #openstack | 14:07 | |
*** anteaya has joined #openstack | 14:07 | |
*** ckramer has joined #openstack | 14:10 | |
*** desai has joined #openstack | 14:10 | |
*** eharney has joined #openstack | 14:12 | |
*** eharney has joined #openstack | 14:12 | |
*** chr00t has joined #openstack | 14:13 | |
*** bknudson has joined #openstack | 14:13 | |
*** westy has joined #openstack | 14:13 | |
*** ewindisch has joined #openstack | 14:14 | |
*** kbringard has joined #openstack | 14:14 | |
*** chr00t has quit IRC | 14:14 | |
*** markvoelker has quit IRC | 14:16 | |
*** eschnou has quit IRC | 14:16 | |
*** westy has left #openstack | 14:16 | |
*** henrynash has joined #openstack | 14:17 | |
*** robertmyers has joined #openstack | 14:18 | |
*** chandan_kumar has joined #openstack | 14:18 | |
*** UICTamale has joined #openstack | 14:19 | |
*** clopez has joined #openstack | 14:19 | |
*** riker2000 has quit IRC | 14:21 | |
*** aeperezt has quit IRC | 14:21 | |
*** desai has quit IRC | 14:22 | |
*** lazyshot has joined #openstack | 14:23 | |
*** Math___ has joined #openstack | 14:23 | |
*** radez has joined #openstack | 14:24 | |
*** aeperezt has joined #openstack | 14:24 | |
*** mpdehaan has joined #openstack | 14:25 | |
*** joesavak has joined #openstack | 14:25 | |
*** vkmc has joined #openstack | 14:27 | |
saju_m | I just created a video tutorial for beginners, I want to share it with openstack users. Where i should upload this link. | 14:27 |
saju_m | How to Install Stable and Development version of Openstack using devstack for beginners | 14:27 |
saju_m | http://www.youtube.com/watch?v=AdrbYP7utDE | 14:28 |
*** dwcramer has joined #openstack | 14:28 | |
*** jbresnah__ has joined #openstack | 14:29 | |
*** swygue has quit IRC | 14:30 | |
*** rkukura has quit IRC | 14:31 | |
*** prad has quit IRC | 14:31 | |
*** eschnou has joined #openstack | 14:32 | |
*** prad has joined #openstack | 14:32 | |
*** nsavin has quit IRC | 14:33 | |
*** Tross has quit IRC | 14:34 | |
*** zz_Madasi is now known as Madasi | 14:34 | |
*** chuck_ has joined #openstack | 14:34 | |
*** robbiew has joined #openstack | 14:36 | |
*** vlad_starkov has quit IRC | 14:36 | |
*** guigui1 has joined #openstack | 14:36 | |
*** zul has quit IRC | 14:37 | |
*** chuck_ is now known as zul | 14:37 | |
*** zul has joined #openstack | 14:37 | |
*** saju_m has quit IRC | 14:37 | |
*** annegentle_itsme has quit IRC | 14:37 | |
*** markvoelker has joined #openstack | 14:38 | |
*** vlad_starkov has joined #openstack | 14:39 | |
*** egallen has quit IRC | 14:39 | |
*** bsdgeek has joined #openstack | 14:40 | |
*** ryanpetrello has joined #openstack | 14:41 | |
*** Trixboxer has joined #openstack | 14:41 | |
*** lborda has quit IRC | 14:43 | |
*** sandywalsh has joined #openstack | 14:44 | |
*** jbresnah__ has quit IRC | 14:46 | |
*** sacharya has joined #openstack | 14:46 | |
*** jbresnah__ has joined #openstack | 14:46 | |
*** jeevan_ullas has joined #openstack | 14:46 | |
*** lborda has joined #openstack | 14:47 | |
*** sophiap has joined #openstack | 14:47 | |
*** victor_lowther has joined #openstack | 14:49 | |
lyda | i'm following the multi-node instructions for devstack and it's failing when it tries to load the cirros image into glance. | 14:49 |
lyda | i've neabled swift and swift3. (note, i'm using the master branch of devstack) | 14:50 |
swaT30 | has anyone written a job to cleanup /var/lib/glance/instances/_base? | 14:50 |
*** eschnou has quit IRC | 14:50 | |
*** rnirmal has joined #openstack | 14:51 | |
*** mtreinish has joined #openstack | 14:51 | |
*** simon_lucy has quit IRC | 14:51 | |
lyda | oh, and i'm using LIBVIRT_TYPE=kvm | 14:51 |
*** dwcramer has quit IRC | 14:52 | |
lyda | any ideas? it seems like it might be an interaction between glance and swift? | 14:52 |
lyda | actually, looking in the swift screen, it seems to be missing the module swob... | 14:54 |
lyda | swift.common.swob | 14:54 |
*** MarcMorata has quit IRC | 14:55 | |
lyda | ah. i also import swift3. this refers to swift.common.swob... | 14:56 |
swaT30 | sorry, meant /var/lib/nova/instances/_base | 14:57 |
*** simon_lucy has joined #openstack | 14:57 | |
*** arcimboldo has joined #openstack | 14:57 | |
arcimboldo | hi all, how can I translate the image id in glance to the ec2_id used by boto? | 14:57 |
*** dhellmann has joined #openstack | 14:58 | |
*** salgado is now known as salgado-lunch | 14:59 | |
*** sacharya has quit IRC | 15:00 | |
*** Fiveohmike2 has quit IRC | 15:00 | |
lyda | ah. i lied. i was on the stable/folsom branch. sorry. | 15:02 |
*** rkukura has joined #openstack | 15:02 | |
*** spideyman has joined #openstack | 15:02 | |
*** senilegenius has joined #openstack | 15:03 | |
*** spideyman_ has quit IRC | 15:03 | |
*** senilegenius has quit IRC | 15:03 | |
*** koolhead17 has joined #openstack | 15:03 | |
*** senilegenius has joined #openstack | 15:04 | |
*** MrRoot has joined #openstack | 15:05 | |
*** melmoth has quit IRC | 15:05 | |
*** lborda has quit IRC | 15:10 | |
*** lborda has joined #openstack | 15:10 | |
*** senilegenius has quit IRC | 15:11 | |
*** bknudson has left #openstack | 15:11 | |
*** pixelbeat has quit IRC | 15:12 | |
*** Math___ has quit IRC | 15:13 | |
*** drewland_ has joined #openstack | 15:14 | |
*** tomoe_ has joined #openstack | 15:15 | |
*** bknudson has joined #openstack | 15:15 | |
*** drewlan__ has joined #openstack | 15:15 | |
*** drewland_ has quit IRC | 15:15 | |
*** pokoli has joined #openstack | 15:16 | |
*** melmoth has joined #openstack | 15:18 | |
*** tmichael has joined #openstack | 15:18 | |
*** drewlander has quit IRC | 15:18 | |
*** Jayford has joined #openstack | 15:19 | |
*** rnorwood1 has joined #openstack | 15:20 | |
*** dwcramer has joined #openstack | 15:21 | |
*** cp16net is now known as cp16net|away | 15:24 | |
*** chr00t has joined #openstack | 15:26 | |
*** jfluhmann has joined #openstack | 15:27 | |
*** [[[---]]] has joined #openstack | 15:28 | |
*** sacharya has joined #openstack | 15:29 | |
*** desai has joined #openstack | 15:29 | |
*** koolhead17 has quit IRC | 15:29 | |
*** One-Man-Bucket has quit IRC | 15:29 | |
*** spideyman has quit IRC | 15:30 | |
*** spideyman_ has joined #openstack | 15:30 | |
*** sandywalsh has quit IRC | 15:33 | |
*** cYrilD has quit IRC | 15:33 | |
*** DredTiger has joined #openstack | 15:33 | |
*** ProfFalken has quit IRC | 15:34 | |
*** Zehicle_at_Dell has joined #openstack | 15:34 | |
*** sulrich has quit IRC | 15:34 | |
*** simon_lucy has quit IRC | 15:34 | |
*** diego has joined #openstack | 15:34 | |
*** prad has quit IRC | 15:35 | |
*** prad has joined #openstack | 15:35 | |
*** sulrich has joined #openstack | 15:35 | |
*** samba35 has joined #openstack | 15:35 | |
*** sacharya has quit IRC | 15:35 | |
*** [[[---]]] has left #openstack | 15:36 | |
*** sacharya has joined #openstack | 15:36 | |
*** diego has quit IRC | 15:36 | |
*** diego has joined #openstack | 15:37 | |
*** bknudson has quit IRC | 15:37 | |
*** sama1 has quit IRC | 15:37 | |
*** sama has joined #openstack | 15:38 | |
*** reed has quit IRC | 15:38 | |
*** salgado-lunch is now known as salgado | 15:38 | |
*** dolphm has joined #openstack | 15:39 | |
*** DredTiger has quit IRC | 15:39 | |
*** jeevan_ullas has quit IRC | 15:42 | |
*** edmund has joined #openstack | 15:42 | |
*** maoy has joined #openstack | 15:43 | |
*** desai1 has joined #openstack | 15:43 | |
*** dolphm has quit IRC | 15:43 | |
*** desai1 has quit IRC | 15:44 | |
*** desai2 has joined #openstack | 15:44 | |
*** cYrilD has joined #openstack | 15:45 | |
*** desai has quit IRC | 15:45 | |
*** DredTiger has joined #openstack | 15:45 | |
*** warik has joined #openstack | 15:46 | |
*** ayoung has joined #openstack | 15:46 | |
*** avtar has joined #openstack | 15:46 | |
*** ayoung has quit IRC | 15:46 | |
*** john5223 has joined #openstack | 15:47 | |
*** megha is now known as firewall | 15:48 | |
*** doublerr has joined #openstack | 15:48 | |
*** diego has left #openstack | 15:49 | |
*** ayoung has joined #openstack | 15:51 | |
*** melmoth has quit IRC | 15:52 | |
*** datsun180b has joined #openstack | 15:53 | |
*** desai2 has quit IRC | 15:53 | |
*** Math___ has joined #openstack | 15:54 | |
*** afazekas_ has quit IRC | 15:54 | |
lyda | ok. networking seems unhappy, but i never reset the bridge between multiple {,un}stack.sh iterations so perhaps that's the issue. | 15:55 |
lyda | anyway, would anyone know the login/password for ubuntu's precise amd64 cloud images? | 15:55 |
*** desai has joined #openstack | 15:56 | |
*** rik___ has joined #openstack | 15:57 | |
*** bknudson has joined #openstack | 15:58 | |
*** devoid has joined #openstack | 16:00 | |
*** rnorwood1 has quit IRC | 16:01 | |
*** rnorwood1 has joined #openstack | 16:02 | |
*** devoid has quit IRC | 16:02 | |
*** devoid has joined #openstack | 16:02 | |
*** otherwiseguy has joined #openstack | 16:03 | |
*** simon_lucy has joined #openstack | 16:04 | |
*** anniec has joined #openstack | 16:05 | |
*** One-Man-Bucket has joined #openstack | 16:06 | |
*** gyee has joined #openstack | 16:06 | |
*** anniec has quit IRC | 16:06 | |
*** rnorwood1 has quit IRC | 16:06 | |
*** anniec has joined #openstack | 16:06 | |
*** rnorwood1 has joined #openstack | 16:06 | |
*** mikedawson has joined #openstack | 16:08 | |
*** drewlan__ has quit IRC | 16:09 | |
*** DredTiger has quit IRC | 16:09 | |
*** drewlander has joined #openstack | 16:09 | |
*** arcimboldo has quit IRC | 16:09 | |
*** One-Man-Bucket has quit IRC | 16:11 | |
*** guigui1 has quit IRC | 16:11 | |
*** cp16net|away is now known as cp16net | 16:11 | |
*** rnorwood1 has quit IRC | 16:11 | |
*** rnorwood2 has joined #openstack | 16:11 | |
*** mattray has joined #openstack | 16:11 | |
*** rnorwood2 has quit IRC | 16:11 | |
*** rnorwood1 has joined #openstack | 16:11 | |
*** sulrich has left #openstack | 16:13 | |
*** sulrich has joined #openstack | 16:14 | |
maurosr | /buffer 19 | 16:14 |
maurosr | sorry ^ | 16:14 |
*** cYrilD has quit IRC | 16:16 | |
*** DredTiger has joined #openstack | 16:17 | |
*** annegentle_itsme has joined #openstack | 16:17 | |
*** desai has quit IRC | 16:18 | |
*** primeministerp has joined #openstack | 16:18 | |
evxd | lyda: you should be booting the ubuntu cloud images with an SSH key and logging in using that | 16:19 |
*** rnorwood1 has quit IRC | 16:19 | |
*** rnorwood1 has joined #openstack | 16:19 | |
lyda | yep. tried that too. | 16:19 |
*** tryggvil has quit IRC | 16:20 | |
evxd | the instance pulls its SSH keys using cloud-init via the metadata api | 16:21 |
evxd | i would check the console log of the instance and make sure that's running correctly | 16:21 |
*** nsavin has joined #openstack | 16:21 | |
lyda | yep. it is. and vnc shows a login prompt (obviously a public key isn't useful there!). | 16:22 |
lyda | just noticed i wasn't using the private key. (in ~stack/devstack/accrc/admin, yes? | 16:22 |
lyda | ) | 16:22 |
*** bencherian has joined #openstack | 16:23 | |
*** rnorwood1 has quit IRC | 16:23 | |
*** bencherian has quit IRC | 16:23 | |
*** rnorwood1 has joined #openstack | 16:23 | |
*** eharney has quit IRC | 16:24 | |
lyda | hm. didn't work for admin, root, stack or ec2user. ~stack/devstack/accrc/admin/admin-pk.pem was the key i used (generated by stack.sh). | 16:24 |
lyda | i'll go hunt down the logs. | 16:24 |
*** benno_ has quit IRC | 16:25 | |
*** fc__ has quit IRC | 16:25 | |
*** danger_fo_away is now known as danger_fo | 16:26 | |
*** osier has quit IRC | 16:28 | |
*** mnewby has joined #openstack | 16:28 | |
*** pvankouteren has quit IRC | 16:31 | |
*** scot has joined #openstack | 16:31 | |
*** rnorwood1 has quit IRC | 16:31 | |
*** cYrilD has joined #openstack | 16:32 | |
*** desai has joined #openstack | 16:33 | |
*** scot has quit IRC | 16:34 | |
*** sophiap has quit IRC | 16:34 | |
*** bluenemo has quit IRC | 16:34 | |
*** balboah has quit IRC | 16:36 | |
*** doublerr has quit IRC | 16:38 | |
*** starmer has quit IRC | 16:39 | |
*** acb__ has quit IRC | 16:40 | |
*** jgriffith has quit IRC | 16:43 | |
*** jgriffith has joined #openstack | 16:43 | |
lyda | ah, and i see in the web interface there's a way to specify the key. right. | 16:43 |
*** colinmcnamara has joined #openstack | 16:45 | |
*** desai has quit IRC | 16:45 | |
lyda | btw, there's no nova keypair-get? the private key is thrown away? | 16:47 |
lyda | evxd: excellent. that worked. thanks! | 16:49 |
*** vishy_zz is now known as vishy | 16:50 | |
*** simon_lucy has quit IRC | 16:51 | |
*** sacharya has quit IRC | 16:51 | |
*** giulivo has quit IRC | 16:52 | |
*** adjohn has joined #openstack | 16:53 | |
*** acathrow has left #openstack | 16:56 | |
*** eharney has joined #openstack | 16:58 | |
*** eharney has joined #openstack | 16:58 | |
*** halj has left #openstack | 16:59 | |
*** mindpixel has quit IRC | 17:00 | |
*** epim has quit IRC | 17:00 | |
*** epim_ has joined #openstack | 17:00 | |
*** epim_ has quit IRC | 17:00 | |
*** epim has joined #openstack | 17:01 | |
*** MarkAtwood has joined #openstack | 17:01 | |
*** maxdml has quit IRC | 17:01 | |
*** alex88 has quit IRC | 17:01 | |
*** scot has joined #openstack | 17:02 | |
*** jeremy has quit IRC | 17:02 | |
*** mmagr has quit IRC | 17:02 | |
*** dneary has quit IRC | 17:03 | |
*** Math___ has quit IRC | 17:04 | |
*** scot has quit IRC | 17:04 | |
*** krow has joined #openstack | 17:04 | |
*** aeperezt has quit IRC | 17:05 | |
*** crandquist has joined #openstack | 17:05 | |
*** pixelbeat has joined #openstack | 17:06 | |
*** pantea has quit IRC | 17:07 | |
*** ozone227 has quit IRC | 17:07 | |
*** crandquist has quit IRC | 17:08 | |
*** crandquist has joined #openstack | 17:08 | |
*** jeremy has joined #openstack | 17:08 | |
*** halj has joined #openstack | 17:09 | |
*** genewitch has joined #openstack | 17:10 | |
*** sama1 has joined #openstack | 17:10 | |
*** maoy has quit IRC | 17:10 | |
*** sama1 has quit IRC | 17:10 | |
*** pixelbeat has quit IRC | 17:10 | |
*** acb__ has joined #openstack | 17:11 | |
*** ondergetekende has quit IRC | 17:12 | |
*** markwash has joined #openstack | 17:12 | |
*** EmilienM has left #openstack | 17:13 | |
*** sama has quit IRC | 17:13 | |
*** krow has quit IRC | 17:13 | |
*** sn0wb1rd has quit IRC | 17:14 | |
*** crandquist has quit IRC | 17:16 | |
*** jbresnah__ has quit IRC | 17:16 | |
*** dneary has joined #openstack | 17:16 | |
*** darjeeling has joined #openstack | 17:17 | |
*** dolphm has joined #openstack | 17:18 | |
*** dolphm has left #openstack | 17:18 | |
*** lloydde has joined #openstack | 17:18 | |
*** warik has joined #openstack | 17:19 | |
*** pixelbeat has joined #openstack | 17:19 | |
*** spideyman_ has quit IRC | 17:20 | |
*** spideyman has joined #openstack | 17:20 | |
genewitch | I have four large servers: 4 Nics, only two 10G are wired and 'buntu sees them as the 3rd and 4th NIC. I have 1 512GB disk in each server. I'm using ubuntu 12.04.1 64 bit. Which guide should i follow? | 17:20 |
genewitch | Most of the guides make assumptions about LAN config that i can't follow. | 17:21 |
*** al-maisan is now known as almaisan-away | 17:21 | |
*** rnorwood1 has joined #openstack | 17:22 | |
swaT30 | anyone know if it's possible to regen KVM's instances/_base files? | 17:22 |
*** anniec has quit IRC | 17:23 | |
*** giorgiodinapoli has quit IRC | 17:23 | |
*** sarob has joined #openstack | 17:23 | |
*** jcmartin has joined #openstack | 17:24 | |
*** sarob has quit IRC | 17:24 | |
*** amccabe has quit IRC | 17:24 | |
*** ehaselwante has quit IRC | 17:24 | |
*** sarob has joined #openstack | 17:25 | |
*** Gordonz has joined #openstack | 17:26 | |
*** foudfou has joined #openstack | 17:26 | |
*** esp1 has joined #openstack | 17:26 | |
*** chandan_kumar has quit IRC | 17:26 | |
*** halj has quit IRC | 17:27 | |
*** Gordonz has quit IRC | 17:27 | |
*** Gordonz has joined #openstack | 17:27 | |
*** reidrac has quit IRC | 17:28 | |
*** krow has joined #openstack | 17:28 | |
*** jgriffith has quit IRC | 17:29 | |
*** spideyman has quit IRC | 17:29 | |
*** sbadia has joined #openstack | 17:29 | |
*** jgriffith has joined #openstack | 17:29 | |
*** spideyman has joined #openstack | 17:29 | |
*** Jayford has quit IRC | 17:29 | |
*** flaper87 has quit IRC | 17:30 | |
*** dev_sa has quit IRC | 17:30 | |
*** burris has joined #openstack | 17:31 | |
*** giorgiodinapoli has joined #openstack | 17:32 | |
*** sama has joined #openstack | 17:34 | |
*** pfreund has quit IRC | 17:34 | |
*** starmer has joined #openstack | 17:35 | |
*** eglynn has quit IRC | 17:36 | |
*** victor_lowther has quit IRC | 17:36 | |
*** desai has joined #openstack | 17:37 | |
*** crandquist has joined #openstack | 17:37 | |
*** ryanpetrello has quit IRC | 17:38 | |
*** carif has quit IRC | 17:38 | |
*** eglynn has joined #openstack | 17:38 | |
genewitch | how are the management and API interfaces different? | 17:39 |
*** colinmcnamara has quit IRC | 17:39 | |
*** colinmcnamara has joined #openstack | 17:39 | |
*** juice has joined #openstack | 17:40 | |
*** christophk has joined #openstack | 17:40 | |
*** ryanpetrello has joined #openstack | 17:40 | |
*** yota has quit IRC | 17:41 | |
*** b3nt_pin has joined #openstack | 17:42 | |
*** simon-AS5591 has quit IRC | 17:43 | |
*** jgriffit1 has joined #openstack | 17:43 | |
*** eglynn has quit IRC | 17:43 | |
*** vishy is now known as vishy_zz | 17:44 | |
*** eglynn has joined #openstack | 17:44 | |
*** sbadia has quit IRC | 17:44 | |
*** sbadia has joined #openstack | 17:45 | |
*** jgriffith has quit IRC | 17:46 | |
*** Math___ has joined #openstack | 17:47 | |
*** vlad_starkov has quit IRC | 17:47 | |
*** ev0ldave has joined #openstack | 17:48 | |
foudfou | hi all, is it possible to run an ARM vm on a x86 compute node that has libvirt_type=qemu ? | 17:48 |
*** flaper87 has joined #openstack | 17:48 | |
*** kaganos has joined #openstack | 17:49 | |
*** bladernr_ has quit IRC | 17:50 | |
*** bladernr_ has joined #openstack | 17:51 | |
*** vishy_zz is now known as vishy | 17:52 | |
*** nalt has joined #openstack | 17:53 | |
*** comptona has joined #openstack | 17:53 | |
*** jbresnah__ has joined #openstack | 17:53 | |
*** acathrow has joined #openstack | 17:54 | |
*** timello_ has quit IRC | 17:54 | |
*** anniec has joined #openstack | 17:54 | |
*** ehaselwanter has joined #openstack | 17:55 | |
*** anniec_ has joined #openstack | 17:56 | |
nalt | Hi stackers, I am currently running Essex with VLAN mode and I have a question. | 17:57 |
*** giorgiodinapoli has quit IRC | 17:57 | |
nalt | How would I block my VMs from public network? | 17:58 |
*** yidclare has joined #openstack | 17:58 | |
nalt | The default security group rule just allow all outbound/inbound traffic and I do not know how to change this. | 17:58 |
*** rnorwood1 has quit IRC | 17:59 | |
*** anniec has quit IRC | 17:59 | |
*** anniec_ is now known as anniec | 17:59 | |
*** jbresnah__ has quit IRC | 17:59 | |
genewitch | nalt: you mean from going to the public network or receiving traffic from? | 18:00 |
*** ehaselwante has joined #openstack | 18:00 | |
nalt | both would be preferred | 18:00 |
*** sophiap has joined #openstack | 18:01 | |
nalt | I would like to just isolate the VMs in the private VLAN I created | 18:01 |
genewitch | nalt: wish i knew. no one in here talks. | 18:01 |
nalt | lol maybe I'm just asking at the wrong time of the day | 18:02 |
vkmc | maybe it's not much help but... have you tried checking the manual? http://docs.openstack.org/essex/openstack-compute/admin/content/networking-options.html | 18:03 |
vkmc | I usually found them really handful :) | 18:03 |
genewitch | Yes like they suggest "ratherbetoken" as a token password | 18:04 |
genewitch | That's so helpful in an enterprise setting. | 18:04 |
*** ehaselwanter has quit IRC | 18:04 | |
*** hemnafk is now known as hemna | 18:05 | |
*** spideyman_ has joined #openstack | 18:05 | |
*** gael has quit IRC | 18:05 | |
*** rnorwood1 has joined #openstack | 18:05 | |
*** spideyman has quit IRC | 18:05 | |
*** manu-db has quit IRC | 18:05 | |
nalt | Yup I check the manual as much as I could before going on IRC | 18:05 |
nalt | Do you think it might require some changes to the cloud host IP routing table ? | 18:06 |
*** carif has joined #openstack | 18:06 | |
*** alrs has quit IRC | 18:07 | |
*** sn0wb1rd has joined #openstack | 18:08 | |
*** carif has quit IRC | 18:08 | |
*** alrs has joined #openstack | 18:08 | |
*** carif has joined #openstack | 18:09 | |
*** sophiap has quit IRC | 18:09 | |
*** tryggvil has joined #openstack | 18:10 | |
*** doublerr has joined #openstack | 18:10 | |
*** darraghb has quit IRC | 18:11 | |
*** whenry has quit IRC | 18:11 | |
*** timello_ has joined #openstack | 18:11 | |
*** alex88 has joined #openstack | 18:12 | |
*** rnorwood1 has quit IRC | 18:13 | |
*** rnorwood2 has joined #openstack | 18:13 | |
*** cYrilD has quit IRC | 18:15 | |
*** vipul is now known as vipul|away | 18:16 | |
*** mikal has quit IRC | 18:17 | |
*** rnirmal has quit IRC | 18:17 | |
*** sacharya has joined #openstack | 18:19 | |
*** maoy has joined #openstack | 18:19 | |
*** rnorwood2 has quit IRC | 18:20 | |
*** cloudchimp has joined #openstack | 18:20 | |
*** msavy has quit IRC | 18:20 | |
*** nacx has quit IRC | 18:24 | |
*** led_belly has joined #openstack | 18:24 | |
*** mikal has joined #openstack | 18:25 | |
*** derekh has quit IRC | 18:26 | |
*** koolhead17 has joined #openstack | 18:26 | |
*** amccabe has joined #openstack | 18:26 | |
*** russellb is now known as rustlebee | 18:29 | |
*** dansmith is now known as justdan | 18:29 | |
*** comstud is now known as studly | 18:29 | |
*** leifmadsen is now known as blitzrage | 18:32 | |
*** b3nt_pin is now known as bagels | 18:33 | |
*** doublerr has quit IRC | 18:33 | |
*** sayan has joined #openstack | 18:34 | |
*** sayan has joined #openstack | 18:34 | |
*** vishy is now known as squishy | 18:34 | |
*** csmith has joined #openstack | 18:35 | |
*** mrjazzcat has joined #openstack | 18:35 | |
*** eglynn_ has joined #openstack | 18:36 | |
*** eglynn has quit IRC | 18:36 | |
*** jbresnah__ has joined #openstack | 18:36 | |
lyda | i allocate a floating ip address to an instance, but it's not getting any traffic. | 18:39 |
lyda | this is on a single, all in one host. from another machine i try and ssh in. if i run tcpdump host FLOATING-IP on the controller/compute node, i see the ssh-bound packet come in. | 18:40 |
*** yidclare has quit IRC | 18:41 | |
lyda | looking at the manual http://docs.openstack.org/trunk/openstack-compute/admin/content/network-troubleshooting.html it suggests a number of problem detection steps. | 18:41 |
nalt | did you enable ipv4 forwarding on cloud host machine? | 18:42 |
lyda | iptables -L -nv does not show -A nova-network-OUTPUT -d FLOATING-IP/32 -j DNAT --to-destination PRIVATE_IP | 18:42 |
*** vlad_starkov has joined #openstack | 18:43 | |
lyda | yes. | 18:43 |
lyda | cat /proc/sys/net/ipv4/ip_forward => 1 | 18:43 |
Apsu` | Be sure that when you tcpdump you use the -p switch | 18:43 |
*** Math___ has quit IRC | 18:43 | |
*** victor_lowther has joined #openstack | 18:44 | |
Apsu` | Otherwise you're enabling promiscuous mode on the interface, which might not be correct and might alter the network behavior, but only while dumping | 18:44 |
lyda | Apsu`: ah. good call. trying. | 18:44 |
Apsu` | Of course, if the interface is already in promiscuous mode (check with "ip l"), you'd omit the -p | 18:44 |
*** sophiap has joined #openstack | 18:44 | |
*** Math___ has joined #openstack | 18:45 | |
lyda | it's not in promisc mode - but i still see the packet. | 18:45 |
*** yidclare has joined #openstack | 18:45 | |
lyda | tcpdump -p host FLOATING-IP (ssh to FLOATING-IP from elsewhere) it sees the packets. | 18:46 |
lyda | "it"=compute node. | 18:46 |
Apsu` | Can you get out from the instance with the floating IP allocated? | 18:47 |
Apsu` | I.e., ping 8.8.8.8 | 18:47 |
lyda | i do note that eth0 (the public interface) has the compute node's public ip as well as the floating ip. | 18:47 |
lyda | i could before. checking again. | 18:47 |
Apsu` | Can you ping the floating IP externally, as well? | 18:47 |
lyda | from the instance i can ping 8.8.8.8. | 18:49 |
*** sophiap has quit IRC | 18:50 | |
*** bladernr_ has quit IRC | 18:50 | |
Apsu` | lyda: And your security group(s) allow inbound ssh? | 18:50 |
lyda | from an external host i cannot ping FLOATING-IP. (tcpdump -p host FLOATING-IP shows the packets arriving) | 18:50 |
lyda | yes. they allow icmp, ssh and http. | 18:51 |
*** bladernr_ has joined #openstack | 18:51 | |
lyda | did you see this comment: | 18:51 |
lyda | iptables -L -nv does not show -A nova-network-OUTPUT -d FLOATING-IP/32 -j DNAT --to-destination PRIVATE_IP | 18:51 |
Apsu` | Sounds like your DNAT/SNAT rules are incorrect | 18:51 |
Apsu` | OUTPUT is not relevant for how you're testing | 18:51 |
Apsu` | PREROUTING and POSTROUTING matter here, since you're testing external traffic | 18:52 |
Apsu` | OUTPUT is for locally-generated (from the host) traffic | 18:52 |
lyda | 392 52441 nova-network-PREROUTING all -- * * 0.0.0.0/0 0.0.0.0/0 | 18:52 |
lyda | 78 4921 nova-network-POSTROUTING all -- * * 0.0.0.0/0 0.0.0.0/0 | 18:52 |
lyda | yes, that also seems wrong. | 18:52 |
*** jpich has quit IRC | 18:53 | |
*** samba35 has quit IRC | 18:53 | |
*** jsavak has joined #openstack | 18:53 | |
Apsu` | Use a paste site and paste the output of iptables-save -c | 18:53 |
*** vlad_starkov has quit IRC | 18:53 | |
lyda | sorry, new here. paste site? | 18:54 |
lyda | (will do - also looking through n-net logs) | 18:54 |
Apsu` | dpaste, hpaste, pastebin (ugh) | 18:54 |
Apsu` | Or use a commandline-capable site you can curl to, like ix.io or sprunge.us | 18:54 |
lyda | sorry, i misread "a paste site" as "the paste site" :) | 18:54 |
ev0ldave | does folsom include a rest api healthchceck call for services other than swift? | 18:55 |
Apsu` | <command> |& curl -F 'f:1=<-' ix.io, for instance | 18:55 |
Apsu` | You can wrap it in a function in your shell configs, ix() { ... } | 18:55 |
Apsu` | Then command |& ix, will spit out a URL | 18:55 |
Apsu` | Makes getting support very handy | 18:56 |
*** carif_ has joined #openstack | 18:56 | |
*** desai has quit IRC | 18:56 | |
*** colinmcnamara has quit IRC | 18:57 | |
*** joesavak has quit IRC | 18:57 | |
*** sama has quit IRC | 18:57 | |
*** desai has joined #openstack | 18:57 | |
lyda | http://paste.debian.net/223803/ | 18:57 |
*** benno__ has joined #openstack | 18:57 | |
*** joesavak has joined #openstack | 18:57 | |
*** carif_ has quit IRC | 18:57 | |
*** carif_ has joined #openstack | 18:58 | |
*** manu-db has joined #openstack | 18:58 | |
*** carif has quit IRC | 18:58 | |
lyda | (btw, if it helps, this is built with devstack(master) on precise 12.04.1) | 18:58 |
*** vipul|away is now known as vipul | 18:59 | |
*** jsavak has quit IRC | 19:00 | |
*** jodok has quit IRC | 19:01 | |
*** sophiap has joined #openstack | 19:01 | |
*** anniec has quit IRC | 19:01 | |
*** anniec has joined #openstack | 19:02 | |
*** rnirmal has joined #openstack | 19:02 | |
lyda | also, the floating ip was added like so: nova floating-ip-create; nova add-floating-ip bob 10.196.107.193 (the FLOATING-IP). | 19:02 |
*** joesavak has quit IRC | 19:02 | |
lyda | weird. this file is empty: /opt/stack/data/nova/nova-iptables | 19:03 |
*** bagels is now known as beagles | 19:05 | |
*** alex88 has quit IRC | 19:06 | |
*** pokoli has quit IRC | 19:06 | |
Apsu` | lyda: Bit busy right this second, but, your rules look okay. Try dumping from the VM | 19:06 |
*** dwcramer has quit IRC | 19:07 | |
lyda | doh! heh. i had not yet looked there. though i can ssh in on the private ip address. | 19:07 |
lyda | i'm learning a far bit though every step that breaks, so not a waste. | 19:08 |
Apsu` | Hrm.... well, the DNAT rule is getting hit | 19:08 |
*** mmagr has joined #openstack | 19:10 | |
*** juice has quit IRC | 19:11 | |
*** rnorwood1 has joined #openstack | 19:11 | |
*** scotm has joined #openstack | 19:12 | |
*** mrmartin has joined #openstack | 19:12 | |
*** colinmcnamara has joined #openstack | 19:12 | |
*** dtalton has joined #openstack | 19:12 | |
*** shardy is now known as shardy_afk | 19:12 | |
lyda | ok, i did each nic at a time and then i made them all promisc. didn't help. | 19:13 |
*** zodiak has quit IRC | 19:13 | |
lyda | the vm instance has an empty iptables. | 19:14 |
*** rnorwood2 has joined #openstack | 19:14 | |
*** vipul is now known as vipul|away | 19:16 | |
*** vipul|away is now known as vipul | 19:16 | |
*** rnorwood1 has quit IRC | 19:16 | |
lyda | btw, there are two nics on this machine. if that matters. | 19:16 |
*** Zehicle_at_Dell has quit IRC | 19:17 | |
*** colinmcnamara has quit IRC | 19:17 | |
*** Zehicle_at_Dell has joined #openstack | 19:18 | |
*** corXi has quit IRC | 19:18 | |
*** jeevan_ullas has joined #openstack | 19:18 | |
*** rnorwood2 has quit IRC | 19:18 | |
tms_ | Hey folks, I have a question | 19:19 |
*** ehaselwante has quit IRC | 19:19 | |
*** markmcclain has joined #openstack | 19:19 | |
tms_ | so I threw my glance images (/var/lib/glance/images/) onto my netapp, shared via nfs | 19:19 |
*** markmcclain has quit IRC | 19:19 | |
tms_ | and I'm mounting it on my other controllers | 19:20 |
tms_ | and I've set that as the images directory, but when I do glance index I get no images | 19:20 |
*** markmcclain has joined #openstack | 19:20 | |
tms_ | is there something I need to do to tell it to scan and add the images located there to the database? | 19:20 |
tms_ | or is what I'm trying to do impossible? | 19:20 |
*** markmcclain has quit IRC | 19:21 | |
*** ozone227 has joined #openstack | 19:21 | |
*** koolhead17 has quit IRC | 19:22 | |
*** dwcramer has joined #openstack | 19:22 | |
Apsu` | lyda: I can't help you much more right now, but... usually if the DNAT triggers but traffic doesn't show up, it's a routing issue. Check your bridging/routing | 19:22 |
*** jgriffit1 has quit IRC | 19:23 | |
*** foudfou has quit IRC | 19:23 | |
Apsu` | lyda: Or it's a -t filter rule blocking it | 19:23 |
*** jgriffith has joined #openstack | 19:23 | |
*** vlad_starkov has joined #openstack | 19:24 | |
*** sayan has quit IRC | 19:25 | |
lyda | routing looks ok. will have to look at the -t rule bit. first need to get dinner. will tackle again this evening. | 19:25 |
*** rnorwood1 has joined #openstack | 19:27 | |
*** simon-AS559 has joined #openstack | 19:27 | |
*** datsun180b has quit IRC | 19:28 | |
*** jgriffith has quit IRC | 19:29 | |
*** Ryan_Lane has joined #openstack | 19:29 | |
*** zodiak has joined #openstack | 19:30 | |
*** simon-AS5591 has joined #openstack | 19:30 | |
*** zeriouz has quit IRC | 19:30 | |
*** datsun180b has joined #openstack | 19:31 | |
*** stevebaker has joined #openstack | 19:32 | |
*** simon-AS559 has quit IRC | 19:32 | |
*** sophiap has quit IRC | 19:33 | |
xmltok | can i reset my swift auth? i have had some problems with swauth so i have gone back to tempauth, yet with tempauth one of my accounts gives me a 403 forbidden even when i have the right credentials | 19:33 |
*** vlad_starkov has quit IRC | 19:33 | |
*** jgriffith has joined #openstack | 19:33 | |
xmltok | i can verify it by changing the account name to something unused and the same credentials work | 19:34 |
*** vmlinuz has quit IRC | 19:35 | |
*** h0cin has quit IRC | 19:35 | |
*** cp16net is now known as cp16net|away | 19:35 | |
*** mikedawson has quit IRC | 19:37 | |
*** vlad_starkov has joined #openstack | 19:38 | |
*** jeevan_ullas has quit IRC | 19:38 | |
tms_ | exit | 19:40 |
*** tms_ has quit IRC | 19:40 | |
*** juice has joined #openstack | 19:40 | |
*** bsdgeek has quit IRC | 19:41 | |
*** sayan has joined #openstack | 19:41 | |
*** h0cin has joined #openstack | 19:41 | |
*** juice has quit IRC | 19:42 | |
*** JesperA has joined #openstack | 19:43 | |
*** warik has quit IRC | 19:44 | |
*** juice has joined #openstack | 19:45 | |
*** warik has joined #openstack | 19:45 | |
*** juice has quit IRC | 19:45 | |
*** tmichael has quit IRC | 19:46 | |
*** juice has joined #openstack | 19:46 | |
*** koolhead17 has joined #openstack | 19:46 | |
*** simon-AS5591 has quit IRC | 19:49 | |
*** ehaselwanter has joined #openstack | 19:50 | |
*** Zehicle_at_Dell has quit IRC | 19:50 | |
*** Zehicle_at_Dell has joined #openstack | 19:51 | |
*** AnilV_ has quit IRC | 19:52 | |
*** sophiap has joined #openstack | 19:54 | |
*** bencherian has joined #openstack | 19:55 | |
*** bencherian has quit IRC | 19:55 | |
*** vlad_starkov has quit IRC | 19:56 | |
*** radez is now known as radez_g0n3 | 19:56 | |
*** juice has quit IRC | 19:58 | |
*** benno__ has quit IRC | 19:59 | |
*** h0cin has quit IRC | 20:00 | |
*** Tross has joined #openstack | 20:00 | |
*** Harry51S has quit IRC | 20:00 | |
*** rnorwood2 has joined #openstack | 20:00 | |
*** annegentle_itsme has quit IRC | 20:01 | |
*** rnorwood1 has quit IRC | 20:02 | |
*** cloudchimp_ has joined #openstack | 20:02 | |
*** vipul is now known as vipul|away | 20:04 | |
*** esp1 has quit IRC | 20:04 | |
*** clopez has quit IRC | 20:06 | |
*** tmichael has joined #openstack | 20:06 | |
*** vipul|away is now known as vipul | 20:08 | |
*** dwcramer has quit IRC | 20:10 | |
*** pixelbeat has quit IRC | 20:10 | |
*** sophiap has quit IRC | 20:11 | |
*** JesperA has quit IRC | 20:11 | |
*** maurosr has quit IRC | 20:12 | |
*** jbresnah__ has quit IRC | 20:14 | |
*** melwitt has joined #openstack | 20:15 | |
*** crandquist has quit IRC | 20:16 | |
*** vlad_starkov has joined #openstack | 20:17 | |
*** mpdehaan has quit IRC | 20:17 | |
*** ehaselwanter has quit IRC | 20:20 | |
*** luis_ has quit IRC | 20:22 | |
*** jodok has joined #openstack | 20:22 | |
*** jbresnah__ has joined #openstack | 20:23 | |
*** rnirmal_ has joined #openstack | 20:23 | |
*** spideyman_ has quit IRC | 20:23 | |
*** eschnou has joined #openstack | 20:23 | |
*** markvoelker has quit IRC | 20:24 | |
*** spideyman has joined #openstack | 20:24 | |
*** drewlander has quit IRC | 20:25 | |
*** primeministerp has quit IRC | 20:25 | |
*** mpdehaan has joined #openstack | 20:26 | |
*** rnirmal has quit IRC | 20:26 | |
*** rnirmal_ is now known as rnirmal | 20:26 | |
*** egallen has joined #openstack | 20:26 | |
*** edmund has quit IRC | 20:26 | |
*** mpdehaan has quit IRC | 20:26 | |
*** sacharya has quit IRC | 20:27 | |
*** mpdehaan has joined #openstack | 20:27 | |
*** cp16net|away is now known as cp16net | 20:27 | |
*** cloudchimp has quit IRC | 20:27 | |
*** sacharya has joined #openstack | 20:27 | |
*** cloudchimp_ has quit IRC | 20:27 | |
*** cloudchimp has joined #openstack | 20:28 | |
*** markvoelker has joined #openstack | 20:28 | |
*** rnorwood2 has quit IRC | 20:28 | |
*** cody-somerville has joined #openstack | 20:29 | |
*** tmichael has quit IRC | 20:29 | |
*** tmichael has joined #openstack | 20:30 | |
*** vipul is now known as vipul|away | 20:30 | |
*** vipul|away is now known as vipul | 20:30 | |
*** rnorwood1 has joined #openstack | 20:31 | |
*** rnorwood2 has joined #openstack | 20:32 | |
*** rnorwood1 has quit IRC | 20:32 | |
*** krow has quit IRC | 20:32 | |
*** dwcramer has joined #openstack | 20:32 | |
*** rnorwood2 has quit IRC | 20:32 | |
*** acathrow has left #openstack | 20:33 | |
*** rnorwood1 has joined #openstack | 20:33 | |
*** ozone227 has quit IRC | 20:33 | |
*** melmoth has joined #openstack | 20:34 | |
*** mmagr has quit IRC | 20:36 | |
*** mmagr has joined #openstack | 20:36 | |
*** rnorwood1 has quit IRC | 20:37 | |
*** rnorwood1 has joined #openstack | 20:39 | |
*** rnorwood1 has joined #openstack | 20:40 | |
*** annegentle_itsme has joined #openstack | 20:40 | |
*** Rocky_ has quit IRC | 20:40 | |
*** krow has joined #openstack | 20:41 | |
*** simon-AS559 has joined #openstack | 20:44 | |
*** vipul is now known as vipul|away | 20:45 | |
*** sophiap has joined #openstack | 20:45 | |
csmith | hi folks, tried sifting through old irclogs without luck. Without swift-recon, swift-informant and statsdlog is there a way from an object node that I can query my swift cluster-wide total storage size? I'm not looking for tenant-by-tenant usage numbers. | 20:46 |
*** simon-AS5591 has joined #openstack | 20:47 | |
*** rnorwood1 has quit IRC | 20:48 | |
*** egallen has quit IRC | 20:48 | |
*** vogel has quit IRC | 20:48 | |
*** cp16net is now known as cp16net|away | 20:48 | |
*** krow has quit IRC | 20:49 | |
*** simon-AS559 has quit IRC | 20:49 | |
*** swaT30 has quit IRC | 20:49 | |
*** clopez has joined #openstack | 20:50 | |
*** koolhead17 has quit IRC | 20:50 | |
*** ehaselwanter has joined #openstack | 20:50 | |
*** rnorwood1 has joined #openstack | 20:51 | |
*** krow has joined #openstack | 20:51 | |
*** warik has quit IRC | 20:52 | |
*** Math___ has quit IRC | 20:52 | |
*** cryptographrix has quit IRC | 20:53 | |
*** Math___ has joined #openstack | 20:54 | |
*** stevebaker has quit IRC | 20:54 | |
*** cryptographrix has joined #openstack | 20:55 | |
notmyname | csmith: the updaters aggregate object usage into the account metadata. if you know what the swift accounts are, you can make HEAD requests and get the total bytes. alternatively, you can crawl the accounts on disk and get the info that way (more complicated, but avoids the need to do http reuqests) | 20:55 |
*** spzala has joined #openstack | 20:56 | |
csmith | thanks notmyname, wanted to make sure I wasn't over-looking a single API call or something. much thanks. | 20:56 |
csmith | s/over-looking/overlooking | 20:57 |
notmyname | csmith: nope. the tools you mentioned are more ops tools. you could also use something like slogging (http://github.com/notmyname/slogging) to do usage calculations for the swift cluster. among other things, it reports bytes used per account | 20:58 |
*** devoid has quit IRC | 20:59 | |
*** zeus has quit IRC | 20:59 | |
*** devoid has joined #openstack | 20:59 | |
*** ehaselwanter has quit IRC | 20:59 | |
*** cp16net|away is now known as cp16net | 21:02 | |
*** markvoelker has quit IRC | 21:03 | |
*** ladquin has quit IRC | 21:03 | |
*** ladquin has joined #openstack | 21:04 | |
csmith | notmyname, thanks for the pointers. slogging looks to be a good example for iterating over all containers and accounts. I'm wondering if the the bytes used per account is 1/3 of the total footprint on your swift cluster due to the replication that takes place, or whether it's the actual footprint on the disks within the cluster. | 21:05 |
csmith | ... only way to find out is the test. I'll push some objects and validate thanks | 21:06 |
notmyname | csmith: no, it's the actual amount used. but since swift is eventually consistent, each replica may not agree. and although you may want 3 replicas, you can have anywhere from 1 to N replicas, where N = the number of drives in your system. slogging takes care of all of that | 21:06 |
csmith | good deal notmyname. I'll have something to play w/ this weekend. | 21:07 |
notmyname | slogging's way of resolving it is to take the average of the amounts found. this will of course not be 100% accurate all of the time, but slogging was designed to run fairly often (eg every hour). and if you are reporting usage on a daily basis, the small discrepancies that may come up because of the averaging go away pretty quickly | 21:07 |
*** aeperezt has joined #openstack | 21:08 | |
*** blitzrage is now known as leifmadsen | 21:08 | |
*** acb__ has quit IRC | 21:09 | |
csmith | ahh, makes sense | 21:09 |
*** firewall has quit IRC | 21:11 | |
*** MrRoot has quit IRC | 21:12 | |
csmith | notmyname from a commandline, if I were to look at stats of my mounted swift drives on each swift-object node, would that also give an accurate representation? | 21:14 |
notmyname | csmith: not on a per-account basis. it's a great way to do operational monitoring (and is essentially what swift-recon does). but it won't give you per-account utilization | 21:15 |
*** cloudchimp has quit IRC | 21:15 | |
csmith | ahh roger notmyname thanks again. | 21:16 |
*** james has joined #openstack | 21:16 | |
notmyname | csmith: say for example that you have 3 drives in your cluster with 3 replicas. all data is on every drive, and therefore `df` tells you how full your cluster is. but it doesn't tell you anything about how many accounts you have or how they are using that storage | 21:16 |
*** james is now known as Guest32526 | 21:16 | |
csmith | right so we can't see that pain points (accounts who are responsible for eating up most of the storage) | 21:17 |
*** eschnou has quit IRC | 21:20 | |
*** kaganos has quit IRC | 21:21 | |
*** juice has joined #openstack | 21:21 | |
*** salgado has quit IRC | 21:22 | |
*** mmagr has quit IRC | 21:23 | |
*** juice has quit IRC | 21:23 | |
*** vipul|away is now known as vipul | 21:23 | |
*** nelson1234 has quit IRC | 21:24 | |
*** ehaselwanter has joined #openstack | 21:25 | |
*** Guest29624 has joined #openstack | 21:26 | |
*** andreas__ has joined #openstack | 21:33 | |
*** ehaselwanter has quit IRC | 21:34 | |
*** Vivek has quit IRC | 21:34 | |
*** ahasenack has quit IRC | 21:36 | |
*** vipul is now known as vipul|away | 21:38 | |
*** vipul|away is now known as vipul | 21:38 | |
*** ispireme has quit IRC | 21:38 | |
*** annegentle_itsme has quit IRC | 21:39 | |
*** KarinLevenstein has quit IRC | 21:39 | |
nalt | anyone know how to bring a stuck snapshot out of "queued" state? | 21:41 |
nalt | I have enough disk space and all my services are running | 21:42 |
nalt | I was able to create 1 snapshot earlier today | 21:42 |
*** kitplummer has joined #openstack | 21:43 | |
*** spideyman has quit IRC | 21:44 | |
kitplummer | hey all. have a 'devstack' going but terminating machines seems not to do anything…just schedules, but never deletes. 'nova delete' is the same thing. any ideas? | 21:44 |
*** DredTiger has quit IRC | 21:46 | |
*** martine has quit IRC | 21:48 | |
*** ispireme has joined #openstack | 21:50 | |
*** mrmartin has quit IRC | 21:50 | |
*** sn0wb1rd has quit IRC | 21:52 | |
*** sn0wb1rd has joined #openstack | 21:53 | |
*** clopez has quit IRC | 21:59 | |
*** beagles has quit IRC | 22:00 | |
*** sayan has quit IRC | 22:00 | |
*** ehaselwanter has joined #openstack | 22:00 | |
*** Gordonz has quit IRC | 22:02 | |
*** Zehicle_at_Dell has quit IRC | 22:02 | |
*** prad has quit IRC | 22:03 | |
*** cloudchimp has joined #openstack | 22:05 | |
*** warik has joined #openstack | 22:05 | |
*** Guest32526 has quit IRC | 22:05 | |
*** Math___ has quit IRC | 22:08 | |
*** rmartinelli has quit IRC | 22:09 | |
*** ehaselwanter has quit IRC | 22:09 | |
*** scotm has quit IRC | 22:09 | |
*** nalt has quit IRC | 22:09 | |
*** Kiall has quit IRC | 22:09 | |
*** Kiall has joined #openstack | 22:10 | |
*** mtreinish has quit IRC | 22:11 | |
*** boden has quit IRC | 22:11 | |
*** stevebaker has joined #openstack | 22:13 | |
*** spzala has quit IRC | 22:15 | |
*** sarob_ has joined #openstack | 22:17 | |
*** sarob_ has quit IRC | 22:17 | |
*** sarob_ has joined #openstack | 22:18 | |
*** flaper87 has joined #openstack | 22:19 | |
*** Trixboxer has quit IRC | 22:19 | |
*** ckramer has quit IRC | 22:20 | |
*** msavy has joined #openstack | 22:20 | |
*** sarob has quit IRC | 22:20 | |
*** shardy_afk has quit IRC | 22:21 | |
*** dneary has quit IRC | 22:21 | |
*** danger_fo is now known as danger_fo_away | 22:22 | |
*** MarcMorata has joined #openstack | 22:22 | |
*** esheffield has quit IRC | 22:23 | |
*** doublerr has joined #openstack | 22:27 | |
*** anteaya has quit IRC | 22:27 | |
*** colinmcnamara has joined #openstack | 22:29 | |
*** msavy has quit IRC | 22:30 | |
*** eglynn_ has quit IRC | 22:30 | |
*** vkmc has quit IRC | 22:31 | |
*** eharney has quit IRC | 22:32 | |
*** UICTamale has quit IRC | 22:32 | |
*** colinmcnamara has quit IRC | 22:35 | |
*** esp has joined #openstack | 22:35 | |
*** ehaselwanter has joined #openstack | 22:35 | |
*** juice has joined #openstack | 22:38 | |
*** dims has quit IRC | 22:38 | |
*** doublerr_ has joined #openstack | 22:40 | |
*** ewindisch has quit IRC | 22:41 | |
*** maoy has quit IRC | 22:42 | |
*** ewindisch has joined #openstack | 22:43 | |
*** doublerr has quit IRC | 22:44 | |
*** vkmc has joined #openstack | 22:44 | |
*** ehaselwanter has quit IRC | 22:45 | |
*** ewindisch has quit IRC | 22:45 | |
*** comptona has quit IRC | 22:46 | |
*** henrynash has quit IRC | 22:48 | |
*** devoid has quit IRC | 22:48 | |
*** cloudchimp has quit IRC | 22:49 | |
*** devoid has joined #openstack | 22:49 | |
*** ehaselwanter has joined #openstack | 22:50 | |
*** john5223 has quit IRC | 22:50 | |
*** desai has quit IRC | 22:53 | |
*** lborda has quit IRC | 22:54 | |
*** tms_ has joined #openstack | 22:55 | |
tms_ | Hey folks, I'm having a bit of trouble with VlanManager, my instances come up just fine but they don't get DHCP leases. Any ideas what I could be doing wrong? | 22:55 |
*** devoid has joined #openstack | 22:56 | |
*** JesperA has joined #openstack | 22:59 | |
*** rnorwood1 has quit IRC | 22:59 | |
*** anniec has quit IRC | 23:00 | |
*** anniec has joined #openstack | 23:00 | |
*** comptona has joined #openstack | 23:01 | |
*** dims has joined #openstack | 23:01 | |
*** robertmy_ has joined #openstack | 23:04 | |
*** sacharya has quit IRC | 23:05 | |
*** Madasi is now known as zz_Madasi | 23:06 | |
*** scotm has joined #openstack | 23:06 | |
*** kbringard has quit IRC | 23:06 | |
*** robertmyers has quit IRC | 23:07 | |
*** avtar has quit IRC | 23:07 | |
*** robertmy_ has quit IRC | 23:09 | |
*** dolphm has joined #openstack | 23:10 | |
*** bknudson has quit IRC | 23:13 | |
*** dwcramer has quit IRC | 23:14 | |
*** vlad_starkov has quit IRC | 23:15 | |
*** dolphm has quit IRC | 23:18 | |
*** lazyshot has quit IRC | 23:20 | |
*** MarcMorata has quit IRC | 23:20 | |
*** robbiew has left #openstack | 23:22 | |
*** tanath has quit IRC | 23:22 | |
*** andreas__ has quit IRC | 23:23 | |
*** ryanpetrello has quit IRC | 23:24 | |
*** mpdehaan has quit IRC | 23:25 | |
*** ewindisch has joined #openstack | 23:29 | |
*** victor_lowther has quit IRC | 23:29 | |
*** melmoth has quit IRC | 23:30 | |
*** sulrich has quit IRC | 23:30 | |
*** gyee has quit IRC | 23:31 | |
*** krow has quit IRC | 23:33 | |
*** bknudson has joined #openstack | 23:35 | |
*** aeperezt has quit IRC | 23:35 | |
*** riskable has quit IRC | 23:36 | |
*** dolphm has joined #openstack | 23:37 | |
*** jfluhmann has quit IRC | 23:38 | |
*** ewindisch has quit IRC | 23:40 | |
*** dtalton has quit IRC | 23:40 | |
*** datsun180b has quit IRC | 23:41 | |
*** ev0ldave has left #openstack | 23:41 | |
*** epim has quit IRC | 23:42 | |
*** epim has joined #openstack | 23:43 | |
*** henrynash has joined #openstack | 23:44 | |
*** afazekas has quit IRC | 23:44 | |
*** desai has joined #openstack | 23:44 | |
*** lloydde has quit IRC | 23:45 | |
*** vlad_starkov has joined #openstack | 23:45 | |
*** christophk has quit IRC | 23:46 | |
*** mattray has quit IRC | 23:48 | |
*** desai has quit IRC | 23:49 | |
*** colinmcnamara has joined #openstack | 23:49 | |
*** devoid has quit IRC | 23:53 | |
*** vlad_starkov has quit IRC | 23:55 | |
*** lloydde has joined #openstack | 23:55 | |
*** caemir has joined #openstack | 23:56 | |
*** anniec has quit IRC | 23:57 | |
*** anniec has joined #openstack | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!