Saturday, 2013-01-19

*** dolphm has joined #openstack00:00
*** ev0ldave has quit IRC00:02
*** mattray has quit IRC00:02
*** ccustine has joined #openstack00:03
*** bknudson has quit IRC00:04
*** starmer has quit IRC00:04
*** alop has quit IRC00:05
*** MarkAtwood has quit IRC00:07
*** prad- has quit IRC00:09
*** sacharya has joined #openstack00:10
*** rnirmal has quit IRC00:11
*** clopez has quit IRC00:12
*** can has joined #openstack00:13
canHowdy. Can anyone with experience in swift recommend a decent guide for a multi node set up?00:14
notmynamecan: what have you looked at so far?00:14
*** ericpeterson has quit IRC00:15
cannotmyname: I've followed this one http://docs.openstack.org/developer/swift/howto_installmultinode.html and http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-and-configuring-the-proxy-node.html00:15
notmynameand what have you found?00:15
cannotmyname: I've been trying multi node set up because I haven't been able to get swift-recon working with SAIO00:16
*** burris has joined #openstack00:16
cannotmyname: A load of errors when I try to do anything swift related :P00:16
notmynameya, parts of recond won't work in that environemnt00:16
notmynameheh00:16
cannotmyname: :P00:16
cannotmyname: How comes?00:16
cannotmyname: cos you told me it basically used df00:16
notmynamecan: ya but df doesn't work on loopback mounted devices00:17
canI added virtual drives to my vm so that the OS on it thought they were actual drives. Still doesn't count then?00:17
cansdb, sdc, sdd etc.00:17
cannotmyname: and when I actually ran the df command, it was ok00:18
*** alunduil has joined #openstack00:18
*** burris has quit IRC00:18
*** david-lyle has quit IRC00:18
*** l0p3n has quit IRC00:19
notmynamecan: what do you have working now (not counting the issues with swift-recon)00:20
canI have a SAIO VM and a seperate proxy node and storage node00:20
canSaio vm is ok00:21
canish00:21
cannotmyname: but the proxy/storage pair are broke as...00:21
notmynamecan: and your object server config has recon in it?00:21
*** xmltok has quit IRC00:21
cannotmyname: Should do00:21
cannotmyname: Yea does00:21
notmynamecan: can you use curl to talk to the object server directly and get other recon stats?00:22
notmynameeg objectserver/recon/load00:23
*** vlad_starkov has joined #openstack00:24
cannotmyname: Doesn't look like it00:24
cannotmyname: Couldn't connect to host (localhost btw)00:24
cannotmyname: Let me try on the saio one00:25
*** vlad_starkov has quit IRC00:25
cannotmyname: that's fried too..00:26
notmynamecan't connect?00:26
cannotmyname:  Can't connect00:26
*** clopez has joined #openstack00:26
notmynamecan you pastebin the request/response (eg paste.openstack.org)00:26
cannotmyname:  Sure dude00:27
*** Zehicle_at_Dell has quit IRC00:27
*** jabberbird has quit IRC00:27
cannotmyname: http://paste.openstack.org/show/29626/00:28
notmynamewell that wasn't very helpful ;-)00:28
cannotmyname: I do apologize :P00:29
notmynamenot your fault. it's what I asked for ;-)00:29
notmynamewhat what's your object server config? what are you binding to? 0.0.0.0?00:29
*** araveendrann has joined #openstack00:29
*** Zehicle_at_Dell has joined #openstack00:29
cannotmyname: Nope. My lan address 192.168.*.*00:29
cannotmyname: 192.168.1.121 in this case00:30
canand it's static :P00:30
notmynameso you'll need to request to that IP, since the socket isn't listening on localhost00:30
notmynameor bind to all interfaces (ie 0.0.0.0)00:31
canAhh ok00:31
cannotmyname: Still not working..00:32
notmynamewhich way did you change it?00:33
*** clopez has quit IRC00:33
canchanged localhost to 192.168.1.121:603000:33
notmynamehopefully without the port number, and with the port in the bind_port config field00:34
*** d00mer has quit IRC00:35
cannotmyname: Yeah still no dice00:36
canl00:36
cansoz :P00:36
*** ijw has quit IRC00:37
*** lloydde has quit IRC00:37
kodokui need help for : http://paste.openstack.org/show/29625/00:38
*** lloydde has joined #openstack00:38
*** Zehicle_at_Dell has quit IRC00:38
*** vipul is now known as vipul|away00:38
*** vipul|away is now known as vipul00:38
*** Zehicle_at_Dell has joined #openstack00:39
*** bwong has quit IRC00:42
BaribalWhen I connect to the keystone admin URL, I get this: http://paste.ubuntu.com/1547305/00:42
*** lloydde has quit IRC00:42
BaribalI guess there should be an interface instead?00:42
dolphmBaribal: an interface? it looks like it's configured correctly, at least00:43
*** darjeeling has quit IRC00:43
dolphmBaribal: (the self-relational endpoint is being pulled from your correctly-configured service catalog)00:43
BaribalSo all the URLs in stack.sh's output are not web interfaces?00:44
dolphmBaribal: they're http api's00:44
BaribalAh... So creating users and managing accounts is a pure CLI thing?00:44
dolphmBaribal: officially we provide a python libraries and a cli interface that consumes those libraries -- you can either use the lib directly, use the shell, or roll your own client00:45
kodokuOMG I FIX00:46
BaribalI guess I'll read up on the CLI.00:46
dolphmBaribal: there's also horizon, which stack.sh should point you to when it completes00:46
kodokucause : syncro puppet change my hosts file00:47
kodokuT_T00:47
*** gyee has quit IRC00:47
dolphmBaribal: horizon is the web UI that consumes the python libs00:47
*** clopez has joined #openstack00:47
BaribalI can't find the URL for Horizon... Which port should it run on? Simply 80?00:48
notmynamecan: parts of my object-server conf on my SAIO dev box http://paste.openstack.org/show/29627/00:49
*** markwash has quit IRC00:49
notmynamecan: which results in http://paste.openstack.org/show/29628/00:49
*** dansmith has quit IRC00:50
cannotmyname: Hmm.. The guides I've followed for multi-node have missed out the 'bind port' and the pipelined recon00:51
cannotmyname: I'm sorry for the nuisance my ignorance has cost :(00:51
canwq00:52
canlol soz00:52
BaribalAh, I see it's a Django frontend. And it can't import keystone.00:52
dolphmBaribal: keystone or keystoneclient?00:53
Baribalkeystone00:53
dolphmBaribal: backtrace?00:53
*** vipul is now known as vipul|away00:54
notmynamecan: no worries. that's why I'm here00:55
Baribalhttp://paste.ubuntu.com/1547372/00:55
Baribalfrom openstack_dashboard.api.keystone import *00:55
cannotmyname: My God! It works!00:56
cannotmyname: What's your name?00:56
cannotmyname: Human name, I mean00:56
*** starmer has joined #openstack00:56
dolphmBaribal: never seen that before :(00:57
notmynamecan: John00:57
*** yidclare has quit IRC00:57
*** xmltok has joined #openstack00:57
cannotmyname: Right. If I see you at a conference, I'm going to buy you an orange juice or something! Let me know if you give any talks in London :P00:57
BaribalIt SHOULD be in the PyPI package horizon, I think, but it seems, it isn't...00:58
*** xmltok has joined #openstack00:58
cannotmyname: But honestly, I really appreceate the time you've given me now and before. good night!01:00
cannotmyname: *appreciated01:00
notmynamecan: np. you're welcome01:01
cannotmyname: **appreciate :P01:01
*** can has quit IRC01:01
*** dolphm has quit IRC01:01
*** xmltok_ has joined #openstack01:01
*** backjlack has quit IRC01:02
*** xmltok_ has quit IRC01:02
*** xmltok has joined #openstack01:02
*** dansmith has joined #openstack01:03
*** sophiap has quit IRC01:07
*** adiantum has quit IRC01:07
*** lborda has joined #openstack01:07
*** devoid has quit IRC01:08
*** lborda has quit IRC01:08
*** dastergon has quit IRC01:10
kodokui have pb for quantum01:11
kodokuquantum net-create --tenant-id f4f3e2576a244eb8951221f4946e4e08 --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 102401:11
kodokuquantum net-create: error: unrecognized arguments: --provider:network_type01:12
*** jWhiskey_ has joined #openstack01:13
*** sophiap has joined #openstack01:13
*** devoid has joined #openstack01:14
*** dansmith is now known as _dansmith01:14
*** sarob has quit IRC01:14
*** sarob has joined #openstack01:14
*** sarob has quit IRC01:15
*** sarob has joined #openstack01:15
*** kodoku has quit IRC01:15
*** jaypipes has quit IRC01:15
*** vipul|away is now known as vipul01:17
*** jWhiskey has quit IRC01:17
*** jWhiskey_ is now known as jWhiskey01:17
*** devoid has quit IRC01:20
*** kodokuu has joined #openstack01:21
kodokuuwhy quantum net-create: error: unrecognized arguments: --provider:network_type T_T01:21
*** bootstrapper has quit IRC01:22
*** tmichael_ has joined #openstack01:23
Baribal>>> import horizon01:23
BaribalWarning: Could not import Horizon dependencies. This is normal during installation.01:23
BaribalThat explains it, I guess.01:24
*** tmichael has quit IRC01:26
*** tmichael_ is now known as tmichael01:26
*** koolhead17 has joined #openstack01:28
*** stanchan has quit IRC01:28
*** dansmith has joined #openstack01:28
*** SvenDowideit has quit IRC01:28
*** araveendrann has quit IRC01:29
*** araveendrann has joined #openstack01:30
*** dansmith has quit IRC01:31
*** krow has quit IRC01:31
*** _dansmith has quit IRC01:31
*** dansmith has joined #openstack01:31
BaribalThere's actually keystone.py in /opt/stack/horizon/openstack_dashboard/01:32
*** SvenDowideit has joined #openstack01:32
*** vipul is now known as vipul|away01:33
kodokuuwrong commande ? ==> quantum net-create --tenant_id f4f3e2576a244eb8951221f4946e4e08 --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 102401:35
*** ninkotech__ has quit IRC01:35
*** ninkotech has quit IRC01:35
*** ninkotech has joined #openstack01:41
*** sarob has quit IRC01:42
*** ninkotech__ has joined #openstack01:42
*** comptona has quit IRC01:44
*** marcus has quit IRC01:46
*** dayou has joined #openstack01:48
*** lloydde has joined #openstack01:48
*** vipul|away is now known as vipul01:49
*** esp has left #openstack01:49
*** matiu has quit IRC01:51
*** juice has quit IRC01:51
*** lloydde has quit IRC01:53
*** hemna is now known as hemnafk01:54
*** clopez has quit IRC01:54
*** stevebaker has quit IRC01:55
*** p4tuxx has quit IRC01:58
*** acathrow has quit IRC01:58
*** p4tux has joined #openstack02:00
*** tomoe_ has joined #openstack02:01
*** darjeeling has joined #openstack02:02
*** sophiap has quit IRC02:04
*** clopez has joined #openstack02:08
*** araveendrann has quit IRC02:09
*** sn0wb1rd has quit IRC02:12
kodokuuwhere i can change ip for nova when nova REQ: curl -i http://172.96.88.2:8774/v2/64..........02:14
*** testarossa has joined #openstack02:15
*** rnorwood1 has joined #openstack02:16
*** starmer has quit IRC02:17
*** pixelbeat has quit IRC02:19
*** xmltok has quit IRC02:20
*** robertmyers has joined #openstack02:29
*** warik has quit IRC02:32
*** eharney has quit IRC02:32
*** sn0wb1rd has joined #openstack02:35
*** erkules_ has joined #openstack02:36
*** erkules has quit IRC02:38
BaribalHAH! No matter what I tried, the horizon checkout is missing keystone.py. So a wget from github later, I can log in.02:39
*** adiantum has joined #openstack02:40
*** zhuadl has joined #openstack02:40
*** krow has joined #openstack02:41
*** yocum has quit IRC02:44
*** adiantum has quit IRC02:45
*** adjohn has quit IRC02:45
*** security is now known as megha02:46
*** sam_one has quit IRC02:46
*** zhuadl has quit IRC02:47
*** vishy_zz is now known as vishy02:49
kodokuuits possible to delete cache nova ?02:51
*** melwitt has quit IRC02:52
*** darjeeling has quit IRC02:52
*** krow has quit IRC02:52
*** darjeeli_ has joined #openstack02:52
*** galthaus has joined #openstack02:53
*** testarossa has quit IRC02:54
*** xmltok has joined #openstack02:54
*** krow has joined #openstack02:55
*** galthaus has quit IRC02:56
*** sam_one has joined #openstack02:59
*** kochan has joined #openstack03:00
*** darjeeli_ has quit IRC03:01
*** kochan has quit IRC03:05
*** dayou has quit IRC03:08
*** esheffield has joined #openstack03:08
*** TheSphinX^ has joined #openstack03:10
*** TheSphinX_ has quit IRC03:11
*** burris has joined #openstack03:15
*** kodokuu has quit IRC03:17
*** Baribal has quit IRC03:18
*** torandu has quit IRC03:24
*** galthaus has joined #openstack03:25
*** vishy is now known as vishy_zz03:26
*** CrackerJackMack has quit IRC03:26
*** galthaus has quit IRC03:26
*** msinhore has quit IRC03:27
*** WankeleWillem has joined #openstack03:28
*** CrackerJackMack has joined #openstack03:28
*** msinhore has joined #openstack03:28
*** CrackerJackMack has quit IRC03:28
*** CrackerJackMack has joined #openstack03:29
*** Baribal has joined #openstack03:30
*** xmltok has quit IRC03:34
*** ewindisch has quit IRC03:36
*** Baribal has quit IRC03:37
*** ewindisch has joined #openstack03:38
*** marrusl has quit IRC03:39
*** msinhore has quit IRC03:39
*** Ryan_Lane has quit IRC03:40
*** ewindisch has quit IRC03:44
*** osier has joined #openstack03:45
*** MarkAtwood has joined #openstack03:47
*** koolhead17 has quit IRC03:47
*** ananthan_RnD has joined #openstack03:47
*** mrjazzcat has quit IRC03:47
*** Baribal has joined #openstack03:51
*** starmer has joined #openstack03:53
*** esheffield has quit IRC03:53
*** zhuadl has joined #openstack04:00
*** dolphm has joined #openstack04:00
*** dolphm has quit IRC04:01
*** dolphm has joined #openstack04:01
*** tomoe_ has quit IRC04:01
*** tomoe_ has joined #openstack04:01
*** jdurgin has quit IRC04:02
*** judd7_afk is now known as judd704:03
*** zhuadl has quit IRC04:04
*** julianwa has quit IRC04:06
*** tomoe_ has quit IRC04:06
BaribalWhere do find tenant IDs?04:10
*** krow has quit IRC04:13
*** ladquin has quit IRC04:16
BaribalAaah, it's a project ID...04:17
*** krow has joined #openstack04:17
*** MarkAtwood has quit IRC04:18
*** sophiap has joined #openstack04:19
*** MarkAtwood has joined #openstack04:20
*** torandu has joined #openstack04:27
BaribalWhat disk image format should I use when uploading a Ubuntu image to Glance?04:28
*** adiantum has joined #openstack04:28
*** adiantum has quit IRC04:29
*** TheSphinX_ has joined #openstack04:32
*** tmichael has quit IRC04:32
*** FallenPegasus has joined #openstack04:34
*** darjeeling has joined #openstack04:34
*** MarkAtwood has quit IRC04:34
*** TheSphinX^ has quit IRC04:35
*** tmichael has joined #openstack04:35
*** adiantum has joined #openstack04:41
*** Vacuity has quit IRC04:42
*** Vacuity has joined #openstack04:44
*** adiantum has quit IRC04:46
*** pixelbeat has joined #openstack04:46
*** zhuadl has joined #openstack04:57
*** atrius is now known as atrius_away04:57
*** epim has quit IRC04:59
*** atrius_away has quit IRC05:01
*** epim has joined #openstack05:02
*** atrius has joined #openstack05:02
*** zhuadl has quit IRC05:03
*** osier has quit IRC05:17
*** aeperezt has quit IRC05:19
*** toey has joined #openstack05:19
*** cipherwar has quit IRC05:20
*** cipherwar has joined #openstack05:21
*** dayou has joined #openstack05:21
*** FallenPegasus has quit IRC05:23
*** dayou has quit IRC05:23
*** dayou has joined #openstack05:24
*** MarkAtwood has joined #openstack05:26
*** stevebaker has joined #openstack05:27
*** jeremy has quit IRC05:30
*** toey has quit IRC05:32
*** jeremy has joined #openstack05:33
*** MarkAtwood has quit IRC05:33
*** Zehicle_at_Dell has quit IRC05:34
*** cYrilD has joined #openstack05:37
*** cYrilD has left #openstack05:37
*** starmer has quit IRC05:39
*** cYrilD1 has joined #openstack05:40
*** melwitt has joined #openstack05:42
*** alrs has quit IRC05:42
*** cYrilD1 has left #openstack05:43
*** cipherwar has quit IRC05:47
*** zeriouz has joined #openstack05:48
*** cipherwar has joined #openstack05:48
*** judd7 is now known as judd7_afk05:49
*** stevebaker has quit IRC05:50
*** darjeeling has quit IRC05:51
*** ryanpetr_ has joined #openstack05:52
*** ryanpetrello has quit IRC05:55
*** Ryan_Lane has joined #openstack05:56
*** kobier has joined #openstack05:56
*** crandquist has quit IRC05:57
*** TheSphinX^ has joined #openstack05:58
*** juice has joined #openstack05:58
*** pfreund has joined #openstack05:59
*** security has joined #openstack06:00
*** sophiap has quit IRC06:00
*** megha has quit IRC06:00
*** TheSphinX_ has quit IRC06:02
*** TheSphinX^ has quit IRC06:03
*** chasmo has joined #openstack06:05
*** sacharya has quit IRC06:06
*** dolphm has quit IRC06:07
*** TheSphinX^ has joined #openstack06:08
*** ryanpetr_ has quit IRC06:11
*** jdag has quit IRC06:19
*** lbrower has quit IRC06:19
*** lbrower has joined #openstack06:21
*** chandan_kumar has joined #openstack06:25
*** led_belly has quit IRC06:27
*** security is now known as megha06:28
*** rnorwood1 has quit IRC06:29
*** zeriouz has quit IRC06:29
*** krtaylor has joined #openstack06:31
*** comptona has joined #openstack06:32
*** dayou has quit IRC06:32
*** sophiap has joined #openstack06:32
*** sayan has joined #openstack06:36
*** zeriouz has joined #openstack06:37
*** clopez has quit IRC06:37
*** TheSphinX_ has joined #openstack06:39
*** TheSphinX^ has quit IRC06:41
*** zeriouz has quit IRC06:44
*** jWhiskey has quit IRC06:48
*** starmer has joined #openstack06:55
*** adjohn has joined #openstack06:59
*** adjohn has quit IRC06:59
*** adjohn has joined #openstack07:00
*** krow has quit IRC07:12
*** alrs has joined #openstack07:17
*** darjeeling has joined #openstack07:22
*** hattwick has quit IRC07:30
*** markwash has joined #openstack07:34
*** giorgiodinapoli has joined #openstack07:34
*** krow has joined #openstack07:42
*** darjeeling has quit IRC07:44
*** melwitt has quit IRC07:48
*** megha has quit IRC08:02
*** megha has joined #openstack08:06
*** epim has quit IRC08:11
*** chandan_kumar has quit IRC08:17
*** stanchan has joined #openstack08:18
*** texarcana has quit IRC08:24
*** cYrilD has joined #openstack08:24
*** texarcana has joined #openstack08:25
*** bitsmart has quit IRC08:28
*** krow has quit IRC08:35
*** krow has joined #openstack08:37
*** bitsmart has joined #openstack08:38
*** giorgiodinapoli has quit IRC08:40
*** alobbs has joined #openstack08:43
*** stanchan has quit IRC08:43
*** datajerk has quit IRC08:45
*** adjohn has quit IRC08:47
*** adiantum has joined #openstack08:56
*** corXi has joined #openstack08:57
*** atrius is now known as atrius_away08:58
*** kuduk__ has quit IRC08:59
*** nosleep77 has quit IRC09:00
*** surma has quit IRC09:01
*** adiantum_ has joined #openstack09:04
*** adiantum_ has quit IRC09:05
*** stanchan has joined #openstack09:05
*** adiantum__ has joined #openstack09:06
*** adiantum has quit IRC09:07
*** adiantum__ is now known as adiantum09:07
*** corXi has quit IRC09:09
*** markwash has quit IRC09:10
*** vlad_starkov has joined #openstack09:12
*** vladdy_ has joined #openstack09:16
*** efcasado has joined #openstack09:18
*** starmer has quit IRC09:18
*** vladdy has quit IRC09:19
*** sayan has quit IRC09:22
*** pvankouteren has joined #openstack09:27
*** krow has quit IRC09:30
*** efcasado has quit IRC09:34
*** starmer has joined #openstack09:38
*** pfreund has quit IRC09:40
*** hattwick has joined #openstack09:41
*** sayan has joined #openstack09:43
*** darjeeling has joined #openstack09:44
*** pfreund has joined #openstack09:47
*** krow has joined #openstack09:48
*** reed has joined #openstack09:54
*** darjeeling has quit IRC10:00
*** egallen has joined #openstack10:02
*** efcasado has joined #openstack10:03
*** egallen has quit IRC10:03
*** krow has quit IRC10:04
*** gray-- has joined #openstack10:04
*** SvenDowideit has quit IRC10:08
*** SvenDowideit has joined #openstack10:08
*** SvenDowideit has joined #openstack10:10
*** pokoli has joined #openstack10:10
*** Vacuity has quit IRC10:14
*** Vacuity has joined #openstack10:14
*** TheSphinX^ has joined #openstack10:15
*** TheSphinX_ has quit IRC10:17
*** kobier has quit IRC10:18
*** TheSphinX_ has joined #openstack10:20
*** TheSphinX^ has quit IRC10:21
*** TheSphinX^ has joined #openstack10:25
*** krow has joined #openstack10:26
*** TheSphinX_ has quit IRC10:26
*** pfreund has quit IRC10:28
*** efcasado has quit IRC10:29
*** sayan has quit IRC10:40
*** datajerk has joined #openstack10:42
*** cYrilD has left #openstack10:46
*** afazekas has joined #openstack10:50
*** gray-- has quit IRC10:50
*** dastergon has joined #openstack10:50
*** dastergon has joined #openstack10:50
*** surma has joined #openstack10:56
*** TheSphinX_ has joined #openstack10:57
*** nosleep77 has joined #openstack10:57
*** sophiap has quit IRC10:59
*** kuduk__ has joined #openstack10:59
*** TheSphinX^ has quit IRC11:00
*** sayan has joined #openstack11:02
*** darjeeling has joined #openstack11:06
*** pfreund has joined #openstack11:10
*** datajerk has quit IRC11:10
*** backjlack has joined #openstack11:11
*** comptona has quit IRC11:16
*** TheSphinX^ has joined #openstack11:17
*** TheSphinX^ has quit IRC11:20
*** TheSphinX_ has quit IRC11:20
*** marcus has joined #openstack11:21
*** megha has quit IRC11:26
*** TheSphinX^ has joined #openstack11:27
*** mikedawson has quit IRC11:27
*** adiantum has quit IRC11:33
*** chandan_kumar has joined #openstack11:33
*** giorgiodinapoli has joined #openstack11:35
*** chasmo has quit IRC11:37
*** ispireme has quit IRC11:41
*** ispireme has joined #openstack11:50
*** sayan has quit IRC11:52
*** chandan_kumar has quit IRC11:53
*** gray-- has joined #openstack11:54
*** tomoe_ has joined #openstack11:57
*** zhuadl has joined #openstack11:58
*** zhuadl has quit IRC12:04
*** tomoe_ has quit IRC12:06
*** tomoe_ has joined #openstack12:06
*** Perumal has joined #openstack12:06
PerumalHi All12:07
PerumalI am from Chennai-India and I have task to implement Openstack in our environment12:08
Perumaland I got error with second compute-node can anyone please help me here12:08
Perumalthis is an error from nova-compute.log file12:09
Perumal"libvirtError: Unable to read from monitor: Connection reset by peer"12:09
*** dastergon has quit IRC12:10
*** tomoe_ has quit IRC12:11
PerumalHi12:12
Perumalany body can help me12:12
*** megha has joined #openstack12:16
*** tomoe_ has joined #openstack12:16
Perumal??????????????????????????????12:17
*** happyman has joined #openstack12:21
*** eharney has joined #openstack12:22
*** happyman has quit IRC12:22
*** marcus has quit IRC12:25
*** douardda has joined #openstack12:26
*** chasmo has joined #openstack12:39
*** chandan_kumar has joined #openstack12:46
*** pvankouteren has quit IRC12:56
*** amccabe_ has joined #openstack13:04
*** datajerk has joined #openstack13:07
*** amccabe has quit IRC13:07
*** amccabe_ has quit IRC13:08
*** amccabe_ has joined #openstack13:08
*** Trixboxer has joined #openstack13:15
*** amccabe__ has joined #openstack13:16
*** hillyu has joined #openstack13:17
*** starmer has quit IRC13:17
*** amccabe_ has quit IRC13:19
*** eharney has quit IRC13:19
*** zykes-_ has quit IRC13:25
*** zykes- has joined #openstack13:25
*** vlad_starkov has quit IRC13:30
*** corXi has joined #openstack13:30
ananthan_RnDcan i have a simple answer for this?I am having multiple xen hosts with openvswitch,can i utilize Quantum for effective network management with Dashboard and with out using nova compute?13:34
*** amccabe_ has joined #openstack13:35
*** corXi has quit IRC13:36
sgrananyone seeing duplicate packets in folsom ?13:38
sgranI'm using quantum as the network orchestration, but not using it as a network gateway - we're using provider networks with hardware routers13:39
*** amccabe__ has quit IRC13:39
sgranon the compute hosts, I am seeing duplicate packets on the VM bridge (openvswitch bridge)13:39
*** amccabe__ has joined #openstack13:40
sgranI see a launchpad bug about duplicate packets when the VM bridge is in promiscuous mode, but promiscuous mode is off on the bridge13:40
*** marcus has joined #openstack13:40
sgranit's on on a few of the interfaces, but adjusting that doesn't make any difference13:41
*** huats has quit IRC13:41
*** garyk has quit IRC13:41
*** amccabe_ has quit IRC13:42
*** marcus has quit IRC13:43
*** bladernr_ has quit IRC13:43
*** bladernr_ has joined #openstack13:43
*** marcus has joined #openstack13:44
sgranah, no, never mind13:45
sgranfalse alarm - caused elsewhere13:45
*** huats has joined #openstack13:48
*** huats has joined #openstack13:48
PerumalHi13:48
Perumalhi13:48
Perumalhi13:48
Perumalhi13:48
Perumalhi13:48
*** giulivo has quit IRC13:48
Perumalhi all13:48
Perumal "libvirtError: Unable to read from monitor: Connection reset by peer"13:48
PerumalI got the above error when I setup nova-compute as a separate server13:49
Perumaldid any body can help me13:49
*** vlad_starkov has joined #openstack13:51
sgrantry here: https://answers.launchpad.net/nova/+question/19827013:55
*** swygue has quit IRC13:55
*** dhellmann has quit IRC13:55
*** tomoe_ has quit IRC13:57
*** amccabe has joined #openstack13:58
*** tomoe_ has joined #openstack13:58
*** tomoe__ has joined #openstack13:59
*** tomoe_ has quit IRC13:59
*** vlad_starkov has quit IRC14:00
*** netzmonster has joined #openstack14:00
*** amccabe__ has quit IRC14:00
*** giulivo has joined #openstack14:04
ananthan_RnDsgran : can QUantum be used alone with out using any other openstack service :(14:06
*** galthaus has joined #openstack14:07
*** burris has quit IRC14:07
*** dpb_ has quit IRC14:08
*** burris has joined #openstack14:09
sgrandepends on what you want to use it for, I suppose14:09
sgranyes, you could run the server standalone with no auth component14:10
sgranbut it wouldn't do very much14:10
*** marcus has quit IRC14:10
ananthan_RnDsgran: so together with Dashboard  can i use API to perform networking related task on normal xen hosts that has no association with nova compute14:11
sgranI wouldn't think so, no14:13
*** sama has joined #openstack14:13
ananthan_RnDok thanku very much :)14:13
Perumal:sgran: -   libvirtError: Domain not found: no domain with matching name 'instance-00000020'14:14
Perumalnew error occured14:14
Perumalafter reboot the server 1 and server 214:14
*** vlad_starkov has joined #openstack14:14
Perumaland already running 4 instance not connecting14:14
*** gray-- has quit IRC14:17
*** datajerk has quit IRC14:19
*** marcus has joined #openstack14:20
*** jeevan_ullas has joined #openstack14:26
*** galthaus has quit IRC14:28
*** annegentle has joined #openstack14:37
*** TheSphinX_ has joined #openstack14:40
*** annegentle has quit IRC14:43
*** TheSphinX^ has quit IRC14:43
*** chandan_kumar has quit IRC14:43
*** sayan has joined #openstack14:44
*** EmilienM has joined #openstack14:46
*** chandan_kumar has joined #openstack14:47
*** jdag has joined #openstack14:49
*** garyk has joined #openstack14:50
*** joesavak has joined #openstack14:50
*** TheSphinX^ has joined #openstack14:52
*** sayan has quit IRC14:55
*** TheSphinX_ has quit IRC14:56
*** joesavak has quit IRC14:59
*** annegentle has joined #openstack14:59
*** jdag has quit IRC15:01
*** jdag has joined #openstack15:03
*** Perumal has quit IRC15:13
*** netzmonster has quit IRC15:14
*** dolphm has joined #openstack15:15
*** jdag has quit IRC15:17
*** araveendrann has joined #openstack15:19
*** Baribal has quit IRC15:20
*** dolphm has quit IRC15:20
*** beagles has quit IRC15:22
*** gray-- has joined #openstack15:22
*** dolphm has joined #openstack15:24
*** Baribal has joined #openstack15:29
*** krow has quit IRC15:30
*** annegentle has quit IRC15:31
*** datajerk has joined #openstack15:32
*** datajerk has quit IRC15:35
*** jdag has joined #openstack15:38
*** jeevan_ullas has quit IRC15:45
*** jdag has quit IRC15:46
*** jeevan_ullas has joined #openstack15:47
*** efcasado has joined #openstack15:58
*** TheSphinX_ has joined #openstack16:05
*** EmilienM has quit IRC16:06
*** TheSphinX^ has quit IRC16:08
*** erkules_ is now known as erkules16:08
*** ispireme has quit IRC16:08
*** efcasado has quit IRC16:09
*** Baribal has quit IRC16:20
*** dolphm has quit IRC16:20
*** TheSphinX^ has joined #openstack16:23
*** TheSphinX_ has quit IRC16:24
*** tomoe__ has quit IRC16:31
*** tomoe_ has joined #openstack16:32
*** Baribal has joined #openstack16:33
*** yocum has joined #openstack16:37
*** ispireme has joined #openstack16:40
*** jeevan_ullas_ has joined #openstack16:41
*** jeevan_ullas has quit IRC16:44
*** jeevan_ullas_ is now known as jeevan_ullas16:44
*** thomaschaaf has joined #openstack16:45
thomaschaafHey I am looking for a roadmap for swift. I can't seem to find that. I am looking for the offsite replication features.16:46
*** ispireme has quit IRC16:47
thomaschaafThis here: http://swiftstack.com/blog/2012/09/16/globally-distributed-openstack-swift-cluster/16:47
*** chandan_kumar has quit IRC16:49
*** rnorwood1 has joined #openstack16:50
*** vlad_starkov has quit IRC16:50
*** araveendrann has quit IRC16:52
*** hvn has joined #openstack16:56
*** ispireme has joined #openstack17:00
*** chandan_kumar has joined #openstack17:02
*** Baribal has quit IRC17:02
*** TheSphinX_ has joined #openstack17:03
*** tomoe_ has quit IRC17:03
*** tomoe_ has joined #openstack17:03
*** b1rkh0ff has joined #openstack17:03
*** Baribal has joined #openstack17:06
*** TheSphinX^ has quit IRC17:06
*** ananthan_RnD has quit IRC17:06
*** ispireme has quit IRC17:08
*** hillyu has left #openstack17:15
*** rnorwood1 has quit IRC17:19
*** ispireme has joined #openstack17:20
*** ttrifonov is now known as ttrifonov_zZzz17:21
*** vlad_starkov has joined #openstack17:21
*** araveendrann_ has joined #openstack17:22
*** araveendrann_ has quit IRC17:26
*** mattux has quit IRC17:26
*** koolhead17 has joined #openstack17:27
*** giorgiodinapoli has quit IRC17:28
*** vlad_starkov has quit IRC17:30
*** mattux has joined #openstack17:31
*** epim has joined #openstack17:32
*** sacharya has joined #openstack17:33
*** rnorwood1 has joined #openstack17:33
*** devoid has joined #openstack17:34
*** Zehicle_at_Dell has joined #openstack17:35
*** devoid has joined #openstack17:35
*** krow has joined #openstack17:37
*** adjohn has joined #openstack17:38
*** megha has quit IRC17:38
*** tkammer has joined #openstack17:38
koolhead17reed, around/.17:40
*** pfreund has quit IRC17:41
*** roaet is now known as roaet-away17:41
*** vila has quit IRC17:43
*** tkammer has quit IRC17:45
*** tomoe_ has quit IRC17:49
*** tomoe_ has joined #openstack17:49
*** doublerr has joined #openstack17:50
*** mjfork_ has quit IRC17:53
*** sama1 has joined #openstack17:55
*** ispireme has quit IRC17:55
*** sama has quit IRC17:56
*** pixelbeat has quit IRC17:57
*** hvn has quit IRC17:59
*** ispireme has joined #openstack18:00
*** vila has joined #openstack18:02
*** galthaus has joined #openstack18:03
roueexit18:04
*** roue has quit IRC18:04
*** sacharya has quit IRC18:07
*** vlad_starkov has joined #openstack18:08
*** led_belly has joined #openstack18:08
*** clopez has joined #openstack18:09
*** cdub_ has joined #openstack18:09
*** dwcramer has joined #openstack18:19
*** epim has quit IRC18:19
*** hemna__ is now known as hemna18:21
*** ispireme has quit IRC18:21
*** devoid has quit IRC18:21
*** devoid has joined #openstack18:21
*** cloudchimp has joined #openstack18:22
*** crandquist has joined #openstack18:22
*** cloudchimp has quit IRC18:24
*** datajerk has joined #openstack18:24
*** markwash has joined #openstack18:27
*** judd7_afk is now known as judd718:27
*** cloudchimp has joined #openstack18:27
*** starmer has joined #openstack18:27
*** ispireme has joined #openstack18:30
*** ryanpetrello has joined #openstack18:32
*** starmer has quit IRC18:32
*** ryanpetrello has quit IRC18:33
*** starmer has joined #openstack18:35
*** thomaschaaf has quit IRC18:35
*** ttrifonov_zZzz is now known as ttrifonov18:35
*** doublerr has quit IRC18:37
*** devoid has quit IRC18:38
*** pretec__ has joined #openstack18:38
*** rnorwood1 has quit IRC18:40
*** cloudchimp has quit IRC18:40
*** stevebaker has joined #openstack18:40
*** rnorwood1 has joined #openstack18:41
*** krow has quit IRC18:45
*** zodiak has quit IRC18:46
*** rnorwood1 has quit IRC18:46
*** carif has quit IRC18:48
*** marcus has quit IRC18:48
*** rnorwood1 has joined #openstack18:48
*** pretec__ has quit IRC18:48
*** pretec has joined #openstack18:48
*** krow has joined #openstack18:48
*** marcus has joined #openstack18:48
*** alrs has quit IRC18:51
*** vlad_starkov has quit IRC18:55
*** cloudchimp has joined #openstack18:56
*** devoid has joined #openstack18:57
*** carif has joined #openstack19:01
*** zodiak has joined #openstack19:02
*** cloudchimp has quit IRC19:02
*** cloudchimp has joined #openstack19:02
*** crandquist has quit IRC19:04
*** crandquist has joined #openstack19:05
*** jodok has quit IRC19:05
*** cloudchimp has quit IRC19:08
*** vlad_starkov has joined #openstack19:08
*** dwcramer has quit IRC19:10
*** Baribal has quit IRC19:10
*** sophiap has joined #openstack19:11
*** pretec has left #openstack19:13
*** annegentle has joined #openstack19:15
*** devoid has quit IRC19:18
*** araveendrann has joined #openstack19:18
*** araveendrann has quit IRC19:20
*** jamest has quit IRC19:21
*** Baribal has joined #openstack19:22
*** adjohn has quit IRC19:25
*** stevebaker has quit IRC19:26
*** gray-- has quit IRC19:27
*** araveendrann_ has joined #openstack19:28
*** sacharya has joined #openstack19:31
*** stevebaker has joined #openstack19:32
*** juice has quit IRC19:33
*** matiu has joined #openstack19:51
*** matiu has quit IRC19:51
*** matiu has joined #openstack19:51
*** alrs has joined #openstack19:55
*** cdub has quit IRC19:55
*** netzmonster has joined #openstack19:56
*** cdub has joined #openstack19:56
*** TheSphinX^ has joined #openstack19:56
*** eschnou has joined #openstack19:57
*** TheSphinX_ has quit IRC19:58
*** sacharya has quit IRC20:03
*** torandu has quit IRC20:04
*** msavy has quit IRC20:05
*** torandu has joined #openstack20:05
*** atrius_away is now known as atrius20:05
*** vlad_starkov has quit IRC20:08
*** Blackavar has joined #openstack20:13
*** mdomsch has joined #openstack20:14
*** araveendrann_ has quit IRC20:20
*** sophiap has quit IRC20:22
*** araveendrann_ has joined #openstack20:22
*** vlad_starkov has joined #openstack20:24
*** annegentle has quit IRC20:24
*** starmer has quit IRC20:27
*** ejat has joined #openstack20:32
*** annegentle has joined #openstack20:33
*** adjohn has joined #openstack20:36
*** dwcramer has joined #openstack20:36
*** ryanpetrello has joined #openstack20:37
*** koolhead17 has quit IRC20:38
*** adjohn has quit IRC20:40
*** kobier has joined #openstack20:42
*** kobier has quit IRC20:45
*** crandquist has quit IRC20:47
*** gray-- has joined #openstack20:48
*** chandan_kumar has quit IRC20:49
*** galthaus has quit IRC20:49
*** vishy_zz is now known as vishy20:54
*** sophiap has joined #openstack20:54
*** marcus_ has joined #openstack20:55
*** Zehicle_at_Dell has quit IRC20:56
*** Zehicle_at_Dell has joined #openstack20:56
*** marcus has quit IRC20:56
*** marcus_ is now known as marcus20:56
*** markwash has quit IRC20:59
*** chandan_kumar has joined #openstack21:01
*** alrs has quit IRC21:02
*** gray-- has left #openstack21:08
*** b1rkh0ff has quit IRC21:15
*** annegentle has quit IRC21:17
*** stevebaker has quit IRC21:17
*** TheSphinX_ has joined #openstack21:18
*** Blackavar has quit IRC21:19
*** vishy is now known as vishy_zz21:20
*** _HASSSAN_ has joined #openstack21:20
*** galthaus has joined #openstack21:20
*** TheSphinX^ has quit IRC21:20
*** TheSphin- has joined #openstack21:20
*** TheSphinX_ has quit IRC21:23
*** vishy_zz is now known as vishy21:23
*** _HASSSAN_ has quit IRC21:23
*** cdub_ has quit IRC21:24
*** ctracey has quit IRC21:27
*** ladquin has joined #openstack21:28
*** KyleMacDonald has joined #openstack21:30
*** araveendrann_ has quit IRC21:30
*** esp has joined #openstack21:36
*** galthaus has quit IRC21:36
*** esp has left #openstack21:37
*** vlad_starkov has quit IRC21:38
*** judd7 is now known as judd7_afk21:39
*** vlad_starkov has joined #openstack21:40
*** ejat has quit IRC21:42
*** bsdgeek has quit IRC21:44
*** KyleMacDonald has quit IRC21:45
*** bsdgeek has joined #openstack21:47
*** ejat has joined #openstack21:48
*** ejat has joined #openstack21:48
*** ejat has quit IRC21:53
*** msinhore has joined #openstack21:56
*** KyleMacDonald has joined #openstack22:02
*** marcus_ has joined #openstack22:04
*** marcus has quit IRC22:05
*** marcus_ is now known as marcus22:05
*** msinhore has quit IRC22:07
*** KernelDog has joined #openstack22:08
*** ejat has joined #openstack22:08
*** ejat has joined #openstack22:08
*** sarob has joined #openstack22:10
*** rnorwood1 has quit IRC22:10
*** sebastian has joined #openstack22:11
*** Baribal has quit IRC22:11
*** sebastian is now known as Baribal22:11
*** KyleMacDonald has quit IRC22:11
*** vishy is now known as vishy_zz22:11
*** vlad_starkov has quit IRC22:14
*** vlad_starkov has joined #openstack22:16
*** msinhore has joined #openstack22:17
*** csmith has quit IRC22:17
*** sama1 has quit IRC22:18
*** csmith has joined #openstack22:19
*** kallisti5 has quit IRC22:21
*** Neonlajt has quit IRC22:21
*** ejat has quit IRC22:22
*** cipherwar has quit IRC22:22
*** leifmadsen has quit IRC22:22
*** dcmorton has quit IRC22:22
*** kallisti5 has joined #openstack22:22
*** Xenith has quit IRC22:23
*** Hien has quit IRC22:23
*** Xenith has joined #openstack22:23
*** Hien has joined #openstack22:23
*** leifmadsen has joined #openstack22:24
*** dolphm has joined #openstack22:24
*** dcmorton has joined #openstack22:25
*** cipherwar has joined #openstack22:25
*** ejat has joined #openstack22:27
*** ladquin has quit IRC22:28
*** marcus_ has joined #openstack22:28
*** holzplatten has joined #openstack22:30
*** marcus has quit IRC22:30
*** marcus_ is now known as marcus22:30
*** KyleMacDonald has joined #openstack22:31
*** Neonlajt has joined #openstack22:31
*** burris has quit IRC22:32
*** mattux has quit IRC22:33
*** eschnou has quit IRC22:34
*** epim has joined #openstack22:34
*** mattux has joined #openstack22:35
*** KyleMacDonald has quit IRC22:39
*** epim has quit IRC22:39
*** aeperezt has joined #openstack22:43
*** Staples84 has joined #openstack22:43
*** afazekas has quit IRC22:46
*** sacharya has joined #openstack22:47
*** ejat has quit IRC22:48
*** Trixboxer has quit IRC22:51
*** starmer has joined #openstack22:54
*** SvenDowideit has quit IRC22:56
*** SvenDowideit has joined #openstack22:56
*** ejat has joined #openstack22:57
*** ejat has joined #openstack22:57
*** SvenDowideit has quit IRC22:57
*** araveendrann_ has joined #openstack22:58
*** giulivo has quit IRC22:59
*** SvenDowideit has joined #openstack23:00
*** ejat has quit IRC23:04
*** juice has joined #openstack23:06
*** adjohn has joined #openstack23:08
*** dwcramer has quit IRC23:09
*** adjohn has quit IRC23:09
*** danblack has joined #openstack23:17
*** ejat has joined #openstack23:17
*** ejat has joined #openstack23:17
*** msinhore has quit IRC23:17
*** mdomsch has quit IRC23:18
*** TheSphinX^ has joined #openstack23:19
*** TheSphin- has quit IRC23:19
*** dwcramer has joined #openstack23:21
*** KyleMacDonald has joined #openstack23:24
*** msinhore has joined #openstack23:25
*** bsdgeek has quit IRC23:27
*** ejat has quit IRC23:27
*** juice has quit IRC23:28
*** juice has joined #openstack23:29
*** KyleMacDonald has quit IRC23:33
*** ejat has joined #openstack23:34
*** ejat has joined #openstack23:34
*** dolphm has quit IRC23:35
*** LinuxAdmin has joined #openstack23:35
*** ejat has quit IRC23:43
*** LinuxAdmin has left #openstack23:44
*** ejat has joined #openstack23:45
*** ejat has joined #openstack23:45
*** msinhore has quit IRC23:46
*** msinhore has joined #openstack23:47
*** adjohn has joined #openstack23:52
*** juice has quit IRC23:57
*** ejat has quit IRC23:57

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