Thursday, 2013-12-19

*** majeff has joined #openstack00:00
jkyleI have neutron networking, ovs+gre. Let's say my dom0 management net is 192.168.10.0/24. If  tenant creates an identical subnet would that prevent packets from routing properly from compute nodes to controllers?00:00
*** sgordon has quit IRC00:00
*** ujuc has joined #openstack00:00
TSCHAKMaccan I tell CentOS to NOT write the 70 persistent net rules file?00:00
TSCHAKMacIt's preventing snapshots and image blessing from working00:01
jkyleTSCHAKMac: how's it breaking those?00:01
*** mrlesmithjr has joined #openstack00:01
jkyleif the file isn't created, you wno't have persistent net enumeration00:01
*** arif-ali has quit IRC00:01
TSCHAKMacjkyle: when I boot an image, it writes an entry for eth0 for the virtual mac address00:01
jkyleso the mac changes and it rewrites a new rule?00:02
TSCHAKMacjkyle: then when I do a bless, it snapshots the instance, and when I boot again...00:02
*** monst has quit IRC00:02
TSCHAKMacjkyle: the virtual MAC is different, so it makes an eth100:02
TSCHAKMackeeping the stale eth000:02
jkyleright00:02
TSCHAKMacand wreaking havoc.00:02
jkyleso, the fix is to write a rule that is not mac dependent and persists across boots00:02
*** julienvey_ has joined #openstack00:02
jkylesomething like the pci bus address would probably be sufficient00:02
jkylemac is just the default, but you can use an arbitrary attribute to match00:03
* TSCHAKMac finds it hard to believe that this wouldn't already be tackled by those making openstack images...00:03
TSCHAKMacbut CentOS openstack images seem to be in short supply for some reason00:03
jkyleprobably has been by some, but not others.00:03
*** CaptainTacoSauce has quit IRC00:03
TSCHAKMacI finally got mine to resize the root FS properly.00:03
jkylefor example, most vanilla cloud images leave the MTU at a default of 1500. but that can cause issues if using gre00:04
*** yuikotakada has joined #openstack00:04
*** Blackavar has quit IRC00:04
*** HenryG has quit IRC00:05
*** xuhaiwei has joined #openstack00:05
*** otherwiseguy has quit IRC00:05
TSCHAKMacjkyle: what is a good default value for say, a 10gbe interface?00:05
yuikotakadaping: xuhaiwei00:05
jkyleso, the community images are "ok", but not suitable for all use cases00:05
jkyleTSCHAKMac: I'd use the pci bus address, I'd wager that's consistent across snapshots00:05
xuhaiweiyuikotakada: ping00:06
jkylelshw -short | grep eth00:06
*** mois3x has quit IRC00:06
jkyleyou'll get some thing like this: /0/100/1/0              eth0       network        I350 Gigabit Network Connection00:06
jkylea list of those depending on number of interfaces00:06
jkyleyou can write a udev rule matching the path00:06
jkyle /0/100/1/000:06
xuhaiweiyuikotakada: hi00:07
xuhaiweihi00:07
mrproperSam-I-Am: http://docs.openstack.org/trunk/openstack-ops/content/debug_dhcp_issues.html <-- Would you say these rules apply to Neutron as well as nova- net00:07
jkylethat has to do with what riser it's plugged into (virtual riser in this case) and that _should_ persist across snapshots00:07
*** Entonian has joined #openstack00:07
*** markpeek has quit IRC00:07
Sam-I-Ammrproper: looks like novanet00:08
mrproperYeah I know. And the more I'm looking, the less helpful it is00:08
bman2 to use ec2 in openstack i need the ec2 api tools from amazon yes? or it has them built in?00:08
*** kenhui1 has joined #openstack00:08
*** majeff has quit IRC00:08
*** yuikotakada has quit IRC00:09
*** anniec has quit IRC00:10
bman2nm it appears like there is something responding on the right port00:10
*** bman2 has left #openstack00:10
*** kenhui has quit IRC00:11
*** johnsterdotcom has quit IRC00:11
*** xmltok_ has joined #openstack00:11
*** kenhui1 has quit IRC00:11
*** dave_tucker is now known as dave_tucker_zzz00:11
*** xmltok_ has quit IRC00:12
*** IlyaE has joined #openstack00:12
*** dizquierdo has quit IRC00:12
Sam-I-Ammrproper: i'd like to know why your dhcp agent doesnt have an IP on your internal tenant network00:12
Sam-I-Ammrproper: it should00:12
mrproperSam-I-Am: Yeah I know. You said that's .3 by default, right?00:13
*** vlad_starkov has joined #openstack00:13
*** cjellick has quit IRC00:13
*** vipul is now known as vipul-away00:14
*** Entonian has quit IRC00:14
Sam-I-Amwell..00:15
*** fsimonce has quit IRC00:15
Sam-I-Amits not the ip of the router or the instance :)00:17
mrproperSam-I-Am: Oooooo I may have a fix00:17
mrproperqdhcp-c91c85d4-5331-489d-901f-1fc9eebcb69c00:17
mrproperOkay that may be one improvement.00:18
Sam-I-Am?00:18
*** dave_tucker_zzz is now known as dave_tucker00:18
*** KataiKou has joined #openstack00:18
mrproperI was able to get it to create a dhcp listing in netns00:18
*** derelm has quit IRC00:19
KataiKoudoes anyone happen to have a guide on how to configure multiple cinder nodes?00:19
*** anniec has joined #openstack00:19
Sam-I-Ammrproper: what was it?00:19
*** hemna is now known as hemnafk00:19
mrproperSam-I-Am: I didn't have an interface_driver specified in the dhcp-agent file00:19
mrproperDHCP doesn't seem to be working, but I'm guessing this is one further step.00:20
*** Duane has quit IRC00:20
Sam-I-Amthere might be more problems in that file00:20
*** tzn has joined #openstack00:20
Sam-I-Amsomething also specifies the dhcp server type... like dnsmasq00:20
mrproperdhcp_driver = neutron.agent.linux.dhcp.Dnsmasq00:21
*** warik has joined #openstack00:21
*** ryker has quit IRC00:22
mrproperI did run an ifconfig from the netns namespace for DHCP and it has a 10.100.1.3 IP address.00:22
*** ewnd9 has joined #openstack00:22
*** xuhaiwei has quit IRC00:23
*** jttam has joined #openstack00:24
*** pablosan has quit IRC00:24
*** warik has quit IRC00:24
Sam-I-Amcan you ping it?00:26
mrproperI cannot ping it from the instance when I specify an IP address00:26
*** xmltok has quit IRC00:26
*** julienvey_ has quit IRC00:27
*** prad has joined #openstack00:27
*** arif-ali has joined #openstack00:27
mrproperAre the iptables rules typically sane?00:27
Sam-I-Ami kinda cant focus on this right now00:28
Sam-I-Ami've never had a dhcp problem though00:28
*** xmltok has joined #openstack00:28
mrproperOh it's fine.00:28
mrproperWork?00:28
*** jttam has quit IRC00:29
Sam-I-Amwell, docs00:29
Sam-I-Ami'm just going to be slow for a bit :)00:30
mrproperOh it's cool.00:30
*** fnaval has quit IRC00:30
Sam-I-Amrealized i borked my install testing a bug thing00:30
*** led_belly has quit IRC00:32
*** seikath has quit IRC00:34
*** seikath has joined #openstack00:34
*** eharney has quit IRC00:35
Sam-I-Ammrproper: i can ping the dhcp ip from within the instance00:35
*** blackboxsw has quit IRC00:35
mrproperI certainly cannot00:35
*** mdorman has quit IRC00:36
Sam-I-Amrun a tcpdump on the network node, qdhcp netns... see if you see the pings from your instance00:36
*** dims_ is now known as dims00:37
*** seikath has quit IRC00:39
*** brkfst has quit IRC00:39
*** seikatw has joined #openstack00:39
mrproperSam-I-Am: Does the local_ip for the GRE tunnel termination need to be on the data/internal network or the management network for internode communication00:39
Sam-I-Amdata00:40
*** brkfst has joined #openstack00:40
*** seikatw has quit IRC00:40
mrproperHmmmmmmmmmmmm00:40
*** AaronGr is now known as AaronGr_afk00:40
*** seikatw has joined #openstack00:40
*** rossk_ has joined #openstack00:41
*** pvaneck has quit IRC00:41
*** mrlesmithjr has quit IRC00:41
mrproperI currently have it in my management network. I'll change that, be interesting to see if it makes a difference. If it does, I'm very curious why.00:41
*** vlad_starkov has quit IRC00:41
*** fifieldt has joined #openstack00:41
*** slowe has quit IRC00:42
*** jamiec has joined #openstack00:42
*** jamiec has quit IRC00:43
*** rossk has quit IRC00:44
*** vlad_starkov has joined #openstack00:44
*** zerick has quit IRC00:45
*** mrproper has quit IRC00:46
*** dbrandon has quit IRC00:46
*** mrproper has joined #openstack00:46
*** arbrandes has quit IRC00:46
*** arif-ali has quit IRC00:47
*** christyp has joined #openstack00:47
mrproperNope that didn't fix anything. I actually had it in the right network, just one IP address off (I did some changes there).00:49
Sam-I-Amgiven how broken your network stuff is, i'd consider a full restart of everything00:49
*** esker has joined #openstack00:49
mrproperSam-I-Am: Wait.00:49
mrproperI think I got it maybe00:50
*** markpeek has joined #openstack00:50
*** nsavin has quit IRC00:50
mrproperOh fuck yes it did get an IP00:50
*** tsnider has joined #openstack00:50
Sam-I-Amlulz00:50
*** krast has quit IRC00:51
*** tsnider1 has joined #openstack00:52
*** dianefleming has joined #openstack00:53
*** dianefleming has quit IRC00:53
*** dianefleming has joined #openstack00:53
*** atomek has quit IRC00:53
mrproperSam-I-Am: It should automatically get a floating IP, right?00:53
*** sushils has quit IRC00:55
*** tsnider has quit IRC00:55
Sam-I-Amnot unless you assign one00:55
mrproperOh okay00:55
*** CaptTofu has quit IRC00:56
*** CaptTofu has joined #openstack00:56
*** otherwiseguy has joined #openstack00:56
*** renebarbosa has quit IRC00:57
*** freeflying_away is now known as freeflying01:00
mrproperIt's getting a floating IP but isn't handling pings apparently01:01
mrproperAt least inbound pings01:01
*** KaZeR_ has joined #openstack01:02
*** go_chiba has joined #openstack01:02
*** ralfiboy has joined #openstack01:03
*** nsavin has joined #openstack01:04
Sam-I-Amdid you configure rules for the default secgroup as your tenant user?01:04
*** dtx00ff has quit IRC01:05
*** ujuc has quit IRC01:05
*** KaZeR has quit IRC01:05
mrproperYes. It by default has the proper ICMP handling, but doing a little more verification on iptables01:05
*** KaZeR_ has quit IRC01:06
*** gregmark has quit IRC01:06
*** colburn has joined #openstack01:06
*** gszasz has joined #openstack01:07
*** engkur has joined #openstack01:08
mrproperWhen I run a neutron security-group-list it is returning a 40401:08
*** Bomfunk has quit IRC01:08
*** vt102 has joined #openstack01:08
Sam-I-Amsounds like you have a 'noop' firewall or something not pointing to neutron for security stuffs01:09
mrproperSam-I-Am: I'm reading a bug. Did you have to specify security_group_api anywhere?01:11
mrproperNamely a nova.conf01:11
mrproperI have it on my controller01:11
Sam-I-Ambbl01:11
*** dtx00ff has joined #openstack01:13
*** kenhui has joined #openstack01:13
*** kenhui has quit IRC01:13
*** mrlesmithjr has joined #openstack01:13
*** kenhui has joined #openstack01:14
*** IlyaE has quit IRC01:15
*** MarkAtwood has quit IRC01:15
*** vlad_starkov has quit IRC01:16
*** suresh12 has quit IRC01:17
*** vfiduccia has quit IRC01:17
*** fandikurnia01 has quit IRC01:17
*** suresh12 has joined #openstack01:17
*** angdraug has quit IRC01:18
*** rwsu has quit IRC01:18
*** suresh12 has quit IRC01:18
*** thansen has quit IRC01:19
*** suresh12 has joined #openstack01:19
*** bdpayne has quit IRC01:19
*** ewnd9 has quit IRC01:20
*** rwsu has joined #openstack01:20
*** anniec has quit IRC01:23
*** reed has quit IRC01:24
*** julianwa has joined #openstack01:24
*** thansen has joined #openstack01:24
*** toni___ has quit IRC01:24
*** anniec has joined #openstack01:24
*** anniec has quit IRC01:24
*** Egyptian[Laptop] has quit IRC01:24
*** therealdc has joined #openstack01:25
*** majeff has joined #openstack01:26
*** sparq has joined #openstack01:26
Sam-I-Ammrproper: fix it?01:26
*** Semor has joined #openstack01:28
*** rdxc has quit IRC01:31
*** mozawa has joined #openstack01:31
*** jhesketh_ has joined #openstack01:31
*** jhesketh___ has joined #openstack01:33
*** mrproper has quit IRC01:33
*** jhesketh___ is now known as jhesketh01:33
*** therealdc has quit IRC01:34
*** ryanpetrello has quit IRC01:36
*** nosnos has joined #openstack01:38
*** zhiwei has quit IRC01:38
*** guardianx has joined #openstack01:39
*** yamahata has joined #openstack01:39
*** ryanpetrello has joined #openstack01:40
*** ryanpetrello has quit IRC01:40
*** ryanpetrello has joined #openstack01:41
rkeeneEven DevStack is terrible :-(01:44
*** itooon has quit IRC01:45
*** vlad_starkov has joined #openstack01:45
*** warik has joined #openstack01:47
*** slowe has joined #openstack01:49
*** julim has quit IRC01:49
*** harlowja has quit IRC01:51
*** Egyptian[Laptop] has joined #openstack01:51
*** dtx00ff has quit IRC01:53
*** dtx00ff has joined #openstack01:54
Sam-I-Amrkeene: what?01:54
*** cycorld has joined #openstack01:55
*** dianefle_ has joined #openstack01:55
*** dtx00ff has quit IRC01:56
*** markvoelker1 has joined #openstack01:56
*** laurelm has quit IRC01:57
*** dianefleming has quit IRC01:58
*** go_chiba has quit IRC01:59
*** csd has quit IRC02:00
*** jasondotstar has joined #openstack02:00
*** alop has quit IRC02:00
*** D30 has joined #openstack02:00
*** go_chiba has joined #openstack02:01
*** warik has quit IRC02:01
*** zhiwei has joined #openstack02:02
*** yaguang has joined #openstack02:03
*** harlowja has joined #openstack02:03
*** itooon has joined #openstack02:04
*** colinmcnamara has quit IRC02:05
*** atomek has joined #openstack02:06
*** dianefle_ has quit IRC02:06
*** badiane_ka has quit IRC02:07
*** zhiwei has left #openstack02:07
*** michaelneale has quit IRC02:08
*** christyp has quit IRC02:09
*** ryanpetrello has quit IRC02:10
*** arnaud__ has quit IRC02:10
*** arnaud has quit IRC02:10
*** dtx00ff has joined #openstack02:10
*** tommy_e has quit IRC02:11
*** ryanpetrello has joined #openstack02:14
*** RobOakes has quit IRC02:14
*** kenhui1 has joined #openstack02:16
*** vlad_starkov has quit IRC02:16
*** reed has joined #openstack02:17
*** kenhui has quit IRC02:17
*** atomek has quit IRC02:19
*** tsnider1 has left #openstack02:20
*** mutex has quit IRC02:20
*** kenhui1 has quit IRC02:21
*** rdxc has joined #openstack02:21
*** lyang0 has joined #openstack02:22
*** rdxc has quit IRC02:22
*** Butcho has joined #openstack02:24
*** jttam has joined #openstack02:24
*** peetaur has quit IRC02:26
*** peetaur has joined #openstack02:26
*** Butcho has quit IRC02:26
*** rossk_ has quit IRC02:27
*** Butcho has joined #openstack02:27
*** Butcho has quit IRC02:28
*** comay has quit IRC02:28
*** bmcgahan has joined #openstack02:28
*** jttam has quit IRC02:29
*** Butcho has joined #openstack02:29
*** itamarjp has quit IRC02:29
*** Butcho has quit IRC02:29
*** nosnos_ has joined #openstack02:30
*** krast has joined #openstack02:30
*** rossk has joined #openstack02:30
*** xmltok has quit IRC02:31
*** vkmc has quit IRC02:32
*** nosnos has quit IRC02:33
*** amrith has joined #openstack02:34
*** WackoRobie has joined #openstack02:35
*** atomek has joined #openstack02:36
*** KaZeR has joined #openstack02:38
*** erkules_ has joined #openstack02:40
*** erkules has quit IRC02:40
*** retreved has joined #openstack02:41
*** desai has joined #openstack02:41
*** PS has joined #openstack02:41
PShi02:41
PSI need help02:42
*** PS is now known as Guest5951902:42
Guest59519Hi02:42
Guest59519I need help02:42
Guest59519I tested to create two instances using CirrOS image, and I found that the 1st instance is able to create with IP assigned, but the second one is failed without any IP assigned.02:42
*** desai has quit IRC02:42
*** nelsnelson has quit IRC02:43
*** yogesh has quit IRC02:43
*** vlad_starkov has joined #openstack02:45
*** reed has quit IRC02:47
*** misterpink has joined #openstack02:48
*** dave_tucker is now known as dave_tucker_zzz02:49
*** fifieldt has quit IRC02:51
Sam-I-AmGuest59519: did you create the tenant network with a large enough allocation?02:52
*** D30 has quit IRC02:53
*** engkur has quit IRC02:53
*** Butcho has joined #openstack02:53
*** brdude has quit IRC02:53
*** diegows has quit IRC02:54
*** mrproper has joined #openstack02:55
mrproperSam-I-Am: No I haven't fixed the security group problem. I went to pick up a suit which was being tailored and spent $200 :/02:55
Sam-I-Amwell thats exciting02:55
*** buckaroo has joined #openstack02:56
*** kdbrierly has quit IRC02:56
Guest59519Sam-I-Am: how I can check on that?02:56
Guest59519I follow the installation guide02:57
mrproperSam-I-Am: Trying to figure out what's 404ing though.02:57
*** D30 has joined #openstack02:58
*** dtx00ff has quit IRC02:59
*** mfisch has quit IRC03:00
*** abhi has joined #openstack03:01
Sam-I-AmGuest59519: did you have a subnet-create command?03:02
*** mfisch has joined #openstack03:02
*** mfisch has joined #openstack03:02
*** fifieldt has joined #openstack03:02
Guest59519Sam-I-Am: I used this command "nova network-create vmnet --fixed-range-v4=10.0.0.0/24 \   --bridge-interface=br100 --multi-host=T"03:02
Sam-I-Ammrproper: i think the noop thing ends in a 500 error03:03
Sam-I-AmGuest59519: oh, nova-net and not neutron03:03
Guest59519Sam-I-Am: yes. I am not yet using neutron. but will try soon03:03
Sam-I-AmGuest59519: so one instance can reach the internet?03:03
Guest59519Sam-I-Am: yes. can ssh inside03:04
mrproperSam-I-Am: You mean that condition causes a 50003:04
*** mfisch has quit IRC03:04
Sam-I-Ammrproper: yeah03:05
*** lmh has quit IRC03:05
*** kbrierly has joined #openstack03:05
Sam-I-AmGuest59519: the second instance was launched same as the first?03:05
*** mfisch has joined #openstack03:05
*** mfisch has joined #openstack03:05
*** macjack has joined #openstack03:05
Guest59519Sam-I-Am: I used this command for the 1st instance. "nova boot --flavor 1 --key_name mykey --image ef1cf6b7-5140-47fc-bc3c-04d6004daa47 --security_group default cirrOS"03:05
mrproperSam-I-Am: Which is what is making me think it's not that.03:06
Sam-I-Ammrproper: there are some other things which tell openstack which api to use03:06
Guest59519Sam-I-Am: then I change the name of the instance for the 2nd. nova boot --flavor 1 --key_name mykey --image ef1cf6b7-5140-47fc-bc3c-04d6004daa47 --security_group default cirrOS_B03:06
Sam-I-AmGuest59519: does that second instance have a network interface?03:06
mrproperSam-I-Am: What's weirding me out is there are no logs I can find which show this 40403:06
*** vkozhukalov has joined #openstack03:07
*** WackoRob_ has joined #openstack03:07
*** WackoRobie has quit IRC03:07
Sam-I-Ammrproper: what command was this?03:07
Guest59519Sam-I-Am: that's the problem. it cannot allocate and IP or interface, but I don't know how to further check03:07
mrproperneutron security-group-list03:07
Sam-I-AmGuest59519: did you try configuring one manually for it to see if it can ping stuff?03:07
Sam-I-Ammrproper: try nova secgroup-list03:08
mrproperOh that's crap. Yea that worked.03:08
Guest59519Sam-I-Am: How I can do that? can share?03:08
Sam-I-AmGuest59519: log into the console, ifconfig eth0 <ip> <netmask>03:08
mrproperSam-I-Am: | icmp        | -1        | -1      | 0.0.0.0/0 |              |03:09
mrproperThat's the ICMP rule03:09
Sam-I-Amneutron security-group-list works for me03:10
Sam-I-Amwhich makes me wonder if nova thinks it is controlling secgroups03:10
Sam-I-Amhence why neutron wouldnt be applying anything03:10
Guest59519Sam-I-Am: in the compute node, the br100 interface is assigned to 10.0.0.1, and the 1st instance is assigned to 10.0.0.203:10
*** ev0ldave has left #openstack03:10
*** lyang0 has quit IRC03:10
Sam-I-Amso try ifconfig eth0 10.0.0.3 netmask 255.255.255.003:11
Sam-I-Amthen see if you can ping 10.0.0.1 from the instance03:11
mrproperlinuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver03:11
mrproperfirewall_driver=nova.virt.firewall.NoopFirewallDriver03:11
mrproperAre those two lines incorrect?03:11
mrproperSure don't seem to be to me.03:11
*** lyang0 has joined #openstack03:12
Guest59519Sam-I-Am: do you mean to create one in the compute node, not in the instance, rite?03:12
Sam-I-Ammrproper: thats the infamous noop firewall driver of dooooooom03:13
mrproperSam-I-Am: Ha, which one?03:13
mrproperTHOU SHALL NOT PASS!!!!03:13
Sam-I-Amthe one that says 'Noop' in it03:13
Sam-I-Amwhich is also what it says to your packets.... "noop!"03:13
Guest59519San-I-Am: I create br100:1 as 10.0.0.3, and it can be ping inside the compute node and in the 1st instance03:13
Sam-I-AmGuest59519: have you used vnc to access the actual console of your VMs?03:14
mrproperSam-I-Am: That's on my controller, isn't that what it should be?03:14
*** coolsvap has joined #openstack03:14
Sam-I-Ami think it needs to be the same thing everywhere03:14
*** mfisch has quit IRC03:14
*** Bryanstein has quit IRC03:14
*** mfisch has joined #openstack03:14
*** mfisch has joined #openstack03:14
*** mfisch has quit IRC03:15
*** mfisch has joined #openstack03:15
*** mfisch has joined #openstack03:15
*** vlad_starkov has quit IRC03:16
*** decci has joined #openstack03:17
decciWe are planning to deploy a small openstack cluster with 3 nova nodes, 3 ceph nodes and 3 swift nodes.03:17
decciAny link or blog which talks about it03:18
mrproper"Regardless of which firewall driver you chose when you configured the network and compute nodes, set this driver as the No-Op firewall. This firewall is a Nova firewall, and because Neutron handles the Firewall, you must tell Nova not to use one." - http://docs.openstack.org/havana/install-guide/install/apt/content/install-neutron.dedicated-controller-node.html03:18
*** ArxCruz has quit IRC03:18
Sam-I-Ammrproper: so here's the key.  change it from noop to what i think it should be and see if it works.  if it does, file a bug against this.03:19
mrproperOkay03:19
*** guardianx has quit IRC03:19
*** mfisch has joined #openstack03:19
*** mfisch has joined #openstack03:19
mrpropernova-api restart is it?03:19
*** klync has quit IRC03:19
*** guardianx has joined #openstack03:19
*** guardianx has joined #openstack03:20
*** mfisch has quit IRC03:20
*** guardianx has quit IRC03:20
*** klync has joined #openstack03:20
Sam-I-Amprobavly03:20
*** mfisch has joined #openstack03:20
*** mfisch has joined #openstack03:20
*** guardianx has joined #openstack03:20
mrproperDidn't seem to fix it03:21
*** guardianx has quit IRC03:21
*** guardianx has joined #openstack03:21
*** guardianx has left #openstack03:21
Guest59519Sam-I-AM: how to vnc?03:21
larsksmrproper Sam-I-Am Sorry, coming late to this party: I'm running Havana + Neutron, and nova.conf has firewall_driver=nova.virt.firewall.NoopFirewallDriver.03:22
Sam-I-AmGuest59519: do you have horizon running?03:22
*** dougshelley66 has quit IRC03:22
larsksFor neutron, that seems like the right thing.03:22
mrproperlarsks: Yeah. I have it on controller as Noop and the others as the IpTables03:23
Sam-I-Amlarsks: oh, hmm... i see that too in my most recent install03:23
*** kenhui has joined #openstack03:23
Guest59519yes03:23
Guest59519but not able to retieve information03:23
*** Bryanstein has joined #openstack03:24
Guest59519Sam-I-Am: even query the console log, it just has this "  Unable to get log for instance "7da0ef24-1f26-44cd-a8db-d995f6415af5"."03:24
*** desai has joined #openstack03:25
*** jttam has joined #openstack03:25
Sam-I-Ammrproper: ohhh, hold on a sec.03:25
Sam-I-Ammrproper: i'm thinking about the one in the ovs plugin ini file03:25
*** mfisch has joined #openstack03:25
*** mfisch has joined #openstack03:25
Sam-I-AmGuest59519: makes me wonder if the instance even started03:25
*** lmh has joined #openstack03:25
mrproperSam-I-Am: OVS I don't have a firewall specified either way03:26
*** kenhui has quit IRC03:26
*** kenhui has joined #openstack03:26
*** rocha_ has quit IRC03:27
Guest59519Sam-I-Am: I believed the instance is failed to start03:27
*** jergerber has joined #openstack03:27
Guest59519Sam-I-Am: and I cannot find more details on what is going wrong03:27
Guest59519Sam-I-Am: maybe let me try to remove the instances and reboot the compute node and try again03:27
Sam-I-Ammrproper: [securitygroup] firewall_driver = ?03:28
mrproper# firewall_driver = neutron.agent.firewall.NoopFirewallDriver03:28
Sam-I-AmGuest59519: what is compute running on... a VM?03:28
Sam-I-Ammrproper: theres your problem03:29
*** jttam has quit IRC03:29
Sam-I-Amneutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewal03:29
Sam-I-AmlDriver03:29
Sam-I-Amall of *those* keys should be the same on all of your nodes03:29
*** mrlesmithjr has quit IRC03:29
*** jergerber has quit IRC03:30
mrproperSam-I-Am: Should I do that on all the systems with OVS?03:30
*** Arconiaprime_ has joined #openstack03:31
*** nphase has joined #openstack03:31
Sam-I-Amall of them with the plugin ini file, yes03:31
Sam-I-Ampretty sure that's in the guide03:31
Guest59519Sam-I-Am: the compute node is a VM running on ESXi, so I configured like below in nova,conf "libvirt_type=qemu"03:32
*** Arconiaprime has quit IRC03:32
mrproperSam-I-Am: Very nice, good call, thank you03:33
Sam-I-AmGuest59519: ok.  how much resources does that vm have?03:33
Guest59519Sam-I-Am: um..... arrr.... maybe related to that03:34
*** ArminderS has joined #openstack03:35
*** Free_maN has joined #openstack03:37
*** Free_maN has joined #openstack03:37
*** jergerber has joined #openstack03:37
mrproperSam-I-Am: I'm wondering if my security group got added to nova, not neutron03:37
*** Butcho has quit IRC03:38
*** kenhui1 has joined #openstack03:38
*** kenhui has quit IRC03:38
Sam-I-Amprobably got added into oblivion03:39
Guest59519Sam-I-Am: thank for your advice, let me figure out how to allocate more memory on the Compute node.03:39
*** Free_maN_ has quit IRC03:39
*** CaptTofu has quit IRC03:40
Sam-I-Amseveral gigs is a good bet03:40
*** christyp has joined #openstack03:42
*** decci has quit IRC03:43
*** mwichmann has quit IRC03:44
*** ryanpetrello has quit IRC03:44
*** badiane_ka has joined #openstack03:44
*** fnaval has joined #openstack03:44
*** vlad_starkov has joined #openstack03:45
*** CaptTofu has joined #openstack03:45
*** retreved has quit IRC03:45
*** pixelb has quit IRC03:45
*** klync has quit IRC03:47
*** klync has joined #openstack03:48
mrproperSam-I-Am: Interesting Horizon doesn't let you sort rules03:48
*** ctracey|away is now known as ctracey03:48
*** mrlesmithjr has joined #openstack03:48
*** mrlesmithjr has joined #openstack03:49
mrproperSam-I-Am: Pinging works fine03:49
*** test__ has joined #openstack03:49
*** jasondotstar has quit IRC03:49
*** sandywalsh_ has quit IRC03:50
Guest59519Sam-I-Am: one question. how to enable more logging in each module in OpenStack?03:50
Sam-I-AmGuest59519: in the config files you might see a 'verbose=' ... change it to True03:51
Sam-I-Amif you're really into python, set debug=True03:51
*** WackoRob_ is now known as WackoRobie03:51
*** WackoRobie has quit IRC03:52
*** WackoRobie has joined #openstack03:52
*** ArminderS- has joined #openstack03:53
*** yocum has quit IRC03:53
*** ArminderS has quit IRC03:53
*** yogesh has joined #openstack03:54
*** julim has joined #openstack03:54
Sam-I-Amnote to self... do not inhale water03:54
*** Alienyyg has quit IRC03:55
mrproperSam-I-Am: Boy, I really hope thousands of years of evolution teach us that going forward.03:55
Sam-I-Amoh this one is really bad03:56
Sam-I-Ami'm dying over here03:56
mrproperSam-I-Am: I'll call the cops03:56
Sam-I-Ami lived in the midwest, i know what breathing water is like03:56
mrproperLets try to boot a new instance, see how it goes.03:57
*** suresh12 has quit IRC03:57
*** julim has quit IRC03:57
*** yogesh has quit IRC03:58
*** wbx_ has joined #openstack03:59
mrproperSam-I-Am: Seriously, this actually works.03:59
mrproperLegit03:59
*** vipul-away is now known as vipul04:01
Sam-I-Amyup04:02
*** vipul has joined #openstack04:02
Sam-I-Amnow you shall celebrate by making me a cake lol04:03
*** dtx00ff has joined #openstack04:03
*** WackoRobie has quit IRC04:04
*** WackoRobie has joined #openstack04:04
*** pradeep has joined #openstack04:04
*** matiu has joined #openstack04:05
*** rossk has quit IRC04:05
*** mrproper has quit IRC04:07
*** teju has joined #openstack04:07
*** zenoway has joined #openstack04:07
*** mrproper has joined #openstack04:08
*** blomquisg has quit IRC04:08
*** sandywalsh has joined #openstack04:09
*** satheesh has joined #openstack04:10
*** yamahata has quit IRC04:11
*** yamahata has joined #openstack04:11
*** mrlesmithjr has quit IRC04:13
*** paragan has joined #openstack04:13
*** paragan has quit IRC04:13
*** paragan has joined #openstack04:13
*** yamahata_ has joined #openstack04:13
*** AaronGr_afk is now known as AaronGr_Zzz04:14
*** zenoway has quit IRC04:14
*** arnaud has joined #openstack04:15
*** vlad_starkov has quit IRC04:16
*** gimps_ is now known as hashfail04:17
*** hashfail has joined #openstack04:18
*** kenhui1 has quit IRC04:18
*** kenhui has joined #openstack04:18
*** arnaud has quit IRC04:19
*** ryanpetrello has joined #openstack04:19
*** pradeep has quit IRC04:19
*** colburn has quit IRC04:20
*** rnorwood1 has joined #openstack04:20
*** pixelb has joined #openstack04:20
*** mrlesmithjr has joined #openstack04:21
*** pravins has joined #openstack04:21
*** kozma has joined #openstack04:22
*** arnaud has joined #openstack04:25
*** mrlesmithjr has quit IRC04:25
*** ccs has quit IRC04:28
*** arnaud has quit IRC04:29
*** D30_ has joined #openstack04:29
*** Tross has joined #openstack04:30
*** D30 has quit IRC04:31
*** D30_ is now known as D3004:31
*** ccs has joined #openstack04:32
*** nphase has quit IRC04:33
*** nphase has joined #openstack04:33
*** D30 has quit IRC04:33
*** mrlesmithjr has joined #openstack04:34
*** D30 has joined #openstack04:34
*** epopt37 has quit IRC04:34
*** rossk has joined #openstack04:34
*** rnorwood1 has quit IRC04:35
*** rnorwood1 has joined #openstack04:35
*** mrlesmithjr has quit IRC04:37
*** nphase has quit IRC04:39
*** nphase has joined #openstack04:39
*** D30_ has joined #openstack04:40
*** rcleere has joined #openstack04:41
*** rossk has quit IRC04:42
*** michaelneale has joined #openstack04:42
*** Dharmit has joined #openstack04:43
*** D30 has quit IRC04:44
*** D30_ is now known as D3004:44
*** mrlesmithjr has joined #openstack04:44
*** Zack_Deee has joined #openstack04:44
*** mrproper has quit IRC04:44
*** coolsvap has quit IRC04:45
*** vlad_starkov has joined #openstack04:45
*** mrproper has joined #openstack04:45
*** kenhui has quit IRC04:46
*** terriyu has joined #openstack04:46
*** epopt37 has joined #openstack04:47
*** mrlesmithjr has quit IRC04:48
*** abhi has quit IRC04:49
*** ArcTanSusan__ has joined #openstack04:50
*** arnaud has joined #openstack04:51
*** ArcTanSusan__ has quit IRC04:51
*** pravins has quit IRC04:51
*** Tross has quit IRC04:52
*** ccs has quit IRC04:52
*** pradeep has joined #openstack04:53
tejupradeep: do u know how to create a volume after logging into openstack dashboard?04:55
*** hcc has joined #openstack04:55
*** hcc is now known as hdd_04:55
*** CaptTofu has quit IRC04:56
pradeepteju: What kind of volume?04:57
pradeepteju: Whats the issue?04:58
*** rohit404 has joined #openstack04:58
tejupradeep: i created few cinder volumes and i am able to list them using cinder list....how to list the volumes in dashboard?04:59
tejupradeep: i have only keystone and cinder..05:01
*** ctracey is now known as ctracey|away05:01
*** chandankumar has joined #openstack05:02
*** ponyofdeath has quit IRC05:02
*** psyl0n has joined #openstack05:03
*** mrproper has quit IRC05:03
*** wbx_ has quit IRC05:04
pradeepteju: admin?05:04
*** D30 has quit IRC05:04
*** Anju has quit IRC05:05
*** rcleere has quit IRC05:06
*** nosnos_ has quit IRC05:06
*** nosnos has joined #openstack05:07
*** urulama has joined #openstack05:07
*** rushiagr has joined #openstack05:08
tejupradeep: yes05:08
*** aeperezt has joined #openstack05:08
tejupradeep: i have 2 users admin and cinder....both with admin roles05:08
*** D30 has joined #openstack05:09
*** SumitNaiksatam_ has joined #openstack05:09
*** SumitNaiksatam has quit IRC05:09
*** SumitNaiksatam_ is now known as SumitNaiksatam05:09
*** majeff has quit IRC05:09
*** WackoRobie has quit IRC05:11
*** itooon has quit IRC05:11
*** majeff has joined #openstack05:12
*** rushiagr2 has joined #openstack05:12
*** martianixor has joined #openstack05:12
*** dbrandon has joined #openstack05:13
*** michaelneale has quit IRC05:14
*** prad has quit IRC05:14
*** psharma has joined #openstack05:15
*** rushiagr has quit IRC05:16
*** Tross has joined #openstack05:16
*** vlad_starkov has quit IRC05:16
*** CaptTofu has joined #openstack05:16
*** hdd_ has quit IRC05:16
*** pixelb has quit IRC05:20
*** kenhui has joined #openstack05:22
*** kenhui has quit IRC05:22
*** atrius has quit IRC05:22
*** tmclaugh[work] has quit IRC05:22
*** kenhui has joined #openstack05:22
*** rnorwood1 has quit IRC05:23
*** atrius has joined #openstack05:25
*** coolsvap has joined #openstack05:25
*** psyl0n has quit IRC05:25
*** jttam has joined #openstack05:25
*** dtx00ff has quit IRC05:27
*** majeff1 has joined #openstack05:28
*** coolsvap has quit IRC05:29
*** gmoro_ has quit IRC05:29
*** majeff has quit IRC05:30
*** jttam has quit IRC05:30
*** leif has quit IRC05:31
*** leif has joined #openstack05:31
*** gmoro_ has joined #openstack05:31
*** elo1 has joined #openstack05:32
*** led_belly has joined #openstack05:32
*** leif has quit IRC05:32
*** leif has joined #openstack05:33
*** led_belly has quit IRC05:33
*** kushal has joined #openstack05:33
*** jhesketh has quit IRC05:33
*** slowe has quit IRC05:34
*** jhesketh has joined #openstack05:35
*** led_belly has joined #openstack05:36
*** sayan has joined #openstack05:40
*** led_belly has quit IRC05:40
*** kenhui has quit IRC05:40
*** rushiagr2 is now known as rushiagr05:40
*** leif is now known as Guest5044105:40
*** harlowja is now known as harlowja_away05:40
xpiratorHi there05:41
*** WackoRobie has joined #openstack05:41
xpiratorIs there any commercial product or library to generate secure license key?05:41
xpiratorIs there any commercial product or library to generate a secure license key?05:42
*** tomoe_ has joined #openstack05:42
*** KataiKou has left #openstack05:42
*** aeperezt has quit IRC05:42
*** arnaud has quit IRC05:42
*** mjbright1 has joined #openstack05:42
*** aeperezt has joined #openstack05:42
*** mjfork has quit IRC05:43
*** mrlesmithjr has joined #openstack05:44
*** teran has quit IRC05:44
*** arnaud has joined #openstack05:44
*** vlad_starkov has joined #openstack05:44
*** erkules_ is now known as erkules05:45
*** test__ has quit IRC05:45
*** kenhui has joined #openstack05:45
*** berendt has joined #openstack05:46
*** desai has quit IRC05:47
*** mrlesmithjr has quit IRC05:48
*** tomoe_ has quit IRC05:49
*** WackoRobie has quit IRC05:50
*** matanya has joined #openstack05:51
*** majeff1 has quit IRC05:52
*** suresh12 has joined #openstack05:52
*** AMike has quit IRC05:52
*** otherwiseguy has quit IRC05:53
*** vlad_starkov has quit IRC05:54
*** vlad_starkov has joined #openstack05:54
*** vlad_starkov has quit IRC05:57
*** harlowja_away is now known as harlowja05:59
*** jeflui has quit IRC05:59
*** markpeek has quit IRC06:01
*** KaZeR has quit IRC06:01
*** jergerber has quit IRC06:02
*** ponyofdeath has joined #openstack06:06
*** ngoracke has quit IRC06:07
*** aeperezt has quit IRC06:08
*** neoXsys has joined #openstack06:08
*** yogesh has joined #openstack06:09
*** majopela has joined #openstack06:11
*** pravins has joined #openstack06:13
*** michaelneale has joined #openstack06:14
*** nshaikh has joined #openstack06:15
*** yogesh_ has joined #openstack06:16
*** yogesh has quit IRC06:16
*** macjack has quit IRC06:16
*** WackoRobie has joined #openstack06:16
*** darrylms has joined #openstack06:18
*** jlibosva has joined #openstack06:18
*** christyp has quit IRC06:19
*** WackoRobie has quit IRC06:22
*** yogesh_ has quit IRC06:23
*** nkhare has joined #openstack06:24
*** msekleta has quit IRC06:26
*** yogesh has joined #openstack06:27
*** lmh has quit IRC06:27
*** zz_ajo is now known as ajo06:28
*** lmh has joined #openstack06:28
*** mjbright1 has quit IRC06:28
*** ajo is now known as zz_ajo06:29
*** dcramer_ has quit IRC06:29
*** zz_ajo is now known as ajo06:29
*** dcramer_ has joined #openstack06:29
*** JonnyNomad has quit IRC06:29
*** neeti has joined #openstack06:31
*** ajo is now known as zz_ajo06:33
*** dougshelley66 has joined #openstack06:34
*** Arconiaprime_ has quit IRC06:34
*** klync has quit IRC06:35
*** Arconiaprime has joined #openstack06:35
*** Ile has quit IRC06:36
*** rushiagr has quit IRC06:36
*** CaptTofu has quit IRC06:36
*** CaptTofu has joined #openstack06:37
*** makara has joined #openstack06:37
*** parstac_pete has joined #openstack06:38
*** ArcTanSusan has joined #openstack06:40
*** klync has joined #openstack06:41
*** iamdoo2 has quit IRC06:42
*** JonnyNomad has joined #openstack06:43
*** yogesh has quit IRC06:44
*** yogesh_ has joined #openstack06:44
*** rushiagr has joined #openstack06:44
*** Ile has joined #openstack06:44
*** mrlesmithjr has joined #openstack06:44
*** julianwa has quit IRC06:44
*** yogesh_ has quit IRC06:46
*** SushilKM has joined #openstack06:47
*** WackoRobie has joined #openstack06:48
*** fam_ has quit IRC06:48
*** krypto has joined #openstack06:48
*** Abhishek_ has joined #openstack06:48
*** jhesketh_ has quit IRC06:48
*** jhesketh has quit IRC06:49
*** mrlesmithjr has quit IRC06:49
*** fam_ has joined #openstack06:49
*** zenoway has joined #openstack06:51
*** amritanshu_RnD has joined #openstack06:52
*** vkozhukalov has quit IRC06:52
*** WackoRobie has quit IRC06:53
*** dbeutler has joined #openstack06:53
*** simon-AS559 has quit IRC06:53
*** simon-AS559 has joined #openstack06:53
*** Blackavar has joined #openstack06:53
*** terriyu has quit IRC06:56
dbeutlerHey, I am having some issues with the GroupAntiAffinityFilter in Grizzly. From the logs, it appears as if the list of instances in the group includes every instance instead of every instance in the group. I have Debug Logs and configuration information but I don't know the best place to go for help.06:56
*** simon-AS559 has quit IRC06:58
*** Blackavar has quit IRC06:58
*** Blackavar has joined #openstack06:59
*** matanya has quit IRC06:59
*** jhesketh_ has joined #openstack07:01
*** yogesh has joined #openstack07:01
*** mrunge has joined #openstack07:01
*** SushilKM has quit IRC07:02
*** iamdoo2 has joined #openstack07:02
*** jhesketh has joined #openstack07:02
*** bmcgahan has quit IRC07:03
dbeutlerThoughts anyone?07:03
*** inc0 has joined #openstack07:04
*** michaelneale has quit IRC07:05
*** teran has joined #openstack07:05
*** D30_ has joined #openstack07:05
*** martianixor has quit IRC07:06
*** julianwa has joined #openstack07:06
*** D30 has quit IRC07:08
*** D30_ is now known as D3007:08
*** saju_m has joined #openstack07:10
*** saju_m has quit IRC07:10
*** saju_m has joined #openstack07:10
*** rdas has joined #openstack07:11
*** JonnyNomad has quit IRC07:11
*** KaZeR has joined #openstack07:11
*** JonnyNomad has joined #openstack07:12
*** kawa2014 has joined #openstack07:12
*** Abhishek_ has quit IRC07:13
*** zhiwei has joined #openstack07:13
*** matanya has joined #openstack07:13
*** cmyster has joined #openstack07:15
*** cmyster has joined #openstack07:15
*** KaZeR has quit IRC07:16
*** MaxV has joined #openstack07:18
*** WackoRobie has joined #openstack07:18
*** Drankis has joined #openstack07:20
*** yogesh has quit IRC07:21
*** rushiagr has quit IRC07:22
*** rushiagr has joined #openstack07:22
dbeutlerI just posted the question to the mailing list if anyone is curious. :)07:23
*** dbeutler has left #openstack07:23
*** WackoRobie has quit IRC07:23
*** michaelneale has joined #openstack07:23
*** ccs has joined #openstack07:29
*** warik has joined #openstack07:29
*** gszasz has quit IRC07:29
*** suresh12 has quit IRC07:29
*** MaxV has quit IRC07:30
*** vipul is now known as vipul-away07:34
*** vartom111119 has joined #openstack07:35
*** ccs has quit IRC07:36
*** MarkAtwood has joined #openstack07:38
*** ccs has joined #openstack07:39
*** SushilKM has joined #openstack07:39
*** simon-AS559 has joined #openstack07:41
*** AndChat-443889 has joined #openstack07:41
*** atomek has quit IRC07:42
*** julianwa has quit IRC07:43
*** atrius has quit IRC07:43
*** Loquacities has quit IRC07:44
*** seikatw has quit IRC07:44
*** seikatw has joined #openstack07:45
*** mrlesmithjr has joined #openstack07:45
*** KrisK19 has joined #openstack07:45
KrisK19Hi guys07:46
cmysterlo07:46
*** Gues_____ has joined #openstack07:46
*** AndChat-443889 has quit IRC07:46
KrisK19do you have issues any issues with stability of nova-api07:46
*** atrius has joined #openstack07:46
KrisK19I'm using official ubuntu packages for havana07:46
*** yrabl has joined #openstack07:46
*** dneary has joined #openstack07:47
*** Loquacities has joined #openstack07:49
*** Loquacities is now known as Loquacity07:49
*** Gues_____ has quit IRC07:49
*** fouxm has joined #openstack07:49
*** dobber has joined #openstack07:49
*** esker has quit IRC07:49
*** mrlesmithjr has quit IRC07:50
*** atomek has joined #openstack07:51
*** Gues_____ has joined #openstack07:52
*** seikath has joined #openstack07:52
*** Gues_____ has quit IRC07:52
*** macjack has joined #openstack07:53
*** arnaud has quit IRC07:53
*** Gues_____ has joined #openstack07:53
*** arnaud has joined #openstack07:54
*** seikatw has quit IRC07:54
*** arnaud has quit IRC07:54
*** esker has joined #openstack07:54
*** satheesh has quit IRC07:54
*** Gues_____ is now known as l390_beijing07:55
*** julianwa has joined #openstack07:55
*** corXi has joined #openstack07:55
*** rushiagr is now known as rushiagr_away07:55
*** che-arne has quit IRC07:56
*** yogesh has joined #openstack07:57
*** satheesh1 has joined #openstack07:58
*** seikatw has joined #openstack07:59
*** michaelneale has quit IRC07:59
*** JonnyNomad has quit IRC08:01
*** JonnyNomad has joined #openstack08:01
*** seikath has quit IRC08:02
*** satheesh1 has quit IRC08:02
*** elo1 has quit IRC08:02
*** SushilKM__ has joined #openstack08:03
*** cycorld has quit IRC08:03
*** julienvey_ has joined #openstack08:03
*** cmyster has quit IRC08:03
*** SushilKM has quit IRC08:04
*** MarkAtwood has quit IRC08:04
*** harlowja is now known as harlowja_away08:04
*** melmoth has joined #openstack08:05
*** julienvey_ has quit IRC08:05
*** pantea has joined #openstack08:06
*** warik has quit IRC08:06
*** cycorld has joined #openstack08:06
*** giorgiodinapoli has joined #openstack08:06
*** jaimegil has joined #openstack08:07
*** disappear1 has joined #openstack08:08
*** arozumenko has joined #openstack08:08
*** disappear1 has joined #openstack08:08
*** disappear1 has joined #openstack08:09
*** disappear1 has joined #openstack08:10
*** disappear1 has joined #openstack08:11
*** slowe has joined #openstack08:11
*** coreping has joined #openstack08:11
*** rushiagr_away is now known as rushiagr08:12
*** KaZeR has joined #openstack08:12
*** ade_b has joined #openstack08:13
*** ade_b has joined #openstack08:13
*** michaelneale has joined #openstack08:14
*** rohara has quit IRC08:16
*** elo1 has joined #openstack08:17
*** KaZeR has quit IRC08:17
*** D30_ has joined #openstack08:18
*** nmagnezi has joined #openstack08:19
*** yrabl has quit IRC08:19
*** jcoufal has joined #openstack08:19
*** elo1 has quit IRC08:20
*** jhesketh has quit IRC08:20
*** jhesketh_ has quit IRC08:21
*** eglynn has quit IRC08:22
*** D30 has quit IRC08:22
*** D30_ is now known as D3008:22
*** Mierdin has quit IRC08:24
*** sc-rm has joined #openstack08:24
*** nacer_ has joined #openstack08:25
*** itarchitectkev has joined #openstack08:26
*** franc has joined #openstack08:26
*** arif-ali has joined #openstack08:26
*** ArcTanSusan has quit IRC08:27
*** satheesh1 has joined #openstack08:28
*** zenoway has quit IRC08:28
*** AMike has joined #openstack08:28
*** AMike has quit IRC08:28
*** AMike has joined #openstack08:28
*** zenoway has joined #openstack08:29
*** vkozhukalov has joined #openstack08:29
*** dizquierdo has joined #openstack08:29
*** nmagnezi has quit IRC08:31
*** markvoelker1 has quit IRC08:33
*** jhesketh has joined #openstack08:33
*** zenoway has quit IRC08:33
*** macjack has quit IRC08:33
*** jhesketh_ has joined #openstack08:33
*** fikst has joined #openstack08:34
*** vartom1111110 has joined #openstack08:35
*** vartom111119 has quit IRC08:35
*** drago777 has quit IRC08:35
*** glejeune_taf has joined #openstack08:36
*** flaper87|afk is now known as flaper8708:36
*** mk_qi has left #openstack08:36
*** drago777 has joined #openstack08:38
*** gszasz has joined #openstack08:38
*** kpavel has joined #openstack08:39
*** shri has joined #openstack08:39
*** kpavel_ has joined #openstack08:40
*** kpavel has quit IRC08:44
*** kpavel_ is now known as kpavel08:44
*** djoreilly has joined #openstack08:45
*** mrlesmithjr has joined #openstack08:46
*** shri has quit IRC08:46
*** fsimonce has joined #openstack08:47
*** mindpixel has joined #openstack08:47
*** mindpixel has quit IRC08:47
*** RM_1 has joined #openstack08:48
*** MaxV has joined #openstack08:49
sloweI'm trying to troubleshoot a problem with an OpenStack setup in my home lab. On the controller (running nova-api, keystone, & glance), "nova-manage service list" shows XXX for nova-* services running on a compute node. On the compute node, though, the same command reports the services are fine. Any suggestions? Logging info is pretty sparse so far.08:49
*** yrabl has joined #openstack08:49
*** yrabl has quit IRC08:50
*** mrlesmithjr has quit IRC08:51
*** yrabl has joined #openstack08:51
*** dfarrell-41678 has joined #openstack08:52
*** Tross has quit IRC08:52
*** michaelneale has quit IRC08:52
*** enikanorov has quit IRC08:53
*** marun has quit IRC08:53
*** rohit404 has quit IRC08:53
*** walterheck has quit IRC08:56
*** WackoRobie has joined #openstack08:57
*** jroovers has joined #openstack08:57
*** walterheck has joined #openstack08:57
*** sayan has quit IRC08:59
*** iogg_ has joined #openstack09:01
*** ifarkas has joined #openstack09:01
*** jroovers has quit IRC09:01
*** drago777 has quit IRC09:03
*** drago777 has joined #openstack09:05
*** nelsnelson has joined #openstack09:06
*** jroovers has joined #openstack09:06
*** isAAAc has joined #openstack09:07
*** KrisK19_ has joined #openstack09:07
*** KrisK19 has quit IRC09:08
*** KrisK19_ is now known as KrisK1909:08
*** rohit404 has joined #openstack09:09
*** rohit404 has quit IRC09:09
*** amuller has joined #openstack09:09
*** tzn has quit IRC09:10
*** zenoway has joined #openstack09:11
*** pradeep has quit IRC09:12
*** sayan has joined #openstack09:12
*** eglynn has joined #openstack09:12
*** KaZeR has joined #openstack09:13
*** julianwa has quit IRC09:13
*** ArminderS has joined #openstack09:13
*** tjcravey has joined #openstack09:14
*** zhiwei has quit IRC09:14
*** nj3ma has quit IRC09:15
*** ArminderS- has quit IRC09:15
inc0hi, after installing keystone from MASTER it started to throw OSError: [Errno 11] Resource temporarily unavailable09:15
*** fbo_away is now known as fbo09:16
inc0not master, pip, sorry, but still, openssl is waiting for stdin09:16
*** KaZeR has quit IRC09:18
*** glejeune_taf has quit IRC09:19
*** l390_beijing has quit IRC09:20
sc-rmAfter a complete reinstall of debian 64bit, then using the preseeder to install havan I still get the neutron-server crashing with: 'Multiple plugins for service %s were configured', 'L3_ROUTER_NAT'09:20
*** Seoman has joined #openstack09:20
*** ccs has quit IRC09:20
sc-rmand the search on google does not give me anything I can go on. Because the service_plugin is only defined once in neutron.conf09:21
*** jingwang has joined #openstack09:21
*** ccs has joined #openstack09:22
*** vkuz has joined #openstack09:22
sc-rmslowe: have you tried to enable debug for nova and what does ps aux | grep nova says09:22
slowesc-rm: I've enabled verbose logging, but not debug (yet). ps aux | grep nova shows appropriate python instances running.09:24
*** bbcmicrocomputer has joined #openstack09:24
*** bbcmicrocomputer has quit IRC09:24
*** bbcmicrocomputer has joined #openstack09:24
*** jpich has joined #openstack09:27
*** glejeune_taf has joined #openstack09:27
*** peterdon has joined #openstack09:27
*** _sulo has joined #openstack09:27
*** xuan has joined #openstack09:28
*** KrisK19 has quit IRC09:29
*** D30 has quit IRC09:32
*** sayan has quit IRC09:32
sc-rmslowe: It sounds like the communication between you compute node and controller is broken09:32
*** KrisK19 has joined #openstack09:32
*** kpavel_ has joined #openstack09:32
*** Tross has joined #openstack09:32
*** macjack has joined #openstack09:32
slowesc-rm: Certainly, but I have not been able to determine which communication (if any) is not working. DNS host resolution works, RabbitMQ appears to work, MySQL connectivity works, and they are both syncing to the same internal NTP server.09:33
*** kpavel has quit IRC09:33
sc-rmwhat about nova list on compute vs nova list on controller09:33
*** kpavel_ is now known as kpavel09:34
*** glejeune_taf1 has joined #openstack09:35
*** Vemana has joined #openstack09:36
*** ccs has quit IRC09:36
*** glejeune_taf has quit IRC09:36
slowesc-rm: nova-manage service list?09:36
sc-rmno just, nova list09:37
*** jroovers has quit IRC09:38
*** jorisroovers has joined #openstack09:38
*** kenhui has quit IRC09:39
slowesc-rm: nova list is blank on both nodes.09:40
*** giulivo has joined #openstack09:41
sc-rmokay, then we have a basic communication between these boxes09:41
*** thorfinn has joined #openstack09:41
*** pll_ has joined #openstack09:41
sc-rmthen nova-manage service list should show the same on both boxes09:41
*** rohit404 has joined #openstack09:41
slowesc-rm: Taking a slightly different tack...if rabbit_host is specified in /etc/nova/nova.conf, then rabbit_hosts should be blank, as I'm not using clustered RabbitMQ. Correct?09:42
sc-rmwhat are you then using?09:45
*** sayan has joined #openstack09:46
slowesc-rm: I have a single RabbitMQ instance running on the controller node.09:46
sc-rmage, then the rabbit_host on the compute nodes should be set to the ip of the controller09:46
slowesc-rm: nova-manage service list consistently shows the same results when run from the controller (where the RabbitMQ instance is hosted), but the results of that command from the compute node are erratic.09:47
*** mrlesmithjr has joined #openstack09:47
*** atrius has quit IRC09:47
*** johnthetubaguy has joined #openstack09:47
sc-rmthe nova.conf on compute nodes for the rabbitmq part should be the same as the part on the controller09:47
*** jaimegil has quit IRC09:47
*** tzn has joined #openstack09:48
slowesc-rm: Right--I have rabbit_host on the compute node set to the IP address of the controller. My question was around the use of both rabbit_hosts (plural) and rabbit_host (singular) at the same time, which I thought might cause some confusion.09:49
slowesc-rm: I've verified the RabbitMQ settings on both controller and compute node are the same.09:49
*** atrius has joined #openstack09:49
*** batlogg has joined #openstack09:51
*** mrlesmithjr has quit IRC09:51
*** pnavarro has joined #openstack09:52
slowesc-rm: I think it's a time sync error, despite the fact that they are both syncing to the same internal NTP server. The times between the controller and the compute node differ by about a minute. I'll need to track down why that's the case.09:54
*** arnaud__ has joined #openstack09:55
*** rohit404 has quit IRC09:56
*** urulama has quit IRC09:56
*** rohit404 has joined #openstack09:59
*** reidrac has joined #openstack09:59
*** vlad_starkov has joined #openstack10:00
*** arnaud__ has quit IRC10:00
*** teran has quit IRC10:01
*** mozawa has quit IRC10:03
*** marcelodieder has joined #openstack10:04
*** drago777 has quit IRC10:04
*** slowe has quit IRC10:05
*** drago777 has joined #openstack10:06
*** nkhare is now known as nkhare_afk10:06
*** engkur has joined #openstack10:08
*** enikanorov has joined #openstack10:08
*** sushils has joined #openstack10:11
*** arezmerita has quit IRC10:11
sc-rmokay, that sounds weird10:12
*** exed has joined #openstack10:13
*** KaZeR has joined #openstack10:13
*** mkollaro has joined #openstack10:13
*** Exdaix has quit IRC10:14
*** derekh has joined #openstack10:15
*** vlad_starkov has quit IRC10:15
*** Exdaix has joined #openstack10:15
sc-rmslowe: which distro are you installing openstack on?10:15
*** dorftrottel has joined #openstack10:16
*** rohara has joined #openstack10:17
*** ildikov is now known as ildikov_afk10:18
*** lbrower has quit IRC10:18
*** ildikov_ is now known as ildikov__afk10:18
*** lbrower has joined #openstack10:19
*** lbrower has joined #openstack10:19
*** KaZeR has quit IRC10:20
*** jp_at_hp has joined #openstack10:20
*** jaimegil has joined #openstack10:20
*** paragan has quit IRC10:22
*** corXi has quit IRC10:22
*** yogesh has quit IRC10:24
*** saju_m has quit IRC10:25
*** AffiliateOwnz has joined #openstack10:26
*** AffiliateOwnz has quit IRC10:26
*** saju_m has joined #openstack10:28
*** rushiagr is now known as rushiagr_away10:30
*** devnull1 has joined #openstack10:30
*** dorftrottel has quit IRC10:32
*** fbo is now known as fbo_away10:32
*** mkollaro has quit IRC10:33
*** dizquierdo has quit IRC10:37
*** lmh has quit IRC10:37
*** rossella_s has joined #openstack10:38
*** peterdon has quit IRC10:39
*** greghaynes has quit IRC10:39
*** mjeanson has quit IRC10:39
*** gizmoguy has quit IRC10:39
*** fbo_away has quit IRC10:39
*** mjeanson has joined #openstack10:40
*** max_lobur_afk is now known as max_lobur10:40
*** pradeep has joined #openstack10:40
*** giorgiodinapoli has quit IRC10:41
*** gizmoguy has joined #openstack10:41
*** greghaynes has joined #openstack10:41
*** fbo has joined #openstack10:42
*** teran has joined #openstack10:42
*** ndipanov has joined #openstack10:43
*** sanman has joined #openstack10:44
*** drago777 has quit IRC10:45
AMikea migration of instance does work between nodes with different CPU?10:45
*** drago777 has joined #openstack10:45
AMikeAMD vs Intel10:45
pradeepAMike:  nope10:46
pradeepAMike: There was some work going on. AFIK: nope for now10:46
*** giorgiodinapoli has joined #openstack10:46
AMikepradeep: i must need same nodes?10:47
*** rushiagr_away is now known as rushiagr10:47
pradeepAMike:  yes10:47
*** mrlesmithjr has joined #openstack10:47
AMikepradeep: thanks. And now what is better - opteron 6344 or Xeon 6230V2 for general usage cases of nova-nodes....10:49
*** mrlesmit_ has joined #openstack10:49
*** exed has quit IRC10:50
*** urulama has joined #openstack10:50
*** exed has joined #openstack10:51
*** krast has quit IRC10:51
*** mrlesmithjr has quit IRC10:52
*** dhanasekaran has joined #openstack10:53
*** mrlesmit_ has quit IRC10:54
*** ArxCruz has joined #openstack10:54
*** ccustine has quit IRC10:55
*** ccustine has joined #openstack10:56
*** Vemana has quit IRC10:57
*** Abhishek_ has joined #openstack10:57
*** peterdon has joined #openstack10:58
*** peterdon has left #openstack10:58
*** MrJoshua has joined #openstack10:58
*** SushilKM__ has quit IRC10:59
*** max_lobur is now known as max_lobur_afk10:59
*** nosnos has quit IRC11:00
*** scott_w has joined #openstack11:00
*** yaguang has quit IRC11:00
*** julianwa has joined #openstack11:04
*** zenoway has quit IRC11:04
*** dizquierdo has joined #openstack11:05
*** zenoway has joined #openstack11:05
*** rohara has quit IRC11:05
*** drago777 has quit IRC11:05
*** rohara has joined #openstack11:06
*** nshaikh has quit IRC11:06
*** sayan has quit IRC11:06
*** nshaikh has joined #openstack11:07
*** nsavin has quit IRC11:08
*** vlad_starkov has joined #openstack11:09
*** drago777 has joined #openstack11:09
*** zenoway has quit IRC11:09
*** shwang has quit IRC11:10
*** dbrandon has quit IRC11:11
*** dbrandon has joined #openstack11:12
*** glejeune_taf1 has quit IRC11:13
*** scotm has joined #openstack11:17
*** itarchitectkev_ has joined #openstack11:18
*** scotm has quit IRC11:18
*** rohit404 has quit IRC11:18
*** itarchitectkev has quit IRC11:18
*** itarchitectkev_ has quit IRC11:18
*** itarchitectkev has joined #openstack11:19
*** sushils has quit IRC11:23
*** diegows has joined #openstack11:23
*** viq has quit IRC11:23
*** djoreilly has quit IRC11:24
*** mancdaz_away is now known as mancdaz11:24
*** viq has joined #openstack11:24
*** ewnd9 has joined #openstack11:24
*** yamahata has quit IRC11:28
*** vlad_starkov has quit IRC11:28
*** sushils has joined #openstack11:28
*** teju has quit IRC11:30
*** zeddii has quit IRC11:30
*** zeddii has joined #openstack11:32
*** SushilKM__ has joined #openstack11:35
*** MrJoshua has quit IRC11:35
*** yogesh has joined #openstack11:35
*** MrJoshua has joined #openstack11:35
*** vlad_starkov has joined #openstack11:35
*** julianwa has quit IRC11:35
*** nkhare_afk is now known as nkhare11:35
*** vlad_starkov has quit IRC11:37
*** ArminderS has quit IRC11:37
*** drago777 has quit IRC11:37
*** iogg_ has quit IRC11:37
*** cmyster has joined #openstack11:38
*** cmyster has joined #openstack11:38
*** pravins has quit IRC11:38
*** rdxc has joined #openstack11:38
*** yogesh has quit IRC11:39
*** rohit404 has joined #openstack11:40
*** drago777 has joined #openstack11:40
*** rushiagr has quit IRC11:40
*** MaxV has quit IRC11:40
*** akaro has joined #openstack11:41
*** zenoway has joined #openstack11:43
*** sayan has joined #openstack11:43
*** glejeune_taf has joined #openstack11:44
*** dneary has quit IRC11:44
*** jrevi has joined #openstack11:45
jreviHi all11:45
jreviI'm new to openstack and I'm trying to deploy a small testbed using the puppet stackforge modues: https://github.com/stackforge/puppet-openstack11:46
*** yrabl has quit IRC11:46
jrevimy comfiguration is really simple: 1 controler and 2 compute nodes11:46
jrevithe 3 OS are Cent0S 6.411:47
*** sushils has quit IRC11:47
jreviI'm using neutron and I face an issue when I try to deploy my instance:11:47
*** glejeune_taf has quit IRC11:48
*** rushiagr has joined #openstack11:50
*** WackoRobie has quit IRC11:50
jrevi2013-12-19 12:54:21.296 2002 TRACE nova.openstack.common.rpc.amqp   File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 1175, in retry_request 2013-12-19 12:54:21.296 2002 TRACE nova.openstack.common.rpc.amqp     raise exceptions.ConnectionFailed(reason=_("Maximum attempts reached")) 2013-12-19 12:54:21.296 2002 TRACE nova.openstack.common.rpc.amqp ConnectionFailed: Connection to neutron failed: Maximum attempt11:50
jrevithis appears in my compute.log file11:51
jreviCan somebody help me to solve it please ?11:52
*** drago777 has quit IRC11:52
jrevimy neutron service is running in my controller node ans is reachable (TCP 9696) from my compute nodes11:53
*** weshay has joined #openstack11:53
cmysterjrevi: seems like something is wrong with the neutron itself, you might want to dog a little, see if there is already an open bug.11:53
*** exed has quit IRC11:54
cmysterdig* :)11:54
*** zenoway has quit IRC11:54
jreviI saw a couple of open bugs about that: like this: https://bugs.launchpad.net/neutron/+bug/121191511:54
*** yrabl has joined #openstack11:54
*** zenoway has joined #openstack11:54
cmysterso that might be a similar bug11:54
*** drago777 has joined #openstack11:54
*** vlad_starkov has joined #openstack11:54
jreviI already applied this patche: https://review.openstack.org/#/c/49210/11:55
cmysterjust for fun, can you try with centos 6.5 ?11:55
jrevibut without success11:55
cmysteror a different distro, with a newer python maybe11:55
*** rushiagr has quit IRC11:55
*** rushiagr has joined #openstack11:55
*** rocha_ has joined #openstack11:56
*** nkhare is now known as nkhare_afk11:56
jrevilet me check11:56
*** vlad_starkov has quit IRC11:57
jrevion which distro du you install usually?11:57
jreviroot@pcdrrome06 ~ # cat /etc/centos-release  CentOS release 6.5 (Final)11:58
*** perror has joined #openstack11:58
jrevialready uptdate in fact11:58
*** zenoway has quit IRC11:59
*** MaxV has joined #openstack11:59
*** sushils has joined #openstack12:01
*** CaptTofu has quit IRC12:01
*** CaptTofu has joined #openstack12:01
*** msekleta has joined #openstack12:01
*** mozawa has joined #openstack12:04
*** drago777 has quit IRC12:07
*** vkmc has joined #openstack12:07
*** vkmc has quit IRC12:07
*** vkmc has joined #openstack12:07
*** mrlesmithjr has joined #openstack12:07
*** rmartinelli has joined #openstack12:07
*** chasmo has quit IRC12:08
*** exed has joined #openstack12:08
*** drago777 has joined #openstack12:08
*** Drankis has quit IRC12:10
cmysternot I, I'm still trying to make it work on Slackware, but you could try Ubuntu 12.04 LTS12:12
*** Drankis has joined #openstack12:13
*** pixelb has joined #openstack12:14
*** yamahata has joined #openstack12:14
*** pnavarro has quit IRC12:18
*** vlad_starkov has joined #openstack12:18
*** jorisroovers has quit IRC12:20
*** WackoRobie has joined #openstack12:20
*** dolphm has joined #openstack12:21
*** jroovers has joined #openstack12:21
*** likaiting has joined #openstack12:21
*** likaiting has left #openstack12:22
*** dneary has joined #openstack12:22
*** likaiting has joined #openstack12:22
*** likaiting has left #openstack12:22
*** lbrower has quit IRC12:22
*** laurelm has joined #openstack12:24
*** giulivo has quit IRC12:24
*** FunnyLookinHat has joined #openstack12:25
*** devnull1 has quit IRC12:29
*** jroovers has quit IRC12:31
*** vlad_starkov has quit IRC12:31
*** jroovers has joined #openstack12:31
*** vlad_starkov has joined #openstack12:32
*** akaro2 has joined #openstack12:33
*** amrith has quit IRC12:33
*** TVR has joined #openstack12:35
*** akaro2 has quit IRC12:35
*** akaro has quit IRC12:35
*** MaxV has quit IRC12:35
*** kenhui has joined #openstack12:35
*** mrlesmithjr has quit IRC12:36
*** lbrower has joined #openstack12:36
*** lbrower has joined #openstack12:36
*** jhesketh_ has quit IRC12:37
*** rdxc has quit IRC12:37
*** CaptTofu has quit IRC12:37
*** CaptTofu has joined #openstack12:37
*** paragan has joined #openstack12:38
*** paragan has joined #openstack12:38
*** jhesketh has quit IRC12:38
*** ewnd9 has quit IRC12:38
*** MaxV has joined #openstack12:38
*** nkhare_afk has quit IRC12:40
*** desai has joined #openstack12:41
*** CaptTofu has quit IRC12:41
*** matanya has quit IRC12:42
*** glejeune_taf has joined #openstack12:42
*** atomek has quit IRC12:45
*** max_lobur_afk is now known as max_lobur12:45
*** nphase has quit IRC12:46
*** nphase has joined #openstack12:46
*** urulama has quit IRC12:46
*** dolphm_ has joined #openstack12:47
*** giulivo has joined #openstack12:47
*** Butcho has joined #openstack12:48
*** satheesh1 has quit IRC12:49
*** nshaikh has left #openstack12:49
*** jdob has joined #openstack12:49
*** klync has quit IRC12:50
*** akaro has joined #openstack12:50
*** fifieldt has quit IRC12:50
*** anniec has joined #openstack12:51
*** weshay has quit IRC12:51
*** SushilKM__ has quit IRC12:51
*** pnavarro has joined #openstack12:51
*** yocum has joined #openstack12:52
*** kpavel_ has joined #openstack12:52
*** zenoway has joined #openstack12:52
*** tjcravey has quit IRC12:53
*** Guest59519 has quit IRC12:53
*** satheesh1 has joined #openstack12:53
*** marekd|away is now known as marekd12:53
*** kpavel has quit IRC12:53
*** kpavel_ is now known as kpavel12:53
*** JuanDRay has joined #openstack12:54
*** prad has joined #openstack12:54
*** anniec_ has joined #openstack12:54
*** prad has quit IRC12:54
*** chasmo has joined #openstack12:54
*** anniec has quit IRC12:55
*** anniec_ is now known as anniec12:55
*** radiocats has joined #openstack12:56
*** klync has joined #openstack12:56
*** jrevi has quit IRC12:56
*** HenryG has joined #openstack13:00
*** rohara has quit IRC13:00
*** satheesh1 has quit IRC13:01
*** laurelm has quit IRC13:02
*** drago777 has quit IRC13:02
*** mrunge has quit IRC13:03
*** drago777 has joined #openstack13:03
*** toni___ has joined #openstack13:05
*** zenoway has quit IRC13:05
*** atomek has joined #openstack13:05
*** zenoway has joined #openstack13:06
*** weshay has joined #openstack13:06
*** retreved has joined #openstack13:07
*** hockeynut has joined #openstack13:08
*** rushiagr has quit IRC13:09
*** ayoung-afk has quit IRC13:09
*** kozma has quit IRC13:10
*** zenoway has quit IRC13:10
*** klync has quit IRC13:10
*** rocha_ has quit IRC13:12
*** esker has quit IRC13:13
*** klync has joined #openstack13:13
*** lool has quit IRC13:13
*** lool has joined #openstack13:13
*** msekleta has quit IRC13:14
*** rossella_s has quit IRC13:14
*** ewnd9 has joined #openstack13:16
*** TSCHAKMac has quit IRC13:16
*** galstrom_zzz is now known as galstrom13:18
*** atomek has quit IRC13:18
*** lmh has joined #openstack13:18
*** amrith has joined #openstack13:19
*** lborda has joined #openstack13:20
*** iogg_ has joined #openstack13:21
*** arif-ali has quit IRC13:22
*** Deoan has joined #openstack13:25
*** vlad_sta_ has joined #openstack13:27
*** renebarbosa has joined #openstack13:27
*** renebarbosa has joined #openstack13:27
*** devnull1 has joined #openstack13:27
*** colinmcnamara has joined #openstack13:28
*** tsnider has joined #openstack13:28
*** vlad_starkov has quit IRC13:29
*** Abhishek_ has quit IRC13:29
*** drewlander has joined #openstack13:29
*** devnull1_ has joined #openstack13:31
*** colinmcnamara has quit IRC13:32
*** Dharmit has quit IRC13:33
*** kenhui has quit IRC13:33
*** rene_ has joined #openstack13:34
*** devnull1 has quit IRC13:34
*** devnull1_ is now known as devnull113:34
*** Butcho has quit IRC13:34
*** drago777 has quit IRC13:36
*** blomquisg has joined #openstack13:36
*** renebarbosa has quit IRC13:36
*** SushilKM__ has joined #openstack13:36
*** drago777 has joined #openstack13:37
*** rossella_s has joined #openstack13:38
*** rene_ has quit IRC13:39
*** renebarbosa has joined #openstack13:40
*** renebarbosa has joined #openstack13:40
*** jasondotstar has joined #openstack13:40
*** galstrom is now known as galstrom_zzz13:42
*** chandankumar_ has joined #openstack13:44
*** chandankumar_ has quit IRC13:44
*** vlad_starkov has joined #openstack13:44
*** nphase has quit IRC13:45
*** sroy has joined #openstack13:46
*** aeperezt has joined #openstack13:47
*** dolphm_ has quit IRC13:47
*** vlad_sta_ has quit IRC13:47
*** arif-ali has joined #openstack13:48
*** neeti has quit IRC13:48
*** jaimegil has quit IRC13:48
*** WackoRobie has quit IRC13:53
*** WackoRobie has joined #openstack13:53
*** cmyster has quit IRC13:53
*** cmyster has joined #openstack13:54
*** cmyster has joined #openstack13:54
*** urulama has joined #openstack13:55
*** itarchitectkev has quit IRC13:55
*** darrylms has quit IRC13:56
*** darrylms has joined #openstack13:56
*** urulama_ has joined #openstack13:56
*** cmyster has quit IRC13:57
*** arnaud has joined #openstack13:57
*** dneary has quit IRC13:57
*** hockeynut has quit IRC13:58
*** amrith has quit IRC13:58
*** yamahata has quit IRC13:58
*** yamahata has joined #openstack13:59
*** pixelb has quit IRC14:00
*** cmyster has joined #openstack14:00
*** derekh has quit IRC14:00
*** urulama has quit IRC14:00
*** zenoway has joined #openstack14:01
*** arnaud has quit IRC14:01
*** nsavin has joined #openstack14:01
*** jpich has quit IRC14:02
*** weshay has quit IRC14:03
*** tma996 has joined #openstack14:03
*** mwichmann has joined #openstack14:04
*** nsavin has quit IRC14:05
*** stronghere has joined #openstack14:06
*** drago777 has quit IRC14:06
*** chandankumar has quit IRC14:06
*** drago777 has joined #openstack14:08
*** vartom1111110 has quit IRC14:08
*** desai has quit IRC14:09
*** cycorld has quit IRC14:09
*** cycorld has joined #openstack14:10
*** lblanchard has joined #openstack14:11
*** psyl0n has joined #openstack14:11
*** eglynn has quit IRC14:12
*** bladernr_ has joined #openstack14:12
*** glejeune_taf has quit IRC14:12
*** sayan has quit IRC14:12
*** aroque has joined #openstack14:13
*** rushiagr has joined #openstack14:14
*** arun_ has joined #openstack14:14
*** akemarth has joined #openstack14:15
*** mrlesmithjr has joined #openstack14:16
*** arun_ is now known as arun14:17
*** hockeynut has joined #openstack14:17
*** dizquierdo has quit IRC14:17
*** zenoway has quit IRC14:18
*** zenoway has joined #openstack14:18
*** drago777 has quit IRC14:19
*** go_chiba has quit IRC14:19
*** cycorld has quit IRC14:20
*** Semor has quit IRC14:22
*** piliman974 has joined #openstack14:22
*** drago777 has joined #openstack14:22
*** zenoway has quit IRC14:23
*** kbringard has joined #openstack14:23
*** glejeune_taf has joined #openstack14:23
*** peristeri has joined #openstack14:25
*** Andrei89 has joined #openstack14:26
*** saju_m has quit IRC14:26
Andrei89Hello...can someone help me configure the network of my Virtual Machine...I want to deploy Openstack with Devstack14:27
*** sergmelikyan has quit IRC14:27
*** drago777 has quit IRC14:27
*** clopez has quit IRC14:27
*** esker has joined #openstack14:27
*** vlad_starkov has quit IRC14:27
*** clopez has joined #openstack14:28
*** rushiagr has quit IRC14:29
*** rushiagr has joined #openstack14:29
*** radiocat_ has joined #openstack14:30
*** radiocat_ has quit IRC14:30
*** drago777 has joined #openstack14:30
*** julim has joined #openstack14:30
*** radiocat_ has joined #openstack14:30
*** radiocats has quit IRC14:30
vkmcAndrei89, Hey there! How can I help you?14:30
*** markpeek has joined #openstack14:31
*** BobBallAway is now known as BobBall14:31
*** stephen_camilo has joined #openstack14:31
*** itarchitectkev has joined #openstack14:31
*** itarchitectkev has quit IRC14:31
*** jecarey has quit IRC14:31
*** mattymo has quit IRC14:32
*** darrylms has quit IRC14:32
*** darrylms has joined #openstack14:32
*** mattymo has joined #openstack14:32
*** dianefleming has joined #openstack14:33
Andrei89Hello vkmc...are u familliar with VirtualBox, Openstack?14:33
vkmcAndrei89, I am yeah14:34
*** lborda has quit IRC14:35
Andrei89I want to deploy Openstack Havana with Devstack... everything goes Ok...but I don't find a Public/External network in my Network Topology... I don't know what I'm doing wrong...14:35
jrwrenyou have to create the network.14:35
*** blackboxsw has joined #openstack14:36
*** itarchitectkev has joined #openstack14:36
*** pmathews has joined #openstack14:36
*** FunnyLookinHat has quit IRC14:37
*** TSCHAKMac has joined #openstack14:37
Andrei89Ok..I have opened Virtual Box...it always give me an asserion error when I try to create network...but if I restart...it goes well14:37
*** yaguang has joined #openstack14:37
*** vlad_starkov has joined #openstack14:37
vkmcAndrei89, Do you want to access an instance created in your guest from your host? Or am I wrong?14:38
Andrei89yes14:38
Andrei89I have created 2 adapters (host-only)14:38
Andrei89192.168.19.1/2414:39
Andrei89for Ubuntu Guest14:39
vkmcAndrei89, And how did you configure your network adapter? NAT, bridged...?14:40
Andrei89and 192.168.174.1/24 for the External network14:40
*** lborda has joined #openstack14:40
vkmcAndrei89, Virtual network adapter I should add14:40
Andrei89I guess that my machine should have: Adapter1: Nat Adapter2: Host Only 1 and Adapter 3: Host Only 214:41
*** pmathews has quit IRC14:41
Andrei89the thing is... I don't know what to write in /etc/network/interfaces14:42
*** drago777 has quit IRC14:42
Andrei89I'm not familiar with linux :)14:42
*** pfreund has joined #openstack14:42
jrwrenstep 1: get familiar with linux14:43
*** yocum has quit IRC14:43
jrwrenstep 2: get familiar with openstack :p14:43
*** lborda has quit IRC14:43
*** lborda has joined #openstack14:43
*** clayb has joined #openstack14:43
*** WackoRobie has quit IRC14:44
*** klync has quit IRC14:44
*** drago777 has joined #openstack14:45
Andrei89I just want to deploy openstack with devstack and have a public and a private network, I also want to access the guest from my host...anyone knows a step by step guide14:46
Andrei89?14:46
*** joesavak has joined #openstack14:46
jrwrenAndrei89: if you find one, let me know.14:46
*** mrlesmithjr has quit IRC14:46
vkmcAndrei89, The thing is how Virtualbox manages virtual network adapters :) You probably have to set up a bridge to be able to access it from outside14:46
vkmcAndrei89, https://www.virtualbox.org/manual/ch06.html#network_bridged14:46
*** yocum has joined #openstack14:46
vkmcAndrei89, Unfortunately is not quite simple... you could test it trying to access to the dashboard from a guest browser14:47
Andrei89Well.. I did that with bridge... I could access the openstack dashboard from my host14:47
vkmcAndrei89, And then, try to access the instance with SSH14:48
vkmcs/guest/host14:48
*** ayoung has joined #openstack14:48
Andrei89but my openstack did not have an external network...only private...this is my problem14:48
*** openstack has joined #openstack14:49
*** isAAAc has quit IRC14:49
vkmcAndrei89, Cool14:49
*** amritanshu_RnD has quit IRC14:50
*** cycorld has joined #openstack14:50
Andrei89l IP : 192.168.19.128 (NAT), Manual IP  - How can I manually set that IP for my Ubuntu Guest Machine?14:51
vkmcAndrei89, I'm checking it, it looks like it's the solution for what you need14:51
*** jobewan has joined #openstack14:51
*** drago777 has quit IRC14:52
kryptohttps://www.surveymonkey.com/s/openstack-j-naming14:52
Andrei89I don't understand completly how my virtualbox should look like14:52
*** msgodf has quit IRC14:52
vkmcAndrei89, You have to configure your guest machine network, are you familiar with the ip command?14:53
Andrei89no...I guess that's the problem14:54
*** drago777 has joined #openstack14:54
*** pmathews has joined #openstack14:55
*** dcramer_ has quit IRC14:55
*** jecarey has joined #openstack14:55
*** hartsocks has joined #openstack14:55
*** csaba|afk is now known as csaba14:56
*** cycorld has quit IRC14:56
*** klync has joined #openstack14:56
*** rohara has joined #openstack14:56
*** JuanDRay has quit IRC14:57
vkmcAndrei89, Ah well, you will learn :) it has many options... you could check the manuals (man ip) or just google it14:57
*** radiocats has joined #openstack14:57
*** radiocats has quit IRC14:57
*** johnthetubaguy1 has joined #openstack14:57
*** radiocat_ has quit IRC14:57
*** radiocats has joined #openstack14:57
*** christyp has joined #openstack14:58
*** johnthetubaguy has quit IRC14:58
Andrei89In virtual box I have created Host Only - 192.168.19.1/24 -  what's the meaning Guest Machine  : 192.168.19.128 (NAT)15:00
*** rnorwood1 has joined #openstack15:00
Andrei89I don't understand the (nat)15:00
*** akaro has quit IRC15:01
*** akaro has joined #openstack15:01
*** akaro has quit IRC15:01
*** akaro has joined #openstack15:01
*** kenhui has joined #openstack15:01
*** FunnyLookinHat has joined #openstack15:02
*** TSCHAKMac has quit IRC15:02
*** makara has quit IRC15:02
vkmcAndrei89, Here is an extense explanation of how Virtualbox manages NAT https://www.virtualbox.org/manual/ch06.html#network_nat15:02
*** prad has joined #openstack15:03
*** dmsimard has joined #openstack15:03
*** julim has quit IRC15:03
*** akaro2 has joined #openstack15:03
*** smead has joined #openstack15:03
*** akaro2 has quit IRC15:03
*** akaro2 has joined #openstack15:03
cmysterAndrei89: if you do not know what nat stands for and what it does, I suggest you spend a few days reading about it before attempting to install openstack15:04
*** Kharec has quit IRC15:04
*** ralfiboy has quit IRC15:04
*** KLevenstein has joined #openstack15:04
*** eharney has joined #openstack15:04
*** akaro has quit IRC15:04
*** KrisK19 has quit IRC15:04
*** alunduil has quit IRC15:04
*** drago777 has quit IRC15:04
*** psharma has quit IRC15:05
*** KLevenstein has left #openstack15:05
*** bladernr_ has quit IRC15:05
*** aashish1 has joined #openstack15:06
*** bladernr_ has joined #openstack15:06
Andrei89ok...thank you15:06
*** drago777 has joined #openstack15:07
*** julim has joined #openstack15:07
*** Kharec has joined #openstack15:07
*** sc-rm has quit IRC15:07
*** ffio has joined #openstack15:07
*** kenhui has quit IRC15:08
*** rnirmal has joined #openstack15:08
*** kenhui has joined #openstack15:08
*** blamar has joined #openstack15:08
*** arif-ali has quit IRC15:08
*** msgodf has joined #openstack15:09
*** kenhui1 has joined #openstack15:09
*** maxdml has quit IRC15:09
*** Squid56 has joined #openstack15:09
*** jergerber has joined #openstack15:11
*** akaro2 has quit IRC15:11
*** kenhui has quit IRC15:12
*** rohara has quit IRC15:12
*** mestery_ has joined #openstack15:12
*** msgodf has quit IRC15:13
*** rohara has joined #openstack15:13
*** jkienitz has quit IRC15:13
*** rnorwood1 has quit IRC15:14
*** WackoRobie has joined #openstack15:15
*** TSCHAKMac has joined #openstack15:16
*** amrith has joined #openstack15:16
*** mestery has quit IRC15:16
*** otherwiseguy has joined #openstack15:16
*** blamar has quit IRC15:16
*** galstrom_zzz is now known as galstrom15:17
*** blamar has joined #openstack15:17
*** kevinconway has joined #openstack15:17
*** pmathews has quit IRC15:18
*** gmi has joined #openstack15:19
*** IlyaE has joined #openstack15:21
*** pmathews has joined #openstack15:21
*** drago777 has quit IRC15:21
*** puzzled has joined #openstack15:21
*** mestery has joined #openstack15:22
*** zerick has joined #openstack15:22
*** drago777 has joined #openstack15:23
*** mdomsch has joined #openstack15:23
*** teran has quit IRC15:24
*** kpavel has quit IRC15:24
*** engkur has quit IRC15:25
*** lmh has quit IRC15:25
*** pmathews has quit IRC15:25
*** itarchitectkev has quit IRC15:25
*** msgodf has joined #openstack15:25
*** itarchitectkev has joined #openstack15:25
*** mestery_ has quit IRC15:25
*** dizquierdo has joined #openstack15:26
*** rcleere has joined #openstack15:27
*** JesperA has joined #openstack15:29
*** Kvezon has joined #openstack15:30
*** nkhare has joined #openstack15:30
*** radiocat_ has joined #openstack15:30
*** ngoracke has joined #openstack15:30
*** yrabl has quit IRC15:31
*** radiocat_ has quit IRC15:31
*** mrlesmithjr has joined #openstack15:32
*** radiocats has quit IRC15:32
*** radiocats has joined #openstack15:32
KvezonHello, I'm trying to get project limits in devstack with request like v2/​{tenant_id}​/limits/tenant_id=​{customer_tenant_id}​ but getting 501 error "The server has either erred or is incapable of performing the requested operation." What am I doing wrong?15:33
*** Kvezon has quit IRC15:34
*** RM_1 has quit IRC15:34
*** jagee has joined #openstack15:35
*** Kvezon has joined #openstack15:35
larsksKvezon: Are there any errors in your logs that correspond to these attempts?15:36
*** JonnyNomad has quit IRC15:36
*** msgodf has quit IRC15:36
*** dmw has joined #openstack15:36
*** zenoway has joined #openstack15:36
*** cmyster has quit IRC15:37
*** zenoway has joined #openstack15:37
*** matanya has joined #openstack15:37
*** yrabl has joined #openstack15:37
*** mrlesmithjr has quit IRC15:39
*** rcleere has quit IRC15:39
*** mrlesmithjr has joined #openstack15:39
*** dobber has quit IRC15:40
*** paragan has quit IRC15:40
*** vkozhukalov has quit IRC15:40
*** dobber has joined #openstack15:40
*** zenoway has quit IRC15:41
*** ralfiboy has joined #openstack15:43
*** dcramer_ has joined #openstack15:43
*** fnaval has quit IRC15:44
*** msgodf has joined #openstack15:44
*** glejeune_taf has quit IRC15:44
KvezonNo, but it also says that it is not implemented error15:45
*** rohara has quit IRC15:46
*** aroque has quit IRC15:46
*** KaZeR has joined #openstack15:46
*** fnaval has joined #openstack15:46
*** norris900 has quit IRC15:47
*** pbarquero has joined #openstack15:49
*** exed has quit IRC15:50
*** CaptTofu has joined #openstack15:50
*** glejeune_taf has joined #openstack15:50
*** fnaval has quit IRC15:52
*** CaptTofu has quit IRC15:52
*** CaptTofu has joined #openstack15:53
*** msgodf has quit IRC15:53
*** rossella_s has quit IRC15:54
*** mdomsch has quit IRC15:55
*** vlad_starkov has quit IRC15:55
*** dpippenger has quit IRC15:55
*** sayan has joined #openstack15:56
*** galstrom is now known as galstrom_zzz15:57
*** CaptTofu has quit IRC15:57
*** arnaud has joined #openstack15:58
*** fbo has quit IRC15:59
*** jttam has joined #openstack15:59
*** alunduil has joined #openstack15:59
*** ArminderS has joined #openstack15:59
*** julim has quit IRC16:01
*** peterbus_ has joined #openstack16:01
*** fbo has joined #openstack16:01
*** Ruetobas has quit IRC16:01
*** galstrom_zzz is now known as galstrom16:01
*** arnaud has quit IRC16:02
*** julim has joined #openstack16:02
*** ccs has joined #openstack16:02
*** csd has joined #openstack16:02
*** Ruetobas has joined #openstack16:03
*** rcleere has joined #openstack16:04
*** ArminderS has quit IRC16:04
*** djbkd has joined #openstack16:04
*** SushilKM__ has quit IRC16:05
*** retreved has quit IRC16:05
*** bladernr_ has quit IRC16:05
DrankisBobBall hi!16:05
*** reidrac has quit IRC16:05
*** bladernr_ has joined #openstack16:05
DrankisBobBall patch is working! :)16:05
BobBallDrankis: sorry it took so many attempts.  I've given up trying to understand it.16:06
*** ppradhan has joined #openstack16:06
BobBallPlease let me know if you have any more issues - I'll be trying to push for this to be backported16:06
BobBallbut let me know if there are any issues :)16:06
*** alexpec has joined #openstack16:06
*** drago777 has quit IRC16:07
*** retreved has joined #openstack16:07
*** alexpec has quit IRC16:07
*** colinmcnamara has joined #openstack16:07
*** ewnd9 has quit IRC16:07
*** alexpec has joined #openstack16:08
*** mancdaz is now known as mancdaz_away16:08
*** Ruetobas has quit IRC16:08
DrankisBobBall as I mentioned in one of my e-mails in list, I got lot problems with XenServer :) But this is great, that one is solved, now I can test pool functions!16:08
*** Barker has joined #openstack16:08
DrankisBobBall maybe you got some nice howto's to setup neutron with XenServer? There isn't much information about that...16:09
*** drago777 has joined #openstack16:09
*** franc has quit IRC16:10
BobBallDrankis: http://blogs.citrix.com/2013/06/14/openstack-networking-quantum-on-xenserver-from-notworking-to-networking/16:10
*** fnaval has joined #openstack16:11
BobBallDrankis: and in particular https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp16:11
*** desai has joined #openstack16:11
BobBall(doesn't need to be XCP - can be any XenAPI like system)16:11
DrankisBobBall ok, tnx!16:12
BobBallDrankis: btw - could you mark my answer as correct on https://ask.openstack.org/en/question/8392/aggregate-hosts/?  I still have very few points which means I can't post images etc16:13
*** anniec has quit IRC16:13
*** Ruetobas has joined #openstack16:13
*** yrabl has quit IRC16:13
*** ffio has quit IRC16:14
*** ArminderS has joined #openstack16:14
*** RobOakes has joined #openstack16:15
*** mdorman has joined #openstack16:15
*** arozumenko has quit IRC16:15
*** fnaval_ has joined #openstack16:15
*** bdpayne has joined #openstack16:16
*** akaro has joined #openstack16:16
*** fnaval has quit IRC16:16
*** amuller has quit IRC16:17
*** Mierdin has joined #openstack16:17
*** topshare has joined #openstack16:18
*** SushilKM__ has joined #openstack16:18
*** drago777 has quit IRC16:19
*** akaro has quit IRC16:19
*** p4tux has quit IRC16:19
*** akaro has joined #openstack16:20
*** p4tux_ has joined #openstack16:20
DrankisBobBall sure!16:20
*** dobber has quit IRC16:20
*** drago777 has joined #openstack16:20
*** marekd is now known as marekd|away16:22
*** urulama_ has quit IRC16:22
*** nigwil has quit IRC16:22
*** kenhui1 has quit IRC16:23
*** kenhui has joined #openstack16:23
*** tserong has quit IRC16:23
*** alop has joined #openstack16:23
*** Ranzp has joined #openstack16:24
*** teran has joined #openstack16:24
*** yaguang has quit IRC16:25
BobBallta :)16:25
*** psyl0n has quit IRC16:25
*** dims has quit IRC16:26
*** vipul-away is now known as vipul16:26
*** dianefle_ has joined #openstack16:27
*** Ranzpirat has quit IRC16:27
*** tserong has joined #openstack16:27
*** cjellick has joined #openstack16:28
*** dianefle_ has quit IRC16:28
*** engkur has joined #openstack16:28
*** lborda_ has joined #openstack16:29
*** Kvezon has quit IRC16:29
*** terriyu has joined #openstack16:29
*** dianefle_ has joined #openstack16:29
*** teran has quit IRC16:29
*** lborda has quit IRC16:29
*** andee_ has joined #openstack16:30
*** dianefleming has quit IRC16:30
*** dims has joined #openstack16:30
*** nigwil has joined #openstack16:30
*** csaba is now known as csaba|afk16:31
*** drewlander has quit IRC16:31
*** atomek has joined #openstack16:31
*** rdas has quit IRC16:32
*** drewlander has joined #openstack16:32
*** andee_ has quit IRC16:33
*** renebarbosa has quit IRC16:33
*** devnull1 has quit IRC16:34
*** Diddi has quit IRC16:34
*** drago777 has quit IRC16:35
*** psyl0n has joined #openstack16:36
*** Princess7 has joined #openstack16:36
*** drewlander has quit IRC16:36
*** MaxV has quit IRC16:37
Princess7hi16:37
*** MaxV has joined #openstack16:37
*** whenry has quit IRC16:37
*** teran has joined #openstack16:37
*** HenryG_ has joined #openstack16:38
*** parstac_pete_ has joined #openstack16:38
*** tma996 has quit IRC16:38
*** drago777 has joined #openstack16:39
*** vfiduccia has joined #openstack16:39
*** rushiagr is now known as rushiagr_away16:39
*** dianefle_ has quit IRC16:39
*** akaro2 has joined #openstack16:40
*** Princess7 has quit IRC16:40
*** HenryG has quit IRC16:41
*** parstac_pete has quit IRC16:41
*** pradeep has quit IRC16:41
*** whenry has joined #openstack16:41
*** Princess7 has joined #openstack16:41
*** pmathews has joined #openstack16:41
*** Princess7 has left #openstack16:41
*** reed has joined #openstack16:42
*** jcoufal has quit IRC16:42
*** afm has quit IRC16:43
*** lborda_ has quit IRC16:43
*** dspano has joined #openstack16:43
*** lborda_ has joined #openstack16:43
*** KaZeR_ has joined #openstack16:43
*** danger_f` is now known as dangers16:44
*** akaro has quit IRC16:44
*** ArminderS- has joined #openstack16:44
*** ArminderS has quit IRC16:45
*** amrith has quit IRC16:45
*** Sabey has joined #openstack16:45
*** kenperkins_ has joined #openstack16:45
*** glejeune_taf has quit IRC16:46
*** dims_ has joined #openstack16:46
*** smead has quit IRC16:46
*** hartsocks has left #openstack16:46
*** krypto has quit IRC16:47
DrankisBobBall njam, live migration is not working :/16:48
*** djbkd_ has joined #openstack16:48
*** djbkd has quit IRC16:48
*** djbkd_ is now known as djbkd16:48
BobBallDrankis: error log pls :)16:48
*** lborda_ has quit IRC16:49
*** dianefleming has joined #openstack16:49
*** epopt37 has quit IRC16:49
DrankisBobBall http://paste.openstack.org/show/55524/ looks like slave can't see that it is in pool16:50
*** dianefleming has quit IRC16:50
*** dizquierdo has quit IRC16:50
*** eharney_ has joined #openstack16:50
*** epopt37 has joined #openstack16:50
*** dianefleming has joined #openstack16:50
*** eharney has quit IRC16:51
DrankisBobBall I am trying migrate from compute-1 to compute-2 command: nova live-migration f02ebfe4-bfc2-47e2-84bb-4596b6a21263 compute-216:51
*** eharney_ is now known as eharney16:51
BobBallnova before trying that...16:51
*** TVR has quit IRC16:51
BobBallnova aggregate-list; nova aggregate-details 116:51
*** dims has quit IRC16:52
*** alexpec has quit IRC16:52
*** fbo has quit IRC16:52
*** sayan has quit IRC16:52
*** KaZeR has quit IRC16:52
*** ayoung has quit IRC16:52
*** mattymo has quit IRC16:52
*** peristeri has quit IRC16:52
*** kbringard has quit IRC16:52
*** ndipanov has quit IRC16:52
*** kawa2014 has quit IRC16:52
*** badiane_ka has quit IRC16:52
*** kenperkins has quit IRC16:52
*** amotoki has quit IRC16:52
*** Pengoo has quit IRC16:52
BobBalland on the main XS host: xe host-list16:52
BobBalland nova service-list16:52
BobBallplease :)16:52
*** fbo has joined #openstack16:52
BobBalljust dump them all on the same paste16:52
*** kawa2014 has joined #openstack16:52
*** djbkd has quit IRC16:52
*** dolphm_ has joined #openstack16:53
*** AaronGr_Zzz is now known as AaronGr16:54
*** kbrierly has quit IRC16:54
*** iogg_ has quit IRC16:54
*** KrisK19 has joined #openstack16:55
*** drewlander has joined #openstack16:55
DrankisBobBall http://paste.openstack.org/show/55525/ http://paste.openstack.org/show/55526/16:55
*** djbkd has joined #openstack16:55
*** ArminderS- has quit IRC16:55
*** mozawa has quit IRC16:55
*** 16WABRW52 has joined #openstack16:55
*** alexpec has joined #openstack16:55
*** sayan has joined #openstack16:55
*** ayoung has joined #openstack16:55
*** mattymo has joined #openstack16:55
*** kbringard has joined #openstack16:55
*** ndipanov has joined #openstack16:55
*** amotoki has joined #openstack16:55
Drankisahh I create two ..16:55
BobBalld'oh!16:56
BobBallhang on16:56
*** sayan has quit IRC16:56
BobBallI think I just realised what was wrong16:56
BobBalllemme fix it16:56
*** bbcmicrocomputer has quit IRC16:56
*** sayan has joined #openstack16:56
*** SushilKM__ has quit IRC16:56
BobBallno, I really haven't16:57
Drankis=]16:57
BobBallthis is back to the what the heck is going on16:57
BobBallI'll make the change I think will fix it16:57
BobBalleven though I don't understand it16:57
BobBallone sec16:57
BobBall*groan*16:58
BobBallI hate this code16:58
*** drago777 has quit IRC16:58
BobBallok - that fixed it - one sec16:58
*** mrlesmithjr has quit IRC16:58
*** 16WABRW52 has quit IRC16:58
*** alexpec has quit IRC16:58
*** ayoung has quit IRC16:58
*** mattymo has quit IRC16:58
*** kbringard has quit IRC16:58
*** ndipanov has quit IRC16:58
*** amotoki has quit IRC16:58
*** mrlesmithjr has joined #openstack16:58
*** devnull1 has joined #openstack16:58
BobBalltake the latest patch now (just change vmops.py:1719 from metadata to metadetails)16:59
*** smead has joined #openstack16:59
BobBallI don't have shared storage, so the migrate fails, but it gets passed that point for me now16:59
BobBalland yes - this is still all related to the partial conversion to objects that straddled the havana release :/17:00
*** drago777 has joined #openstack17:00
*** badiane_ka has joined #openstack17:00
*** glucas_ has joined #openstack17:00
*** angdraug has joined #openstack17:02
*** lborda has joined #openstack17:02
*** ArminderS has joined #openstack17:02
*** SushilKM__ has joined #openstack17:02
*** JesperA has quit IRC17:02
*** mrlesmithjr has quit IRC17:03
*** glucas has quit IRC17:03
*** glucas_ is now known as glucas17:03
*** macjack has quit IRC17:04
*** peristeri has joined #openstack17:04
*** 16WABRW52 has joined #openstack17:04
*** alexpec has joined #openstack17:04
*** ayoung has joined #openstack17:04
*** mattymo has joined #openstack17:04
*** kbringard has joined #openstack17:04
*** ndipanov has joined #openstack17:04
*** amotoki has joined #openstack17:04
DrankisBobBall now command runs, but with error in master compute, but it looks like becouse some error on neutron17:05
Drankishttp://paste.openstack.org/show/55527/17:05
BobBalloohhh17:05
*** MaxV has quit IRC17:05
*** bladernr_ has quit IRC17:05
*** pablosan has joined #openstack17:05
BobBallthat's an interesting point17:05
BobBallI'm not aware of anyone ever trying live migration in pools with neutron!17:05
BobBalleurgh17:05
DrankisOhh17:05
BobBallThat's not quite neutron related... but it's very close17:05
BobBall*sigh*17:05
*** bladernr_ has joined #openstack17:05
BobBallok17:05
BobBallyou've got multiple networks - possibly because each host is set up with their own network... and none of them are shared across a pool17:06
BobBallwhich means you can't do live migration because you have to be able to see the same network on both ends17:06
*** jorisroovers has joined #openstack17:06
BobBallrun xe network-list on one of the hosts17:06
*** scott_w has quit IRC17:06
BobBallnot quite sure why they didn't automatically assume they were the same network17:07
BobBall(which usually happens based on the PIF they are plugged into17:07
BobBall+)17:07
*** thorfinn has quit IRC17:08
DrankisBobBall they both have same network, both computes running neutron too. http://paste.openstack.org/show/55528/17:08
BobBallI've got to go now - but if you can send details of your network setup, the output of "xe network-list params=all" and "xe vif-list params=all" to openstack@citrix.com then we might be able to find a solution tomorrow.17:08
BobBallah - I think you can only have one neutron17:08
*** mrjazzcat has joined #openstack17:09
*** jroovers has quit IRC17:09
DrankisHmm I must to go too, so what I can send to you to debug?17:09
*** peristeri has quit IRC17:09
*** 16WABRW52 has quit IRC17:09
*** alexpec has quit IRC17:09
*** ayoung has quit IRC17:09
*** mattymo has quit IRC17:09
*** kbringard has quit IRC17:09
*** ndipanov has quit IRC17:09
*** amotoki has quit IRC17:09
DrankisOr mby write to my email, I will answer later17:09
BobBallxe host-list will also be useful17:09
BobBallok17:09
*** Drankis has quit IRC17:09
BobBalltell you what - shall we just sync up tomorrow on this :)17:09
*** rohit404 has quit IRC17:11
*** arezmerita has joined #openstack17:12
*** smead has quit IRC17:12
*** amotoki has joined #openstack17:12
*** salparad1se has joined #openstack17:13
*** Diddi has joined #openstack17:13
*** smead has joined #openstack17:13
*** psyl0n has quit IRC17:14
*** salparadise has quit IRC17:14
*** alexpec has joined #openstack17:15
*** ayoung has joined #openstack17:15
*** mattymo has joined #openstack17:15
*** kbringard has joined #openstack17:15
*** ndipanov has joined #openstack17:15
*** jp_at_hp has quit IRC17:15
*** rushiagr_away is now known as rushiagr17:15
*** drago777 has quit IRC17:15
*** akaro2 has quit IRC17:15
*** WackoRobie has quit IRC17:16
*** galstrom is now known as galstrom_zzz17:16
*** jttam has quit IRC17:16
*** simon-AS559 has quit IRC17:18
*** simon-AS559 has joined #openstack17:18
*** drago777 has joined #openstack17:18
*** tmclaugh[work] has joined #openstack17:18
*** pfreund has quit IRC17:18
*** fiksttim has joined #openstack17:19
*** fikst has quit IRC17:19
*** hemna has joined #openstack17:19
*** max_lobur is now known as max_lobur_afk17:21
*** topshare has quit IRC17:21
*** BobBall is now known as BobBallAway17:21
*** jkienitz has joined #openstack17:22
*** simon-AS559 has quit IRC17:23
*** jeflui has joined #openstack17:23
*** jeflui has joined #openstack17:23
*** tmclaugh[work] has quit IRC17:23
*** pantea has quit IRC17:23
*** tmclaugh[work] has joined #openstack17:23
*** peristeri has joined #openstack17:24
*** wastrel has quit IRC17:25
*** osier has quit IRC17:25
*** batlogg has quit IRC17:26
*** anders^ has quit IRC17:26
*** kushal has quit IRC17:27
*** giorgiodinapoli has quit IRC17:28
*** anders^ has joined #openstack17:29
*** kushal has joined #openstack17:29
*** akaro2 has joined #openstack17:29
*** shaon has quit IRC17:30
*** seikath has joined #openstack17:30
*** shaon has joined #openstack17:30
*** shaon has joined #openstack17:30
*** marun has joined #openstack17:30
*** Barker has quit IRC17:30
*** akaro2 has quit IRC17:30
*** vlad_starkov has joined #openstack17:30
*** matanya has quit IRC17:32
*** jasonoz has quit IRC17:32
*** jasonoz has joined #openstack17:32
*** warik has joined #openstack17:32
*** scotm has joined #openstack17:33
*** drago777 has quit IRC17:33
*** devnull1 has quit IRC17:33
*** scotm has quit IRC17:33
*** rhand has quit IRC17:33
*** seikatw has quit IRC17:33
*** Barker has joined #openstack17:34
*** whenry has quit IRC17:34
*** drago777 has joined #openstack17:35
*** cf has joined #openstack17:35
*** anders^ has quit IRC17:35
*** klync has quit IRC17:35
*** baffle has quit IRC17:35
*** seikath has quit IRC17:36
*** baffle has joined #openstack17:36
*** CrackerJackMack has quit IRC17:37
*** Gamekiller77 has joined #openstack17:37
Gamekiller77Sam-I-Am, are you around ?17:37
*** seikatw has joined #openstack17:38
*** SushilKM__ has left #openstack17:39
*** whenry has joined #openstack17:39
*** akaro2 has joined #openstack17:39
*** anders^ has joined #openstack17:40
*** drewlander has quit IRC17:41
*** jttam has joined #openstack17:42
*** dhblaz has joined #openstack17:42
*** terriyu has quit IRC17:43
*** mrlesmithjr has joined #openstack17:43
*** akemarth has quit IRC17:43
*** drago777 has quit IRC17:45
*** giorgiodinapoli has joined #openstack17:45
*** rohara has joined #openstack17:46
*** vkozhukalov has joined #openstack17:46
*** buckaroo has quit IRC17:46
*** radiocat_ has joined #openstack17:47
*** dolphm_ has quit IRC17:47
*** nkhare has quit IRC17:47
*** tzn has quit IRC17:47
*** radiocats has quit IRC17:47
*** radiocat_ has quit IRC17:47
*** Seoman has quit IRC17:47
*** akaro2 has quit IRC17:47
*** afm has joined #openstack17:48
*** drago777 has joined #openstack17:48
*** mrlesmithjr has quit IRC17:48
*** radiocats has joined #openstack17:48
*** moted has joined #openstack17:48
*** kenperkins_ is now known as kenperkins17:48
*** buckaroo has joined #openstack17:48
*** dolphm_ has joined #openstack17:49
*** disappear1 has quit IRC17:49
*** slowe has joined #openstack17:49
*** bdpayne has quit IRC17:49
*** seikath has joined #openstack17:50
*** bdpayne has joined #openstack17:50
*** dims_ is now known as dims17:50
*** Ranzp has quit IRC17:51
*** seikatw has quit IRC17:51
*** Ranzp has joined #openstack17:52
*** psyl0n has joined #openstack17:52
*** damadhat has quit IRC17:52
*** engkur has quit IRC17:53
*** damadhatter has joined #openstack17:53
*** Deoan_ has joined #openstack17:55
*** dfarrell-41678 has quit IRC17:55
*** arnaud has joined #openstack17:55
*** arnaud__ has joined #openstack17:55
*** ffio has joined #openstack17:55
*** kevinconway has quit IRC17:56
*** Blackavar has quit IRC17:56
*** aeperezt has quit IRC17:56
*** Deoan has quit IRC17:56
*** che-arne has joined #openstack17:57
*** evanz_ has joined #openstack17:58
*** pll_ has quit IRC17:58
*** jttam has quit IRC17:58
*** sgviking has quit IRC17:58
*** arnaud___ has joined #openstack17:58
*** kawa2014 has quit IRC17:59
*** Deoan_ has quit IRC17:59
*** joesavak has quit IRC17:59
*** lborda has quit IRC17:59
*** drewlander has joined #openstack17:59
*** brdude has joined #openstack18:01
*** lborda has joined #openstack18:01
*** galstrom_zzz is now known as galstrom18:02
*** joesavak has joined #openstack18:03
*** jorisroovers has quit IRC18:03
*** arnaud___ has quit IRC18:03
*** jlibosva1 has joined #openstack18:04
*** lsell has joined #openstack18:04
*** Deoan has joined #openstack18:04
*** nsavin has joined #openstack18:04
*** harlowja_away is now known as harlowja18:04
*** jlibosva2 has joined #openstack18:05
*** lsell has left #openstack18:05
*** bladernr_ has quit IRC18:05
*** mutex has joined #openstack18:05
*** bladernr_ has joined #openstack18:06
*** jlibosva has quit IRC18:06
*** davi has joined #openstack18:06
*** tzn has joined #openstack18:07
*** jlibosva2 has quit IRC18:07
*** seikatw has joined #openstack18:07
*** jlibosva1 has quit IRC18:08
*** amrith has joined #openstack18:08
*** klync has joined #openstack18:08
*** nsavin has quit IRC18:09
*** lblanchard has quit IRC18:09
*** cf has quit IRC18:09
*** comay has joined #openstack18:10
*** TVR has joined #openstack18:10
*** seikath has quit IRC18:11
*** TVR has quit IRC18:12
*** atomek has quit IRC18:12
*** TVR has joined #openstack18:13
*** sep has quit IRC18:13
*** jttam has joined #openstack18:13
*** joesavak has quit IRC18:15
*** renebarbosa has joined #openstack18:16
*** renebarbosa has joined #openstack18:16
*** matanya has joined #openstack18:16
*** mahipal has joined #openstack18:16
*** arif-ali has joined #openstack18:18
*** exed has joined #openstack18:18
*** fiksttim has quit IRC18:19
*** p4tux_ has quit IRC18:19
*** giorgiodinapoli has quit IRC18:20
*** nacer__ has joined #openstack18:20
*** p4tux has joined #openstack18:21
*** dpippenger has joined #openstack18:21
*** nacer_ has quit IRC18:22
*** urulama has joined #openstack18:23
*** smead has quit IRC18:23
*** JesperA has joined #openstack18:23
*** pvaneck has joined #openstack18:23
*** suresh12 has joined #openstack18:23
*** Zack_Deee has quit IRC18:23
*** tzn has quit IRC18:23
*** kushal has quit IRC18:23
*** seikath has joined #openstack18:24
*** hockeynut has quit IRC18:25
*** JordanRinke has quit IRC18:25
*** AndChat-443889 has joined #openstack18:25
*** JordanRinke has joined #openstack18:25
*** nacer__ has quit IRC18:25
*** bdpayne has quit IRC18:26
*** aroque has joined #openstack18:27
*** joesavak has joined #openstack18:27
*** bdpayne has joined #openstack18:27
*** seikatw has quit IRC18:27
*** urulama has quit IRC18:27
*** seikatw has joined #openstack18:28
*** fouxm has quit IRC18:28
*** seikath has quit IRC18:28
*** IlyaE has quit IRC18:28
*** fouxm has joined #openstack18:29
*** AndChat-443889 has quit IRC18:30
*** fouxm has quit IRC18:30
*** IlyaE has joined #openstack18:31
*** SumitNaiksatam has quit IRC18:32
*** exed has quit IRC18:32
*** CaptTofu has joined #openstack18:33
*** julienvey_ has joined #openstack18:34
*** yogesh has joined #openstack18:34
*** ifarkas has quit IRC18:34
*** davi has quit IRC18:36
*** seikath has joined #openstack18:37
*** amrith has quit IRC18:37
*** arif-ali has quit IRC18:37
*** rcleere has quit IRC18:37
*** AndChat-443889 has joined #openstack18:38
*** ryanpetrello has quit IRC18:38
*** amrith has joined #openstack18:38
*** sushils has quit IRC18:38
*** rohara has quit IRC18:39
*** arif-ali has joined #openstack18:39
*** seikatw has quit IRC18:40
*** _sulo has quit IRC18:41
*** rushiagr has quit IRC18:41
*** dtx00ff has joined #openstack18:41
*** whenry has quit IRC18:41
*** seikath has quit IRC18:41
*** ade_b has quit IRC18:42
*** dennisquan has joined #openstack18:42
*** amrith has quit IRC18:44
*** mrlesmithjr has joined #openstack18:44
*** IlyaE has quit IRC18:45
*** arif-ali has quit IRC18:45
*** yogesh has quit IRC18:45
*** dtx00ff_ has joined #openstack18:45
*** ryanpetrello has joined #openstack18:46
dmwbeen ripping my hair out trying to figure out what I did wrong. keystone authentication for neutron isn't working but works fine for everything else. I rebuilt the user account, gone through the neutron.conf and api-paste.ini files again and again but it still fails. noauth works fine.18:46
*** mahipal has quit IRC18:46
*** yogesh has joined #openstack18:47
*** jsavak has joined #openstack18:47
*** rohit404 has joined #openstack18:47
*** dtx00ff has quit IRC18:47
dmwwhen set back to keystone auth, debug shows the following18:48
*** mrlesmithjr has quit IRC18:48
*** teran has quit IRC18:48
dmwREQ: curl -i http://controller:35357/v2.0/tokens -X POST -H "Content-Type: application/json" -H "Accept:        application/json" -H "User-Agent: python-neutronclient" -d '{"auth": {"tenantName": "admin", "passwordC       redentials": {"username": "admin", "password": "savannah"}}}'18:49
*** joesavak has quit IRC18:49
dmwrespose come back fine with a token18:49
dmwthen the next request18:49
*** perror has quit IRC18:49
Sam-I-Amhmm18:49
dmwDEBUG: neutronclient.client REQ: curl -i http://controller:9696/v2.0/networks.json -X GET -H "X-Auth-Token: MIIILQY[...]18:49
dmwDEBUG: neutronclient.client RESP:{'date': 'Thu, 19 Dec 2013 16:05:06 GMT', 'status': '401', 'content-len       gth': '23', 'content-type': 'text/plain', 'www-authenticate': "Keystone uri='https://controller:35357'"}        Authentication required18:49
Sam-I-Amwhat distro and install type?18:49
*** gszasz has quit IRC18:50
dmwUbuntu 12.04.318:50
Sam-I-Amusing the install guide?18:50
dolphmdmw: i'm guessing one of your auth_* config options for auth_token in your neutron paste file is funky18:50
dmwhavana18:50
dmwyes18:50
dmwI'll check them again18:51
dolphmdmw: specifically, whatever variables result in https://controller:35357/18:51
Sam-I-Amdmw: or the directive is under the wrong header18:51
dmwany idea why it shows https in the response error?18:51
*** smead has joined #openstack18:51
Sam-I-Amits easy to put things under [xxx] when they should be under [yyy]18:51
*** jsavak has quit IRC18:53
*** hs366 has joined #openstack18:53
*** SumitNaiksatam has joined #openstack18:54
*** jgreg has joined #openstack18:54
*** amrith has joined #openstack18:55
dmw<Sam-I-Am> That was it!18:56
dmwI had the api-paste.ini items in the wrong directive18:56
*** Barker has quit IRC18:56
dmwthank you so much!18:56
Sam-I-Amthat'll do it18:56
*** racedo has quit IRC18:57
*** csd has quit IRC18:58
*** yogesh has quit IRC18:58
*** yogesh has joined #openstack18:58
*** Barker has joined #openstack18:59
*** racedo has joined #openstack19:01
*** yogesh has quit IRC19:01
*** mrlesmithjr has joined #openstack19:01
*** AaronGr is now known as AaronGR_afk19:01
*** rnirmal has quit IRC19:02
*** kenhui has quit IRC19:02
*** yogesh_ has joined #openstack19:04
*** afm has quit IRC19:04
*** kenhui has joined #openstack19:04
*** dtx00ff_ has quit IRC19:05
*** reed has quit IRC19:05
*** racedo has quit IRC19:06
*** renebarbosa has quit IRC19:06
*** retreved has quit IRC19:06
dolphmdmw: Sam-I-Am: ha, good catch19:06
*** retreved has joined #openstack19:07
*** mahipal has joined #openstack19:07
*** whenry has joined #openstack19:08
*** drago777 has quit IRC19:09
*** racedo has joined #openstack19:09
*** jroovers has joined #openstack19:09
*** seikath has joined #openstack19:10
*** racedo has quit IRC19:10
*** johnsterdotcom has joined #openstack19:10
*** ctracey|away is now known as ctracey19:10
*** retreved has quit IRC19:10
*** che-arne has quit IRC19:10
*** retreved has joined #openstack19:11
*** kurt___ has quit IRC19:11
*** amrith has quit IRC19:11
Sam-I-Amseems to be a pretty common problem19:11
*** AndChat-443889 has quit IRC19:11
*** amrith has joined #openstack19:11
*** kurt_ has joined #openstack19:11
*** drago777 has joined #openstack19:12
*** kevinconway has joined #openstack19:13
*** racedo has joined #openstack19:13
*** evanz_ has quit IRC19:13
*** radez_g0n3 is now known as radez19:13
*** drewlander has quit IRC19:13
*** drewlander has joined #openstack19:14
*** ffio has quit IRC19:14
*** evanz_ has joined #openstack19:14
*** MaxV has joined #openstack19:14
*** yogesh_ has quit IRC19:15
*** nmagnezi has joined #openstack19:15
*** rnorwood1 has joined #openstack19:16
*** Levex has joined #openstack19:16
*** yogesh has joined #openstack19:17
*** drewlander has quit IRC19:18
*** amrith has quit IRC19:18
*** seikath has quit IRC19:18
*** amrith has joined #openstack19:18
*** seikath has joined #openstack19:18
*** MaxV has quit IRC19:19
*** seikath has quit IRC19:19
*** julienvey_ has quit IRC19:19
*** JesperA has quit IRC19:19
*** Barker has quit IRC19:19
*** seikath has joined #openstack19:19
*** MaxV has joined #openstack19:19
*** jdob_ has joined #openstack19:21
*** aliguori has joined #openstack19:23
*** klync has quit IRC19:23
*** rossk has joined #openstack19:23
*** MaxV has quit IRC19:24
*** vt102 has quit IRC19:25
*** lsmola_ has quit IRC19:25
*** seikath has quit IRC19:25
*** jgreg has left #openstack19:25
*** seikath has joined #openstack19:25
sloweI'm seeing an error in /var/log/glance/api.log referencing glance.store.sheepdog and the collie command. This is with Havana on Ubuntu 12.04.3. Can anyone point me in the direction of a fix/workaround?19:25
*** vkmc has quit IRC19:26
*** CrackerJackMack has joined #openstack19:26
Sam-I-Amslowe: the default config looks for those, but it should work without it19:27
*** drewlander has joined #openstack19:27
sloweSam-I-Am: So I should be able to ignore the Sheepdog errors. What about a message indicating that Cinder needs a context and won't work without it?19:27
*** Valien has joined #openstack19:27
KaZeR_slowe: yeah you can ignore them. i have the message too, and everything works fine19:28
sloweSam-I-Am: End result of these errors that Glance apparently won't successfully add images; therefore, trying to launch an instance fails with "image not found". This is despite the fact that "glance index" and "glance image-list" both seem to work w/o problems.19:28
*** CaptTofu has quit IRC19:29
*** walterheck has quit IRC19:30
*** WackoRobie has joined #openstack19:31
*** ndipanov has quit IRC19:31
sloweKaZeR_: For some reason--and the Sheepdog/Cinder errors are all I'm seeing in the logs--Glance is reporting "add method is disabled" and I can't launch any instances from an image. Thoughts?19:31
*** rhand has joined #openstack19:31
KaZeR_"Glance apparently won't successfully add images" you should have a detailed error message, no?19:31
*** Valien has left #openstack19:31
KaZeR_what backend are you using? lvm?19:31
sloweI can create an image via the glance client or via Horizon, and no errors are reported (at least, none that I've been able to find). Backend is file, set to store in /var/lib/glance/images.19:33
*** mrmartin has joined #openstack19:33
sloweKaZeR_: I say "apparently won't add images" because the operation *appears* to succeed, but trying to launch an instance from that image fails with "image not found". I've deleted and recreated the image several times, and I've also restarted the glance-* services.19:34
*** walterheck has joined #openstack19:35
*** julienvey_ has joined #openstack19:35
KaZeR_do you have the image in the store? have you checked your nova-compute logs ? (it will try to retrieve the image and cache it on your compute node the first time you use it)19:35
sloweKaZeR_: The "disabling add method" in /var/log/glance/api.log leads me to believe that it isn't successfully creating the image, but is failing to report an error as would be expected. I could be way wrong, of course.19:35
*** walterheck has quit IRC19:35
sloweKaZeR_: Yes, the image does actually show up as a file in /var/lib/glance/images.19:35
sloweKaZeR_: Haven't checked nova-compute logs yet...let me do that real quick.19:36
*** walterheck has joined #openstack19:36
*** scotm has joined #openstack19:36
*** reed has joined #openstack19:36
*** sumant has joined #openstack19:37
*** Zack_Deee has joined #openstack19:37
KaZeR_slowe: FIY i do have that error : WARNING glance.store.base [-] Failed to configure store correctly: Store cinder could not be configured correctly. Reason: Cinder storage requires a context. Disabling add method.19:37
KaZeR_so i think the add method is about adding config stuff, not adding images19:37
*** drago777 has quit IRC19:37
sloweKaZeR_: Understood. I've uncovered some AMQP-related errors in nova-compute.log, going to track them down and see if that's the source of the problem.19:37
KaZeR_great19:38
*** nsavin has joined #openstack19:38
*** drago777 has joined #openstack19:39
*** klync has joined #openstack19:40
*** jdob_ has quit IRC19:40
*** otherwiseguy has quit IRC19:40
*** jdob has quit IRC19:40
*** jdob has joined #openstack19:40
*** Barker has joined #openstack19:40
*** gyee has joined #openstack19:41
*** matrixise has quit IRC19:42
*** nj3ma has joined #openstack19:42
*** matrixise has joined #openstack19:42
*** anynicknamewilld has joined #openstack19:43
*** renebarbosa has joined #openstack19:44
*** renebarbosa has quit IRC19:44
*** renebarbosa has joined #openstack19:44
*** pavera has joined #openstack19:45
*** johnthetubaguy1 has quit IRC19:45
*** lblanchard has joined #openstack19:46
*** anynicknamewilld has left #openstack19:47
paveraI'm having a tough time getting neutron networking running in a multi-host setup (1 ctrl, 1 network node, 1 compute node).  As far as I can tell everything is working, except I can't route packets to the VMs19:47
*** atomek has joined #openstack19:47
KaZeR_pavera: openvswitch ?19:47
paverayeah? its installed19:47
*** crandquist has joined #openstack19:47
paverathe bridges all appear to be configured19:47
*** tzn has joined #openstack19:47
*** dtx00ff_ has joined #openstack19:48
*** crandquist is now known as kobier19:48
paveraI had some errors in the openvswitch logs about not being able to add gre-<num> ports, but I fixed that by installing the datapath-dkms package19:48
*** balajiiyer has joined #openstack19:48
*** renebarbosa has quit IRC19:49
*** HenryG_ has quit IRC19:49
paveraI can ping the tenant router ip... ie ip netns exec <tenant router namespace> ping 192.168.150.119:49
*** sumant has quit IRC19:49
Sam-I-Ampavera: do the vms get ip addresses?19:49
paverayes19:49
KaZeR_can the VMs ping each others?19:49
*** renebarbosa has joined #openstack19:49
*** renebarbosa has quit IRC19:49
*** renebarbosa has joined #openstack19:49
paverabut they can't ping their gateway or each other19:49
KaZeR_have you checked your security group rules ?19:49
Sam-I-Amcan you ping the router ip for the vm network?19:50
paveraI added the 2 rules that it mentions in the compute section... one for icmp and one for ssh19:50
Sam-I-Ampavera: did you build these nodes as VMs?19:50
paverayes19:51
*** xmltok has joined #openstack19:51
Sam-I-Amon which vm product?19:51
Sam-I-Amer, hypervisor19:51
paveravmware fusion19:51
Sam-I-Amdid you set the vswitch to allow promisc mode?19:51
paveraI enabled promisc on the one NIC it tells you to in the docs19:52
*** csd has joined #openstack19:52
paverawhich I think is only the external nic on the network node19:52
Sam-I-Amthe vswitch needs to allow promisc mode19:52
paverawhere do you allow that?19:53
*** sushils has joined #openstack19:53
*** renebarbosa has quit IRC19:53
*** klync has quit IRC19:53
*** mahipal has quit IRC19:53
KaZeR_pavera: your vms do get an ip? you have confirmed that from the vm or from the instance list? is the IP really assigned?19:53
Sam-I-Amusually under the vswitch configuration for the vswitch which handles your external nic on the network node19:53
paverawell, exactly yeah I enabled promisc mode on the NIC that is bridged to br-ex19:54
*** renebarbosa has joined #openstack19:54
*** AaronGR_afk is now known as AaronGR19:55
*** haruka has joined #openstack19:55
paverafrom the instance list... so that could be untrue19:55
paveraI can't connect to the console either because of how the VM network is setup...19:56
*** davidhadas has joined #openstack19:56
*** inc0 has quit IRC19:58
*** batlogg has joined #openstack19:58
*** tzn has quit IRC19:59
Sam-I-Amis the console connection trying to use the wrong ip?19:59
*** arnaud___ has joined #openstack19:59
paverayeah19:59
paverawhich setting controls where horizon attempts to connect to?20:00
*** marcelodieder has quit IRC20:00
Sam-I-Amits actually in nova.conf on the compute node20:00
paveraits trying to connect to the "private" network20:00
Sam-I-Amnovncproxy_base_url=http://1.2.3.4:6080/vnc_auto.html20:00
paveraok20:01
Sam-I-Ampoint it to whatever it should be20:01
paveralet me change that and see if I can get into the console20:01
*** tsnider has quit IRC20:02
*** bmcgahan has joined #openstack20:02
Sam-I-Amif that still doesn't work, each instance opens a normal vnc port on the compute node... starting with 590020:02
Sam-I-Amyou can usually vnc directly to that port20:02
*** buckaroo has quit IRC20:02
*** KLevenstein1 has joined #openstack20:03
*** renebarbosa has quit IRC20:03
*** haruka has left #openstack20:03
*** KLevenstein1 has left #openstack20:03
*** arnaud___ has quit IRC20:04
*** MrJoshua has quit IRC20:04
*** berendt has quit IRC20:04
*** batlogg has quit IRC20:06
*** renebarbosa has joined #openstack20:06
*** renebarbosa has joined #openstack20:06
*** pablosan has quit IRC20:06
*** drago777 has quit IRC20:07
paveraok20:08
*** Squid56 has left #openstack20:08
paveraso I was wrong, the VM does not get an IP20:08
*** kenhui1 has joined #openstack20:08
*** pablosan has joined #openstack20:08
paveraits assigned in the list but it doesn't actually receive it20:08
*** ccs has quit IRC20:08
Sam-I-Amon the network node, run 'ip netns' ... do you see a qdhcp* and qrouter* ?20:09
*** TSCHAKMac has quit IRC20:10
paverayes20:10
paveraand on the network node I can exec qrouter and ping both the gateway (192.168.150.1) and the dhcp server (.3)20:11
*** drago777 has joined #openstack20:11
paverait really appears to be something about getting from 1 host to the other.. though ovs-vsctl show seems to show the br-tun with ports setup on both hosts20:12
*** KaZeR_ has quit IRC20:12
*** kenhui has quit IRC20:13
*** KrisK19 has quit IRC20:13
*** nacer_ has joined #openstack20:14
*** Abhishek has joined #openstack20:14
Sam-I-Amok thats good20:14
*** matanya has quit IRC20:14
*** KrisK19 has joined #openstack20:14
*** hockeynut has joined #openstack20:15
Sam-I-Amdid you specify the correct "local_ip" in the ovs plugin ini?20:15
paverathey should be the "data" network IP of the respective hosts correct?20:16
paverain my case 172.16.25 is that network20:16
AbhishekHi all, trying to run tempest on a cloud20:17
Abhishekit fails with "Duplicate test id detected: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host"20:17
AbhishekI checked, that test name is unique20:17
Abhishekdid anyone see this?20:18
Sam-I-Ampavera: yeah20:18
*** TSCHAKMac has joined #openstack20:18
*** iogg_ has joined #openstack20:18
*** CaptTofu has joined #openstack20:18
*** drago777 has quit IRC20:19
*** bmcgahan has quit IRC20:19
*** dennisquan has quit IRC20:19
Sam-I-Ampavera: under what tenants did you create your networks and routers?20:19
Sam-I-Ampavera: actually, did you verify that the instance is running?20:19
*** nacer_ has quit IRC20:19
*** MrJoshua has joined #openstack20:19
paverayes it is running, I'm in the console20:20
paverabut I found it...20:20
paveragrrr20:20
*** smead has quit IRC20:20
*** vt102 has joined #openstack20:20
Sam-I-Amok.  can you manually assign an ip to its interface?20:20
*** drewlander has quit IRC20:21
paverasorry to waste people's time, I was going through the docs again, and I was sure I'd applied the sysctl.conf changes... but I hadn't20:21
paveraits working, I fixed it20:21
*** bmcgahan has joined #openstack20:21
*** drago777 has joined #openstack20:21
paveraagain sorry for the wasted time...20:21
Sam-I-Amthat'll do it20:22
Sam-I-Amthe little stuff causes lots of problems20:22
paverawhen I typed out the message about it "appearing to be internode communication" I started going back through everything related to that...20:22
paverathanks for being a sounding board at least :)20:22
Sam-I-Amso did the install guide mostly work for you then?20:23
Sam-I-Amminus your omissions and/or typos :)20:23
*** urulama has joined #openstack20:24
*** KrisK19 has quit IRC20:25
*** KLevenstein has joined #openstack20:25
*** ccs has joined #openstack20:25
*** tzn has joined #openstack20:25
*** ccs has quit IRC20:26
*** nphase has joined #openstack20:26
*** nphase has joined #openstack20:26
*** drago777 has quit IRC20:26
paverayeah, I did a single node install first with the neutron stuff to get the feel for it, and that went quite smoothly20:26
*** ccs has joined #openstack20:26
paverathen I had to play a bit to make sure I got each piece on the right node, in the multinode20:26
*** smead has joined #openstack20:27
paverabut it wasn't bad after doing the single node, I understood the concepts pretty well20:27
*** KLevenstein1 has joined #openstack20:27
*** KLevenstein1 has left #openstack20:27
*** AaronGR is now known as AaronGR_lunch20:27
paverawhich is probably where the sysctl omission came from, cause I'd already done it (in the single node install)20:27
*** drago777 has joined #openstack20:27
*** KLevenstein1 has joined #openstack20:28
*** IlyaE has joined #openstack20:28
*** mewald has joined #openstack20:28
Sam-I-Amheh20:28
*** urulama has quit IRC20:29
Sam-I-Ami'm working on trying to fix the guide20:29
*** scotm has quit IRC20:29
mewaldhi, I want to run nova with vmwareapi.VMwareESXDriver. therefore, I need a nova-compute server for my ESXi host. Does it have to be connected to internal _and_ external networks or should internal be enough?20:29
*** KLevenstein has quit IRC20:29
paverayeah the networking piece is a bit all over the place... once I got it done in the single node setup it was easier to just pull pieces of that config out onto the multihost20:29
Sam-I-Ampavera: neutron is a little rough20:30
*** otherwiseguy has joined #openstack20:32
*** balajiiyer has quit IRC20:32
paverathe tough part for me is just understanding the openvswitch stuff...20:32
paveraI've done lots of traditional networking but I need more experience debugging networks you can't see or touch :)20:33
*** rmoe has joined #openstack20:33
Sam-I-Amit is a little magical, but really not much different than vswitches in vmware20:34
Sam-I-Amcombined with gre is where things can get hairy20:34
*** mdomsch has joined #openstack20:34
*** Arconiaprime is now known as Anomaly_20:34
*** hockeynut has quit IRC20:34
*** Anomaly_ is now known as Arconiaprime20:35
paverayeah, I'm feeling more comfortable with it just in the last couple days... just learning the tools... ovs-vsctl show is really what I was missing at first...20:35
paverajust to be able to see what is configured on each node20:35
*** rohara has joined #openstack20:35
Sam-I-Amthen there's the openflow stuff20:36
*** Drankis has joined #openstack20:36
*** vlad_starkov has quit IRC20:37
*** xgsa has joined #openstack20:37
*** thingee has quit IRC20:37
*** renebarbosa has quit IRC20:37
*** walterheck has quit IRC20:38
*** jecarey has quit IRC20:38
*** rohit404 has quit IRC20:38
*** vlad_starkov has joined #openstack20:39
*** renebarbosa has joined #openstack20:39
*** vlad_starkov has quit IRC20:41
*** Barker has quit IRC20:42
*** simon-AS559 has joined #openstack20:42
*** ildikov__afk is now known as ildikov_20:42
*** ildikov_afk is now known as ildikov20:43
*** rcleere has joined #openstack20:43
*** simon-AS5591 has joined #openstack20:43
*** Tross has quit IRC20:43
*** mrmartin has quit IRC20:44
*** pavera has quit IRC20:44
*** itarchitectkev has quit IRC20:44
*** rmartinelli has quit IRC20:44
*** simon-AS559 has quit IRC20:47
*** stephen_camilo has quit IRC20:47
*** joesavak has joined #openstack20:49
*** jroovers has quit IRC20:51
*** vkozhukalov has quit IRC20:51
*** melwitt has joined #openstack20:51
*** scotm has joined #openstack20:52
*** vigintas has joined #openstack20:52
*** gmi has quit IRC20:52
*** epim has joined #openstack20:53
*** blasterblues has joined #openstack20:53
*** rocha_ has joined #openstack20:54
*** alop has quit IRC20:55
*** evanz_ has quit IRC20:56
*** bdavenport has joined #openstack20:56
*** csd has quit IRC20:56
*** daMaestro has joined #openstack20:56
*** Egyptian[Laptop] has quit IRC20:57
*** fak3r has joined #openstack20:59
*** lblanchard has quit IRC21:00
*** atomek has quit IRC21:00
*** Free_maN has quit IRC21:00
*** thingee has joined #openstack21:02
*** amrith has quit IRC21:02
*** amrith has joined #openstack21:04
*** Dharmit has joined #openstack21:04
*** Egyptian[Laptop] has joined #openstack21:04
*** Free_maN has joined #openstack21:04
*** vigintas_ has joined #openstack21:05
*** vigintas has quit IRC21:05
*** KLevenstein1 has quit IRC21:05
*** bladernr_ has quit IRC21:05
*** CaptTofu has quit IRC21:05
*** bladernr_ has joined #openstack21:05
*** AaronGR_lunch is now known as AaronGR21:06
*** afm has joined #openstack21:08
*** radez is now known as radez_g0n321:08
*** ArminderS- has joined #openstack21:08
mewaldhi, I want to run nova with vmwareapi.VMwareESXDriver. therefore, I need a nova-compute server for my ESXi host. Does it have to be connected to internal _and_ external networks or should internal be enough? And what about the WSDL? Do I have to download from ESXi (version is 5.1) and store locally or host the SDK contents in e.g a tomcat instance? Articles out there seem to provide different statements21:08
*** batlogg has joined #openstack21:09
*** drago777 has quit IRC21:09
*** ArminderS has quit IRC21:09
*** hs366 has quit IRC21:10
*** KaZeR has joined #openstack21:11
*** drago777 has joined #openstack21:12
*** dolphm_ has quit IRC21:13
*** aliguori has quit IRC21:13
*** radiocats has quit IRC21:13
*** kurt_ has quit IRC21:15
*** vipul is now known as vipul-away21:16
*** evanz_ has joined #openstack21:16
*** arif-ali has joined #openstack21:17
*** mrj has quit IRC21:17
*** nphase has quit IRC21:18
*** drago777 has quit IRC21:20
*** MaxV has joined #openstack21:21
*** Tross has joined #openstack21:21
*** aliguori has joined #openstack21:21
*** vipul-away is now known as vipul21:21
*** davidhadas_ has joined #openstack21:21
*** mewald has quit IRC21:22
*** drago777 has joined #openstack21:22
*** blomquisg has quit IRC21:23
*** vigintas_ has quit IRC21:24
*** davidhadas has quit IRC21:24
*** evanz_ has quit IRC21:27
*** hs366 has joined #openstack21:27
*** mrjazzcat has quit IRC21:28
*** daMaestro has quit IRC21:28
*** kenperkins has quit IRC21:30
*** vkmc has joined #openstack21:31
*** kenperkins has joined #openstack21:31
*** csd has joined #openstack21:36
*** walterheck has joined #openstack21:36
*** cody-somerville has joined #openstack21:37
*** cody-somerville has quit IRC21:37
*** cody-somerville has joined #openstack21:37
*** Dharmit has quit IRC21:39
*** dspano has quit IRC21:39
*** jhesketh_ has joined #openstack21:40
*** itarchitectkev has joined #openstack21:40
*** dizquierdo has joined #openstack21:40
*** jhesketh_ has quit IRC21:40
*** jhesketh has joined #openstack21:40
*** seikath has quit IRC21:41
*** seikath has joined #openstack21:41
*** whenry has quit IRC21:42
*** renebarbosa has quit IRC21:42
*** suresh12 has quit IRC21:44
*** MaxV has quit IRC21:44
*** suresh12 has joined #openstack21:44
*** seikatw has joined #openstack21:44
*** seikath has quit IRC21:44
*** ArminderS- has quit IRC21:45
*** Drankis has quit IRC21:45
*** klync has joined #openstack21:45
*** xgsa has quit IRC21:45
*** jdob has quit IRC21:46
*** zeddii has quit IRC21:46
*** seikath has joined #openstack21:47
*** seikatw has quit IRC21:47
*** crank has quit IRC21:48
*** seikatw has joined #openstack21:48
*** seikath has quit IRC21:48
*** suresh12 has quit IRC21:49
*** choirboy has quit IRC21:49
*** MaxV has joined #openstack21:49
*** seikath has joined #openstack21:50
*** davidhadas_ is now known as davidhadas21:51
*** iogg_ has quit IRC21:51
*** jrickman has joined #openstack21:52
*** hichihara has joined #openstack21:52
*** seikatw has quit IRC21:53
*** mrj has joined #openstack21:53
*** bmcgahan has quit IRC21:53
*** jrickman has left #openstack21:54
*** seikath has quit IRC21:54
*** seikatw has joined #openstack21:54
*** PaulM has joined #openstack21:55
*** alunduil has quit IRC21:55
*** lcestari has quit IRC21:55
*** Barker has joined #openstack21:57
*** rods` has quit IRC21:59
*** blasterblues has quit IRC21:59
*** smead has quit IRC21:59
*** blasterblues has joined #openstack22:00
*** arnaud___ has joined #openstack22:00
*** dhblaz has quit IRC22:01
*** Bomfunk has joined #openstack22:01
*** dtx00ff_ has quit IRC22:02
*** giulivo has quit IRC22:02
*** brdude has quit IRC22:02
*** tmclaugh[work] has quit IRC22:03
*** tmclaugh[work] has joined #openstack22:03
*** blasterblues has quit IRC22:04
*** retreved_ has joined #openstack22:04
*** epim has quit IRC22:04
*** arnaud___ has quit IRC22:04
*** pnavarro has quit IRC22:06
*** dtx00ff_ has joined #openstack22:06
*** HenryG has joined #openstack22:07
*** retreved has quit IRC22:07
*** amrith has quit IRC22:07
*** stronghere has quit IRC22:08
*** mrlesmithjr has quit IRC22:08
*** retreved_ has quit IRC22:08
*** julim has quit IRC22:09
*** WackoRobie has quit IRC22:10
*** Egyptian[Laptop] has quit IRC22:10
*** tinoue has joined #openstack22:12
*** hs366 has quit IRC22:13
*** Craer has joined #openstack22:13
*** arun has quit IRC22:14
*** Tross has quit IRC22:14
*** Andrei89 has quit IRC22:14
*** batlogg has quit IRC22:14
*** nacer_ has joined #openstack22:15
*** jasondotstar has quit IRC22:16
*** bmcgahan has joined #openstack22:16
*** joesavak has quit IRC22:16
*** melmoth has quit IRC22:17
*** tinoue has quit IRC22:17
*** jasondotstar has joined #openstack22:18
*** nacer_ has quit IRC22:19
*** rcleere has quit IRC22:20
*** peterbus_ has quit IRC22:21
*** MaxV has quit IRC22:21
*** itarchitectkev has quit IRC22:21
*** peterbusque has joined #openstack22:22
*** jasondotstar has quit IRC22:22
*** Deoan has quit IRC22:24
*** jhesketh__ has joined #openstack22:24
*** jttam has quit IRC22:24
*** urulama has joined #openstack22:25
*** peterbusque has quit IRC22:26
*** ayoung has quit IRC22:26
*** TSCHAKMac has quit IRC22:26
*** eharney has quit IRC22:29
*** esker has quit IRC22:29
*** urulama has quit IRC22:30
*** bmcgahan_ has joined #openstack22:30
*** hichihara has quit IRC22:30
*** darrylms has quit IRC22:30
*** darrylms has joined #openstack22:31
*** nmagnezi has joined #openstack22:31
*** nmagnezi has quit IRC22:31
*** ralfiboy has quit IRC22:32
*** pablosan has quit IRC22:33
*** tmclaugh[work] has quit IRC22:34
*** yamahata has quit IRC22:37
*** rossk has quit IRC22:39
*** csmith__ has quit IRC22:39
*** afazekas has quit IRC22:40
*** glucas has quit IRC22:41
*** teran has joined #openstack22:42
*** glucas has joined #openstack22:42
*** dangers is now known as danger_fo_away22:42
*** Guest47366 has quit IRC22:43
*** bmcgahan_ has quit IRC22:44
*** crank has joined #openstack22:44
*** jttam has joined #openstack22:45
*** aashish1 has quit IRC22:47
*** dizquierdo has quit IRC22:48
*** afm1 has joined #openstack22:49
*** afm has quit IRC22:49
*** TVR has quit IRC22:50
*** dianefleming has quit IRC22:50
*** walterheck has quit IRC22:50
*** afm1 has quit IRC22:53
*** arnaud__ has quit IRC22:54
*** arnaud has quit IRC22:54
*** Ryan_Lane has joined #openstack22:55
*** ppradhan has left #openstack22:55
*** vipul is now known as vipul-away22:56
*** simon-AS5591 has quit IRC22:56
*** simon-AS559 has joined #openstack22:56
*** arnaud__ has joined #openstack22:56
*** arnaud has joined #openstack22:56
*** Guest47366 has joined #openstack22:58
*** ctracey is now known as ctracey|away22:58
*** aeperezt has joined #openstack22:59
*** dcramer_ has quit IRC23:00
*** flaper87 is now known as flaper87|afk23:00
*** jttam has quit IRC23:00
*** blackboxsw_ has joined #openstack23:00
*** simon-AS559 has quit IRC23:00
*** mjeanson has quit IRC23:04
*** mjeanson has joined #openstack23:05
*** jttam has joined #openstack23:05
*** FunnyLookinHat has quit IRC23:05
*** diegows has quit IRC23:06
*** Guest47366 has quit IRC23:06
*** sayan has quit IRC23:06
CraerFirst time installing openstack.  Any great install guides out there?23:09
Craerbeen reading:  http://www.stackgeek.com/guides/gettingstarted.html23:09
*** yogesh has quit IRC23:10
*** lyang0 has quit IRC23:12
*** harlowja is now known as harlowja_away23:12
*** mjeanson has quit IRC23:12
*** b3nt_pin has joined #openstack23:13
*** kbringard has quit IRC23:13
*** laurelm has joined #openstack23:14
Sam-I-AmCraer: the openstack install guide works pretty well23:14
*** beagles has quit IRC23:14
*** b3nt_pin is now known as beagles23:14
*** kevinconway has quit IRC23:14
Sam-I-AmCraer: although it might be wise to try something like 'rdo' first so you can have a working proof-of-concept23:14
*** Abhishek has quit IRC23:15
*** mjeanson has joined #openstack23:15
*** jttam has quit IRC23:15
*** dmsimard has quit IRC23:16
*** peristeri has quit IRC23:18
*** beagles has quit IRC23:19
*** mrlesmithjr has joined #openstack23:19
*** alunduil has joined #openstack23:22
*** fbo is now known as fbo_away23:22
*** terriyu has joined #openstack23:23
*** mrlesmithjr has quit IRC23:23
*** rossk has joined #openstack23:24
*** desai has quit IRC23:24
*** desai has joined #openstack23:25
*** b3nt_pin has joined #openstack23:26
*** buckaroo has joined #openstack23:26
*** jagee has quit IRC23:27
*** simon-AS559 has joined #openstack23:27
*** otherwiseguy has quit IRC23:27
*** jobewan has quit IRC23:28
*** desai has quit IRC23:29
*** kenhui1 has quit IRC23:30
*** markvoelker1 has joined #openstack23:30
*** nsavin has quit IRC23:30
*** nsavin has joined #openstack23:30
*** b3nt_pin is now known as beagles23:33
*** gdubreui has joined #openstack23:34
*** bman21 has joined #openstack23:35
*** nkhare has joined #openstack23:35
*** simon-AS559 has quit IRC23:36
*** Tross has joined #openstack23:36
*** Aztec| has joined #openstack23:39
*** Aztec| has quit IRC23:39
*** vlad_starkov has joined #openstack23:40
*** lmh has joined #openstack23:42
*** ccs has quit IRC23:42
*** scotm has quit IRC23:42
*** jttam has joined #openstack23:43
*** vlad_starkov has quit IRC23:43
*** prad has quit IRC23:43
*** Zack_Deee has quit IRC23:44
*** zxvff has left #openstack23:44
*** mdorman has quit IRC23:47
*** TSCHAKMac has joined #openstack23:47
*** rnorwood1 has quit IRC23:48
*** Barker has quit IRC23:49
*** dcramer_ has joined #openstack23:50
*** jttam has quit IRC23:50
*** klync has quit IRC23:52
*** CaptTofu has joined #openstack23:52
*** klync has joined #openstack23:52
*** CaptTofu has quit IRC23:54
*** scotm has joined #openstack23:54
*** arnaud__ has quit IRC23:55
*** arnaud has quit IRC23:55
*** blasterblues has joined #openstack23:56
*** eglynn has joined #openstack23:56
*** harlowja_away is now known as harlowja23:57
*** jhesketh__ has quit IRC23:59
*** jhesketh__ has joined #openstack23:59
*** ccs has joined #openstack23:59

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