Tuesday, 2012-10-23

*** dhubbard_mac has joined #openstack00:00
*** anon12345 has joined #openstack00:00
*** Glace has quit IRC00:01
*** dhubbard_ has quit IRC00:01
uvirtbotNew bug: #1070074 in ceilometer "sqlalchemy performance issue " [Undecided,New] https://launchpad.net/bugs/107007400:01
anon12345what minimum arguments are required in CLI for keystone endpoint-create? i tried just the service-id but that didnt seem to work00:02
*** mnewby has quit IRC00:07
*** evxd has quit IRC00:07
*** szaydel has quit IRC00:07
*** evxd has joined #openstack00:07
*** benner has quit IRC00:07
*** benner has joined #openstack00:07
*** albert23 has left #openstack00:08
*** Spirilis has quit IRC00:08
*** roge has joined #openstack00:08
*** dyer has quit IRC00:08
*** Spirilis has joined #openstack00:09
*** mojojojo has joined #openstack00:09
mojojojoevening00:10
*** scalability-junk has quit IRC00:10
*** gatuus has quit IRC00:10
mojojojoany nova-network know-it-alls around?00:11
mojojojotrying to sort out how vnet0(host)<->eth0(guest) gets nailed up00:11
*** jplewi has quit IRC00:12
WormManmagic?00:12
mojojojo:)00:13
mojojojoit definitely appears to be00:13
*** roge has quit IRC00:14
WormManit's not nova-network, it's nova-compute and (assuming libvirt) is handled by libvirt to tell the hypervisor to present it to the guest00:14
mojojojoyeah at a high level i got that00:14
mojojojoif i'm on my all-in-one node i can see:00:14
*** mnewby has joined #openstack00:14
*** colinmcnamara has joined #openstack00:14
mojojojovnet1     Link encap:Ethernet  HWaddr fe:16:3e:0f:d2:ba00:15
mojojojoon my guest:00:15
mojojojoeth0      Link encap:Ethernet  HWaddr FA:16:3E:0F:D2:BA00:15
*** Glace has joined #openstack00:15
*** radez is now known as radez_g0n300:15
mojojojomy question is what commands/setup actually links those two00:15
WormMankvm?00:15
mojojojoyou got me :) thats my question00:15
WormManno, sorry00:16
mojojojoi also see the bridge:00:16
mojojojobridge namebridge idSTP enabledinterfaces00:16
mojojojobr1008000.10bf484d99a1noeth000:16
mojojojovnet000:16
mojojojovnet100:16
WormManare you using kvm?00:16
mojojojoyeah, KVM00:16
mojojojodevstack install00:16
WormManlibvirt interprests the xml provided by openstack(run virsh; run list; run dumpxml on the instance)00:16
*** hemna has quit IRC00:17
WormManand then on a ps wwwaux   you can see where libvirt convertd that to -netdev and -device00:18
WormMan(on the running kvm)00:19
mojojojoso openstack writes an XML file00:19
mojojojotells virsh to read/run it00:19
mojojojovirsh converts that to direct kvm commands?00:19
*** colinmcnamara has quit IRC00:19
WormManwell, it uses the libvirt library directly00:19
mojojojook, got it00:19
*** vipuls has quit IRC00:20
mojojojothis kind of XML:00:20
mojojojo<domain type='kvm'>00:20
mojojojo  <name>instance-00000002</name>00:20
mojojojo  <uuid>3b5180dc-ccf7-467e-9c92-e65a7d9f4d4b</uuid>00:20
mojojojo  <memory>4194304</memory>00:20
mojojojo  <currentMemory>4194304</currentMemory>00:20
mojojojoinstance-000002.xml etc etc00:20
WormManyep00:20
mojojojothat i found sitting in /etc/libvirt/qemu00:20
mojojojothere's no reference to 'vnet0' in any of those files00:20
mojojojobuti'm guessing kvm creates that00:20
WormManyou can see the source xml in /var/lib/nova/instances/instance-whatever/libvirt.xml00:20
mojojojoyeah if devstack wouldn't have gotten cute and put it in /opt/stack/data/nova, but lemme see00:21
WormManyea, openstack doesn't directly request 'vnet0' it just tells libvirt to hook it to the bridge00:21
*** szaydel has joined #openstack00:22
WormManthere's still a bit of magic that I believe libvirt does behind the scenes00:22
mojojojoi'm guessing libvirt/virsh has commands to look through the details of whats 'plugged in'00:22
WormManrun virsh; type 'help' and spend the next few hours trying random commands :)00:23
mojojojohahaha, yeah, thats it always goes00:23
*** clopez has quit IRC00:23
mojojojointeresting though that br100 is _not_ listed as a network that virsh knows about00:24
mojojojoopenstack creates br100, virsh creates this virbr0 , which i read openstack doesn't use00:24
*** cwelle has quit IRC00:25
WormMancorrect, that bit is handled by openstack directly(if you use libvirt/kvm standalone you can make it do IP management and run dnsmasq, etc)00:25
*** rustam has joined #openstack00:25
WormManI actually have configs that delete the libvirtd networks since they're not used(and confusing to troubleshoot)00:25
*** dyer has joined #openstack00:25
*** dyer has joined #openstack00:25
*** MarkAtwood has joined #openstack00:26
mojojojoah, meaning the virbr0 stuff00:26
WormManyep00:26
uvirtbotNew bug: #1070083 in horizon "devstack fails in quantal - /usr/bin/env node - no such file or directory" [Undecided,New] https://launchpad.net/bugs/107008300:26
WormManit can confuse my team when they login and don't know openstack that well00:26
mojojojoright00:26
*** Tross has quit IRC00:27
*** rustam has quit IRC00:27
*** rustam has joined #openstack00:28
mojojojohmm, doesnt look like it keeps that info around00:29
*** ryanpetr_ has joined #openstack00:30
mojojojoi take it slightly back:00:31
mojojojovirsh # nodedev-dumpxml net_vnet0_fe_16_3e_48_15_5600:31
mojojojo<device>00:31
mojojojo  <name>net_vnet0_fe_16_3e_48_15_56</name>00:31
mojojojo  <parent>computer</parent>00:31
mojojojo  <capability type='net'>00:31
mojojojo    <interface>vnet0</interface>00:31
mojojojo    <address>fe:16:3e:48:15:56</address>00:31
mojojojo    <capability type='80203'/>00:31
mojojojo  </capability>00:31
mojojojo</device>00:31
*** ondergetekende has quit IRC00:32
mojojojobut that doesnt give me the other half of the equation00:32
*** ondergetekende has joined #openstack00:32
*** rustam has quit IRC00:32
WormManthat's entirely up to your OS, it just probes devices, first one it finds it names 'eth0'00:32
WormManopenstack/libvirt/kvm just puts it on the emulated pci bus00:33
*** scotm has quit IRC00:33
mojojojogotcha00:34
*** ryanpetrello has quit IRC00:34
mojojojoguest OS you mean?00:34
mojojojothat makes sense00:34
WormManyes00:35
*** jeff89 has joined #openstack00:35
*** adjohn has quit IRC00:36
*** sunilthaha has joined #openstack00:36
*** sunilthaha has quit IRC00:36
jeff89hi folks00:37
mojojojoword00:37
jeff89can someone point me to the right direction? i created an instance in trystack, how do i access it? i tried ping-ing it directly with the ICMP protocal allowed in the security group00:39
ahmadhi everyone :)00:39
jeff89and it failed, tried to ssh it using putty with no luck either00:39
mojojojodoes it have a public ip?00:40
jeff89that's the part i'm not sure about.. i read it somewhere that trystack assigns private ip automatically as public ip?00:40
jeff89oh sorry, i'm testing on trystack00:40
*** TheBeast has joined #openstack00:42
*** mkouhei has joined #openstack00:44
*** s0mik has quit IRC00:44
*** Tross has joined #openstack00:45
*** nmistry has quit IRC00:45
uvirtbotNew bug: #1070088 in nova "Qemu-img does not handle snapshot list" [Undecided,In progress] https://launchpad.net/bugs/107008800:46
*** dpippenger has quit IRC00:46
*** tomoe_ has joined #openstack00:46
*** dyer has quit IRC00:49
*** cp16net|away is now known as cp16net00:50
*** dyer_ has joined #openstack00:51
*** maccam94 has joined #openstack00:52
*** mojojojo has quit IRC00:53
*** obmouse has joined #openstack00:53
*** mojojojo has joined #openstack00:53
*** maurosr has quit IRC00:55
*** szaydel has quit IRC00:56
*** sudorandom has joined #openstack00:57
*** rustam has joined #openstack00:58
*** Blackavar has quit IRC00:59
*** comptona has joined #openstack01:00
*** MarkAtwood has quit IRC01:03
*** sacharya1 has joined #openstack01:04
*** yjiang5 has quit IRC01:05
*** networkstatic has joined #openstack01:05
*** yocum has quit IRC01:06
*** sacharya has quit IRC01:07
*** rustam has quit IRC01:07
*** maurosr has joined #openstack01:08
*** tomoe_ has quit IRC01:09
*** rafiu has quit IRC01:10
*** tomoe_ has joined #openstack01:10
*** tualatrix has joined #openstack01:12
*** maurosr has quit IRC01:13
*** maurosr has joined #openstack01:13
*** dims has quit IRC01:14
*** warik has left #openstack01:14
*** zodiak has quit IRC01:14
*** colinmcnamara has joined #openstack01:15
*** tomoe_ has quit IRC01:15
*** deadcandance has quit IRC01:17
*** cp16net is now known as cp16net|away01:17
*** deadcandance has joined #openstack01:17
*** maurosr has quit IRC01:18
*** sniperd has joined #openstack01:18
*** rafiu has joined #openstack01:18
*** Vek has quit IRC01:19
*** colinmcnamara has quit IRC01:20
*** maurosr has joined #openstack01:21
*** Gordonz has joined #openstack01:24
*** mattstep has quit IRC01:25
*** maurosr has quit IRC01:26
*** mattstep has joined #openstack01:26
*** dims has joined #openstack01:27
*** bsdbandit has quit IRC01:28
*** childsb has joined #openstack01:29
*** erkules|away has joined #openstack01:31
*** kevein has joined #openstack01:32
*** Blackavar has joined #openstack01:32
*** dhubbard_mac has quit IRC01:32
*** zach_mtu has quit IRC01:32
*** erkules has quit IRC01:33
*** warik has joined #openstack01:35
*** MarkAtwood has joined #openstack01:37
*** szaydel has joined #openstack01:37
*** anon12345 has quit IRC01:38
*** cmagina has quit IRC01:39
*** sudorandom has quit IRC01:41
*** alzhang has joined #openstack01:42
*** Tross has quit IRC01:43
*** otherwiseguy has joined #openstack01:45
*** Ruetobas has quit IRC01:49
*** thallada has joined #openstack01:50
*** tgall_foo has joined #openstack01:50
*** tgall_foo has quit IRC01:50
*** tgall_foo has joined #openstack01:50
*** dhellmann has joined #openstack01:50
*** krtaylor has joined #openstack01:51
*** dhellmann is now known as dhellmann-afk01:51
*** jackh has joined #openstack01:52
*** jdurgin has quit IRC01:52
*** littleidea has joined #openstack01:54
*** aliguori has quit IRC01:55
*** roge has joined #openstack01:58
*** rnorwood1 has joined #openstack01:58
*** chinclou1 has quit IRC01:58
*** aliguori has joined #openstack01:59
*** Gordonz has quit IRC02:00
*** mnewby_ has joined #openstack02:02
*** mnewby has quit IRC02:03
*** mnewby_ is now known as mnewby02:03
*** rustam has joined #openstack02:04
*** adalbas has quit IRC02:04
*** littleidea has quit IRC02:04
*** zhidong has joined #openstack02:04
*** chincloud has joined #openstack02:05
*** chincloud is now known as Guest1878902:05
*** adalbas has joined #openstack02:06
*** pixelbeat has quit IRC02:07
*** rustam has quit IRC02:09
*** s0mik has joined #openstack02:11
*** tomoe_ has joined #openstack02:12
*** whenry has joined #openstack02:13
*** aliguori has quit IRC02:13
*** ryanpetr_ has quit IRC02:14
*** mojojojo has quit IRC02:15
*** anniec has quit IRC02:15
*** colinmcnamara has joined #openstack02:15
*** ryanpetrello has joined #openstack02:15
*** mojojojo has joined #openstack02:16
*** Ruetobas has joined #openstack02:16
*** SvenDowideit has quit IRC02:21
*** timops has quit IRC02:22
*** szaydel has quit IRC02:23
*** colinmcnamara has quit IRC02:23
*** SvenDowideit has joined #openstack02:23
*** timops has joined #openstack02:23
* ispireme is away (im off. visit my IT-blog at www.ispire.me)02:24
*** TheSphinX_ has joined #openstack02:25
cryptographrix@openfly who chose to make InnoDB the defaul/win 902:25
*** Tross has joined #openstack02:26
*** renier has quit IRC02:26
*** renier has joined #openstack02:26
*** whenry has quit IRC02:28
*** TheSphinX^ has quit IRC02:28
*** timops has quit IRC02:29
*** aculich has joined #openstack02:29
*** mojojojo has quit IRC02:30
*** renier has quit IRC02:31
*** maccam94 has quit IRC02:31
*** edygarcia has joined #openstack02:36
*** bapa has quit IRC02:37
*** sacharya has joined #openstack02:38
*** ryanpetrello has quit IRC02:39
*** sacharya1 has quit IRC02:40
*** bapa has joined #openstack02:40
*** ryanpetrello has joined #openstack02:40
*** melwitt has quit IRC02:42
*** szaydel has joined #openstack02:43
*** Triade has quit IRC02:44
*** edygarcia has quit IRC02:44
*** cryptk|offline is now known as cryptk02:49
*** cp16net|away is now known as cp16net02:51
*** mmalesky has quit IRC02:54
*** mmalesky has joined #openstack02:54
*** dyer_ has quit IRC02:54
*** roge has quit IRC02:55
*** namidark has joined #openstack02:55
*** nmistry has joined #openstack02:56
namidarkWhere can I start going to debug why floating IP's aren't picking up DHCP leases?02:56
*** rustam has joined #openstack03:04
*** renier has joined #openstack03:05
*** melwitt has joined #openstack03:05
*** vipuls has joined #openstack03:06
*** bapa has quit IRC03:06
*** bapa has joined #openstack03:06
*** Q310 has joined #openstack03:08
*** Q310 has quit IRC03:08
*** Q310 has joined #openstack03:08
Q310anyone deployed folsom with cinder and had any issues creating vms?03:09
*** renier has quit IRC03:10
*** zach_mtu has joined #openstack03:10
*** rustam has quit IRC03:11
*** Tross has quit IRC03:12
*** bapa has quit IRC03:14
*** bapa has joined #openstack03:16
*** dragonheart has joined #openstack03:18
*** marrusl has quit IRC03:18
*** Vek has joined #openstack03:18
*** danblack has quit IRC03:18
*** linuxanoop has joined #openstack03:18
linuxanoopMorning All :)03:18
*** colinmcnamara has joined #openstack03:19
ahmadcan anyone please recommend some good networking tutorials either in reference to openstack or in general03:19
*** Turicas has joined #openstack03:20
*** mmalesky has quit IRC03:21
*** dims has quit IRC03:22
*** mmalesky has joined #openstack03:22
*** zach_mtu has quit IRC03:23
*** colinmcnamara has quit IRC03:24
*** desai has quit IRC03:25
*** Tross has joined #openstack03:26
*** ryanpetrello has quit IRC03:26
*** zach_mtu has joined #openstack03:26
*** nmistry has quit IRC03:28
*** cmt has joined #openstack03:29
jgriffithQ310: What kind of issues are you seeing?03:31
*** osier has joined #openstack03:31
uvirtbotNew bug: #1070138 in nova "admin can't describe all images in ec2 api" [Undecided,New] https://launchpad.net/bugs/107013803:31
*** TerryH has quit IRC03:32
*** brad_ has joined #openstack03:34
*** tgall_foo has quit IRC03:35
*** brad_ has quit IRC03:35
*** estp has quit IRC03:38
*** Turicas has quit IRC03:41
*** dragonheart has quit IRC03:41
*** nmistry has joined #openstack03:42
*** koolhead17 has joined #openstack03:45
*** ryanpetrello has joined #openstack03:46
*** littleidea has joined #openstack03:48
*** mmalesky has quit IRC03:48
*** otherwiseguy has quit IRC03:55
*** rafiu has quit IRC03:59
*** dragonheart has joined #openstack03:59
*** renier has joined #openstack03:59
*** szaydel has quit IRC04:02
*** MarkAtwood has quit IRC04:02
*** renier has quit IRC04:03
*** rustam has joined #openstack04:05
*** acb__ has quit IRC04:05
*** acb__ has joined #openstack04:05
linuxanoopAny one have idea about this error  from apache error log http://paste.openstack.org/show/22039/04:07
*** rustam has quit IRC04:10
linuxanoopany one please04:13
*** Glace has quit IRC04:14
*** sniperd_ has joined #openstack04:14
*** roaet has quit IRC04:15
*** sniperd has quit IRC04:15
*** sniperd has joined #openstack04:17
*** koolhead17 has quit IRC04:18
*** colinmcnamara has joined #openstack04:19
*** sayan has joined #openstack04:20
*** sayan has joined #openstack04:20
*** sniperd_ has quit IRC04:20
*** colinmcnamara has quit IRC04:24
*** dyer has joined #openstack04:27
*** dyer has joined #openstack04:27
*** otherwiseguy has joined #openstack04:27
*** Glace has joined #openstack04:28
*** sayan has quit IRC04:28
*** Tross has quit IRC04:31
*** rafiu has joined #openstack04:32
*** MarkAtwood has joined #openstack04:32
*** dcramer_ has quit IRC04:33
*** tualatrix has quit IRC04:33
*** ewindisch has quit IRC04:34
Q310shhh04:35
*** sacharya has quit IRC04:35
*** eglynn has joined #openstack04:35
uvirtbotNew bug: #1070155 in nova "Consoles extension doesn't have API Sample documentation" [Undecided,New] https://launchpad.net/bugs/107015504:35
uvirtbotNew bug: #1070156 in nova "Createserverext doesn't have API Sample Tests and Documentation" [Undecided,New] https://launchpad.net/bugs/107015604:36
*** sleepy-eglynn has quit IRC04:39
*** Entonian has joined #openstack04:39
uvirtbotNew bug: #1070157 in nova "DeferredDelete extension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/107015704:41
uvirtbotNew bug: #1070158 in nova "DiskConfig extension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/107015804:41
*** jeff89 has quit IRC04:41
*** Entonian has quit IRC04:42
*** ozstacker has joined #openstack04:45
uvirtbotNew bug: #1070160 in nova "ExtendedStatus extension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/107016004:46
*** dragonheart is now known as danblack04:46
uvirtbotNew bug: #1070161 in nova "FlavorDisabled extension doesn't have API Sample Tests and Docextension doesn't have API Sample Tests to Documentation" [Undecided,New] https://launchpad.net/bugs/107016104:46
uvirtbotNew bug: #1070162 in nova "FlavorExtraSpecs extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107016204:46
*** sunilthaha has joined #openstack04:47
*** pvankouteren has joined #openstack04:48
*** cmt has quit IRC04:48
*** koolhead17 has joined #openstack04:50
uvirtbotNew bug: #1070165 in nova "FloatingIpPools extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107016504:56
uvirtbotNew bug: #1070167 in nova "Hosts extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107016704:56
uvirtbotNew bug: #1070169 in nova "Multinic extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107016904:56
uvirtbotNew bug: #1070170 in nova "Networks extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107017004:56
uvirtbotNew bug: #1070171 in nova "QuotaClasses extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107017104:56
*** hattwick has quit IRC04:57
*** sayan has joined #openstack04:58
*** littleidea has quit IRC05:00
*** littleidea has joined #openstack05:02
*** danblack has quit IRC05:04
uvirtbotNew bug: #1070164 in nova "FloatingIpDns extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107016405:04
ahmadno one available?05:04
*** ywu has quit IRC05:04
*** dyer has quit IRC05:05
*** rustam has joined #openstack05:05
uvirtbotNew bug: #1070163 in nova "FlavorManage extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107016305:08
uvirtbotNew bug: #1070172 in nova "Quotas extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107017205:08
uvirtbotNew bug: #1070173 in nova "VolumeTypes extension doesn't have API Sample to documentation" [Undecided,New] https://launchpad.net/bugs/107017305:08
*** rustam has quit IRC05:10
*** otherwiseguy has quit IRC05:10
*** dragonheart has joined #openstack05:10
*** aeperezt_ has joined #openstack05:12
*** adjohn has joined #openstack05:13
*** aeperezt has quit IRC05:15
*** bapa has quit IRC05:17
*** bapa has joined #openstack05:17
*** Maledictus has joined #openstack05:17
*** Maledictus has joined #openstack05:17
*** pvankouteren has quit IRC05:20
*** colinmcnamara has joined #openstack05:20
*** littleidea has quit IRC05:21
*** tualatrix has joined #openstack05:21
*** aeperezt_ has quit IRC05:21
linuxanoophttps://answers.launchpad.net/nova/+question/21110205:22
*** sniperd has quit IRC05:22
*** jamespage_ has joined #openstack05:22
*** Tross has joined #openstack05:22
*** TerryH has joined #openstack05:22
*** arrsim has quit IRC05:22
linuxanoopI'm facing same issue. Is this a bug or my environment issue?05:22
linuxanoophttps://answers.launchpad.net/nova/+question/21110205:23
*** littleidea has joined #openstack05:23
*** KyleMacDonald has joined #openstack05:23
*** sniperd has joined #openstack05:24
*** colinmcnamara has quit IRC05:24
*** KyleMacDonald has quit IRC05:25
*** TerryH has quit IRC05:25
*** TerryH has joined #openstack05:27
*** TerryH has joined #openstack05:30
*** dragonheart is now known as danblack05:30
*** TerryH has quit IRC05:30
*** jamespage_ has quit IRC05:35
*** tualatrix has quit IRC05:35
*** tualatrix has joined #openstack05:35
*** Pawan_ has joined #openstack05:37
*** osier has quit IRC05:38
*** afazekas has quit IRC05:38
*** pvankouteren has joined #openstack05:41
*** garyk has quit IRC05:42
*** hattwick has joined #openstack05:42
*** zach_mtu has quit IRC05:44
*** sayan has quit IRC05:47
*** alobbs has joined #openstack05:48
*** osier has joined #openstack05:50
*** tualatrix has quit IRC05:50
*** ryanpetrello has quit IRC05:51
*** MarkAtwood has quit IRC05:54
*** MarkAtwood has joined #openstack05:55
*** Maledictus has quit IRC06:04
*** rustam has joined #openstack06:06
*** sayan has joined #openstack06:06
*** kirkland has quit IRC06:06
*** kirkland has joined #openstack06:07
*** dachary has joined #openstack06:09
*** rustam has quit IRC06:10
*** Pawan_1 has joined #openstack06:11
*** Pawan_ has quit IRC06:12
*** bapa has quit IRC06:12
*** sayan has quit IRC06:16
*** sayan has joined #openstack06:16
*** dachary has quit IRC06:17
*** almaisan-away is now known as al-maisan06:18
*** Maledictus has joined #openstack06:19
*** bapa has joined #openstack06:20
*** colinmcnamara has joined #openstack06:20
*** roaet has joined #openstack06:21
*** mindpixel has joined #openstack06:21
*** seroz has quit IRC06:23
*** sayan has joined #openstack06:23
*** sayan has joined #openstack06:23
*** Pawan_1 has quit IRC06:23
*** wramthun has joined #openstack06:23
*** foexle has quit IRC06:24
*** afazekas has joined #openstack06:24
*** wramthun has quit IRC06:24
*** colinmcnamara has quit IRC06:25
*** mrunge has joined #openstack06:25
*** sayan has quit IRC06:25
*** sayan has joined #openstack06:25
*** sayan has joined #openstack06:25
*** Mops has joined #openstack06:27
*** sayan has quit IRC06:29
*** sayan has joined #openstack06:29
*** sayan has joined #openstack06:29
*** Glace has quit IRC06:31
*** TripleCheeseSina has joined #openstack06:33
TripleCheeseSinablam06:33
*** stewart has quit IRC06:33
*** TripleCheeseSina has quit IRC06:33
*** TripleCheeseSina has joined #openstack06:34
*** acb__ has quit IRC06:34
*** melmoth has joined #openstack06:34
*** acb__ has joined #openstack06:34
*** l_a_m has joined #openstack06:35
*** sniperd has quit IRC06:35
*** sayan has quit IRC06:36
*** sayan has joined #openstack06:36
*** mishin has quit IRC06:37
*** sniperd has joined #openstack06:37
*** krow has joined #openstack06:38
*** fleish has left #openstack06:39
*** davidhadas has joined #openstack06:39
*** nmistry has quit IRC06:41
*** renier has joined #openstack06:41
*** kalpase has joined #openstack06:42
*** kalpase has left #openstack06:43
*** garyk has joined #openstack06:44
*** sayan has quit IRC06:45
*** renier has quit IRC06:46
*** danblack has quit IRC06:46
koolhead17for everyone who faced CRITICAL nova [-] No module named quantum.manager  it was nova.conf misconfiguration https://bugs.launchpad.net/quantum/+bug/106368906:47
*** deepakcs has joined #openstack06:48
*** atrius is now known as atrius_away06:49
*** roaet has quit IRC06:51
*** dragonheart has joined #openstack06:51
*** dragonheart is now known as danblack06:51
*** shang has quit IRC06:52
*** mishin has joined #openstack06:53
*** EmilienM has joined #openstack06:54
*** ThiagoCMC has quit IRC06:54
*** primozf has joined #openstack06:55
*** rnorwood1 has quit IRC06:55
ikke-tguys, help please. I'm stuck in with folsom swift setup in my test env.06:57
*** mnewby has quit IRC06:57
ikke-tso far so good, but the first curl command to verify the swift fails06:57
ikke-tit's like the endpoint would be missing or smth06:57
ikke-tthe instruction page at: http://docs.openstack.org/trunk/openstack-compute/install/apt/content/verify-swift-installation.html06:58
ikke-tsays: curl -k -v -H 'X-Storage-User: openstackDemo:admin' -H 'X-Storage-Pass: $ADMINPASS' http://<AUTH_HOSTNAME>:5000/auth/v2.006:58
*** vipuls has quit IRC06:58
ikke-twhat is that /auth/v2.0 -URL? keystone endpoint-list doesn't have such06:59
*** KyleMacDonald has joined #openstack07:00
*** Maledictus has quit IRC07:02
uvirtbotNew bug: #1070198 in openstack-common "Create uuidutils module" [Undecided,New] https://launchpad.net/bugs/107019807:04
*** EmilienM has quit IRC07:04
*** mishin has quit IRC07:05
*** ywu has joined #openstack07:05
*** balboah has joined #openstack07:06
ikke-tanyone, please advice how do I verify that localhost:5000/auth/v2.0 is valid?07:06
melmothcurl http://localhost:5000/v2.0/ | python -mjson.tool07:07
*** ywu has quit IRC07:10
*** radish has joined #openstack07:10
*** shang has joined #openstack07:10
*** KyleMacDonald has quit IRC07:11
*** vivek_ has joined #openstack07:11
vivek_http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html07:12
vivek_Hi Hello All07:13
TripleCheeseSinahi vivek07:13
ikke-tmelmoth, that gives info about api version and such, links to docs07:13
ikke-tthat works, but the one in swift doc doesn't07:13
melmothseems to work then.07:13
koolhead17TripleCheeseSina: hey not done there, you moved my cheese :)07:14
vivek_i am configuring my openstack cloud with Folsom + openvswitch + quantom07:14
koolhead17hello vivek_07:14
vivek_base on http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html topology07:14
ikke-tso swift doc has error in it, any idea what the URL should  be?07:14
ikke-tswift doc has this:07:14
ikke-tcurl -k -v -H 'X-Storage-User: openstackDemo:admin' -H 'X-Storage-Pass: $ADMINPASS' http://<AUTH_HOSTNAME>:5000/auth/v2.007:15
*** KyleMacDonald has joined #openstack07:16
vivek_my nova cinder is working fine but stucked in floating part in quantum please help my nova.conf file is http://pastebin.com/nBTkbL6p07:16
vivek_internal ips are working fine07:16
*** DANO-MARC has joined #openstack07:17
vivek_but i am not able to access them from outside world07:17
vivek_https://answers.launchpad.net/quantum/+question/21139507:17
*** linuxanoop has quit IRC07:17
vivek_it is possibel some ipare changed in nova.conf07:17
*** reidrac has joined #openstack07:17
*** mishin has joined #openstack07:18
*** nijaba has joined #openstack07:18
*** nijaba has joined #openstack07:18
*** acfleury has joined #openstack07:18
*** Mops has quit IRC07:19
*** EmilienM has joined #openstack07:19
TripleCheeseSinamorning EmilienM ;)07:20
*** gohko_air has quit IRC07:21
melmothikke-t,  openstackDemo is the tenant name, admin is the user name (a user belonging to this tenant, and with $ADMINPASS password)07:21
melmoththen AUTH_HOSTNAME is the name of the machine where keystone runs.07:21
TripleCheeseSinamelmoth: i think his issue is with the /auth/2.0 versus /2.007:22
ikke-tmelmoth, i got those, but I get "404" from the url above07:22
*** colinmcnamara has joined #openstack07:22
*** adalbas has quit IRC07:22
TripleCheeseSinahe was saying swift doc says /auth/2.0, but the example earlier worked with /2.007:22
ikke-tso it seems the url is wrong, and I'm lost since I don't know what should it be07:22
ikke-tTripleCheeseSina, exactly07:22
ikke-teither the swift doc has error in it, or I am missing an endpoint07:23
vivek_I am configuring my openstack cloud with Folsom + openvswitch + quantom  base on http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html topology  my nova cinder is working fine but stucked in floating part in quantum my nova.conf file is http://pastebin.com/nBTkbL6p  internal ips are working fine but i am not able to access them from outside world https://answers.launchpad.net/quantum/+questi07:23
vivek_changed07:23
*** arrsim has joined #openstack07:23
*** EmilienM has quit IRC07:24
*** adjohn has quit IRC07:25
*** littleidea has quit IRC07:26
*** KyleMacDonald has quit IRC07:26
melmothikke-t, curl -d "{\"auth\":{\"passwordCredentials\":{\"username\": \"admin\", \"password\": \"openstack\"}}}" -H "Content-type: application/json" http://localhost:35357/v2.0/tokens|python -mjson.tool07:28
*** shang has quit IRC07:28
melmoththis works for ab admin user here.07:28
ikke-tmelmoth, tnx, i'll try07:28
melmoththat s getting a token07:29
ikke-tmelmoth, that gives me the token too ok for admin07:30
melmoththen you can use the token: curl -H "X-Auth-Token:0beeed2437fc4cf6a13483cae08cf9e6" http://localhost:5000/v2.0/tenants| python -mjson.tool07:31
*** colinmcnamara has quit IRC07:31
melmothif it works, it looks like, at least , you have keystone working all right.07:31
melmothso, i think next step would be try out with the credentials set in the siwft paste.ini configuration file.07:32
*** mishin has quit IRC07:32
ikke-tand also gives the token for swift user07:32
*** sunilthaha has quit IRC07:33
melmothhow do you swift endpoints looks like ?07:34
*** KyleMacDonald has joined #openstack07:34
*** renier has joined #openstack07:35
ikke-tmelmoth, i don't now recall which of the endpoint is for swift, I'll look around a bit07:37
ikke-tshould be one of the "keystone endpoint-list"?07:37
*** Ghe_Rivero has quit IRC07:38
melmothyep07:38
melmothmine looks like http://paste.openstack.org/show/22070/07:38
melmothif you see it there, try swift with the user pass you were able to get a token with07:39
*** GheAway is now known as GheRivero07:39
melmothswift -V 2 -U yourtenantname:thelogin -K thepassword -A http://$KEYSTONE_IP:5000/v2.0/ stat07:40
*** renier has quit IRC07:40
*** metral has joined #openstack07:40
*** eglynn has quit IRC07:40
*** YamakasY has quit IRC07:41
ikke-tmelmoth, i think that's the missing part. I'm going through openstack setup guide to find out in which part they are created07:42
*** KyleMacDonald has quit IRC07:42
*** crandquist has quit IRC07:42
melmothhttp://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html07:43
*** Pawan_ has joined #openstack07:43
radishmorning07:43
*** bka has joined #openstack07:43
*** KyleMacDonald has joined #openstack07:43
*** zhuadl has joined #openstack07:43
radishI'm trying to upload an image to glance, however, regarding to the logs I'm not authorized, should I set the admin_token parameter in glance-api-paste.ini and glance-registry-paste.ini as suggested by https://answers.launchpad.net/glance/+question/203405 ?07:44
ikke-tmelmoth, thanks, i believe you solved it. I was just going through the page. It seems my collegue skipped the swift part there while he did it07:45
ikke-tI'll add them, thanks07:46
melmoth:-)07:46
*** YamakasY has joined #openstack07:46
melmothradish usually i do not use the main keystone admin token, but i create a glance service user.07:46
melmothin a service tenant07:46
*** dachary has joined #openstack07:47
*** KyleMacDonald has quit IRC07:48
radishmelmoth: I did the setup according to the documentation, so I should have one, I guess, let me check for the password.. (weirdly the documentation says to use the admin user of the openstackDemo tenant07:48
melmothi think it may work with this user too.07:48
*** tryggvil has quit IRC07:49
*** pixelbeat has joined #openstack07:50
ikke-tmelmoth, nope, he did not skip it, it's there:  http://10.26.9.21:8888/v1/AUTH_%(tenant_id)s07:50
melmothmine looks like https://$SWIFT_IP:443/v2/AUTH_%(tenant_id)s07:51
melmoth1) ssl (i dont know about yours setting), and 2) v207:52
uvirtbotNew bug: #1068499 in swift "Dual personality MIME type during test" [Undecided,In progress] https://launchpad.net/bugs/106849907:53
*** secbitchris has quit IRC07:53
*** danblack has quit IRC07:53
*** secbitchris has joined #openstack07:53
*** al-maisan is now known as almaisan-away07:55
*** Ruetobas has quit IRC07:55
*** Triade has joined #openstack07:55
*** Free_maN has joined #openstack07:57
*** KyleMacDonald has joined #openstack07:58
*** gohko_air has joined #openstack07:59
*** foexle has joined #openstack07:59
*** tryggvil has joined #openstack07:59
*** joern_ has joined #openstack08:00
*** Ruetobas has joined #openstack08:01
*** Pawan_ has quit IRC08:01
*** dev_sa has joined #openstack08:02
*** almaisan-away is now known as al-maisan08:04
*** rafiu has quit IRC08:05
*** nacx has joined #openstack08:06
*** guigui3 has joined #openstack08:06
*** rustam has joined #openstack08:07
*** EmilienM has joined #openstack08:08
*** rafiu has joined #openstack08:08
*** rustam has quit IRC08:11
*** EmilienM has quit IRC08:13
*** erikzaadi has joined #openstack08:13
*** erikzaadi has quit IRC08:14
*** krow has quit IRC08:14
*** Maledictus has joined #openstack08:16
*** Maledictus has joined #openstack08:16
*** tomoe_ has quit IRC08:17
*** tomoe_ has joined #openstack08:17
*** msavy has joined #openstack08:20
*** darraghb has joined #openstack08:21
*** tomoe_ has quit IRC08:22
*** erkules|away has quit IRC08:23
*** erkules|away has joined #openstack08:23
*** erkules|away is now known as erkules08:23
*** itarchitectkev has joined #openstack08:24
*** colinmcnamara has joined #openstack08:27
*** ahmad is now known as aali8308:28
*** rtjure has joined #openstack08:29
aali83damn, can't believe my name is so popular had to register this one instead > <08:29
*** vachon has quit IRC08:30
*** colinmcnamara has quit IRC08:31
*** pvo has quit IRC08:31
radishmelmoth: I don't really get it to work... I did everything according to the documentation for folsom on ubuntu 12.04. Here's some info: http://paste.ubuntu.com/1299554/08:32
*** pvo has joined #openstack08:33
*** YamakasY has quit IRC08:33
Kiallradish, have you edited the admin_* settings in the /etc/glance/glance-*.conf files?08:33
melmothradish, looks like "invalid tenant" may be related to a wrong tenant set somewhere ? (glance paste file maybe ?)08:34
*** oubiwann has quit IRC08:34
*** stewart has joined #openstack08:34
joern_hi guys. is there any secure way with encryption to communicate with the openstack API? right now I'm sending passwords plain text http requests.08:34
TripleCheeseSinajoern_: check out the nectar-rc github08:36
TripleCheeseSinathere is a puppet nginx module08:36
TripleCheeseSinathat's what im using08:36
TripleCheeseSinaaltho08:36
TripleCheeseSinadealing with this bug in folsom atm08:36
TripleCheeseSinahttps://bugs.launchpad.net/python-keystoneclient/+bug/106483508:36
TripleCheeseSinaannoying :/08:37
joern_TripleCheeseSina: thanks, will look into that08:37
*** MarkAtwood has quit IRC08:37
*** l_a_m has quit IRC08:38
*** eglynn has joined #openstack08:40
*** Pawan_ has joined #openstack08:40
uvirtbotNew bug: #1070230 in horizon "Instance name not shown in Project/Overview page" [Undecided,In progress] https://launchpad.net/bugs/107023008:41
*** YamakasY has joined #openstack08:42
radishKiall, melmoth, in the glance-api.conf I have set user=admin tenant=server, in the glance-api-paste.ini user=glance, tenant=service, in the glance-cache.conf there are unused variables, in the glance-registry.conf user=admin, tenant=service08:44
radishmeant tenant=service for the first one as well08:44
radishnot server08:44
melmothwell, look all right. what about setting kesytone in debug mode and see exactly what s it s complaining about ?08:45
*** rafiu has quit IRC08:48
*** l_a_m has joined #openstack08:48
*** rafiu has joined #openstack08:48
*** rafiu1 has joined #openstack08:50
*** jackh has quit IRC08:51
*** jackh has joined #openstack08:52
*** vachon has joined #openstack08:53
*** rafiu has quit IRC08:53
*** Hikhvar has joined #openstack08:53
YamakasYmorning!08:54
TripleCheeseSinamorning08:54
TripleCheeseSina(8pm here :))08:54
YamakasYah doesn't matter... we live by the hour ;)08:55
YamakasYI'm still comparing Openstack and Cloudstack... OS seems to be better under the bonnet08:56
TripleCheeseSinaae, tis08:56
YamakasY?08:57
radishmelmoth: here's some info: http://paste.ubuntu.com/1299600/ take a look at line 16, is this the normal output?08:58
melmothunsure. You should be able to ask kesytone if this user has the admin role or not08:59
melmothhave your keysotne env variable set for this user and try keystone user-role-list09:01
melmothyou should see the admin role in the service tenant09:01
radishmelmoth: yes, the id mathes the admin one from role-list (admin role)09:04
*** vuntz has quit IRC09:04
radishI read somewhere that the files glance-api-paste.ini and glance-registry-paste.ini should contain the same admin_token as the keystone.conf?09:05
radishadmin_token is currently not included in these two configs09:06
*** albert23 has joined #openstack09:07
*** rustam has joined #openstack09:07
*** linuxanoop has joined #openstack09:10
*** rustam has quit IRC09:12
*** rafiu1 has quit IRC09:13
*** drdrambuie has left #openstack09:14
*** Breaking_Pitt has joined #openstack09:15
*** clopez has joined #openstack09:15
*** Guest18789 has quit IRC09:16
*** popux has joined #openstack09:17
Qtenanyone have a working cinder/folsom installation yet?09:17
*** jodok has joined #openstack09:17
*** Pawan_ has quit IRC09:18
*** alobbs has quit IRC09:18
vivek_Qten, Yes09:20
Qtenhurra09:20
*** alobbs has joined #openstack09:20
Qtendid you have any issues with cinder per chance?09:20
*** alobbs1 has joined #openstack09:21
vivek_not yet09:21
vivek_its working fine09:21
Qtenbugger09:21
Qteni've been having dramas even getting a vm started09:21
vivek_like09:21
Qtensome reason it seems to not be even provisioning the storage09:21
vivek_ok09:22
*** rtjure has quit IRC09:22
Qtenvery strange09:22
*** rtjure has joined #openstack09:22
vivek_are you running rabbitmq in a different node09:22
vivek_other than cinder09:22
Qtenyes, i've also set rabbit host in the cinder.conf09:22
*** rtjure has quit IRC09:22
Qtenand password09:23
*** Guest49383 has joined #openstack09:23
Qteni'll find a pastie i'll dump my conf's in there09:23
vivek_ok09:23
Qtenif your able to  have a peak :)09:23
*** TripleCheeseSina has quit IRC09:24
*** tomoe_ has joined #openstack09:24
*** alobbs has quit IRC09:25
Qtenhttp://pastebin.com/99c1XvbC09:25
Qtenis my nova.conf and cinder.conf09:25
Qtenthis is the werid part09:25
Qteni can provision a cinder volume09:26
Qtenie09:26
Qtencinder create --display-name test 1009:26
Qtencreates a 10gig vol named test09:26
aali83quick question, does vagarant works with virtualbox, what other components is it compatible to? vmware? etc09:26
koolhead17aali83: vagarant works with virtualbox09:26
*** colinmcnamara has joined #openstack09:27
aali83only virtualbox? doesnt seem very useful?09:27
vivek_paste your nova-compute09:27
Qteni can also do a image onto that volume no worries ie: cinder create --image-id 2397e88a-4987-46d8-9b84-9255a589af9e --display-name glance-test 5009:27
*** TripleCheeseSina has joined #openstack09:29
Qtenhttp://pastebin.com/jMxm3h3D09:29
*** TripleCheeseSina has left #openstack09:29
Qtenis the nova-compute.conf09:29
*** TripleCheeseSina has joined #openstack09:29
*** stewart has quit IRC09:30
*** bbcmicrocomputer has joined #openstack09:31
*** bbcmicrocomputer has joined #openstack09:31
*** joern_ has quit IRC09:31
*** colinmcnamara has quit IRC09:31
*** vivek_ has quit IRC09:33
*** jodok has quit IRC09:33
*** clopez has quit IRC09:34
*** vuntz has joined #openstack09:35
*** bluenemo has joined #openstack09:39
*** bluenemo has joined #openstack09:39
Qtenanother thing i thought is strange is if i create a volume with the dashboard it dosnt apear in a cinder list09:40
Qtenhowever it creates it ok and the pv is missing the size of the volume created however cinder dosn't seem to know about it09:40
Qtenits got me stuffed09:41
*** kavit has joined #openstack09:43
*** tualatrix has joined #openstack09:44
*** uksysadmin has joined #openstack09:44
*** itarchitectkev has joined #openstack09:44
*** kavit has quit IRC09:45
*** tomoe_ has quit IRC09:45
TripleCheeseSinamornin itarchitectkev09:47
TripleCheeseSinaQten: sounds like a namespace issue09:48
*** kavit has joined #openstack09:48
*** clopez has joined #openstack09:48
Qtenhmm09:48
TripleCheeseSinalike dashboard making it in nova-volume namespace or something?09:49
*** iliyash has joined #openstack09:49
itarchitectkevHey TripleCheeseSina how goes it man?09:49
*** iliyash has left #openstack09:49
TripleCheeseSinapretty good dude, eating internet delivered fish and chips, on the skype with tristan doing some late night works09:49
Qtennamespace being related to rabbit?09:50
* itarchitectkev waves at Tristan09:51
itarchitectkev:)09:51
uvirtbotNew bug: #1070258 in cinder "Resource reservation isn't rolled back properly for certain failures during Volume Create" [Undecided,New] https://launchpad.net/bugs/107025809:51
itarchitectkevInternet delivered fish and chips... the very definition of byte :)09:51
QtenTripleCheeseSina: so we need to specify cinder namespace in the dashboard ?09:51
*** obondarev has joined #openstack09:51
TripleCheeseSinaQten: might not be something you can specify, what i meant was it sounds like a bug09:52
Qtenah ok09:52
Qtencould be the repo i've been using i guess09:52
Qtendeb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main09:53
TripleCheeseSinalol Qten i just had a quick whinge at KyleMacDonald about the production readiness of that repo :P09:53
TripleCheeseSinahe said hes gonna get some answers!09:53
Qtenlol09:53
*** obondarev has quit IRC09:53
*** jackh has quit IRC09:54
Qtenbeen ripping my hair out over it the last week09:54
Qten:)09:54
TripleCheeseSinadid you lodge a bug report?09:54
Qtennah i expected it to be my stuff up09:54
TripleCheeseSinawhat im finding is that in at least 2 cases now iv come across bugs in deployment09:55
TripleCheeseSinaand cos im 'ahead', nobody believes me09:55
TripleCheeseSinauntil a dev comes along and sees the same thing and suddenly its a bug :P09:56
Qtenhaha09:56
Qtensounds about right :)09:56
Qteni'm happy to be wrong i just wish it worked09:56
Qtendo you know of any other repos?09:57
TripleCheeseSinapersonally im sticking with the ubuntu repo09:57
TripleCheeseSinaid rather work with the community channels that exist to get the bug patched and pushed to debs09:57
TripleCheeseSinathan hop on from tree to tree09:57
Qtensounds good to me09:57
TripleCheeseSinawe are running in production after all09:58
TripleCheeseSinalucky our users are pretty savvy09:58
Qtenso you've been running with the http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main repo then?09:59
TripleCheeseSinayup and essex before that09:59
TripleCheeseSinaand openstack ppa before that for diablo and cactus09:59
Qtenso that repo must work tho09:59
TripleCheeseSinadefine 'work' lol10:00
Qtentrue10:00
Qtena working basic installation :)10:00
TripleCheeseSinaas long as people keep filing bugs10:00
Qtenit's surely got to be my stuffup i can't see how folsom could have been released completely broken10:00
Qten:)10:00
*** YamakasY has quit IRC10:01
TripleCheeseSinacinder at the moment is not much more than the nova-volume code ripped directly out of nova and into a new directory10:01
Qteni really wanted it for ceph intergration =)10:01
TripleCheeseSinayep10:01
TripleCheeseSinatalk to the devs directly by filing a bug or question report10:02
TripleCheeseSinayou dont have anything to lose and they are generally responsive10:02
Qtentrue10:02
TripleCheeseSinaas an example iv notice a bug recently in glance-manage10:03
TripleCheeseSinaif you want a 'basic working installation' it works fine10:03
TripleCheeseSinaif you want to use a mysql backend instead of sqlite there is a bug10:04
TripleCheeseSinaso from the perspective of 'works'...?10:04
Qtenhaha10:04
*** YamakasY has joined #openstack10:05
*** rustam has joined #openstack10:08
*** erikzaadi has joined #openstack10:10
radishit seems that the flags ramdisk_id and kernel_id don't  exist for glance image-create, how do I upload an ubuntu cloud image to glance then?10:10
TripleCheeseSinathey do radish10:10
TripleCheeseSinathe glance devs have changed the flags without updating the docs10:10
TripleCheeseSinai think its --kernel_id at the moment10:10
radishTripleCheeseSina: glance help image-create doesn't list them10:10
TripleCheeseSinait could change to -kern-id-screw-you tomorrow without a moments notice10:11
TripleCheeseSinaif you hold on a sec i can find it for you in my bash history10:11
*** cabbage has joined #openstack10:12
*** dachary has quit IRC10:12
*** rustam has quit IRC10:13
*** erikzaadi has quit IRC10:13
TripleCheeseSinaok radish i think its like this now10:13
TripleCheeseSinaglance image-create --disk-format=aki --container-format=aki --file ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz --name tty-linux-kernel10:13
*** clopez has quit IRC10:13
radishTripleCheeseSina: I need the command for the image, as I have already added the kernel and ramdisk10:14
itarchitectkevyeah radish - they promoted the _ to a - in the new commands :)10:14
itarchitectkev(I thinks)10:14
*** clopez has joined #openstack10:14
*** erikzaadi has joined #openstack10:14
*** erikzaadi has quit IRC10:14
TripleCheeseSinaradish: try --kernel-id10:14
TripleCheeseSinaoops10:14
radishnone of them work10:15
radishwhether it's --kernel-id --kernel_id or kernel-id / kernel_id10:15
TripleCheeseSinaradish: run: glance help image-create10:15
radishTripleCheeseSina: as I mentioned, it's not listed10:15
TripleCheeseSinablegh10:16
TripleCheeseSinai feel teh pains10:18
*** zhuadl has quit IRC10:18
*** sunilthaha has joined #openstack10:20
*** clopez has quit IRC10:20
*** clopez has joined #openstack10:20
uvirtbotNew bug: #1070264 in nova "Wrong unit test logic when we check the scheduler Diskfilter" [Undecided,Opinion] https://launchpad.net/bugs/107026410:20
TheBeastso apparently there's this guy who packaged openstack for archlinux from scratch10:21
TheBeastI found a whole bunch of PKGBUILDs on github10:21
linuxanoopi;m geeting OSError: [Errno 13] Permission denied: '/usr/lib/python2.7/dist-packages/volumes' cinder-volume log. any idea. please help10:21
*** maurosr has joined #openstack10:22
linuxanoopguys any idea?10:22
TripleCheeseSinaradish: hang on wouldnt it be something like glance image-create --disk-format=<imgdiskformat> --containerformat=<imgdiskformat> --file dist.img --name dist10:22
TripleCheeseSinalinuxanoop: cinder user cant write to that directory10:23
TripleCheeseSinaneed to reconfigure cinder to not use that directory, or give cinder permission to use it10:23
linuxanoopbut there is no directory named volumes10:23
linuxanoopi'm not able to create volume. i'm using folsom on ubuntu 12.04\10:24
TripleCheeseSinathen it may not have permission to create it10:24
radishTripleCheeseSina: don't I have to associate the image with the kernel/ramdisk?10:24
TripleCheeseSinaradish: IIRC you do. this is why i always just use uec-publish-tarball10:24
*** KyleMacDonald has quit IRC10:24
TripleCheeseSinalinuxanoop: i seem to recall the same error setting up cinder but i fixed it one way or the other of what i suggested, cant remember which atm10:25
TripleCheeseSinarun a cinder-manage config list and see if that directory is a configurable option10:25
linuxanoopyes i can10:26
linuxanooppybasedir = /usr/lib/python2.7/dist-packages10:26
linuxanoopdo i use ietadm or tgtadm for folsom10:27
linuxanoop?10:27
*** colinmcnamara has joined #openstack10:27
*** tavasti has joined #openstack10:27
*** RealNitro has joined #openstack10:28
TripleCheeseSinaradish: glance --ca-file /mnt/cacert.pem --cert-file /mnt/cert.pem --key-file /mnt/pk.pem image-create --name "VGL-Image-20120910-1" --is-public true --container-format ami --disk-format ami --property ramdisk_id=20da49d3-2634-439d-8450-b27f60d3d180 --property kernel_id=e78b1676-c7a3-4e52-adbc-23e45c64567f < /mnt/image/centos-x86_64-vgl.img10:28
TripleCheeseSinadoes that make sense?10:29
ikke-tstill stuck with swift... any idea why upload fails with container-server returning 404, seen in logs?10:29
RealNitroI set up a one-node openstack on a server, and now I would like to access the VMs running on that server from 'external' machines. Is there some VPN or networking configuration I need to do to get this working?10:29
ikke-t"swift upload foo bar" fails10:30
TripleCheeseSinaikke-t: whats the syslog on your storage nodes say?10:30
linuxanoopmy service iscsitarget is failed. due to "FATAL: Module iscsi_trgt not found" . But all the dep packages are iinstalled as per https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst10:30
*** unobtrusivemouse has joined #openstack10:30
ikke-tTripleCheeseSina, I only have one node yet, so they all sit in one host. syslog says:10:30
radishTripleCheeseSina: do I have to install the nova packages on my cloud controller as well? the documentation isn't really clear about this10:31
ikke-tHEAD /objstor0/134935/AUTH_e169704059f6409cbe97114246ff943b/patunviska/cirros-10:31
uvirtbotNew bug: #1070272 in cinder "not provisioning volumes with horizon" [Undecided,New] https://launchpad.net/bugs/107027210:31
ikke-t0.3.0-x86_64-disk.img" 404 - "tx1fce21ef89f7488a81b1dc7a1c732116" "-" "-" 0.000210:31
*** rkukura has quit IRC10:31
linuxanoopTripleCheeseSina could you please help10:32
TripleCheeseSinalinuxanoop: you have a typo, there is nowhere on that link you pasted with the string "trgt"10:32
*** colinmcnamara has quit IRC10:32
TripleCheeseSinaradish: which nova packages? nova-api and related on cloud controllers10:32
TripleCheeseSinaradish: what about your glance problem?10:32
linuxanooptrgt?10:32
linuxanoopare you reffering to tgtadm?10:33
radishTripleCheeseSina: it's solved, the documentation was faulty, again10:33
TripleCheeseSinaim referring to your error message FATAL:10:33
TripleCheeseSinaradish: tell me about it10:33
TripleCheeseSinahorrible horrible docs10:33
* Qten hates docs10:33
koolhead17radish Qten care to file bugs :)10:33
Qtenheh10:34
Qtenjust started my bug fest =)10:34
*** obmouse has quit IRC10:34
koolhead17notthin is perfect unless tested again and again :)10:34
kavitoi koolhead17 tell them about the isundertrue=public bug10:34
*** SvenDowideit has quit IRC10:34
*** SvenDowideit has joined #openstack10:34
kavitwe say at osi days10:34
kavitsaw10:34
*** Guest49383 has quit IRC10:35
koolhead17aah i was just mentioning your name to TripleCheeseSina and how much you told us about him :)10:35
kaviti mean isunderpublic=true10:35
koolhead17kavit: that is not in doc :P10:35
kavitTripleCheeseSina is a rockstar10:35
TripleCheeseSinalol10:35
kavitbut it is a bug :P10:35
*** mkouhei has left #openstack10:35
koolhead17kavit: he is sina :)10:35
koolhead17reminds me of john sina :D10:36
kavithe is coming to India soon, koolhead17, we have to show him what indian hospitality is all about10:36
koolhead17TripleCheeseSina: apology for the joke sir10:37
koolhead17kavit: yeah if you meant indian curries :P10:37
TripleCheeseSinahaha10:38
TripleCheeseSinaits ok10:38
linuxanoopTripleCheeseSina when i enable ietadm, then i'm getting http://paste.openstack.org/show/22093/10:38
koolhead17TripleCheeseSina: honestly i thought i pissed u :(10:38
TripleCheeseSinanah just in another window10:38
koolhead17cool then10:39
TripleCheeseSinalinuxanoop: that is a pretty self explanatory error message10:39
kavitlinuxanoop, have you checked your endpoints? seems like connection not getting through10:39
koolhead17kavit: yes am filing that bug man, its with Horizon. i need to reproduce it before filing actually10:39
linuxanoopbuti have only 1 machine10:39
TripleCheeseSinalinuxanoop: you arent running the service that ietadm is trying to connect to10:40
TripleCheeseSinaor10:40
TripleCheeseSinathe service is running on a different port to the one youre configured to connect to10:40
*** blimus has joined #openstack10:42
*** sniperd has quit IRC10:42
linuxanoopyou mean iscsitaret?10:42
linuxanooptarget*10:42
*** Guest12708 has joined #openstack10:43
*** tualatrix has quit IRC10:43
linuxanoopfrankly speaking i'm getting error while starting iscsitarget FATAL: Module iscsi_trgt not found.10:43
TripleCheeseSinathere is no module iscsi_trgt10:43
TripleCheeseSinayou have a typo in your configuration10:43
TripleCheeseSinathere is no string trgt in the doc that you are following10:44
radishTripleCheeseSina: let me pronounce it some other way: which packages do I have to install on the cloud controller (which should not run any hypervisors, we have a seperate second physical system for this)?  Also, in the docs on page 46 do I have to configure the network on the compute system only? Also, the nova packages on page 48 (installing the cloud controller) do they have to be installed on both systems (controller and compute10:44
*** Ursinha is now known as Ursinha-afk10:44
TripleCheeseSinaradish: i already mentioned nova-api and related packages on cloud controllers10:45
TripleCheeseSinanova-compute on nova-compute10:45
linuxanoopTripleCheeseSina this is the message when i start iscsitarget10:45
TripleCheeseSinaradish: you need to sit down and figure out how its going to work for your specific deployment10:46
TripleCheeseSinahow we are running it may not suit how you wish to run it10:46
TripleCheeseSinathere is no 'right' way10:46
TripleCheeseSinawe have nova-api running behind a load balancing solution, nova-scheduler and nova-cert on alternating nodes10:47
TripleCheeseSinabut there is some sauce there that glues it together10:48
radishTripleCheeseSina: If I want so use local storage on the compute node, does it need nova-volume as well?10:48
TripleCheeseSinano10:49
TripleCheeseSinaplease read the docs more closely radish10:49
linuxanoopTripleCheeseSina any idea?10:50
TripleCheeseSinalinuxanoop: you didnt paste the message10:50
linuxanoopi'm getting FATAL: Module iscsi_trgt not found erro while starting the service10:51
TripleCheeseSina...10:51
TripleCheeseSinadont plan on repeating myself four times linuxanoop please go and reread our correspondence10:52
linuxanoophttp://paste.openstack.org/show/22094/10:53
*** tryggvil_ has joined #openstack10:54
*** kavit is now known as kavit[a]10:54
*** tryggvil has quit IRC10:57
TripleCheeseSinaok its late here bye kids10:57
*** TripleCheeseSina has quit IRC10:57
*** maurosr has quit IRC10:58
*** freeflyi1g has quit IRC10:58
*** tryggvil_ has quit IRC10:59
*** maurosr has joined #openstack10:59
*** tryggvil has joined #openstack10:59
*** boden has joined #openstack11:04
*** maurosr has quit IRC11:04
*** maurosr has joined #openstack11:05
*** maurosr has quit IRC11:05
*** ywu has joined #openstack11:06
*** dieterdemeyer has quit IRC11:06
*** arBmind has joined #openstack11:06
*** freeflying has joined #openstack11:07
*** freeflying has joined #openstack11:07
*** maurosr has joined #openstack11:08
*** rustam has joined #openstack11:08
*** maurosr has quit IRC11:08
*** bbcmicrocomputer has quit IRC11:09
*** al-maisan is now known as almaisan-away11:09
*** maurosr has joined #openstack11:09
*** TheBeast has quit IRC11:10
*** ywu has quit IRC11:10
*** bbcmicrocomputer has joined #openstack11:11
*** rustam has quit IRC11:13
uvirtbotNew bug: #1070288 in swift "x-object-manifest does not work with quoted names" [Undecided,New] https://launchpad.net/bugs/107028811:13
*** maurosr has quit IRC11:13
*** maurosr has joined #openstack11:14
*** arBmind has quit IRC11:14
*** bobby-v has quit IRC11:14
*** bobby-v has joined #openstack11:15
*** notze has joined #openstack11:17
*** rmartinelli has joined #openstack11:18
*** linuxanoop has quit IRC11:19
*** maurosr has quit IRC11:19
*** maurosr has joined #openstack11:19
*** notze has quit IRC11:20
*** notze has joined #openstack11:20
*** vmlinuz has joined #openstack11:24
*** h0cin has joined #openstack11:25
*** toey has joined #openstack11:25
*** blimus has quit IRC11:25
*** colinmcnamara has joined #openstack11:28
*** blimus has joined #openstack11:31
*** colinmcnamara has quit IRC11:32
*** zykes- has quit IRC11:34
*** zykes- has joined #openstack11:34
*** Pawan_ has joined #openstack11:37
*** Trixboxer has joined #openstack11:37
*** freeflyi1g has joined #openstack11:38
*** chasmo has quit IRC11:38
*** jamespage_ has joined #openstack11:38
*** toey has quit IRC11:39
*** Pawan_ has quit IRC11:41
*** littleidea has joined #openstack11:43
*** zhuadl has joined #openstack11:43
*** freeflying has quit IRC11:43
*** ewindisch has joined #openstack11:44
*** littleidea has quit IRC11:45
*** yocum has joined #openstack11:46
*** almaisan-away is now known as al-maisan11:47
*** scalability-junk has joined #openstack11:51
*** dcramer_ has joined #openstack11:53
*** paulw_ has joined #openstack11:53
*** Pawan_ has joined #openstack11:55
*** Pawan_ has left #openstack11:57
*** kevein has quit IRC11:57
*** scotm has joined #openstack11:58
*** sandywalsh_ has joined #openstack12:00
*** mikal has quit IRC12:04
*** mikal has joined #openstack12:06
*** renier has joined #openstack12:06
*** szaydel has joined #openstack12:08
*** arBmind has joined #openstack12:08
*** rustam has joined #openstack12:09
*** jamespage_ has quit IRC12:10
*** renier has quit IRC12:10
*** alunduil has quit IRC12:13
*** rustam has quit IRC12:13
*** Guest12708 has quit IRC12:14
*** Glace has joined #openstack12:14
*** roge has joined #openstack12:15
*** tryggvil has quit IRC12:16
*** dcramer_ has quit IRC12:16
*** dims has joined #openstack12:17
*** sacharya has joined #openstack12:19
uvirtbotNew bug: #1070319 in openstack-manuals "Quantum installation: installation commands are not submitted with "sudo"" [Undecided,New] https://launchpad.net/bugs/107031912:21
*** rackerjoe has joined #openstack12:25
*** roaet has joined #openstack12:25
*** acathrow has joined #openstack12:25
*** simon_lucy has joined #openstack12:26
*** vachon has quit IRC12:27
*** vachon has joined #openstack12:27
*** colinmcnamara has joined #openstack12:28
*** joesavak has joined #openstack12:29
*** blimus has quit IRC12:29
*** deepakcs has quit IRC12:29
*** colinmcnamara has quit IRC12:35
uvirtbotNew bug: #1070322 in quantum "again creation of quantum db" [Undecided,New] https://launchpad.net/bugs/107032212:36
*** chincloud has joined #openstack12:36
*** chincloud is now known as Guest5573412:36
*** ryanpetrello has joined #openstack12:39
*** Guest55734 has quit IRC12:40
*** desai has joined #openstack12:41
*** tgall_foo has joined #openstack12:43
*** Ursinha-afk is now known as Ursinha12:46
*** marrusl has joined #openstack12:47
*** dachary has joined #openstack12:48
*** blimus has joined #openstack12:48
*** chinclou1 has joined #openstack12:48
*** tgall_foo has quit IRC12:52
*** Breaking_Pitt has quit IRC12:54
*** ondergetekende has joined #openstack12:55
*** littleidea has joined #openstack12:55
*** joesavak has quit IRC12:57
*** aali83 has quit IRC12:59
*** dachary has quit IRC12:59
*** andrew_ has joined #openstack13:01
*** andrew_ is now known as drewlander13:01
*** markmcclain has joined #openstack13:02
*** cmagina has joined #openstack13:05
radishhow do I configure nova, if I only want to use flat mode and will host no instances on the controller system (physical system 1), but only on the compute node (physical system 2)?13:05
*** larsks has quit IRC13:05
*** aliguori has joined #openstack13:06
*** ywu has joined #openstack13:06
*** cryptk is now known as cryptk|offline13:07
dimsttx, who can i ask for a review? https://review.openstack.org/#/c/14629/13:07
ttxdims: you'll need another nova-core review. They will get to it. If they don't after a few days, you can ping some of them13:07
koolhead17radish: i think the docs provide that multinode guide13:07
*** dneary has joined #openstack13:08
dimsttx, is there a list somewhere so i know who they are?13:09
ttxhttps://launchpad.net/~nova-core/+members13:09
ttxbut no need to harass them now -- just harass them if the patch went ignored for a few days13:09
*** rustam has joined #openstack13:09
radishkoolhead17: the docs don't provide any information on flat only, just flatDHCP13:09
*** maurosr has quit IRC13:10
*** tryggvil has joined #openstack13:10
*** ywu has quit IRC13:11
uvirtbotNew bug: #1070332 in openstack-manuals "Changing the Ubuntu testing to cloud for Quantum install guide section" [Undecided,New] https://launchpad.net/bugs/107033213:11
*** dachary has joined #openstack13:12
*** rustam has quit IRC13:14
dimsttx, yep will ping them next week if they haven't gotten around to it :)13:14
*** littleidea has quit IRC13:15
zynzels/D// or s/d//i!13:16
zynzeluh, wrong window.13:16
*** tgall_foo has joined #openstack13:17
*** tgall_foo has quit IRC13:17
*** tgall_foo has joined #openstack13:17
*** desai has quit IRC13:18
*** gmi has joined #openstack13:18
*** pvankouteren_ has joined #openstack13:21
*** maurosr has joined #openstack13:21
*** nacx has quit IRC13:22
*** lazyshot has joined #openstack13:22
*** pvankouteren has quit IRC13:23
*** pvankouteren_ is now known as pvankouteren13:23
*** nacx has joined #openstack13:23
*** guigui3 has left #openstack13:23
*** UICTamale has joined #openstack13:24
*** alunduil has joined #openstack13:24
*** hpunk has joined #openstack13:24
*** radez_g0n3 is now known as radez13:25
*** hpunk has quit IRC13:25
uvirtbotNew bug: #1015013 in quantum "A maybe bug when testing vlan function in Nova+Quantum+Openvswitch" [Undecided,Invalid] https://launchpad.net/bugs/101501313:26
*** mattux_ has joined #openstack13:27
*** mattux has quit IRC13:27
uvirtbotNew bug: #1070335 in quantum "l3 db operations failed in multiple transactions" [Undecided,New] https://launchpad.net/bugs/107033513:28
*** Math___ has joined #openstack13:28
*** dachary has quit IRC13:30
*** rkukura has joined #openstack13:30
*** koolhead17 has quit IRC13:30
*** colinmcnamara has joined #openstack13:31
*** sayan has joined #openstack13:31
*** Glace has quit IRC13:34
*** Glace has joined #openstack13:34
*** UICTamale has left #openstack13:34
*** jackh has joined #openstack13:35
*** paulw_ has quit IRC13:36
*** renier has joined #openstack13:36
*** Maledictus has quit IRC13:36
*** l_a_m has quit IRC13:37
*** cryptk|offline is now known as cryptk13:38
*** sacharya has quit IRC13:38
*** mindpixel has quit IRC13:38
*** dspano has joined #openstack13:38
*** sayan has quit IRC13:39
*** sayan has joined #openstack13:39
*** sayan has joined #openstack13:39
*** cryptk is now known as cryptk|offline13:40
*** dachary has joined #openstack13:40
*** colinmcnamara has quit IRC13:40
*** sayan has quit IRC13:41
*** riskable has joined #openstack13:41
*** dhubbard has quit IRC13:41
*** larsks has joined #openstack13:42
*** childsb has quit IRC13:43
*** sayan has joined #openstack13:43
*** sayan has joined #openstack13:43
*** radez is now known as radez_g0n313:43
larsksIs it possible to modify the user-data for an instance once it's booted13:43
larsks?13:43
*** rackerjoe has quit IRC13:43
*** KarinLevenstein has joined #openstack13:44
*** eeeeeeeeee has joined #openstack13:44
*** l_a_m has joined #openstack13:45
*** drewlander has quit IRC13:46
*** mtreinish has joined #openstack13:47
*** drewlander has joined #openstack13:48
*** maurosr has quit IRC13:49
*** maurosr has joined #openstack13:49
*** maurosmr has joined #openstack13:53
gmilarsks: no, you cannot modify the user-data after the instance is booted13:53
*** maurosr has quit IRC13:54
*** maurosr has joined #openstack13:55
uvirtbotNew bug: #1070349 in nova "xensm: copy image to volume not implemented" [Undecided,New] https://launchpad.net/bugs/107034913:55
uvirtbotNew bug: #1070351 in keystone "Cannot perform external Auth against SQL Backend" [Undecided,New] https://launchpad.net/bugs/107035113:55
uvirtbotNew bug: #1070353 in quantum "Database clean does not clean v2 database" [Low,New] https://launchpad.net/bugs/107035313:55
*** maurosmr has quit IRC13:55
*** maurosr has quit IRC13:56
*** maurosr has joined #openstack13:56
*** Breaking_Pitt has joined #openstack13:57
*** scotm has quit IRC13:57
*** vila has quit IRC13:57
*** acathrow has left #openstack13:58
*** vila has joined #openstack13:58
*** chinclou1 has quit IRC13:58
*** rnorwood1 has joined #openstack13:58
*** joesavak has joined #openstack13:59
larsksgmi: Is that by intent? I've just checked, and updating the database table directly works as expected (the new user-data is visible from inside the instance).13:59
*** Ruetobas has quit IRC13:59
*** colinmcnamara has joined #openstack13:59
larsks...so I've hacked togther a small tool to read nova.conf and use sqlalchemy directly, but an API would obviously be better.14:00
gmilarsks: how did you update the user-data in the DB?14:00
*** dcramer_ has joined #openstack14:00
*** maurosr has quit IRC14:00
larsksLike this: update instances set user_data="...base64 string..." where id=1234;14:00
gmilarks: there was a discussion on ML about the user-data (EC2 equiv) and meta-data http://openstack.markmail.org/search/?q=user-data#query:user-data+page:2+mid:7jnqgabh6rfknwnj+state:results14:00
*** anniec has joined #openstack14:01
*** sudorandom has joined #openstack14:01
*** zhuadl has quit IRC14:01
*** maurosr has joined #openstack14:01
larsksgmi: Thanks for the pointer.  I'll go read through the discussion.14:02
*** s0mik has quit IRC14:03
*** dcramer_ has quit IRC14:03
gmilarsks: I guess it works if you update the info directly in the DB, but you wouldn't want your users to do this themselves, and you still need a cron job to pull the updated info from the meta-data server every once in a while and use it14:03
*** sstent has joined #openstack14:03
*** anniec has quit IRC14:04
gmilarsks: the nice part is that this is Openstack and you can change it anyway you want :)14:04
*** anniec has joined #openstack14:04
*** dcramer_ has joined #openstack14:04
sstentHow are ppl doing HA for the mysql server in nova etc these days?  The code looks like it's forcing us to use innodb. Is there a recommended way to convert to NDB?14:04
*** maurosr has quit IRC14:05
*** Ruetobas has joined #openstack14:06
gmisstent: this is an interesting reading: http://www.mirantis.com/blog/ha-platform-components-mysql-rabbitmq/14:06
*** maurosr has joined #openstack14:06
*** maccam94 has joined #openstack14:06
*** al-maisan is now known as almaisan-away14:07
*** avtar has joined #openstack14:07
*** cmagina has quit IRC14:08
sstentgmi: yeah it look like they decided to go with MMM. Would prefer ndb if possible14:08
*** l_a_m has quit IRC14:09
*** rustam has joined #openstack14:10
*** maurosr has quit IRC14:10
*** crandquist has joined #openstack14:10
gmisstent: ask them a question about NDB, I'm sure they considered all the options. Mirantis is probably one of the best positioned companies to try do things differently.14:11
*** chincloud has joined #openstack14:11
*** chincloud is now known as Guest2849614:11
*** cmagina has joined #openstack14:12
*** dcramer_ has quit IRC14:14
*** rustam has quit IRC14:14
*** acathrow has joined #openstack14:15
uvirtbotNew bug: #1070360 in openstack-manuals "Quantum installation: invalid configuration sequence" [Undecided,New] https://launchpad.net/bugs/107036014:15
*** acathrow has quit IRC14:16
*** childsb has joined #openstack14:16
*** Doug__ has joined #openstack14:16
*** acathrow has joined #openstack14:16
*** ryanpetrello has quit IRC14:17
*** freeflyi1g has quit IRC14:18
*** ryanpetrello has joined #openstack14:18
*** freeflying has joined #openstack14:19
*** gmi has quit IRC14:20
*** edgarstp has joined #openstack14:20
*** jmh_ has joined #openstack14:20
*** maurosr has joined #openstack14:21
*** cp16net is now known as cp16net|away14:22
*** cp16net|away is now known as cp16net14:22
*** dhellmann-afk is now known as dhellmann14:22
*** marrusl has quit IRC14:23
*** sayan has quit IRC14:23
*** marrusl has joined #openstack14:23
*** Maledictus has joined #openstack14:24
*** Maledictus has joined #openstack14:24
*** gmi has joined #openstack14:24
*** edygarcia has joined #openstack14:25
*** judd7 has joined #openstack14:25
*** cp16net is now known as cp16net|away14:25
*** mrunge has quit IRC14:27
*** sacharya has joined #openstack14:27
Doug__I dont want to automate an upgrade of essex to folsom on ubuntu 12.04, does anyone know of any good documentation14:29
*** maccam94 has quit IRC14:31
*** desai has joined #openstack14:32
*** sunilthaha has quit IRC14:32
*** estpierre has joined #openstack14:33
*** dwcramer has joined #openstack14:34
*** estpierre has quit IRC14:34
*** livemoon has joined #openstack14:34
*** simon_lucy has quit IRC14:35
*** Gordonz has joined #openstack14:35
gmiDoug__: check this post http://blog.canonical.com/2012/09/14/now-you-can-have-your-openstack-cake-and-eat-it/14:36
*** zodiak has joined #openstack14:36
*** estpierre has joined #openstack14:37
*** estpierre has left #openstack14:37
*** chasmo has joined #openstack14:39
Doug__Thanks. I'll take a look.14:39
*** Gordonz has quit IRC14:39
*** osier has quit IRC14:43
*** Gordonz has joined #openstack14:45
*** Hikhvar has quit IRC14:45
*** livemoon has quit IRC14:45
*** dwcramer has quit IRC14:46
*** colinmcnamara has quit IRC14:48
*** epim has quit IRC14:49
*** simon_lucy has joined #openstack14:49
*** KyleMacDonald has joined #openstack14:49
*** jackh has quit IRC14:49
*** KyleMacDonald has quit IRC14:52
*** osier has joined #openstack14:52
*** dyer has joined #openstack14:54
*** KyleMacDonald has joined #openstack14:54
*** radish has left #openstack14:55
*** rnirmal has joined #openstack14:55
*** edgar has joined #openstack14:55
uvirtbotNew bug: #1070382 in ceilometer "add glossary of terms to documentation" [Medium,Triaged] https://launchpad.net/bugs/107038214:55
*** edgar is now known as estpierre14:56
*** KyleMacDonald has quit IRC14:56
*** cp16net|away is now known as cp16net14:56
*** dwcramer has joined #openstack14:57
*** garyk has quit IRC14:58
*** KyleMacDonald has joined #openstack14:59
*** datsun180b has joined #openstack14:59
*** bmeshjason has joined #openstack15:00
*** jodok has joined #openstack15:00
*** mjfork has quit IRC15:01
Doug__Anyone know of any sort of plugin that parses the nova-scheduler log and presents available resources of compute nodes15:01
*** joesavak has quit IRC15:01
*** macjack has joined #openstack15:02
*** estpierre has left #openstack15:02
*** radez_g0n3 is now known as radez15:04
*** ppradhan has joined #openstack15:04
*** reidrac has quit IRC15:04
*** dyer_ has joined #openstack15:05
*** sstent has quit IRC15:05
*** dyer has quit IRC15:06
*** dyer_ is now known as dyer15:06
uvirtbotNew bug: #1068181 in keystone "Valid column creation in token table fails with postgres" [Medium,Triaged] https://launchpad.net/bugs/106818115:06
*** sstent has joined #openstack15:06
*** ywu has joined #openstack15:07
*** comptona has quit IRC15:07
*** bapa has quit IRC15:07
RealNitroI was wondering what kind of Jenkins setup the OpenStack project uses?15:08
*** otherwiseguy has joined #openstack15:08
RealNitroI suppose you use your own cloud to provide virtual machines15:09
RealNitrowhat kind of plugin for jenkins is used?15:09
*** cryptographrix has quit IRC15:09
clarkbRealNitro http://ci.openstack.org documents the jenkins setup15:09
*** bapa has joined #openstack15:10
clarkbit is probably out of date though15:10
*** cryptographrix has joined #openstack15:10
RealNitroclarkb: thx for the link15:10
*** bapa has quit IRC15:10
*** rustam has joined #openstack15:10
*** sstent has quit IRC15:10
*** aliguori has quit IRC15:11
*** atrius_away is now known as atrius15:11
*** bapa has joined #openstack15:11
*** cabbage has quit IRC15:11
*** sstent has joined #openstack15:11
RealNitroI've been digging through the puppet configs, but I can't find anything about a cloud plugin. I was guessing either the OpenStack plugin was used, or the EC2 plugin. But the first depends on an ancient .jar, and the second is incompatible. So I'm clueless now. :)15:11
*** ywu has quit IRC15:11
clarkbwe dont use a cloud plugin yet. have been testing jclouds though15:12
*** barneybook has quit IRC15:12
RealNitroclarkb: ah, interesting, thx15:12
dimsttx, for https://bugs.launchpad.net/nova/+bug/1018431 - can i submit a patch that just removes the LOG.debug()?15:12
*** dolphm has joined #openstack15:13
*** azret has joined #openstack15:14
*** rustam has quit IRC15:15
*** tongli has joined #openstack15:16
*** bapa has quit IRC15:17
*** bapa has joined #openstack15:18
RealNitroclarkb: I didn't know about jclouds yet, looks promising, I'll give it a try. :)15:19
*** Razique has joined #openstack15:21
*** MarkAtwood has joined #openstack15:21
*** foexle has quit IRC15:24
*** itarchitectkev has quit IRC15:24
*** popux has quit IRC15:24
*** jodok has quit IRC15:26
*** desai has quit IRC15:27
*** osier has quit IRC15:27
*** bka has quit IRC15:28
*** dyer has quit IRC15:29
*** hggdh has quit IRC15:29
*** bapa has quit IRC15:29
*** hggdh has joined #openstack15:30
*** cp16net is now known as cp16net|away15:30
*** whenry has joined #openstack15:32
larsksUsing the Python API, what's the recommended method of find an instance by name?  Just calling servers.list() and iterating over the results?15:32
*** koolhead17 has joined #openstack15:32
*** dyer has joined #openstack15:33
*** dyer has joined #openstack15:33
*** joesavak has joined #openstack15:33
*** DavidLevin has joined #openstack15:33
*** Free_maN_ has joined #openstack15:34
uvirtbotNew bug: #1070404 in ceilometer "document steps for installing central agent manually" [High,Triaged] https://launchpad.net/bugs/107040415:35
*** Free_maN has quit IRC15:35
*** acb__ has quit IRC15:35
*** dwcramer has quit IRC15:36
*** acb__ has joined #openstack15:36
uvirtbotNew bug: #1067959 in quantum "When create subnet, you con set up the value as cidr (the value isn't cidr form)." [Medium,Fix committed] https://launchpad.net/bugs/106795915:36
*** bapa has joined #openstack15:37
*** balboah has quit IRC15:38
*** markmcclain has quit IRC15:39
*** tryggvil has quit IRC15:40
*** Guest28496 has quit IRC15:43
*** tong|2 has joined #openstack15:44
*** maoy has joined #openstack15:44
*** hggdh has quit IRC15:44
*** Xenith has quit IRC15:45
*** hezekiah_ has joined #openstack15:45
hezekiah_anyone seen a linux bridge only pass traffic one direction?15:46
*** robix has joined #openstack15:46
hezekiah_packets from an instance are seen on br100 but the return packets never get back to the instance15:46
*** tongli has quit IRC15:47
*** colinmcnamara has joined #openstack15:48
*** aliguori has joined #openstack15:48
*** KyleMacDonald has quit IRC15:49
*** KyleMacDonald has joined #openstack15:50
*** hggdh has joined #openstack15:51
*** dwcramer has joined #openstack15:51
*** chincloud has joined #openstack15:51
*** shang has joined #openstack15:51
*** chincloud is now known as Guest5692915:51
*** colinmcnamara has quit IRC15:52
*** cp16net|away is now known as cp16net15:53
*** acb__ has quit IRC15:55
uvirtbotNew bug: #1070416 in openstack-manuals "incorrect options for glance image-create in verifying image service installation" [Undecided,New] https://launchpad.net/bugs/107041615:55
hezekiah_looks like the eth1 in the br100 bridge is state=disabled15:55
hezekiah_not sure how to correct15:56
*** Blackavar has quit IRC15:58
*** Mops_ has joined #openstack16:00
*** Xenith has joined #openstack16:02
*** tong|2 has quit IRC16:03
*** networkstatic has quit IRC16:03
*** tgall_foo has quit IRC16:03
*** tong|2 has joined #openstack16:03
*** shang_ has joined #openstack16:03
*** dyer has quit IRC16:03
*** shang has quit IRC16:04
*** shang__ has joined #openstack16:04
*** tong|2 is now known as tongli16:04
*** scotm has joined #openstack16:05
*** dev_sa has quit IRC16:06
*** ctracey__ has joined #openstack16:06
*** gyee has joined #openstack16:06
*** oubiwann has joined #openstack16:07
*** shang_ has quit IRC16:07
*** Razique has quit IRC16:08
*** dyer has joined #openstack16:08
*** danger_fo has joined #openstack16:09
*** Mops_ is now known as Mops16:10
*** udac has joined #openstack16:10
*** krow has joined #openstack16:10
*** rustam has joined #openstack16:11
uvirtbotNew bug: #1070426 in openstack-ci "openstack infra should have a public cacti server" [Medium,Fix released] https://launchpad.net/bugs/107042616:11
*** marrusl has quit IRC16:11
*** acb__ has joined #openstack16:13
*** gatuus has joined #openstack16:14
*** marrusl has joined #openstack16:15
*** Triade has quit IRC16:15
*** rustam has quit IRC16:15
*** jsavak has joined #openstack16:16
*** hemna has joined #openstack16:16
*** marrusl has quit IRC16:16
*** kbringard has joined #openstack16:18
*** dneary has quit IRC16:18
*** shang_ has joined #openstack16:19
koolhead17annegentle, around?16:19
*** joesavak has quit IRC16:19
*** notze has quit IRC16:20
*** Glace has quit IRC16:20
*** markmcclain has joined #openstack16:20
*** EmilienM has joined #openstack16:20
*** arBmind has quit IRC16:20
*** marrusl has joined #openstack16:21
*** shang__ has quit IRC16:21
gatuusjoin #openstack-metering16:22
gatuussorry.. missed '/'16:22
*** shang has joined #openstack16:22
melmothanyone has an idea on how to 'connect' 2 different namespaces ? so packet can be routed from the one to the other ?16:22
*** shang_ has quit IRC16:23
*** warik has joined #openstack16:24
*** ryanpetr_ has joined #openstack16:25
*** ryanpetrello has quit IRC16:28
*** nmistry has joined #openstack16:28
*** dcramer_ has joined #openstack16:28
*** joesavak has joined #openstack16:28
*** mnabil has quit IRC16:28
*** jsavak has quit IRC16:29
*** dendrobates is now known as dendro-afk16:30
*** blamar has quit IRC16:30
*** desai has joined #openstack16:31
*** blamar has joined #openstack16:31
*** dachary has quit IRC16:31
*** dwcramer has quit IRC16:32
*** ctracey__ has quit IRC16:32
*** krtyyy has joined #openstack16:32
*** krtyyy has left #openstack16:33
*** marrusl has quit IRC16:33
*** dachary has joined #openstack16:33
*** lloydde has joined #openstack16:34
*** littleidea has joined #openstack16:34
*** KyleMacDonald has quit IRC16:35
*** rosco has quit IRC16:36
*** ondergetekende has quit IRC16:36
*** rosco has joined #openstack16:36
*** davidhadas has quit IRC16:36
*** davidhadas has joined #openstack16:38
*** KyleMacDonald has joined #openstack16:38
*** primozf has quit IRC16:38
*** guimaluf has quit IRC16:39
*** aculich has quit IRC16:40
*** bluenemo has quit IRC16:41
*** scalability-junk has quit IRC16:42
*** aculich has joined #openstack16:42
*** Guest56929 has quit IRC16:43
*** shang has quit IRC16:44
*** Ursinha has quit IRC16:45
*** DavidLevin has quit IRC16:46
*** epim has joined #openstack16:46
*** saschpe has joined #openstack16:47
*** gatuus has quit IRC16:47
*** marrusl has joined #openstack16:48
*** colinmcnamara has joined #openstack16:48
*** RealNitro has quit IRC16:49
*** KyleMacDonald has quit IRC16:50
*** MarkAtwood has quit IRC16:50
*** Ursinha-afk has joined #openstack16:50
*** Ursinha-afk is now known as Ursinha16:50
*** Ursinha has joined #openstack16:50
uvirtbotNew bug: #1070442 in nova "remove unused  interfaces.template file " [Undecided,New] https://launchpad.net/bugs/107044216:51
*** Guest81571 has joined #openstack16:52
*** gatuus has joined #openstack16:52
*** KyleMacDonald has joined #openstack16:53
*** comptona has joined #openstack16:53
*** pvankouteren has quit IRC16:55
*** colinmcnamara has quit IRC16:55
*** KyleMacDonald has quit IRC16:55
*** vipuls has joined #openstack16:58
*** hezekiah_ has quit IRC16:58
*** hezekiah_1 has joined #openstack16:58
*** dev_sa has joined #openstack17:01
*** dyer has quit IRC17:01
*** Saddam has joined #openstack17:01
*** macjack has quit IRC17:02
*** saschpe has quit IRC17:02
*** maurosr has quit IRC17:02
*** maurosr has joined #openstack17:02
*** simon_lucy has quit IRC17:02
*** eglynn has quit IRC17:03
*** mnewby has joined #openstack17:03
*** dev_sa has quit IRC17:04
*** dev_sa has joined #openstack17:05
larsksI'm using the Python API to talk to OpenStack.  Is there anything like a callback or event-based API for responding to instance changes?17:05
*** shang has joined #openstack17:05
*** aculich has left #openstack17:05
*** s0mik has joined #openstack17:05
*** nacx has quit IRC17:06
*** KurtMartin has joined #openstack17:06
*** epim has quit IRC17:06
*** anniec has quit IRC17:06
*** epim has joined #openstack17:07
*** maurosr has quit IRC17:07
*** nacx has joined #openstack17:07
*** dhubbard has joined #openstack17:07
*** tdc_ has joined #openstack17:07
*** ywu has joined #openstack17:07
*** maurosr has joined #openstack17:08
*** aeperezt has joined #openstack17:09
*** garyk has joined #openstack17:09
*** DavidLevin has joined #openstack17:09
*** jdurgin has joined #openstack17:10
*** rustam has joined #openstack17:11
*** ywu has quit IRC17:11
*** n000 has joined #openstack17:12
*** dyer has joined #openstack17:14
*** eeeeeeeeee has quit IRC17:15
*** nikG has quit IRC17:15
*** rustam has quit IRC17:16
*** ejat- has joined #openstack17:17
*** ryanpetr_ has quit IRC17:17
*** ryanpetrello has joined #openstack17:18
*** II has joined #openstack17:19
IIhi here!17:19
*** II is now known as Guest6898017:19
Guest68980ok ... now Guest.... ... hi here!17:20
*** adjohn has joined #openstack17:20
*** ejat- is now known as ejat17:20
*** ejat has joined #openstack17:20
*** hemna has quit IRC17:21
uvirtbotNew bug: #1070452 in nova ""leased not associated" error on instance delete" [Undecided,New] https://launchpad.net/bugs/107045217:21
*** dachary has quit IRC17:21
*** jog0 has joined #openstack17:23
*** roampune has joined #openstack17:25
*** jog0 has left #openstack17:25
*** cp16net is now known as cp16net|away17:27
*** shang_ has joined #openstack17:27
*** melwitt has quit IRC17:27
*** otherwiseguy has quit IRC17:28
*** heckj has joined #openstack17:29
Guest68980nova-network expert, please?17:29
larsksGuest68980: Probably just ask your question and see if someone can help.  Although it's pretty quiet around here.17:29
*** cp16net|away is now known as cp16net17:30
Guest68980three days working on nova network configurations, I can't find where is the problem.17:30
*** shang has quit IRC17:30
Guest68980I'm now totally offusqued, sure it's a stupidity problem, I'm review all documentations a lot of times17:30
*** nacx has quit IRC17:31
gmiGuest68980: let's start by letting us know what version of Openstack you are using and what OS (Ubuntu/Fedora)17:31
*** dpippenger has joined #openstack17:31
Guest68980I all data here:  https://answers.launchpad.net/nova/+question/21202517:31
*** dev_sa has quit IRC17:32
Guest68980Essex + Centos 6.3: At the moment all in oneNode (controller+network+compute)  in two network interfaces with FlatDHCP17:33
Guest68980I put all info about enviroment here: https://answers.launchpad.net/nova/+question/21202517:34
*** Guest81571 has quit IRC17:34
uvirtbotNew bug: #1070460 in quantum "Router create output needs better formatting" [Undecided,New] https://launchpad.net/bugs/107046017:35
*** anniec has joined #openstack17:36
gmiGuest68980: I'm not running flatDHCP, but is the instance running for sure? can you use vncdisplay and connect to its console, login and see how the network connectivity works?17:37
*** jplewi has joined #openstack17:37
*** sstent_ has joined #openstack17:38
*** ywu has joined #openstack17:38
*** DavidLevin has quit IRC17:38
*** dachary has joined #openstack17:38
*** sstent_ has quit IRC17:39
*** shang_ has quit IRC17:40
Guest68980mgi: I can see instances working on "nova list" output or "virsh list" command17:41
gmiGuest68980: that doesn't mean that your instance is actually running, it has an IP address and it's responding to ICMP requests or its listening on port 2217:42
gmiGuest68980: your instance might not have received an IP address from dnsmasq or sit at boot with a kernel panic17:43
gmiGuest68980: use "virsh vncdisplay instance-000XX" and then use VNC Viewer client to connect to the console of your instance and see what's really doing17:44
*** scalability-junk has joined #openstack17:44
*** zach_mtu has joined #openstack17:45
*** notze has joined #openstack17:45
*** zach_mtu has joined #openstack17:45
Guest68980gmi: OK, I have not managed to connect but thought it was all the same nova network problem. A second reset VM instances.17:48
*** szaydel has quit IRC17:49
*** Guest40224 has joined #openstack17:49
*** melwitt has joined #openstack17:49
Guest68980gmi: Ohh yes!! you're rigth17:50
*** notze has quit IRC17:50
*** darraghb has quit IRC17:51
*** hemna has joined #openstack17:51
gmiGuest68980: the instance has no IP, or the instance is not running?17:51
*** colinmcnamara has joined #openstack17:51
Guest68980gmi: for cirros image test i can see on it's boot log17:51
Guest68980Sending discover... / No lease, failing /17:51
Guest68980can't obtain an ip17:52
*** sandywalsh has quit IRC17:52
*** notze has joined #openstack17:52
*** tuxninja has joined #openstack17:53
*** arBmind has joined #openstack17:54
*** szaydel has joined #openstack17:55
*** DavidLevin has joined #openstack17:56
gmiGuest68980: type "brctl show br100" to see if there is a vnet0, you can also check "/var/lib/nova/networks/nova-br100.conf" to see if there is an entry for your instance17:56
*** Blackavar has joined #openstack17:57
gmiGuest68980: check /var/log/nova/nova-network.log for any errors17:57
*** colinmcnamara has quit IRC17:58
*** blimus has quit IRC17:59
*** otherwiseguy has joined #openstack18:00
*** shang_ has joined #openstack18:00
*** avtar has quit IRC18:01
*** DavidLevin has joined #openstack18:01
*** avtar has joined #openstack18:01
*** rnorwood2 has joined #openstack18:02
*** rnorwood1 has quit IRC18:02
Guest68980gmi: I can't connect via vnc ... ... working on it18:02
*** notze has quit IRC18:03
*** cwelle has joined #openstack18:04
*** hezekiah_ has joined #openstack18:04
*** hezekiah_1 has quit IRC18:04
*** tscopp_ has quit IRC18:05
*** hezekiah_ has quit IRC18:05
*** hezekiah_1 has joined #openstack18:05
*** DavidLevin has joined #openstack18:06
Guest68980gmi: no errors on nova/ network.log18:06
*** afazekas has quit IRC18:06
*** notze has joined #openstack18:06
*** jmh_ has quit IRC18:08
*** rnorwood1 has joined #openstack18:08
*** rnorwood2 has quit IRC18:08
*** alobbs1 has quit IRC18:08
*** alobbs has joined #openstack18:09
*** mjfork has joined #openstack18:10
*** Ursinha has quit IRC18:10
*** n000 has quit IRC18:11
gmiGuest68980: try to get the vncdisplay working (e.g. http://www.cyberciti.biz/faq/linux-kvm-vnc-for-guest-machine/) and then you can troubleshoot from inside the VM; another option would be to use devstack if just try to experiment with an all-in-one Openstack and that's a proven method of getting a working environment18:11
*** avtar has quit IRC18:12
*** rustam has joined #openstack18:12
*** avtar has joined #openstack18:12
*** rnorwood1 has quit IRC18:12
*** rnorwood1 has joined #openstack18:13
hezekiah_1Guest6898018:13
hezekiah_1also do brctl showstp br10018:13
*** notze has quit IRC18:14
hezekiah_1I'm currently debugging a system that shows my physical interface (eth1) as disabled in the STP18:14
hezekiah_1so the instances send DHCP DISCOVER, dnsmasq sees and responds, but the instance does not see the DHCP OFFERR18:14
*** notze has joined #openstack18:14
*** Ursinha-afk has joined #openstack18:15
*** Ursinha-afk is now known as Ursinha18:15
*** Ursinha has joined #openstack18:15
*** anniec has quit IRC18:16
*** anniec has joined #openstack18:16
*** mordred is now known as mtaylor18:17
*** mtaylor is now known as mordred18:17
*** jgruber has joined #openstack18:17
*** jgruber has left #openstack18:18
*** Glace has joined #openstack18:19
*** rustam has quit IRC18:19
*** notze has quit IRC18:20
dimsttx, gate-tempest-devstack-vm-cinder is failing (several runs, same spot as far as i can tell). https://jenkins.openstack.org/user/hudson-openstack/my-views/view/All/job/gate-tempest-devstack-vm-cinder/ - one of my runs for my review failed and i went looking - https://review.openstack.org/#/c/14629/ - Is there anyway to kick off jenkins again for that specific review?18:20
dimslooks like there's timeout waiting for volume deletion that is causing issues18:21
Guest68980gmi: I work around looking for the problem inside VM as you proposal. I review undred times the installation (and some variants) following openstack, fedora and rethat and some from devstack docs.18:22
*** rnorwood1 has quit IRC18:23
Guest68980gmi: Can you see  https://answers.launchpad.net/nova/+question/21202518:23
*** warik has quit IRC18:23
*** ryanpetr_ has joined #openstack18:24
Guest68980there is all my conf and network info iptables, brctl, ip addr outputs ...   Pelase, Can you see any error on configuration?18:24
*** hezekiah_1 has left #openstack18:24
*** notze has joined #openstack18:25
*** szaydel has quit IRC18:25
*** szaydel has joined #openstack18:25
*** szaydel has quit IRC18:25
*** RichardRaseley has joined #openstack18:27
*** littleidea has quit IRC18:27
*** Breaking_Pitt has quit IRC18:27
*** ryanpetrello has quit IRC18:27
gmiGuest68980: the config looks fine to me, but again I'm not using flatDHCP so I might be missing something; your dnsmasq seems to be listening on 10.0.1.3 so as I said, you have to login in the instance using its vnc console and capture traffic from inside; for this, you don't need to have networking connectivity or an IP address on the instance; I see you are testing using the Cirros image which has username "cirros" and cubswin:) as a passord18:29
Guest68980can't connect via vnc, blank screen :(18:30
uvirtbotNew bug: #1070489 in nova "SanISCSIDriver SSH bad cmd processing" [Undecided,In progress] https://launchpad.net/bugs/107048918:31
*** rnorwood1 has joined #openstack18:33
gmiGuest68980: I think blanck screen means that you connect, but nothing is displayed because the instance is not running; try to start a new instance or download a Ubuntu 12.04 image and load it into Glance and boot a new instance from it18:33
gmimaybe people running flatDHCP in Essex can help more, I'm out of options :(18:34
*** macjack has joined #openstack18:34
*** notze has quit IRC18:35
*** dachary has quit IRC18:36
*** miclorb has joined #openstack18:36
*** dieterdemeyer has joined #openstack18:37
*** mencken has joined #openstack18:38
Guest68980gmi: In an ubuntu precise instance, I can see that as you said has no IPs. But in both cirros and ubuntu seem to be started and up. without ip. And in ubuntu can't connect via vnc, too blank screen.18:38
Guest68980gmi: Thx a lot friend!18:38
*** EmilienM has quit IRC18:39
*** DavidLevin has left #openstack18:39
gmiGuest68980:welcome, I hope you get it working eventually18:40
uvirtbotNew bug: #1070493 in keystone "Unnecessary "Endpoint not found" logging with unscoped token" [Undecided,In progress] https://launchpad.net/bugs/107049318:41
*** kindaopsdevy has joined #openstack18:42
*** bbcmicrocomputer has quit IRC18:43
*** AlanClark has joined #openstack18:44
*** notze has joined #openstack18:45
*** sniperd has joined #openstack18:45
*** dendro-afk is now known as dendrobates18:49
*** DavidLevin has joined #openstack18:50
*** rnorwood1 has quit IRC18:52
uvirtbotNew bug: #1068026 in swift "utf-8 in metadata and http header names " [Undecided,In progress] https://launchpad.net/bugs/106802618:53
*** rnorwood1 has joined #openstack18:53
*** blimus has joined #openstack18:54
*** aliguori has quit IRC18:54
*** aliguori has joined #openstack18:55
*** EmilienM has joined #openstack18:55
*** hemna has quit IRC18:55
*** clopez has quit IRC18:56
*** colinmcnamara has joined #openstack18:56
*** dachary has joined #openstack18:57
*** rackerjoe has joined #openstack18:57
*** dyer has quit IRC18:59
*** hemna has joined #openstack19:00
*** afazekas has joined #openstack19:00
*** edygarcia has quit IRC19:02
*** edygarcia has joined #openstack19:02
*** judd7 has quit IRC19:05
*** jbvp has joined #openstack19:05
jbvphi19:05
*** colinmcnamara has quit IRC19:05
BLZbubbahello19:06
*** anniec has quit IRC19:06
*** blimus has quit IRC19:07
*** ywu_ has joined #openstack19:08
*** warik has joined #openstack19:09
*** rnirmal has quit IRC19:11
*** gatuus has quit IRC19:11
*** blimus has joined #openstack19:11
*** macjack has left #openstack19:11
*** ywu_ has quit IRC19:12
*** rustam has joined #openstack19:12
*** s0mik has quit IRC19:13
*** pvankouteren has joined #openstack19:14
*** rustam has quit IRC19:17
uvirtbotNew bug: #1070509 in nova "nova-api now requires quantumclient" [Critical,In progress] https://launchpad.net/bugs/107050919:20
*** jaypipes has quit IRC19:20
*** Aaton has joined #openstack19:21
*** Maledictus has quit IRC19:23
*** Guest68980 has left #openstack19:23
*** ninkotech has quit IRC19:23
*** ninkotech has joined #openstack19:24
*** networkstatic has joined #openstack19:24
*** szaydel has joined #openstack19:24
uvirtbotNew bug: #1070511 in openstack-common "move nova.common.deprecated to openstack-common" [Undecided,New] https://launchpad.net/bugs/107051119:26
*** sniperd has quit IRC19:28
*** jaypipes has joined #openstack19:29
*** alop has joined #openstack19:29
*** blimus has quit IRC19:29
*** gatuus has joined #openstack19:30
*** afazekas has quit IRC19:33
*** rkukura has quit IRC19:34
*** vmlinuz has quit IRC19:34
*** dyer has joined #openstack19:35
*** dyer has joined #openstack19:35
*** Glace has quit IRC19:36
*** melmoth has quit IRC19:36
*** bluenemo has joined #openstack19:36
*** bluenemo has joined #openstack19:36
*** japage has quit IRC19:39
*** ttrifonov is now known as ttrifonov_zZzz19:42
*** anniec has joined #openstack19:42
*** notze has quit IRC19:47
*** blimus has joined #openstack19:47
*** mutex has joined #openstack19:47
*** blimus has quit IRC19:47
*** testing123 has joined #openstack19:48
*** testing123 has left #openstack19:48
*** afazekas has joined #openstack19:49
*** anniec_ has joined #openstack19:50
*** nmistry has quit IRC19:50
*** gmi has quit IRC19:52
*** ryanpetr_ has quit IRC19:52
*** nmistry has joined #openstack19:52
*** lionel has quit IRC19:52
*** ryanpetrello has joined #openstack19:52
*** anniec has quit IRC19:53
*** anniec_ is now known as anniec19:53
*** lionel has joined #openstack19:53
*** colinmcnamara has joined #openstack19:55
*** drewlander has quit IRC19:55
*** rustam has joined #openstack19:56
*** colinmcnamara1 has joined #openstack19:59
*** rnorwood2 has joined #openstack20:00
*** colinmcnamara has quit IRC20:00
*** rnorwood1 has quit IRC20:01
*** Guest40224 has quit IRC20:02
*** colinmcnamara has joined #openstack20:03
*** hemna has quit IRC20:03
*** colinmcnamara1 has quit IRC20:04
*** s0mik has joined #openstack20:05
*** colinmcnamara1 has joined #openstack20:05
*** Glace has joined #openstack20:05
*** miclorb has quit IRC20:06
*** chincloud has joined #openstack20:06
*** chincloud is now known as Guest8699820:07
*** warik has quit IRC20:07
*** colinmcnamara has quit IRC20:07
*** colinmcnamara has joined #openstack20:08
TrixboxerHi, what is the best OS to host openstack swift ?20:09
*** colinmcnamara2 has joined #openstack20:09
notmynameTrixboxer: best == "what you are running currently in production". that being said, it's best tested on ubuntu LTS releases (lucid and precise)20:09
*** colinmcnamara1 has quit IRC20:10
*** DANO-MARC has quit IRC20:11
*** avtar has quit IRC20:11
Trixboxernotmyname thanks, I know that it is more recommended on physical box but if one can live with lil low performance I hope this should also work in virtual environment20:11
*** avtar has joined #openstack20:11
*** warik has joined #openstack20:11
*** networkstatic has quit IRC20:11
notmynameTrixboxer: know that virtualized servers normally have a significant IO overhead and dealing with hardware failures in a virtualized environment is different. swift assumes it's running on and looking at the actual hardware20:12
*** colinmcnamara has quit IRC20:12
*** rustam has quit IRC20:12
*** colinmcnamara2 has quit IRC20:12
notmynameTrixboxer: for example, you don't want a hardware failure to be hidden by your virtualization that may put your data at risk20:13
*** miclorb has joined #openstack20:13
notmynameTrixboxer: but a virtual environment is perfectly fine for some testing and POC-style work20:13
*** boden has quit IRC20:13
*** Ursinha is now known as Ursinha-afk20:14
*** KyleMacDonald has joined #openstack20:14
Trixboxernotmyname, ok I understand it. Will POC it soon :)20:14
*** jsavak has joined #openstack20:15
*** MarkAtwood has joined #openstack20:16
MarkAtwoodopenstack-meeting20:16
*** hemna has joined #openstack20:17
*** joesavak has quit IRC20:19
*** tongli has quit IRC20:21
*** blimus has joined #openstack20:21
*** woodspa has joined #openstack20:21
*** simon-AS559 has joined #openstack20:27
*** Breaking_Pitt has joined #openstack20:32
*** dyer has quit IRC20:33
*** sniperd has joined #openstack20:33
*** KarinLevenstein has quit IRC20:35
*** dyer has joined #openstack20:35
*** DavidLevin has quit IRC20:39
*** dhubbard has quit IRC20:39
*** zeus has joined #openstack20:41
*** mikal has quit IRC20:41
*** miclorb has quit IRC20:42
*** tongli has joined #openstack20:42
*** rustam has joined #openstack20:43
*** mikal has joined #openstack20:43
*** Glace has quit IRC20:45
*** dhellmann is now known as dhellmann-afk20:45
*** colinmcnamara has joined #openstack20:46
*** tgall_foo has joined #openstack20:47
*** tgall_foo has quit IRC20:47
*** tgall_foo has joined #openstack20:47
*** sniperd has quit IRC20:47
*** warik has quit IRC20:47
*** rustam has quit IRC20:47
*** colinmcnamara1 has joined #openstack20:48
*** jsavak has quit IRC20:49
*** colinmcnamara2 has joined #openstack20:50
*** dhubbard has joined #openstack20:50
*** colinmcnamara has quit IRC20:50
*** Kyle__ has quit IRC20:51
*** DavidLevin has joined #openstack20:51
*** pwoods has joined #openstack20:51
*** DavidLevin has quit IRC20:52
*** pwoods has left #openstack20:52
*** pwoods has joined #openstack20:52
*** pwoods has left #openstack20:52
*** pwoods has joined #openstack20:52
*** pwoods has left #openstack20:52
*** colinmcnamara1 has quit IRC20:53
*** blimus has quit IRC20:53
*** woodspa has quit IRC20:53
*** rustam has joined #openstack20:53
*** aliguori has quit IRC20:53
*** colinmcnamara has joined #openstack20:53
*** woodspa has joined #openstack20:54
*** ameade has quit IRC20:54
gatuuswhat's the reason of nova-cert??20:54
*** ameade has joined #openstack20:54
*** colinmcnamara2 has quit IRC20:55
*** dolphm has quit IRC20:56
*** rnirmal has joined #openstack20:56
*** koolhead17 has quit IRC20:56
*** dolphm has joined #openstack20:56
*** DavidLevin has joined #openstack20:57
*** colinmcnamara1 has joined #openstack20:57
*** jhvbhbjhb has joined #openstack20:57
*** DavidLevin has quit IRC20:57
*** woodspa has quit IRC20:58
*** dyer has quit IRC20:58
*** colinmcnamara has quit IRC20:58
*** woodspa has joined #openstack20:58
*** blimus has joined #openstack20:59
*** woodspa has left #openstack20:59
*** colinmcnamara has joined #openstack20:59
*** woodspa has joined #openstack20:59
*** jhvbhbjhb has quit IRC20:59
*** rnorwood2 has quit IRC21:00
*** dolphm has quit IRC21:00
*** Math___ has quit IRC21:01
*** colinmcnamara1 has quit IRC21:01
*** Doro has joined #openstack21:01
*** warik has joined #openstack21:01
*** rnorwood1 has joined #openstack21:01
*** Doro is now known as help21:02
*** colinmcnamara1 has joined #openstack21:02
*** help is now known as Guest4991821:02
*** radez is now known as radez_g0n321:02
*** dhubbard has quit IRC21:03
*** koolhead17 has joined #openstack21:03
*** DavidLevin has joined #openstack21:03
*** Guest49918 is now known as Dorogs21:03
*** DavidLevin has quit IRC21:03
*** dhubbard has joined #openstack21:04
*** colinmcnamara has quit IRC21:04
*** Dorogs has quit IRC21:04
*** joesavak has joined #openstack21:04
*** colinmcnamara has joined #openstack21:05
uvirtbotNew bug: #1070544 in python-keystoneclient "Would like a single call to GET users having a role in a tenant" [Wishlist,New] https://launchpad.net/bugs/107054421:05
*** DavidLevin has joined #openstack21:05
*** colinmcnamara1 has quit IRC21:06
*** Dorogs has joined #openstack21:06
*** h0cin has quit IRC21:07
*** woodspa has quit IRC21:07
*** KyleMacDonald has quit IRC21:07
*** colinmcnamara1 has joined #openstack21:07
*** ywu_ has joined #openstack21:08
*** colinmcnamara has quit IRC21:09
*** ywu_ has quit IRC21:09
*** joesavak has quit IRC21:09
*** jbvp has quit IRC21:10
*** colinmcnamara has joined #openstack21:10
*** Dorogs has quit IRC21:11
*** colinmcnamara1 has quit IRC21:12
*** Dorogs has joined #openstack21:12
*** hemna has quit IRC21:12
*** lborda has joined #openstack21:13
*** rackerjoe has quit IRC21:13
*** lborda has quit IRC21:14
*** rnorwood1 has quit IRC21:14
*** rnorwood1 has joined #openstack21:14
*** lborda has joined #openstack21:14
*** roampune has left #openstack21:14
*** rnorwood1 has quit IRC21:16
*** rnorwood1 has joined #openstack21:19
*** Saddam has quit IRC21:19
*** warik has quit IRC21:20
*** mutex has left #openstack21:21
*** cmagina has quit IRC21:21
*** colinmcnamara has left #openstack21:21
*** dyer has joined #openstack21:22
*** dyer has joined #openstack21:22
*** bmeshjason has quit IRC21:22
*** cmagina has joined #openstack21:22
*** dyer has quit IRC21:25
*** hemna has joined #openstack21:25
*** mtreinish has quit IRC21:26
*** rkukura has joined #openstack21:26
*** colinmcnamara has joined #openstack21:26
*** caffeinatedBrad has joined #openstack21:26
*** aliguori has joined #openstack21:28
* caffeinatedBrad 21:28
*** desai has quit IRC21:29
*** colinmcnamara1 has joined #openstack21:29
*** rustam has quit IRC21:29
*** lborda has quit IRC21:30
caffeinatedBradWHOIS21:30
*** caffeinatedBrad has left #openstack21:30
*** colinmcnamara has quit IRC21:30
uvirtbotNew bug: #1070559 in nova "Migration 091 broken for SQLite" [High,New] https://launchpad.net/bugs/107055921:30
*** lborda has joined #openstack21:31
*** dolphm has joined #openstack21:31
*** tmichael has joined #openstack21:32
*** colinmcnamara has joined #openstack21:33
*** caffeinatedBrad has joined #openstack21:33
coredump|brGuys21:33
*** colinmcnamara1 has quit IRC21:33
coredump|brthe LVM VG that swift/nova uses, will other LVs that I manually create there be destroyed21:34
coredump|bror it only messes with the ones that it creates?21:34
*** colinmcnamara1 has joined #openstack21:35
uvirtbotNew bug: #1070560 in nova "nova-manage network create gives kwargs errors for num_networks and vlan_start" [Undecided,New] https://launchpad.net/bugs/107056021:36
*** colinmcnamara has quit IRC21:37
*** colinmcnamara has joined #openstack21:38
*** littleidea has joined #openstack21:38
*** colinmcnamara1 has quit IRC21:39
*** sudorandom has quit IRC21:40
*** melwitt has quit IRC21:40
*** dendrobates is now known as dendro-afk21:40
*** colinmcnamara1 has joined #openstack21:40
*** dendro-afk is now known as dendrobates21:40
*** colinmcnamara has quit IRC21:40
*** sudorandom_ has joined #openstack21:41
*** KyleMacDonald has joined #openstack21:41
*** dyer has joined #openstack21:41
*** littleidea has quit IRC21:42
*** colinmcnamara has joined #openstack21:43
*** colinmcnamara1 has quit IRC21:44
*** colinmcnamara1 has joined #openstack21:46
*** alobbs has quit IRC21:46
*** lborda has quit IRC21:46
alopanyone here use the RCB cookbooks?21:47
*** lborda has joined #openstack21:47
*** colinmcnamara has quit IRC21:48
*** dhubbard has quit IRC21:48
*** dhubbard has joined #openstack21:48
*** littleidea has joined #openstack21:48
*** KyleMacDonald has quit IRC21:49
*** sudorandom has joined #openstack21:49
*** melwitt has joined #openstack21:49
*** dhubbard_ has joined #openstack21:50
*** edgarstp has left #openstack21:50
*** sudorandom_ has quit IRC21:51
*** tdowg1 has quit IRC21:52
*** colinmcnamara1 has quit IRC21:52
*** Dorogs has quit IRC21:52
*** sandywalsh_ has quit IRC21:52
*** mnewby_ has joined #openstack21:53
*** KyleMacDonald has joined #openstack21:53
*** tdc_ has quit IRC21:53
namidarkI have a floating point iP range defined, but when I assign an ip to a VM, it never requests it from my DHCP server (router) -- Where can I start to debug this?21:54
*** jcooley has joined #openstack21:55
*** dyer has quit IRC21:55
*** simon-AS559 has quit IRC21:56
*** mnewby has quit IRC21:56
*** mnewby_ is now known as mnewby21:56
*** bluenemo has quit IRC21:56
*** bluenemo has joined #openstack21:56
*** bluenemo has joined #openstack21:56
*** Guest86998 has quit IRC21:57
*** kbringard has quit IRC21:58
*** jaypipes has quit IRC21:58
*** littleidea has quit IRC21:59
*** rustam has joined #openstack22:00
*** scotm has quit IRC22:01
*** EmilienM has left #openstack22:01
*** littleidea has joined #openstack22:02
*** chincloud has joined #openstack22:02
*** chincloud is now known as Guest9980822:02
*** littleidea has left #openstack22:02
*** lborda has quit IRC22:03
*** lborda has joined #openstack22:03
*** rustam has quit IRC22:04
*** pithagorians has joined #openstack22:05
*** tgall_foo has quit IRC22:05
*** lazyshot has quit IRC22:05
*** markmcclain has quit IRC22:06
*** gyee has quit IRC22:06
*** heckj has quit IRC22:06
*** dcramer_ has quit IRC22:07
*** littleidea has joined #openstack22:07
pithagorianshi all. want to build a public cloud service on openstack. how ready is it for production?22:07
*** littleidea has left #openstack22:09
*** colinmcnamara has joined #openstack22:10
*** colinmcnamara has left #openstack22:10
*** jcooley has quit IRC22:12
*** littleidea has joined #openstack22:12
*** zeus has quit IRC22:12
*** KyleMacDonald has quit IRC22:13
alopdefine production22:15
*** kmartin has joined #openstack22:15
*** KurtMartin has quit IRC22:16
*** negronjl has quit IRC22:16
*** Damianz has quit IRC22:16
*** Damianz has joined #openstack22:17
*** udac has quit IRC22:17
*** scalability-junk has quit IRC22:17
*** pithagorians has quit IRC22:20
*** negronjl has joined #openstack22:20
*** alop has left #openstack22:21
*** alop has joined #openstack22:21
*** dspano has quit IRC22:22
*** amccabe is now known as amccabe-afk22:23
*** eglynn has joined #openstack22:23
*** sean_learning has joined #openstack22:24
*** alobbs has joined #openstack22:25
*** childsb has quit IRC22:27
*** lloydde has quit IRC22:27
*** ppradhan has left #openstack22:28
*** lloydde has joined #openstack22:28
*** ywu_ has joined #openstack22:28
*** sacharya has quit IRC22:28
*** alunduil has quit IRC22:29
*** tryggvil has joined #openstack22:29
*** acb__ has quit IRC22:30
*** shang_ has quit IRC22:30
*** dyer has joined #openstack22:30
*** dyer has joined #openstack22:30
*** Gordonz has quit IRC22:32
*** vipuls has quit IRC22:32
*** warik has joined #openstack22:33
*** vipuls has joined #openstack22:35
*** jcooley has joined #openstack22:36
*** rustam has joined #openstack22:37
*** eglynn has quit IRC22:39
*** Guest99808 has quit IRC22:39
*** giulivo has quit IRC22:40
*** networkstatic has joined #openstack22:41
*** cwelle has quit IRC22:42
*** rnirmal has quit IRC22:42
*** datsun180b has quit IRC22:42
*** dachary has quit IRC22:45
*** stewart has joined #openstack22:45
*** dachary has joined #openstack22:46
*** notze has joined #openstack22:46
*** Q310 has quit IRC22:47
namidarkanyone :\?22:47
*** Mops has quit IRC22:47
*** cwelle has joined #openstack22:47
namidarkhere's my ifconfig + nova.conf as well: https://gist.github.com/394227622:48
*** rnorwood1 has quit IRC22:49
*** dendrobates is now known as dendro-afk22:52
*** dyer has quit IRC22:53
*** chinclou1 has joined #openstack22:53
*** warik has quit IRC22:53
*** acathrow has left #openstack22:54
*** sudorandom has quit IRC22:54
*** danblack has joined #openstack22:55
coredump|brso22:55
coredump|brnothing on using LVM as root for instances?22:55
*** sean_learning has quit IRC22:56
*** warik has joined #openstack22:57
*** lloydde has quit IRC22:57
*** MarkAtwood has quit IRC22:58
*** alobbs1 has joined #openstack23:00
*** desai has joined #openstack23:01
*** sean_learning has joined #openstack23:01
*** anon12345 has joined #openstack23:02
anon12345how do you access and look at entries in the database via command line in keystone?23:03
*** kindaopsdevy has quit IRC23:04
*** alobbs has quit IRC23:04
*** gatuus has quit IRC23:04
*** notze has quit IRC23:05
*** msavy has quit IRC23:05
*** cwelle has quit IRC23:05
*** cwelle has joined #openstack23:06
*** azret has quit IRC23:07
*** desai has quit IRC23:08
*** darjeeling has quit IRC23:09
*** jodok has joined #openstack23:10
*** avtar has quit IRC23:10
*** alop has quit IRC23:13
*** epim has quit IRC23:13
*** desai has joined #openstack23:17
Dieterbehey guys. just deployed a swift cluster. pumping it full of files as we speak. i notice that all storage nodes have a comparable write load, but only node has a read load, caused by the object auditor. none of the other nodes has a read load. isn't the auditor supposed to run everywhere?23:17
*** scotm has joined #openstack23:17
*** dcramer_ has joined #openstack23:18
*** lloydde has joined #openstack23:18
*** dolphm has quit IRC23:18
notmynameDieterbe: yes, the auditor should be running on each object server23:18
Dieterbe(the uploads are going on for more than 24h now, there's about 10TB distributed across 6 nodes)23:18
*** edygarcia has quit IRC23:22
*** littleidea has quit IRC23:23
*** jcooley has quit IRC23:23
*** rnorwood1 has joined #openstack23:23
*** Glace has joined #openstack23:24
*** dolphm has joined #openstack23:24
*** batlogg has joined #openstack23:24
*** warik has quit IRC23:25
*** II has joined #openstack23:25
*** rnorwood1 has quit IRC23:25
IIHi here!23:25
*** II is now known as Guest2078023:25
*** rnorwood1 has joined #openstack23:25
*** jodok has quit IRC23:26
*** batlogg is now known as jodok23:26
*** jodok has quit IRC23:27
*** mattux_ is now known as mattux23:28
*** tgall_foo has joined #openstack23:28
*** tgall_foo has quit IRC23:28
*** tgall_foo has joined #openstack23:28
*** desai has quit IRC23:29
*** Guest20780 has left #openstack23:29
*** alunduil has joined #openstack23:29
*** szaydel has quit IRC23:30
*** dendro-afk is now known as dendrobates23:30
*** dyer has joined #openstack23:30
*** dyer has joined #openstack23:30
*** tomoe_ has joined #openstack23:30
*** desai has joined #openstack23:30
dolphmanon12345: (no reason to direct message, others can benefit from questions/answers in public) it sounds like you're looking for $ keystone endpoint-list or $ keystone service-list23:31
*** aliguori has quit IRC23:31
*** DavidLevin has quit IRC23:31
*** dyer has quit IRC23:32
*** scotm has quit IRC23:33
*** dolphm has quit IRC23:33
*** Daniel_II has joined #openstack23:34
Daniel_IIhi here!23:34
Daniel_III come from using traditional virtualization amost always on develop desktop enviroments and using vmware, virtualbox, kvm, and for some production infraestructures with kvm, a little with vmware esx and sphere.23:36
*** metral has quit IRC23:36
*** blamar has quit IRC23:36
*** metral has joined #openstack23:36
Daniel_III would like to have a chat with some openstack cloud expert23:36
Daniel_IIabout if I can do some thinks with openstack like with traditional Virtualization23:37
Daniel_IIBut I think ... this its no good time ;)23:38
namidarkI have a floating point iP range defined, but when I assign an ip to a VM, it never requests it from my DHCP server (router) -- Where can I start to debug this? here's my ifconfig and nova.conf : https://gist.github.com/394227623:39
*** danger_fo is now known as danger_fo_away23:39
*** blamar has joined #openstack23:39
*** zodiak has quit IRC23:39
Daniel_IInamidark: I've same problem, openstack assigns private and public ips, but vm instances can't locate discover dhcp23:40
*** Trixboxer has quit IRC23:40
Daniel_IISome one know if we can use openstack(over kvm) mix with kvm traditional virtulization instances??23:42
*** afazekas has quit IRC23:43
*** albert23 has left #openstack23:44
Daniel_IIdoes anyone know if we can use penstack(ver kvm) mix wieht kvm traditional vitualization instance??  :)23:44
*** acb__ has joined #openstack23:44
*** sean_learning has quit IRC23:45
*** Daniel_II has left #openstack23:46
*** clopez has joined #openstack23:47
*** otherwiseguy has quit IRC23:48
*** Tross has quit IRC23:48
*** littleidea has joined #openstack23:49
uvirtbotNew bug: #1070577 in openstack-ci "Add SecurityImpact tag for pull requests" [Undecided,New] https://launchpad.net/bugs/107057723:52
*** Tross has joined #openstack23:52
*** mishin has joined #openstack23:53
*** warik has joined #openstack23:54
*** cwelle has quit IRC23:54
*** dyer has joined #openstack23:54
*** dyer has joined #openstack23:54
*** blamar has quit IRC23:54
*** ejat has quit IRC23:56
*** lloydde has quit IRC23:57
*** pixelbeat has quit IRC23:58
*** dyer has quit IRC23:58
cburgess@namidark - floating IP addresses are brought up on the nova-network node and NATed to the fixed ip address assigned to the VM. They are not handed out via DHCP directrly to the VMs.23:58
*** dims has quit IRC23:59
*** jcooley has joined #openstack23:59

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