Thursday, 2012-05-17

*** jackh has joined #openstack00:02
*** CristianDM has quit IRC00:03
*** dtroyer_zzz is now known as dtroyer00:04
*** CristianDM has joined #openstack00:04
*** albert23 has left #openstack00:05
*** maplebed has quit IRC00:07
*** dtroyer is now known as dtroyer_zzz00:09
*** jdpond has left #openstack00:09
*** jgriffith has quit IRC00:10
*** edygarcia has joined #openstack00:11
*** bsza has quit IRC00:18
*** sdake has joined #openstack00:18
*** ryanpetrello has joined #openstack00:19
*** osier_ has joined #openstack00:19
*** MarkAtwood has quit IRC00:22
*** osier has quit IRC00:23
*** joearnol_ has quit IRC00:26
*** fukushima has quit IRC00:27
*** issackel_ has quit IRC00:31
*** Blackavar has quit IRC00:32
*** lloydde has joined #openstack00:33
*** wiliam has joined #openstack00:39
*** dachary has quit IRC00:41
*** s0mik has quit IRC00:42
*** johnpostlethwa-1 has quit IRC00:42
*** ayoung has joined #openstack00:43
*** ayoung has quit IRC00:44
*** jackh has quit IRC00:48
*** andresambrois has quit IRC00:48
*** dubsquared has joined #openstack00:48
*** ryanpetrello has quit IRC00:48
*** maoy has joined #openstack00:50
*** lloydde has quit IRC00:52
*** ayoung has joined #openstack00:52
arosenI'm getting: _mysql_exceptions.OperationalError: (1044, "Access denied for user ''@'localhost' to database 'dash'") though if i do mysql -u dash -h localhost -p with my password in /etc/openstack-dashboard/local_settings.py i can login. Any ideas?00:53
jeremybarosen: localhost!=localhost00:54
arosenjeremyb: :?00:55
arosenjeremyb:  what do you mean sorry?00:55
jeremybarosen: http://dev.mysql.com/doc/refman/5.0/en/connecting.html#id46400400:56
arosenroot@controller:/etc/nova# mysql -u dash -p --host=localhost # works aswell.00:57
jeremyboh, actually more relevant:00:58
jeremybthe access denied is for a user of '' and db of 'dash'. not user='dash' and no default db00:59
arosenah i see00:59
arosenjeremyb:  it seems like it's not reading the DATABASES= { .. } from /etc/openstack-dashboard/local_settings.py as this says http://docs.openstack.org/trunk/openstack-compute/install/content/ch_install-dashboard.html01:00
jeremybpastebin your file01:00
*** Blackavar has joined #openstack01:01
*** dwcramer has joined #openstack01:02
arosenhttp://pastebin.com/6tbzWNWA01:02
arosenjeremyb:  that's this file exactly: http://docs.openstack.org/trunk/openstack-compute/install/content/local-settings-py-file.html01:02
*** ryanpetrello has joined #openstack01:05
*** littleidea has quit IRC01:11
*** ChiTo has joined #openstack01:11
ChiToHi everybody01:11
wariknotmyname: hi, you there?01:11
notmynamewarik: that depends ;-)01:12
ChiToI am trying to deploy a vlanmanager model and when i try to make the nova-manage network create the bridge and the vlans are not creating via brctl addbr :(01:12
wariknotmyname:  ahah!01:12
ChiTodo you have some idea why the bridge is not created immediately after the nova-manage network create? i even saw the linux_net.py but it seems the method ensure_bridge is not called01:12
*** leifmadsen has quit IRC01:13
wariknotmyname: quick question, does "swift -A http://ip_keystone_server:8888/auth/v1.0 -U tenant:admin -K keytone_token stat" should work under swift 1.4.8?01:14
*** anderstj has joined #openstack01:15
notmynamewarik: there is nothing that has changed in swift w.r.t. auth integration01:15
notmynamewarik: did that work for you in a different version of swift and it's not working now?01:16
warikit was working under swift 1.4.3, I just upgraded to 1.4.801:16
warikso I wonder01:16
notmynamewarik: swift was the only thing that you changed?01:17
wariknotmyname: I upgraded to essex as well. the things is, under Horizon I can create/browse containers just fine01:17
*** Gordonz has joined #openstack01:18
warikbut the swift commant itself!01:18
warikthat's my problem01:18
warik:)01:18
notmynamewarik: can we step through it with curl together to see where the problem is?01:18
wariknotmyname: sure!01:19
wariknotmyname: what do you want me to curl ?01:19
*** macneib has joined #openstack01:19
notmynamewarik: first, auth to keystone (fortunately, you are using the 1.0 syntax it looks like): curl -i -H "X-Auth-User: tenant:admin" -H "X-Auth-Key: keystone_token" http://ip_keystone_server:8888/auth/v1.001:20
*** littleidea has joined #openstack01:20
notmynameI don't know the 2.0 keystone stuff off the top of my head01:20
*** Gordonz has quit IRC01:21
wariknotmyname: curl with the 2.0 keystone http://pastie.org/392336901:21
notmynamewarik: ok, so that's working for you?01:22
warikthe curl command with 2.0 keystone works just fine yes01:23
notmynamewarik: the swift binary uses auth 1.0 by default. you can make it use 2.0 with the -2 flag (I think. check with --help)01:23
*** Gordonz has joined #openstack01:24
wariknotmyname: you are talking about the swift command right ?01:25
notmynameya01:25
notmynameso the fix may be as simple as telling the bin/swift tool to use v2.0 auth01:25
notmynamewarik: ^01:25
wariknotmyname:  i don't see any reference about the 2.0 in the swift help commanf01:26
warikcommand01:26
*** reed has quit IRC01:27
*** Gordonz has quit IRC01:27
notmynamewarik: -V AUTH_VERSION, --auth-version=AUTH_VERSION01:27
notmynamewarik: use "-V 2.0"01:27
wariknotmyname: ok, i tried, still 401.. weird. good catch for the -V01:29
*** jdpond has joined #openstack01:29
*** dwcramer has quit IRC01:29
*** clopez has quit IRC01:29
*** dubsquared has quit IRC01:29
*** MyAzhax_ has quit IRC01:30
notmynamewarik: well, back to curl, then the next command would be to use the endpoint and auth token to make sure swift works: `curl -i -H "0765acf7a3334a249a42781a2b5da7e1" http://10.38.8.6:8888/v1/AUTH_0765acf7a3334a249a42781a2b5da7e1`01:30
notmynamewarik: (I'm not sure which token to use there (my ignorance with keystone)01:31
wariknotmyname: let me try couple things01:32
*** dwcramer has joined #openstack01:32
*** ejat has joined #openstack01:33
wariknotmyname: the token after H is suppose to be the keystone token?01:33
mnasernotmyname: isnt that an invalid header? shouldnt it be something: .. ?01:33
mnaserif its the auth token then it should be -H 'X-Auth-Token: ...'01:34
notmynameoh yeah. typo. should be '-H "X-Auth-Token: <token here>"'01:34
*** sae has joined #openstack01:34
warikah ok01:34
warikcurl -i -H "X-Auth-Token: 0765acfc2e3569ed0b940418d8f8af12" http://10.38.8.6:8888/v1/AUTH_c2e3569ed0b940418d8fe53988c8af1201:35
wariki am getting 401..01:35
*** mhzarei has joined #openstack01:35
*** ChiTo has quit IRC01:36
mnaserwarik: according to your pastebin earlier01:36
mnaserc2e3569ed0b940418d8fe53988c8af12 is your token01:36
mnaser076…. is your tenant id01:36
warikalright, sorry I am getting confused.. testing now01:37
mnasernp01:37
mnaserthough once you get auth working, i cant help you because i know nothing about swift :p01:37
warikmnaser: notmyname : boom, it's working!01:37
notmynamewarik: cool01:37
mnaser'gratz01:37
warikmnaser / notmyname : thanks01:38
notmynamemnaser: so the token is the user->id not user->tenant->id?01:38
mnasernp01:38
*** edygarcia has quit IRC01:38
mnaserhttp://pastie.org/3923369 -- the token in there it under token, the tenant in there basically says this token allways you to authorize for that specific tenant01:38
mnaserthe id in tenant is the tenant id (to make the calls)01:39
wariknotmyname/ mnaser : do you know how can I use the swift command to make a call to the api?01:39
wariknotmyname: we can assume that swift is working correctly right ?01:39
notmynamewarik: "the api"?01:40
mnaserwarik: that's about where my openstack knowledge stops, i'm a nova/compute guy :)01:40
warikmnaser: no worries! thanks a ton01:40
wariknotmyname: i mean, I would like to use the swift command01:40
*** anderstj has quit IRC01:42
*** littleidea has quit IRC01:42
notmynamewarik: ya, look at the output of "swift --help". that should get you started (eg swift list or whatever)01:42
wariknotmyname: yep! I looked at it. I am just wondering if the url http://10.38.8.6:8888/auth/v1.0 is the right one01:47
*** lloydde has joined #openstack01:47
notmynamewarik: I don't know what the "right" keystone endpoint is01:48
wariknotmyname: ah! so i do need to ask the Keystone url first01:48
*** MarkAtwood has joined #openstack01:49
notmynamewarik: provide the keystone URL with -A to the swift cli tool01:49
wariknotmyname: got it! thanks for your help, that was really helpful!01:50
*** JJoa has joined #openstack01:53
*** nerd-alert has joined #openstack01:53
*** rnorwood has joined #openstack01:53
*** JJoa has quit IRC01:53
*** edygarcia has joined #openstack01:58
*** adjohn has quit IRC02:00
*** KavanS has quit IRC02:01
*** MarkAtwood has left #openstack02:02
*** rnorwood has quit IRC02:02
*** tuf8 has joined #openstack02:03
*** rnorwood has joined #openstack02:04
*** lloydde has quit IRC02:05
*** anderstj has joined #openstack02:05
*** littleidea has joined #openstack02:06
*** oubiwann has quit IRC02:09
*** anderstj has quit IRC02:11
*** jdurgin has quit IRC02:12
*** nigwil has quit IRC02:16
*** stimble has quit IRC02:16
*** Blackavar has quit IRC02:19
*** Blackavar has joined #openstack02:20
*** spidersddd has left #openstack02:25
*** Blackavar has quit IRC02:25
*** Blackavar has joined #openstack02:25
*** dubsquared has joined #openstack02:26
uvirtbotNew bug: #1000522 in nova "Dom0IptablesFirewallDriver tries to configure dhcp_server rule for -s None" [Medium,In progress] https://launchpad.net/bugs/100052202:26
*** issackel_ has joined #openstack02:26
*** issackel_ has quit IRC02:28
*** Azhax-v6 has joined #openstack02:29
*** nmistry has joined #openstack02:30
*** ryanpetrello has quit IRC02:30
*** jog0 has joined #openstack02:30
*** _unicell has quit IRC02:32
*** dtroyer_zzz is now known as dtroyer02:34
*** dwcramer has quit IRC02:35
*** jog0 has quit IRC02:36
*** edygarcia has quit IRC02:43
*** jdpond has quit IRC02:44
*** jdpond has joined #openstack02:45
*** littleidea has quit IRC02:48
*** ryanpetrello has joined #openstack02:48
*** dwcramer has joined #openstack02:49
*** mrjazzcat has quit IRC02:49
*** Blackavar has quit IRC02:52
*** Blackavar has joined #openstack02:58
*** tserong has joined #openstack02:58
*** tserong has quit IRC02:58
*** tserong has joined #openstack02:59
*** philips has quit IRC02:59
*** jackh has joined #openstack02:59
*** milner has quit IRC02:59
*** mhzarei has quit IRC02:59
*** milner has joined #openstack02:59
*** milner_ has joined #openstack03:00
*** philips has joined #openstack03:02
*** dprince has quit IRC03:02
CristianDMAny with experience into openvswitch?03:03
*** milner has quit IRC03:04
*** shang has quit IRC03:06
*** bharata has joined #openstack03:07
*** stimble has joined #openstack03:10
*** hunglin has joined #openstack03:14
*** ywu has joined #openstack03:14
*** ryanpetrello has quit IRC03:15
*** Guest24912 has quit IRC03:18
*** paulmillar has joined #openstack03:22
*** eglynn has quit IRC03:22
*** Ryan_Lane has joined #openstack03:23
*** Ryan_Lane has quit IRC03:23
*** Ryan_Lane has joined #openstack03:23
*** jog0 has joined #openstack03:24
*** fukushima has joined #openstack03:28
*** cryptk|offline is now known as cryptk03:29
*** shang has joined #openstack03:29
*** ywu has quit IRC03:30
*** jog0 has quit IRC03:31
*** eglynn has joined #openstack03:32
*** edygarcia has joined #openstack03:36
*** rnorwood has quit IRC03:44
nerd-alerti can maybe help christian03:46
*** s0mik has joined #openstack03:47
nerd-alertknow ovs fairly well03:47
nerd-alertanyone know what "Injected File Content Bytes" is?03:47
jeremybCristianDM: ^03:47
*** lloydde has joined #openstack03:48
nerd-alertits a quota option but nothing on the google03:48
nerd-alertsounds magical tho03:49
*** Blackavar has quit IRC03:50
*** Entonian has joined #openstack03:51
*** Entonian has quit IRC03:54
*** vrturbo has joined #openstack03:57
vrturbohi all, having problems with instance builds using qemu, getting stuck on the build proccess at Scheduling03:59
*** unicell has joined #openstack03:59
*** edygarcia has quit IRC04:00
*** localhost has joined #openstack04:01
*** Blackavar has joined #openstack04:01
*** B1ackavar has joined #openstack04:04
*** fukushima has quit IRC04:05
*** Blackavar has quit IRC04:05
vrturboAnyone have any ideas ?04:06
*** jackh has quit IRC04:11
*** fukushima has joined #openstack04:13
*** vincentricci has left #openstack04:14
*** B1ackavar has quit IRC04:15
*** dwcramer has quit IRC04:17
*** lloydde has quit IRC04:18
*** lloydde has joined #openstack04:19
*** littleidea has joined #openstack04:20
*** littleidea has quit IRC04:20
*** julian_c has joined #openstack04:21
*** lloydde has quit IRC04:23
*** Blackavar has joined #openstack04:25
*** Blackavar has quit IRC04:32
*** s0mik has quit IRC04:34
*** bharata has quit IRC04:34
*** adjohn has joined #openstack04:36
*** garyk has quit IRC04:37
*** Blackavar has joined #openstack04:39
*** CristianDM has quit IRC04:42
*** oubiwann has joined #openstack04:44
*** Blackavar has quit IRC04:44
*** vrturbo has left #openstack04:46
*** shang has quit IRC04:47
*** dtroyer is now known as dtroyer_zzz04:47
*** shang has joined #openstack04:47
*** bharata has joined #openstack04:48
*** s0mik has joined #openstack04:50
*** oubiwann is now known as prakasha-bot04:55
*** joearnold has joined #openstack04:58
*** mnewby has quit IRC04:58
*** prakasha-bot is now known as oubiwann04:59
*** Azhax-v6 has quit IRC04:59
*** Blackavar has joined #openstack04:59
*** Azhax-v6 has joined #openstack04:59
*** miclorb has joined #openstack05:00
*** warik has quit IRC05:02
*** shang_ has joined #openstack05:07
*** reed has joined #openstack05:08
*** clauden__ has quit IRC05:17
*** hunglin has quit IRC05:18
*** nerd-alert has left #openstack05:23
*** ondergetekende has joined #openstack05:23
*** hermy is now known as hermy|away05:24
*** adjohn has quit IRC05:24
*** nerd-alert has joined #openstack05:26
*** nerd-alert has left #openstack05:27
*** mnaser has quit IRC05:28
*** justinsb has joined #openstack05:32
*** nerd-alert has joined #openstack05:32
*** livemoon has joined #openstack05:33
*** nerd-alert has left #openstack05:33
*** nerdalert has joined #openstack05:33
*** adjohn has joined #openstack05:34
*** mnaser has joined #openstack05:34
*** dubsquared has quit IRC05:38
*** miclorb has quit IRC05:41
*** anderstj has joined #openstack05:41
*** ejat has quit IRC05:46
*** sebastianstadil has quit IRC05:46
*** maoy has quit IRC05:46
*** sebastianstadil has joined #openstack05:47
*** joearnold has quit IRC05:52
uvirtbotNew bug: #1000571 in nova "Associate an already associated Floating IP to server is returning 500 error code" [Undecided,New] https://launchpad.net/bugs/100057105:56
*** jog0 has joined #openstack05:57
*** the-newsman has joined #openstack05:58
*** garyk has joined #openstack06:00
*** williamherry has joined #openstack06:00
*** jog0 has quit IRC06:01
*** hattwick has quit IRC06:01
williamherryvnetx been created when i boot instance, can some one tell me how those interface created, can I create one suck interface manually with some command?06:02
*** Ryan_Lane has quit IRC06:05
*** vladdy has quit IRC06:06
*** Karmaon has quit IRC06:06
*** s0mik has quit IRC06:07
*** rocambole has joined #openstack06:10
uvirtbotNew bug: #1000580 in quantum "Quantum Linux Bridge interface driver plug operation fails with RTNETLINK error" [High,In progress] https://launchpad.net/bugs/100058006:11
the-newsmanany1 here alive ?06:12
*** mindpixel has joined #openstack06:15
*** adjohn has quit IRC06:17
*** mindpixel has quit IRC06:17
*** anderstj has quit IRC06:20
*** mindpixel has joined #openstack06:23
*** mancdaz has quit IRC06:25
*** sae has quit IRC06:29
*** sae has joined #openstack06:31
*** remus_ has joined #openstack06:32
*** nmistry has quit IRC06:35
*** vladdy has joined #openstack06:35
*** dachary has joined #openstack06:37
*** longhudou has joined #openstack06:38
*** pmezard has joined #openstack06:38
*** alex88 has joined #openstack06:38
*** alex88 has joined #openstack06:38
alex88hi guys, i've successfully created an instance and assigned a floating ip, in iptables i can see "-A nova-network-PREROUTING -d 94.23.x.x/32 -j DNAT --to-destination 192.168.4.34" and i can access 192.168.4.34 from the host machine, but dnat seems to not work, any idea?06:45
*** sae has quit IRC06:46
*** livemoon has quit IRC06:46
*** the-newsman has left #openstack06:47
*** sae has joined #openstack06:48
*** joearnold has joined #openstack06:49
*** joearnold has quit IRC06:49
*** joearnold has joined #openstack06:49
*** joearnold has quit IRC06:49
*** FlorianOtel has quit IRC06:50
ohadlevytroytoman-away: ping06:51
*** fukushima has quit IRC06:52
*** b1rkh0ff has joined #openstack06:52
*** bharata has quit IRC06:53
*** ejat has joined #openstack06:53
*** fukushima has joined #openstack06:54
*** never2far has joined #openstack06:54
*** longhudou has quit IRC06:57
*** joearnold has joined #openstack06:57
alex88these are the iptables if someone have time http://pastebin.com/zN3k268W06:59
alex88i've seen that neither the vm can access internet07:00
*** prakasha-log_ has joined #openstack07:00
alex88gateway is correctly set07:00
alex88do i need ip_forward?07:01
*** FlorianOtel has joined #openstack07:02
uvirtbotNew bug: #1000608 in keystone "Backslash continuation removal (Keystone folsom-1)" [Undecided,New] https://launchpad.net/bugs/100060807:06
*** davepigott has joined #openstack07:08
*** bharata has joined #openstack07:09
*** fukushima has quit IRC07:13
*** GheAway is now known as GheRivero07:14
*** reidrac has joined #openstack07:14
*** dnaori has joined #openstack07:15
*** longhudou has joined #openstack07:15
uvirtbotNew bug: #1000609 in keystone "Deleting the 'admin' project in dashboard leads to TypeError: argument of type 'NoneType' is not iterable" [Undecided,New] https://launchpad.net/bugs/100060907:15
FlorianOtelAnyone a suggestion how this bug can be backported to older installs https://bugs.launchpad.net/keystone/+bug/99597607:17
FlorianOtelmy keystone client only outputs a "printt" and nothing else :(07:18
FlorianOtelhmm07:18
*** sante has joined #openstack07:20
FlorianOtelAnswer to my own Q: This applies patch applies nicely to Essex code and works https://launchpadlibrarian.net/104576486/replace-printt.diff07:26
*** fukushima has joined #openstack07:27
*** zynzel_ is now known as zynzel07:27
alex88got it, vm was outside fixed ip range07:36
alex88strange07:36
*** livemoon has joined #openstack07:37
*** FlorianOtel has quit IRC07:39
*** FlorianOtel has joined #openstack07:40
*** dachary has quit IRC07:40
*** Stackops-Jorge has joined #openstack07:40
*** tjikkun has quit IRC07:43
uvirtbotNew bug: #1000636 in glance "Backslash continuation removal (Glance folsom-1)" [Undecided,New] https://launchpad.net/bugs/100063607:46
alex88someone had this problem "cloud-init-nonet waiting 120 seconds for a network device" and vm doesn't boot?07:47
*** uksysadmin has joined #openstack07:49
*** mancdaz has joined #openstack07:50
*** tjikkun has joined #openstack07:51
*** tjikkun has joined #openstack07:51
*** hattwick has joined #openstack07:59
*** nacx has joined #openstack08:03
*** rendar has joined #openstack08:06
*** joearnold has quit IRC08:10
*** derekh has joined #openstack08:15
*** nacx has quit IRC08:17
*** pixelbeat has joined #openstack08:20
*** asavu has joined #openstack08:21
*** adjohn has joined #openstack08:22
*** gasbakid__ has joined #openstack08:22
*** darraghb has joined #openstack08:23
*** nigwil has joined #openstack08:23
*** gasbakid has quit IRC08:24
*** stimble has quit IRC08:28
*** nacx has joined #openstack08:30
*** ejat has quit IRC08:33
*** shaibn has joined #openstack08:37
*** vincentricci has joined #openstack08:38
*** epim has quit IRC08:39
*** vincentricci has quit IRC08:39
*** mancdaz_ has joined #openstack08:41
*** mancdaz_ has quit IRC08:41
*** dachary has joined #openstack08:44
*** mancdaz has quit IRC08:45
*** dachary has quit IRC08:54
*** ethen has joined #openstack08:55
*** mancdaz has joined #openstack08:55
*** eglynn has quit IRC08:57
*** dachary has joined #openstack08:59
*** ethen has quit IRC09:00
*** eglynn has joined #openstack09:00
*** dachary has quit IRC09:03
*** kozze89 has left #openstack09:05
*** bbcmicrocomputer has joined #openstack09:07
*** jackh has joined #openstack09:08
*** Trixboxer has joined #openstack09:10
*** adjohn has quit IRC09:10
*** epim has joined #openstack09:13
*** supriya has joined #openstack09:15
*** nerdalert has quit IRC09:15
*** dachary has joined #openstack09:16
*** miclorb has joined #openstack09:21
trapnialex88: yes. in my case it was due to nova trying to associate multiple nova networks to my VM -> it got none.09:29
*** gus_m has joined #openstack09:30
uvirtbotNew bug: #1000673 in nova "Aggressive validation for security group names in Nova EC2 API" [Undecided,New] https://launchpad.net/bugs/100067309:31
alex88trapni, a reboot did the trick :) i had only 1 network09:32
*** gus_m has quit IRC09:40
*** mancdaz has quit IRC09:40
*** mancdaz_ has joined #openstack09:40
*** jackh has quit IRC09:40
*** gasbakid__ has quit IRC09:43
*** miclorb has quit IRC09:45
*** miclorb has joined #openstack09:48
*** gasbakid has joined #openstack09:48
*** eglynn has quit IRC09:50
*** albert23 has joined #openstack09:53
*** livemoon has quit IRC09:58
*** shang_ has quit IRC10:03
*** dachary has quit IRC10:05
*** livemoon has joined #openstack10:05
*** eglynn has joined #openstack10:14
*** pretec has joined #openstack10:17
uvirtbotNew bug: #994935 in nova "Deleting Flavor currently in use by instance creates error" [Undecided,New] https://launchpad.net/bugs/99493510:17
*** b1rkh0ff has quit IRC10:21
*** sae has quit IRC10:25
*** myz_ has joined #openstack10:25
myz_Hello; I have installed OpenStack Essex on Ubuntu Precise, then I've created two images 'one Linux and the other is Windows' and upladed them to the cloud imaging service, the Linux image launched successfuly without any problem, while the Windows image just give me 'Error Spawning'10:29
myz_any ideas??10:29
*** wiliam has quit IRC10:33
*** b1rkh0ff has joined #openstack10:35
*** miclorb has quit IRC10:35
uvirtbotNew bug: #1000692 in devstack "nova.conf needs well organized" [Undecided,New] https://launchpad.net/bugs/100069210:36
*** bharata has quit IRC10:37
*** dachary has joined #openstack10:37
*** supriya has quit IRC10:43
*** williamherry has quit IRC10:45
*** williamherry has joined #openstack10:47
*** mohits has joined #openstack10:48
*** supriya has joined #openstack10:49
*** flaviamissi has quit IRC10:50
*** asavu has quit IRC10:56
*** arBmind has joined #openstack10:57
*** dolphm has joined #openstack11:02
*** dachary has quit IRC11:03
*** bsza has joined #openstack11:04
*** ondergetekende has quit IRC11:07
*** supriya has quit IRC11:09
*** ondergetekende has joined #openstack11:10
*** jdpond has left #openstack11:11
*** uksysadmin has quit IRC11:11
*** jdpond has joined #openstack11:12
*** sebastianstadil_ has joined #openstack11:13
*** sebastianstadil_ has quit IRC11:15
*** sebastianstadil_ has joined #openstack11:15
*** sebastianstadil has quit IRC11:15
*** sebastianstadil_ is now known as sebastianstadil11:15
*** sebastianstadil has joined #openstack11:16
jdpondOK, I installed using the Essex/Ubuntu instructions.  Come up with a weird bridge:   IP address for virbr0: 192.168.122.1, which, from what I can tell is being set up by nova.  Any ideas why?11:17
jdpondOr maybe horizon, can't tell.11:17
myz_it is not weired at all11:17
myz_this is libvirt default network11:17
*** marrusl has joined #openstack11:18
myz_you can disable it to start manually # virsh net-autostart --disable default11:18
*** sebastianstadil has quit IRC11:18
*** dolphm has quit IRC11:18
myz_jdpond:  look at the answer11:20
*** dachary has joined #openstack11:20
*** supriya has joined #openstack11:20
*** ozstacker has quit IRC11:26
*** ozstacker has joined #openstack11:26
jdpondmyz_: Got "Network default unmarked as autostarted"  Just curious, why was it autostarted anyway for this installation?  Should it be documented to disable?11:26
*** dachary has quit IRC11:26
*** livemoon has quit IRC11:30
*** Mkenneth has quit IRC11:34
*** shaibn has quit IRC11:35
*** wiliam has joined #openstack11:37
jdpondmyz_: Thanks, that solved the extraneous bridge after reboot, but does anyone know if that default network is needed?  If not, should probably be disabled in the instructions.  Testing now, but don't know potential other impacts.11:42
*** legkodymov has joined #openstack11:42
myz_jdpond: There will be no impact as long as you set the bridge in nova.conf into the bridge that you manually configured for your installation11:44
myz_jdpond: this manually configured bridge usually named 'br0'11:45
jdpondmyz_.  I manually configured br100 - is that a mistake?11:45
*** dolphm_ has joined #openstack11:45
jdpondTo eth1.  Noticed that bridge was automatically created when I booted and instance.11:47
*** salgado has joined #openstack11:47
myz_jdpond: Actually the name of the bridge is not important as long as the manually configured bridge name matches nova.conf ''--bridge' key11:47
myz_yup that is a normal behaviour11:47
myz_jdpond: sorry for bad english :)11:48
*** asavu has joined #openstack11:48
jdpondmyz_: First, thanks for the help - I owe you one and your english if fine!  So manually configuring br100 in the interfaces file shouldn't conflict with the automatic generation at time of instance boot?  Should I update the comments in the documentation with this information or am I the only one affected?11:49
jdponds/if/is/11:49
*** marrusl_ has joined #openstack11:50
myz_jdpond: pastebin your bridge configuration11:52
myz_is there is anybody online with successful windwos instance on OpenStack????!!!11:56
*** dachary has joined #openstack11:57
*** asavu has quit IRC12:00
dnaorimyz_, i do12:03
*** troytoman-away is now known as troytoman12:03
*** marrusl_ has quit IRC12:04
troytomanohadlevy:yes?12:04
zykes-dnaori: got a guide on images ?12:05
*** davepigott has quit IRC12:05
*** Mkenneth has joined #openstack12:05
*** dachary has quit IRC12:05
*** dolphm_ has quit IRC12:05
ohadlevytroytoman: are you the right person for melange q? :)12:06
*** davepigott has joined #openstack12:06
jdpondmyz_: http://pastebin.com/EtgxV2cj.  I know, need to modify broadcast, but I think this is working.12:07
troytomanohadlevy: hopefully :-) jkoelker is also a good resource12:07
ohadlevytroytoman: would an rest api for manipulating dhcp interest you?12:07
ohadlevytroytoman: or thats outside of its scope?12:07
jdpondI'm running to meeting - won't be avail for about 1.5 hours - will check log when I return.  myz_ - seriously, thanks for the help.12:07
troytomanohadlevy: there has been some interest around that area, yes12:07
*** jdpond has quit IRC12:08
*** never2far has quit IRC12:08
troytomanohadlevy: we're sorting out how that best fits as we look at folding melange functionality into quantum12:08
ohadlevytroytoman: http://theforeman.org/projects/smart-proxy/wiki/API12:08
*** kbringard has joined #openstack12:09
ohadlevytroytoman: yes i know :)12:09
troytomanohadlevy: thanks. i'll take a look12:09
rgirodmyz_: I too have deployed a Windows instance12:09
myz_dnaori & rgirod :is there is any special modification to Windows image before being able to host it on Openstack installation12:09
ohadlevytroytoman: documentation is a bit laking, but its working in production for quite a long time12:09
dnaorimyz_, http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-a-windows-image.html12:10
*** maoy has joined #openstack12:10
dnaorizykes-, ^12:10
myz_dnaori & rgirod: Openstack stuck in 'Spawning' and returns an Error12:10
dnaoripaste the error12:11
*** hggdh has joined #openstack12:12
myz_dnaori: I've been reading from a different link, but thanks for this one, I will check it12:12
*** msavy has joined #openstack12:12
dnaorimyz_, np12:13
*** legkodymov has quit IRC12:15
*** ahasenack has joined #openstack12:17
*** mohits has quit IRC12:18
*** julian_c has quit IRC12:19
*** livemoon has joined #openstack12:19
*** dnaori has quit IRC12:22
*** never2far has joined #openstack12:22
*** eneabio has joined #openstack12:24
eneabioI have a problem with "glance add": Failed to add image. Got error:12:24
eneabioThe request returned a 413 Request Entity Too Large. This generally means that rate limiting or a quota threshold was breached.12:24
eneabioThe response body:12:24
eneabio413 Request Entity Too Large12:24
eneabioThe body of your request was too large for this server.12:24
eneabio Image storage media is full: There is not enough disk space on the image storage media.12:24
eneabioNote: Your image metadata may still be in the registry, but the image's status will likely be 'killed'.12:25
eneabioWhat's the problem?12:25
*** veet has joined #openstack12:26
*** livemoon has quit IRC12:26
*** dachary has joined #openstack12:27
kbringardI assume you have enough room to store the image?12:28
*** roge has joined #openstack12:28
veetHi! I installed Ubuntu MaaS server, but I have Internal Server Error on http://my.ip.address//MAAS.12:30
veetCan you help me with this problem?12:32
eneabioyes12:35
*** dnaori has joined #openstack12:36
*** flaviamissi has joined #openstack12:37
*** dwcramer has joined #openstack12:38
veeteneabio, help please. What should I do?12:39
*** dachary has quit IRC12:40
*** Stackops-Jorge has quit IRC12:41
webvictimhe wasn't replying to you, sadlyh.12:41
webvictim*sadly.12:41
*** lorin1 has joined #openstack12:42
*** gus_m has joined #openstack12:43
*** h0cin has joined #openstack12:43
*** h0cin has joined #openstack12:43
*** mohits has joined #openstack12:44
*** davidha has quit IRC12:44
*** davidha has joined #openstack12:44
veetIf someone will help me I will be sooooooo happy, because I spent couple hours to solve it. :)12:45
kbringardI don't know much about MaaS, but you're probably not really in the right channel for help with it12:46
*** ryanpetrello has joined #openstack12:46
*** dwcramer has quit IRC12:46
*** veet has quit IRC12:48
*** supriya has quit IRC12:49
uvirtbotNew bug: #994201 in openstack-ci "StackForge user sync is broken" [High,Triaged] https://launchpad.net/bugs/99420112:51
*** supriya has joined #openstack12:52
*** mohits has quit IRC12:53
*** lloydde has joined #openstack12:53
*** jackh has joined #openstack12:54
*** dolphm has joined #openstack12:55
*** mapu has joined #openstack12:55
*** cryptk is now known as cryptk|offline12:58
*** adalbas has joined #openstack12:58
*** dolphm has quit IRC12:59
*** ondergetekende has quit IRC12:59
*** taihen has quit IRC13:00
*** taihen has joined #openstack13:00
*** williamherry has quit IRC13:00
*** Deathvalley122 has quit IRC13:01
*** ryanpetrello has quit IRC13:05
*** rods has joined #openstack13:06
*** cctrieloff has joined #openstack13:06
*** rkukura has quit IRC13:08
*** laurent\ has quit IRC13:09
*** laurent\ has joined #openstack13:09
*** lts has joined #openstack13:10
uvirtbotNew bug: #1000739 in keystone "Endpoints created by sample_data.sh are pointing to localhost." [Undecided,New] https://launchpad.net/bugs/100073913:11
*** dprince has joined #openstack13:11
*** markmcclain has quit IRC13:13
*** dtroyer_zzz is now known as dtroyer13:14
*** jgriffith has joined #openstack13:14
*** marrusl has quit IRC13:14
*** marrusl has joined #openstack13:15
*** milner__ has joined #openstack13:17
*** milner__ has quit IRC13:17
*** milner_ has quit IRC13:17
*** milner has joined #openstack13:17
*** imsplitbit has joined #openstack13:22
*** never2far has quit IRC13:22
*** mhzarei has joined #openstack13:23
*** maoy has quit IRC13:26
*** dwcramer has joined #openstack13:26
*** ondergetekende has joined #openstack13:27
*** praefect has joined #openstack13:28
*** davidha has quit IRC13:30
*** davidha has joined #openstack13:35
*** edygarcia has joined #openstack13:35
*** edygarcia has quit IRC13:36
*** marrusl has quit IRC13:36
*** marrusl has joined #openstack13:36
*** CristianDM has joined #openstack13:41
*** gnu111 has joined #openstack13:44
*** andrewbogott_ has quit IRC13:45
*** andrewbogott_ has joined #openstack13:45
*** dwcramer has quit IRC13:48
*** rmartinelli has joined #openstack13:49
*** andrewsben_zz is now known as andrewsben13:49
*** russf has joined #openstack13:53
*** rmartinelli has quit IRC13:53
*** PerlStalker has joined #openstack13:53
*** mhzarei has quit IRC13:55
*** rkukura has joined #openstack13:55
*** dnaori has quit IRC13:56
*** edygarcia has joined #openstack13:56
*** lloydde has quit IRC13:57
*** troytoman is now known as troytoman-away13:57
*** rmartinelli has joined #openstack13:58
*** jdpond has joined #openstack13:58
*** nphase has joined #openstack13:59
*** jackh has quit IRC14:00
*** notze has joined #openstack14:00
*** esm has joined #openstack14:00
*** esm is now known as Guest4413914:01
uvirtbotNew bug: #1000757 in keystone "prettytable 0.6.0 test dependency has bad md5sum in PyPi" [Medium,In progress] https://launchpad.net/bugs/100075714:01
*** ondergetekende has quit IRC14:03
*** ryanpetrello has joined #openstack14:03
*** jdpond has left #openstack14:03
*** hggdh has quit IRC14:05
*** GheRivero_ has joined #openstack14:06
*** robbiew has joined #openstack14:06
*** rnorwood has joined #openstack14:08
*** dwcramer has joined #openstack14:09
*** Stackops-Jorge has joined #openstack14:09
*** davidha has quit IRC14:09
*** dolphm has joined #openstack14:10
*** markmcclain has joined #openstack14:13
*** supriya has quit IRC14:13
*** RobertLaptop has joined #openstack14:15
*** RobertLaptop has left #openstack14:15
*** davidha has joined #openstack14:16
*** aliguori has quit IRC14:18
*** aliguori_ has joined #openstack14:20
*** jdpond has joined #openstack14:20
*** cdub has joined #openstack14:21
*** maoy has joined #openstack14:22
*** hggdh has joined #openstack14:22
*** gongys has quit IRC14:23
*** z00dax6 has quit IRC14:24
*** jcannava has joined #openstack14:24
*** z00dax6 has joined #openstack14:24
*** z00dax6 is now known as Guest8300314:25
*** byeager has quit IRC14:26
tychoishhas anyone done work automating mongodb deployments with openstack?14:26
uvirtbotNew bug: #1000774 in nova "Reboot fails in XenServer for powered off instance" [Undecided,New] https://launchpad.net/bugs/100077414:31
PerlStalkertychoish: I've not done it but that sounds like something puppet or chef would help with.14:31
*** monster_ has joined #openstack14:34
*** hggdh has quit IRC14:34
*** lloydde has joined #openstack14:35
*** anticw has quit IRC14:38
*** anticw has joined #openstack14:39
*** Maledictus has joined #openstack14:40
*** uksysadmin has joined #openstack14:40
*** byeager has joined #openstack14:40
*** remus_ has quit IRC14:40
tychoishPerlStalker: agreed.14:41
tychoishI guess I'm less looking for how to, and more curious if there are people who have done stuff like that (particularly vis a vis auto provisioning with the openstack api)14:42
uksysadmin'sup homies...14:42
*** Triade has joined #openstack14:44
*** hunglin has joined #openstack14:44
*** marrusl has quit IRC14:45
*** marrusl has joined #openstack14:45
*** DavidLevin has quit IRC14:45
*** davidha has quit IRC14:45
*** dtroyer is now known as dtroyer_zzz14:45
*** oubiwann has quit IRC14:45
*** davidha has joined #openstack14:47
PerlStalkerI'm into day two of my nova problems.14:48
uksysadminFlorianOtel, long time no speak.14:48
*** DavidLevin has joined #openstack14:48
PerlStalkerI have confirmed that the error (TypeError: string indices must be integers, not str) is not an authentication problem.14:48
*** nerdalert has joined #openstack14:49
*** KavanS has joined #openstack14:49
*** nerdalert has quit IRC14:49
PerlStalkerSo here's what I'm seeing when I try to run 'nova --debug list' http://pastebin.com/KVK3Zn4q14:50
*** nerdalert has joined #openstack14:50
*** stuntmachine has joined #openstack14:53
*** davidha has quit IRC14:55
CristianDMHi. I have a doubt. How I can access to the instances with password14:55
*** marrusl_ has joined #openstack14:56
CristianDMAnd without key14:56
*** jackh has joined #openstack14:57
*** dtroyer_zzz is now known as dtroyer14:57
*** notze has quit IRC14:57
*** jj0hns0n_ has joined #openstack14:58
*** jj0hns0n has quit IRC14:58
*** jj0hns0n_ is now known as jj0hns0n14:58
*** supriya has joined #openstack15:00
*** Ryan_Lane has joined #openstack15:01
*** FlipFlop_ has joined #openstack15:02
*** ryanpetrello has quit IRC15:02
*** ppradhan has joined #openstack15:02
*** markmcclain has quit IRC15:04
*** Guest83003 is now known as z00dax615:04
*** monster__ has joined #openstack15:04
*** monster_ has quit IRC15:05
*** monster__ is now known as monster_15:05
*** davidha has joined #openstack15:06
*** rnirmal has joined #openstack15:07
*** reidrac has quit IRC15:09
*** freeflying has quit IRC15:10
*** freeflying has joined #openstack15:11
*** lloydde has quit IRC15:11
*** davepigott has quit IRC15:11
*** anderstj has joined #openstack15:11
*** paulmillar has quit IRC15:12
*** Ryan_Lane has quit IRC15:12
*** Ryan_Lane has joined #openstack15:13
*** Ryan_Lane has quit IRC15:13
*** Ryan_Lane has joined #openstack15:13
*** sdake has quit IRC15:14
*** sdake has joined #openstack15:14
PerlStalkerHopefully easy question. How does one attach an ISO image as a CD to a running instance?15:17
*** zeus has joined #openstack15:17
*** marrusl has quit IRC15:18
*** marrusl_ is now known as marrusl15:18
*** jackh has quit IRC15:19
*** mindpixel has quit IRC15:20
*** stimble has joined #openstack15:22
*** hggdh has joined #openstack15:22
*** jj0hns0n has quit IRC15:24
*** mrjazzcat has joined #openstack15:25
*** mnewby has joined #openstack15:26
*** anderstj has quit IRC15:26
*** natea has joined #openstack15:26
*** uksysadmin has quit IRC15:26
*** notze has joined #openstack15:27
*** Blackavar has quit IRC15:29
*** Gordonz has joined #openstack15:30
*** yazirian has joined #openstack15:30
*** yazirian has quit IRC15:30
*** yazirian has joined #openstack15:31
*** MarkAtwood has joined #openstack15:32
*** mnewby has quit IRC15:32
*** legkodymov has joined #openstack15:32
*** dolphm has quit IRC15:32
*** dolphm has joined #openstack15:33
*** yazirian has quit IRC15:33
*** oubiwann has joined #openstack15:33
*** lloydde has joined #openstack15:33
*** hub_cap has joined #openstack15:33
*** eneabio has left #openstack15:34
myz_hi guys, I have a problem running windows on Openstack, It instance takes an IP then on 'spawning' state is remains there for ever, any ideas??15:36
*** jj0hns0n has joined #openstack15:36
*** jedha has quit IRC15:36
*** dolphm has quit IRC15:37
*** Gordonz has quit IRC15:41
*** yazirian has joined #openstack15:41
*** Gordonz has joined #openstack15:41
uvirtbotNew bug: #1000809 in quantum "unneeded import of ovs_models in OVS agent break 2.4 compat" [Medium,New] https://launchpad.net/bugs/100080915:41
*** Blackavar has joined #openstack15:41
*** yazirian has quit IRC15:41
*** vitiho has quit IRC15:43
*** yazirian has joined #openstack15:45
*** lloydde has quit IRC15:45
*** lloydde has joined #openstack15:45
*** yazirian has quit IRC15:46
ninkotechmyz_: VLAN or flatDHCP?15:48
*** cooper has joined #openstack15:48
BLZbubbamyz_: what do you see in /var/log/nova/ ?15:49
BLZbubbatypically if there is an error it will be in one of those files15:49
BLZbubbaPerlStalker: if it's KVM, you can connect with VNC and use the ctrl+shift+1 & 2 interface (i think that's the right keystroke for it)15:50
BLZbubbaoh yeah speaking of Windows, how do you guys handle licensing issues with Windows instances?15:51
*** yazirian has joined #openstack15:51
BLZbubbai'm building this out with a tech net subscription but I have absolutely no clue how to do the licensing "for real"15:51
*** yazirian has quit IRC15:51
PerlStalkerBLZbubba: I was hoping for something a little more user friendly than using the qemu console.15:52
*** livemoon has joined #openstack15:52
*** nmistry has joined #openstack15:52
*** nacx has quit IRC15:53
CristianDMI have doubt about floating-ip15:53
CristianDMI check that the instance don´t have inside declared the floating-ip15:54
CristianDMBut some daemons need this to work15:54
livemoondoes anyone use openstack with spice?15:54
*** garyk has quit IRC15:55
*** lloydde has quit IRC15:55
uvirtbotNew bug: #1000817 in glance "Essex images for Maveric or earlier produces no instance console log" [Undecided,New] https://launchpad.net/bugs/100081715:56
myz_ninkotech:  flatDHCP15:57
*** dwcramer has quit IRC15:57
*** edygarcia has quit IRC15:58
myz_BLZbubba: normal stuff like if you run a Linux instance, but it comes to a point where everything stops and sometimes nova-compute server crashes15:58
*** livemoon has left #openstack15:59
*** maplebed has joined #openstack15:59
myz_BLZbubba: I want to mention that, If i run this image directly on KVM usint virsh it run successfully15:59
myz_s/usint/using15:59
CristianDMAny=16:00
CristianDM?16:00
*** issackel_ has joined #openstack16:00
*** vitiho has joined #openstack16:01
*** issackel_ has quit IRC16:01
*** aliguori_ has quit IRC16:01
*** Ryan_Lane has quit IRC16:01
*** issackelly has quit IRC16:02
*** anderstj has joined #openstack16:02
*** leifmadsen has joined #openstack16:02
*** issackelly has joined #openstack16:02
*** crescendo has quit IRC16:03
*** epim has quit IRC16:03
*** notze has quit IRC16:03
BLZbubbamyz_: do you have --verbose in your nova.conf?16:03
BLZbubbamaybe top can give a clue too16:04
CristianDMmyz_v: any idea about my question?16:04
BLZbubbaCristianDM: yeah this is a common problem with these 1-to-1 NAT solutions (which i can't stand)16:04
BLZbubbawhen i start using public IP's i will just use them as the fixed addresses16:05
uvirtbotNew bug: #1000824 in glance "special characters in decurity group description cause a malfunction" [Undecided,New] https://launchpad.net/bugs/100082416:05
CristianDMMy issue is that I need to make a cluster with HAproxy16:06
BLZbubbathough it is really the fault of applications that are dumb about it (e.g. Oracle)16:06
*** livemoon has joined #openstack16:06
CristianDMSo, I have all internally IPs, but need make VIPs for example16:06
CristianDMIs it possible?16:06
*** Ryan_Lane has joined #openstack16:07
*** matwood has joined #openstack16:07
*** livemoon has left #openstack16:07
CristianDMBLZbubba: So openstack can´t work with the most important applications?16:08
BLZbubbaCristianDM: that is on my list of things to figure out.  i typically use keepalived and nginx, it would be nice to have it set up pools automatically16:08
*** eirikbb_ has joined #openstack16:08
BLZbubbaCristianDM: it can work with them just fine, but it sometimes takes some extra effort to work with DHCP or 1-to-1 nat issues16:08
BLZbubbae.g. oracle tnsnames that dont' match what DHCP gives you16:09
BLZbubbaso you have to bind it to 0.0.0.016:09
CristianDMBLZbubba: Ok, but how I can have private IP and the public IP inside the instance.16:09
BLZbubbaCristianDM: not sure about that yet, I don't give my vm's two addresses, just fixed16:10
BLZbubbabut the standard openstack networking doesn't handle this arrangement well at all16:10
BLZbubbaso you are probably better off just fixing the daemons if you can16:11
uvirtbotNew bug: #1000827 in devstack "Swift storage not cleaned out on multiple runs" [High,New] https://launchpad.net/bugs/100082716:11
CristianDMBLZbubba: I need access to a shared NFS with the private network, but in some cases I need public access to16:11
uvirtbotNew bug: #1000828 in glance "test_invalid_auth_url shouldn't hit arbitrary web server" [Undecided,In progress] https://launchpad.net/bugs/100082816:11
*** eirikbb has quit IRC16:11
BLZbubbayeah that is tricky sometimes16:12
*** joearnold has joined #openstack16:13
CristianDMBLZbubba: HAProxy need a VIP into every instance really?16:13
ninkotechBLZbubba: best is to avoid windows.. thats my solution16:15
ninkotech(replying to [17:51] <BLZbubba> oh yeah speaking of Windows, how do you guys handle licensing issues with Windows instances?)16:16
BLZbubbaninkotech: :) yeah i have been holding out as long as I can.  if only IE9 ran well enough in wine to do selenium tests on it :P16:16
ninkotechwho on earth is using internet exploder?16:16
ninkotech:)16:16
BLZbubbai don't personally know anyone who uses it as their default web browser, but there must be some of them out there somewhere16:17
ninkotechBLZbubba:  btw by using windows you support  what Billy G does:  depopulation, genocide, killing granny to hire few more teachers, death panels,  GM mosquitos vaccinating people against their will, LA RAZA (mexican KKK-like rasist org), even luciferianism [he was giving money to daughter companies of Lucis (Lucifer) Trust].     if you do not believe me, just search the internet, its all really happening.16:22
*** andrewsben is now known as andrewsben_zz16:22
*** monster__ has joined #openstack16:22
BLZbubbabelieve me i have been a M$ hater for a looooong time16:23
ninkotech:)16:23
ninkotechi do.16:23
*** jog0 has joined #openstack16:23
BLZbubbasince before linus started working on linux16:23
ninkotechbut do not just hate - build something better :)16:23
ninkotechjoin the free society16:23
ninkotech:)16:23
*** clauden has joined #openstack16:23
*** monster_ has quit IRC16:24
*** monster__ is now known as monster_16:24
*** KavanS has quit IRC16:25
*** CristianDM has quit IRC16:26
uvirtbotNew bug: #1000837 in quantum "document that none of the "nova-manage network modify" commands should be used w/Quantum" [Medium,In progress] https://launchpad.net/bugs/100083716:26
*** CristianDM has joined #openstack16:27
*** dwcramer has joined #openstack16:27
*** jog0 has left #openstack16:27
*** mancdaz_ has quit IRC16:30
*** aliguori has joined #openstack16:30
*** osier_ has quit IRC16:33
*** jplewi has joined #openstack16:33
*** nmistry has quit IRC16:34
*** edygarcia has joined #openstack16:34
*** ryanpetrello has joined #openstack16:34
*** andrewbogott_ has quit IRC16:35
*** andrewbogott_ has joined #openstack16:35
*** KavanS has joined #openstack16:35
*** cdub has quit IRC16:36
*** markmcclain has joined #openstack16:36
*** warik has joined #openstack16:37
*** jplewi has quit IRC16:38
*** jgriffith has quit IRC16:38
*** anderstj has quit IRC16:40
*** edygarcia has quit IRC16:41
uvirtbotNew bug: #1000853 in nova "Restarting nova-network removes ip packet filters " [Undecided,New] https://launchpad.net/bugs/100085316:41
*** supriya has quit IRC16:43
*** jgriffith has joined #openstack16:43
*** anderstj has joined #openstack16:43
*** nmistry has joined #openstack16:44
*** lazyshot has joined #openstack16:44
*** donaldngo_hp has joined #openstack16:44
*** dwcramer has quit IRC16:44
*** cooper has quit IRC16:49
*** gus_m has quit IRC16:49
MadkissHi guys16:50
Madkisscan somebody try to explain, in one sentence please, what exactly a "partition" is in the Swift context?16:50
*** bbcmicrocomputer has quit IRC16:50
*** s0mik has joined #openstack16:51
*** lloydde has joined #openstack16:52
*** derekh has quit IRC16:52
*** Blackavar has quit IRC16:52
*** Mkenneth has quit IRC16:55
*** Stackops-Jorge has quit IRC16:56
kbringardMadkiss: I may be wrong, but I think it's just a way to shard out files across the multiple hosts16:56
*** Stackops-Jorge has joined #openstack16:56
kbringardswift builds out the directory structure and then uses it to determine where to put replicas of stuff to keep it all in balance16:57
*** jplewi has joined #openstack16:57
Madkisskbringard: that's great, thanks :)16:59
*** edygarcia has joined #openstack17:00
*** hub_cap has quit IRC17:00
*** supriya has joined #openstack17:00
*** garyk has joined #openstack17:01
notmynameMadkiss: kbringard is correct. the partition is a segment of the hash keyspace that is mapped to a particular storage volume. (there's my one sentence.) the partitions are used to determine where in the cluster the data lives, not where on disk it lives (mostly)17:01
*** nmistry has quit IRC17:02
*** hub_cap has joined #openstack17:02
notmynamemostly == the partition is actually used in the directory structure, but that's it. the important part of the partitions is which storage volumes it lives on, not where on the volume it lives17:02
*** jdpond has left #openstack17:02
*** clauden has quit IRC17:04
*** Triade has quit IRC17:05
Madkissnotmyname: I see. And zones, in that concept, are that decide where the storage volume that a partition lives on lives on? ;-)17:05
*** adjohn has joined #openstack17:05
*** andresambrois has joined #openstack17:07
notmynameMadkiss: think of zones as a group of storage volumes. object maps to a partition, a partition lives on storage volumes (replica count number of volumes), and the storage volumes are in zones. swift's ring ensures that the volumes a partition is on are all in different zones17:07
kbringardso long as we're talking about swift… when you configure glance to use swift as the backend store you have to configure which user it connects to swift as… that's a lower level than what user(s) have access to the image(s) in glance, correct?17:07
kbringardmeaning that glance still manages access to images, and the user it stores images as is just for physically getting the image in and out of swift17:08
notmyname(I don't know enough about glance to answer that)17:09
*** jdurgin has joined #openstack17:10
*** edygarcia has quit IRC17:10
kbringardI would imagine it would have to… it would be counterintuitive if all images were accessible by all tenants17:10
*** joesavak has joined #openstack17:10
uvirtbotNew bug: #1000876 in openstack-ci "gerrit puppet module should be broken up" [Medium,New] https://launchpad.net/bugs/100087617:11
*** ywu has joined #openstack17:11
*** Kami_- has quit IRC17:14
*** _adjohn has joined #openstack17:15
*** b1rkh0ff has quit IRC17:15
*** cooper has joined #openstack17:16
*** adjohn has quit IRC17:17
*** _adjohn is now known as adjohn17:17
*** hggdh has quit IRC17:18
*** Kami_ has joined #openstack17:19
*** cooper has quit IRC17:20
*** inteq has joined #openstack17:20
*** cooper has joined #openstack17:20
*** ozstacker has quit IRC17:22
*** dhellmann_ has joined #openstack17:22
*** dhellmann_ has quit IRC17:22
*** ozstacker has joined #openstack17:23
*** koolhead17 has joined #openstack17:24
*** dhellmann has quit IRC17:25
*** dolphm has joined #openstack17:27
*** Blackavar has joined #openstack17:27
*** Stackops-Jorge has quit IRC17:29
*** Adri2000 has quit IRC17:30
*** Adri2000 has joined #openstack17:30
*** b1rkh0ff has joined #openstack17:31
*** issackelly has quit IRC17:35
*** anderstj has quit IRC17:35
*** GheRivero_ has quit IRC17:36
*** markmcclain has quit IRC17:36
uvirtbotNew bug: #1000887 in quantum "Nova/Quantum Integration broken due to typo in serializer" [Critical,In progress] https://launchpad.net/bugs/100088717:36
*** Mkenneth has joined #openstack17:37
*** rocambole has quit IRC17:37
*** adalbas has quit IRC17:40
PerlStalkerFrack. I think I'm hitting that bug.17:44
*** DavidLevin has quit IRC17:45
mnaserPerlStalker: you using essex or trunk?17:45
PerlStalkeressex17:45
mnaserah, well it's a simple 1 liner fix if you want to eid the files17:46
mnaserhttps://review.openstack.org/#/c/7550/1/nova/network/quantum/client.py17:46
*** asavu has joined #openstack17:48
PerlStalkerI installed from the ubuntu package making that change will not be as easy as I'd like.17:48
*** andrewsben_zz is now known as andrewsben17:50
PerlStalkerWell, I'm just testing so I'll dump quantum for the time being.17:50
*** wilmoore has joined #openstack17:50
arosenAnyone know why switf is giving me this exception when i try to run swift-init proxy start http://pastebin.com/C4GUX8Yv ?17:52
*** ywu has quit IRC17:52
*** dwcramer has joined #openstack17:52
Madkissnotmyname: thanks17:52
*** DavidLevin has joined #openstack17:53
*** jdpond has joined #openstack17:54
*** issackelly has joined #openstack17:55
*** rgoodwin has quit IRC17:56
*** markmcclain has joined #openstack17:57
*** joesavak has quit IRC17:59
*** ewindisch has joined #openstack18:00
*** davidha has quit IRC18:00
*** adamgamble has joined #openstack18:01
*** joesavak has joined #openstack18:01
*** davidha has joined #openstack18:01
*** jplewi has quit IRC18:01
adamgamblehi guys. I saved a snapshot of a server, and now I want to import that on a different open stack box. I have both the kernel and the disk image that are both named as guids… does anyone know what format I should add them with glance?18:01
*** dwcramer has quit IRC18:03
*** supriya has quit IRC18:04
*** judd7 has joined #openstack18:06
*** cooper has quit IRC18:06
*** [tOR] has quit IRC18:07
*** donaldngo_hp has quit IRC18:07
*** udagawa_ has joined #openstack18:08
*** slyons has joined #openstack18:09
*** FlorianOtel_ has joined #openstack18:09
*** matwood has quit IRC18:10
*** FlorianOtel has quit IRC18:10
*** shang has quit IRC18:10
*** kirkland has quit IRC18:10
*** mikal has quit IRC18:10
*** udagawa has quit IRC18:10
*** datajerk has quit IRC18:10
*** fesnel has quit IRC18:10
*** arosen has quit IRC18:10
*** sleepson- has quit IRC18:10
*** changlp has quit IRC18:10
*** aryan has quit IRC18:10
*** laurensell has quit IRC18:10
slyonsI'm having an issue where I can put objects in Swift via soap (boto), but a generated URL claims the bucket does not exist. Anybody have any ideas?18:10
*** kirkland has joined #openstack18:10
*** matwood has joined #openstack18:10
*** shang has joined #openstack18:10
*** mikal has joined #openstack18:10
*** udagawa has joined #openstack18:10
*** datajerk has joined #openstack18:10
*** fesnel has joined #openstack18:10
*** arosen has joined #openstack18:10
*** sleepson- has joined #openstack18:10
*** changlp has joined #openstack18:10
*** aryan has joined #openstack18:10
*** laurensell has joined #openstack18:10
Madkissnotmyname: so what the zones really are: they're making sure that within a three-node swift cluster, two replicas of a file get saved on two different hosts, and not all on the same host (in a simple setup)?18:10
*** davidha has quit IRC18:11
*** davidha has joined #openstack18:11
*** udagawa has quit IRC18:12
*** portertech has quit IRC18:12
notmynameMadkiss: ya. what a "zone" means is really up to you the deployer. the idea is that the zones should be distinct failure zones. so in a small setup, that may be separate boxes. in a large setup it could be groups of cabinets or a DC room18:12
notmynameMadkiss: swift ensures that each replica is placed into a distinct zone18:13
Madkissokay, thanks18:13
*** hunglin has left #openstack18:14
*** Guest97304 is now known as tobin18:15
slyonsconversely, if someone could help me understand how to use the keystone auth via boto that would work better.18:15
*** fukushima has quit IRC18:15
*** legkodymov has quit IRC18:15
slyonsI see a lot of examples that don't clearly state where some of this information is coming from (the "myaccount:myuser" line, for example)18:17
*** [tOR] has joined #openstack18:19
*** jplewi has joined #openstack18:20
*** jplewi has quit IRC18:20
*** jplewi has joined #openstack18:20
Madkissnotmyname: is there any good method to make swift-proxy prefer certain nodes over others? for cross-datacenter scenarios, e.g.18:20
*** donaldngo_hp has joined #openstack18:21
*** darraghb has quit IRC18:22
*** Mkenneth has quit IRC18:22
*** nati has joined #openstack18:22
*** nati has quit IRC18:22
*** adalbas has joined #openstack18:23
*** nati has joined #openstack18:23
natinati identify suki#aki100%18:24
*** nati has quit IRC18:24
*** nowen has joined #openstack18:25
*** epim has joined #openstack18:25
*** nati has joined #openstack18:27
slyonsI can't seem to get any combination of service:swift or demo:demo to work as S3 credentials under devstack. What might I be doing wrong?18:27
*** rgoodwin has joined #openstack18:29
*** nati has quit IRC18:30
*** nati has joined #openstack18:30
*** nati has quit IRC18:30
*** nati_ueno has joined #openstack18:30
*** jcannava has left #openstack18:32
*** davidha has quit IRC18:33
*** davidha has joined #openstack18:33
*** asavu has quit IRC18:35
*** mapu_ has joined #openstack18:35
*** mapu has quit IRC18:35
*** mapu_ is now known as mapu18:35
uvirtbotNew bug: #992729 in nova "Add 'host' name to initialize/terminate volume connection" [Undecided,Fix committed] https://launchpad.net/bugs/99272918:36
*** natea has quit IRC18:38
*** fukushima has joined #openstack18:40
*** davidha has quit IRC18:45
*** davidha_who_took has joined #openstack18:45
*** cdub has joined #openstack18:45
*** clauden has joined #openstack18:46
uvirtbotNew bug: #1000925 in quantum "Linux bridge and devstack does not work" [Undecided,New] https://launchpad.net/bugs/100092518:46
*** asavu has joined #openstack18:47
*** judd7 has quit IRC18:47
*** cooper has joined #openstack18:48
*** cooper has quit IRC18:49
*** cooper has joined #openstack18:50
*** kirkland` has joined #openstack18:50
*** vincentricci has joined #openstack18:50
*** adalbas has quit IRC18:50
*** kirkland has quit IRC18:50
*** matwood has quit IRC18:50
*** shang has quit IRC18:50
*** mikal has quit IRC18:50
*** datajerk has quit IRC18:50
*** fesnel has quit IRC18:50
*** arosen has quit IRC18:50
*** sleepson- has quit IRC18:50
*** changlp has quit IRC18:50
*** aryan has quit IRC18:50
*** laurensell has quit IRC18:50
*** adalbas has joined #openstack18:51
*** matwood has joined #openstack18:51
*** shang has joined #openstack18:51
*** mikal has joined #openstack18:51
*** datajerk has joined #openstack18:51
*** fesnel has joined #openstack18:51
*** arosen has joined #openstack18:51
*** sleepson- has joined #openstack18:51
*** changlp has joined #openstack18:51
*** aryan has joined #openstack18:51
*** laurensell has joined #openstack18:51
*** jgriffith has quit IRC18:54
*** johnpostlethwait has joined #openstack18:55
*** nmistry has joined #openstack18:56
*** reed has quit IRC18:59
*** epim has quit IRC18:59
*** epim has joined #openstack19:00
*** zykes- has quit IRC19:00
*** rnorwood has quit IRC19:00
uvirtbotNew bug: #1000931 in glance "test_interrupt_avoids_respawn_storm leaves behind glance-api processes" [Low,In progress] https://launchpad.net/bugs/100093119:01
*** rnorwood has joined #openstack19:01
*** natea has joined #openstack19:02
*** stuntmachine has quit IRC19:03
*** ttrifonov is now known as ttrifonov_zZzz19:03
*** adjohn has quit IRC19:03
*** Trixboxer has quit IRC19:05
nikhil__.19:06
*** vincentricci has left #openstack19:06
*** zykes- has joined #openstack19:07
*** AlanClark has joined #openstack19:10
*** littleidea has joined #openstack19:10
*** davidha_who_took has quit IRC19:15
*** davidha has joined #openstack19:15
*** eglynn has quit IRC19:15
*** eglynn has joined #openstack19:16
*** pixelbeat has quit IRC19:18
*** dhellmann has joined #openstack19:19
*** Blackavar has quit IRC19:22
arosenWhen I type glance index I get Failed to show index. Got error: The request returned 503 Service Unavilable. This generally occurs on service overload or other transient outage. Any ideas?19:23
arosenI think it could be related to: https://lists.launchpad.net/openstack/msg11565.html ?19:23
aroseni'm not sure which file to put that in though.19:23
*** rnorwood has quit IRC19:24
monster_is it possible to convert a snapshot back into a qcow2 ?19:26
monster_for storage19:26
*** rnorwood has joined #openstack19:27
*** rkukura has quit IRC19:27
PerlStalkerWhich log do I look at to watch the progress of an instance build?19:27
*** ywu has joined #openstack19:28
*** mrmartin has joined #openstack19:31
arosenI tried putting it in glance-registory.conf but same thing.. :/19:31
*** adjohn has joined #openstack19:31
*** andrewsben is now known as andrewsben_zz19:33
*** hunglin has joined #openstack19:34
*** DavidLevin has quit IRC19:34
*** davidha has quit IRC19:38
*** jgriffith has joined #openstack19:38
*** davidha has joined #openstack19:39
*** kirkland` is now known as kirkland19:39
slyonsI simply have no idea how to get Keystone auth and Swift S3 working together.19:39
koolhead17slyons, why19:40
slyonsIf I use the EC2 credentials it works. But the credentials expire. So instead I'm trying to use the keystone auth based on examples and I can't get anything but 40119:41
slyonsno combination of account and user info (from devstack) can seem to make it work.19:42
mnaserslyons: do you successfully have an auth token?19:42
arosenI'm following http://docs.openstack.org/essex/openstack-compute/starter/content/Glance_Config-d1a734.html and I'm a little stuck :/19:42
PerlStalkerAny idea why new instances would just spin on "Spawning" and never actually stare?19:43
arosenshould I be able to run mysql -u glancedbadmin -p19:43
PerlStalkers/stare/start/19:43
*** derrick has joined #openstack19:43
arosenand use password glancesecret ?19:43
mnaserPerlStalker: check nova api/compute logs?19:43
slyonsmnaser: I'm trying to generate a PUT-able url. No headers allowed.19:43
arosenI have run http://docs.openstack.org/essex/openstack-compute/starter/content/Creating_Databases-d1e921.html19:43
mnaserslyons: forgive me, i dont know much of swift but i know about keystone, why cant you add a header in a PUT request19:44
PerlStalkermnaser: I've been watching those but I'm not sure what it's failing on.19:44
mnaserPerlStalker: not sure in that case, turn debug on?19:44
PerlStalkermnaser: I *think* it's hanging on the network setup.19:44
mnaserPerlStalker: it would be stuck in networking state in that case, because networking is before spawning afaik, what hypervisor?19:45
*** asavu has quit IRC19:45
slyonsmnaser: Because I'm dealing with integrating a system that hands out temporary URLs to clients to upload a file to. The clients can already use amazon's S3, but we're migrating away from AWS.19:45
PerlStalkermnaser: kvm19:45
*** adjohn has quit IRC19:45
mnaserslyons: ah i see!  not sure in that case, i can help you get an auth token from keystone but i dont know how far more i can help19:46
mnaserPerlStalker: not sure in that case, check kvm logs?19:46
PerlStalkermnaser: I'm seeing a bunch of repeated "Converting nw_info"19:46
PerlStalkermnaser: I haven't seen anything there. Does libvirt need any special config before openstack can use it?19:46
slyonsmnaser: curses! Thanks for the help anyway :) Is it possible to set keystone tokens to never expire? Because that would certainly work..19:47
mnaserPerlStalker: i'm not familiar with that setup, maybe check libvirt logs as well19:47
mnaserslyons: not sure.. why cant you generate a token for users?19:48
slyonsBecause the users of the application are not at all related to the Keystone users. I just need one set of access keys for the application server.19:49
mnaserslyons: ah, well, i dont know, i dont want to comment on something i dont know much about (swift) :)19:50
mnaserslyons: you might have better help another day, today seems to be a really quiet day here19:50
*** jsavak has joined #openstack19:51
*** joesavak has quit IRC19:51
*** littleidea has quit IRC19:53
*** judd7 has joined #openstack19:54
PerlStalkermnaser: Would that behavior show up if nova didn't like something about my glance image?19:54
*** Blackavar has joined #openstack19:55
mnaserPerlStalker: i'm not sure really, havent worked with those details of nova…yet lol19:57
PerlStalkermnaser: :-)19:57
*** nati_ueno has quit IRC19:59
arosenAnyone know why I'm getting the following error in /var/log/glance/api.log, I'm guessing it's saying bad password?  WARNING [keystone.middleware.auth_token] Unexpected response from keystone service: {u'error': {u'message': u'Invalid tenant', u'code': 401, u'title': u'Not Authorized'}}19:59
kbringardkeystone users are in the form tenant:user20:00
kbringardthat seems to be where the problem is coming from20:00
kbringardnot sure why, though20:00
*** DavidLevin has joined #openstack20:02
*** rnirmal has quit IRC20:02
*** hub-cap has joined #openstack20:03
*** hub-cap has quit IRC20:04
*** hub-cap has joined #openstack20:05
*** c0by has joined #openstack20:05
*** imsplitbit has quit IRC20:06
*** hub_cap has quit IRC20:06
*** hub-cap is now known as hub_cap20:06
*** imsplitbit has joined #openstack20:06
c0byhello, just setting up nova-compute. does the instance_path have to be a local disk on the compute node, e.g. /var/lib/nova/instances. Can it not be an iscsi volume, im using the nexenta driver?20:07
*** dprince has quit IRC20:09
*** dwcramer has joined #openstack20:09
*** mrmartin has quit IRC20:10
kbringardit should work so long as the node has read/write permissions on it20:12
kbringardI'm not sure about the performance implications, though20:12
*** mapu has quit IRC20:12
*** mapu has joined #openstack20:12
c0byif i create a volume and attach it to an instance it uses iscsi and works fine, but the root disk just gets created locally.20:13
*** issackelly has quit IRC20:14
*** slyons has quit IRC20:14
*** hggdh has joined #openstack20:16
arosenI'm getting an error 503 when I run glance index. Any ideas how to fix that?20:19
*** willaerk has joined #openstack20:19
*** jgriffith has quit IRC20:28
*** s0mik has quit IRC20:29
*** legkodymov has joined #openstack20:29
*** issackelly has joined #openstack20:32
*** judd7 has quit IRC20:32
*** wiliam has quit IRC20:32
*** Blackavar has quit IRC20:33
*** bertg has joined #openstack20:34
*** s0mik has joined #openstack20:35
bertgI'm trying to get a basic openstack setup going on Ubuntu 12.04, but am having trouble getting Glance to talk to Keystone.  Can anyone give me a hand?20:38
*** Blackavar has joined #openstack20:39
*** adalbas has quit IRC20:39
*** lorin1 has quit IRC20:40
*** asavu has joined #openstack20:40
*** adjohn has joined #openstack20:40
*** andrewsben_zz is now known as andrewsben20:41
arosenbertg: same here what command are you stuck on :/20:43
zykes-BLZbubba:around still ?20:43
*** judd7 has joined #openstack20:43
bertgWhen I try to get an index from GLance it says Keystone didn't return a Glance endpoint20:44
arosenbertg: when you run glance index?20:45
bertgyes20:45
arosenbertg: that's exactly where I am stuck as well. ... :/20:45
*** salgado is now known as salgado-afk20:45
bertgResponse from Keystone does not contain a Glance endpoint.20:45
arosenbertg: where did you get that message from?20:45
arosen/var/log/glance/* ?20:46
bertgthat's what it says when I run 'glance index'20:46
bertgstdout20:46
arosenbertg: did you run those exports?20:46
bertgyes20:46
bertgIf I don't run them it says You are not authenticated. Details: 401 Unauthorized20:46
arosenecho $SERVICE_ENDPOINT says http://localhost:35357/v2.0 ?20:46
bertgyes20:47
arosenbertg: if you do netstat -an | grep 35357 what does it return?20:47
bertgtcp        0      0 0.0.0.0:35357           0.0.0.0:*               LISTEN20:48
*** jsavak has quit IRC20:48
arosenhrm the error i'm getting is: The request returned 503 Service Unavilable. This generally occurs on service overload or other transient outage.20:48
*** hggdh has quit IRC20:48
arosenHave you run into that one?20:48
bertgI've seen it, yes.  Dno't remember the cirumstances20:48
arosenI found somewhere that it means bad password but I don't know which password is bad. I followed the guide exactly i believe.20:50
*** lts has quit IRC20:50
bertgI've followed three or four guides, heh.  There's a lot of different ones out there, with varying level of detail20:51
arosenI've installed devstack but I kinda want to figure it out by hand first.20:51
arosenhttp://docs.openstack.org/essex/openstack-compute/starter/content/Glance_Config-d1a734.html20:51
arosenis what i followed20:52
arosenbertg: have you checked what's logged in /var/log/glance/*20:52
*** mnaser has quit IRC20:52
*** Maledictus has quit IRC20:52
*** jgriffith has joined #openstack20:53
inteqkeystone related question: i am using the quickstart guide and have hit the point in the keystone configuration where i need to verify that the proper service token is being used in /etc/keystone/keystone.conf... how do i generate a service token that is acceptable to keystone?20:53
*** littleidea has joined #openstack20:53
*** dwcramer has quit IRC20:53
bertgarosen: yeah, nothing helpful in there.20:54
bertginteq: I just use agp and generate a random one, can be whatever you want as far as I know20:55
bertgapg*20:55
inteqbertg:sweet, thanks.20:55
*** hggdh has joined #openstack20:57
*** mnaser has joined #openstack20:57
*** judd7 has quit IRC20:59
inteqbertg: do i need to store the token anywhere besides in the keystone.conf file?20:59
*** Blackavar has quit IRC21:00
zykes-BLZbubba: I had something that I wanted to start on earlier but didn't get to: http://etherpad.openstack.org/HkEvt4crw921:00
*** jdpond1 has joined #openstack21:00
*** jdpond1 has left #openstack21:01
*** johnpostlethwait has quit IRC21:02
*** edygarcia has joined #openstack21:03
*** mapu has quit IRC21:03
*** inteq has quit IRC21:03
*** jdpond has quit IRC21:04
*** inteq has joined #openstack21:04
*** dolphm has quit IRC21:07
*** h0cin has quit IRC21:09
*** cdub has quit IRC21:10
*** hggdh has quit IRC21:16
*** markmcclain has quit IRC21:17
*** adjohn has quit IRC21:18
*** markmcclain has joined #openstack21:19
*** adjohn has joined #openstack21:20
*** littleidea has quit IRC21:26
*** dwcramer has joined #openstack21:28
*** alex88 has quit IRC21:32
*** zeus has quit IRC21:32
sstentanyone seen this error before in horizon ? http://pastebin.com/3C2nQdvh21:34
*** koolhead17 has quit IRC21:34
*** jog0 has joined #openstack21:38
PerlStalkersstent: I can't say that I have.21:38
*** jog0 has quit IRC21:38
kbringardI don't use swift in horizon… it sounds like maybe it's looking for the python swift client, though?21:39
*** aliguori has quit IRC21:39
kbringard[Thu May 17 17:32:16 2012] [error] [client 10.1.102.140]     swiftclient.Error,21:39
*** bsza has quit IRC21:39
sstentyeah I saw that -  is there a python-swiftclient repo?21:40
*** donaldngo_hp has quit IRC21:40
kbringardcould be, what OS are you running?21:41
sstentrpm -- I'm building straight from git21:41
sstentcentos 6.2 if you want to get specfic21:41
*** maoy has quit IRC21:42
kbringardhttps://github.com/chmouel/python-swiftclient21:42
kbringardmaybe?21:42
sstentyeah saw that one, but it looks like a fork of a repos that's gonw21:43
*** aliguori has joined #openstack21:44
*** nati_ueno has joined #openstack21:45
*** jj0hns0n has quit IRC21:45
*** Blackavar has joined #openstack21:46
*** oubiwann has quit IRC21:46
PerlStalkerMy new instances are all freezing during the "spawning" task. What should I look for in the logs to see what's (not) happening?21:47
*** rendar has quit IRC21:47
*** gongys has joined #openstack21:47
*** koolhead17 has joined #openstack21:48
*** dhellmann has quit IRC21:49
*** kbringard has quit IRC21:49
*** willaerk has quit IRC21:50
*** markmcclain has quit IRC21:51
*** lvaughn has quit IRC21:53
*** lvaughn has joined #openstack21:53
*** arBmind has quit IRC21:55
*** ryanpetrello has quit IRC22:01
*** johnpostlethwait has joined #openstack22:02
*** CristianDM has quit IRC22:03
*** bertg has quit IRC22:03
*** flaviamissi has quit IRC22:03
*** nati_ueno has quit IRC22:04
*** nati_ueno has joined #openstack22:04
*** Gordonz has quit IRC22:04
*** rnirmal has joined #openstack22:11
*** Blackavar has quit IRC22:12
*** hunglin has quit IRC22:13
*** never2far has joined #openstack22:14
*** robbiew has quit IRC22:14
*** andreas__ has joined #openstack22:16
*** hub_cap has quit IRC22:17
*** aliguori has quit IRC22:18
*** ahasenack has quit IRC22:19
*** pmezard has quit IRC22:20
*** pixelbeat has joined #openstack22:25
*** ohad has quit IRC22:26
*** legkodymov has quit IRC22:27
arosenI've installed dev stack and launched a vm but when i click on the vm's name it tells me Error: Unable to retrieve details for instance "2a491c65-f4a7-4854-827e-712587f7f232".22:27
arosenAny ideas?22:28
*** vitiho has quit IRC22:28
*** adamgamble has quit IRC22:30
*** andrewsben is now known as andrewsben_zz22:31
*** Karmaon has joined #openstack22:32
BLZbubbazykes-: hey just got back, excellent outline22:32
*** russf_ has joined #openstack22:33
*** arosen has quit IRC22:35
*** ppradhan has quit IRC22:35
*** koolhead17 has quit IRC22:35
*** rnorwood has quit IRC22:36
*** natea has quit IRC22:36
*** ppradhan has joined #openstack22:36
*** russf has quit IRC22:36
*** dwcramer has quit IRC22:37
c0byhello, just setting up nova-compute. does the instance_path have to be a local disk on the compute node, e.g. /var/lib/nova/instances. Can it not be an iscsi volume, im using the nexenta driver?22:37
*** never2far has quit IRC22:37
*** willaerk has joined #openstack22:37
*** arosen has joined #openstack22:37
PerlStalkerIs there a list somewhere of what each state means?22:37
*** willaerk has quit IRC22:37
PerlStalkerEr, task not state.22:38
*** russf_ has quit IRC22:38
*** ohad has joined #openstack22:38
*** asavu_ has joined #openstack22:40
*** gyee has joined #openstack22:41
*** gyee has quit IRC22:41
*** asavu has quit IRC22:43
*** asavu_ is now known as asavu22:43
*** dwcramer has joined #openstack22:44
*** jog0 has joined #openstack22:44
*** jog0 has left #openstack22:45
*** rmartinelli has quit IRC22:45
*** dpippenger has quit IRC22:45
*** miclorb has joined #openstack22:47
*** koolhead17 has joined #openstack22:48
*** mohits has joined #openstack22:48
*** vitiho has joined #openstack22:48
*** hermy|away is now known as hermy22:49
sniperdnotmyname: Is there anyway to manipulate the SyncPoint's for container-synchronization so that the row starts from the beginning? e.g. I set container a container to sync after it already had files in it now the remote cluster wont get all the files, just from where it started replication22:54
*** AlanClark has quit IRC22:55
*** msavy has quit IRC22:55
*** RobertLaptop has joined #openstack22:56
*** RobertLaptop has left #openstack22:56
*** sbadia has quit IRC22:57
*** Blackavar has joined #openstack22:57
*** jj0hns0n has joined #openstack22:57
*** sbadia has joined #openstack22:57
*** PerlStalker has quit IRC22:58
*** jj0hns0n has quit IRC22:58
*** dpippenger has joined #openstack23:00
*** b1rkh0ff has quit IRC23:00
*** dwcramer has quit IRC23:00
*** rnirmal has quit IRC23:05
*** edygarcia has quit IRC23:05
*** gnu111 has left #openstack23:06
*** dtroyer is now known as dtroyer_zzz23:06
*** clauden has quit IRC23:07
*** nowen has left #openstack23:07
*** jgriffith has quit IRC23:08
*** philhsmith has joined #openstack23:09
philhsmithSilly question.  Has this nova blue print been implemented in essex?  The listed metadata is confusing.. https://blueprints.launchpad.net/nova/+spec/store-snapshots-to-swift23:09
*** jgriffith has joined #openstack23:10
philhsmithMore directly, I'm trying to find out if the volume snapshot I just created is living in my swift installation, or if it could with some configuration.23:10
*** jgriffith has quit IRC23:12
arosenWhen I run nva x509-get-root-cert I'm getting Could not find any suitable endpoint. Correct region? Any ideas?23:12
*** ryanpetrello has joined #openstack23:16
*** lloydde has quit IRC23:16
*** Ryan_Lane is now known as Ryan_Lane|away23:18
*** joearnold has quit IRC23:19
*** joearnold has joined #openstack23:20
*** joearnold has quit IRC23:22
*** pixelbeat has quit IRC23:22
*** flaviamissi has joined #openstack23:23
c0bycan an instance's root and ephemeral disks be iscsi luns?23:27
*** andreas__ has quit IRC23:30
mnaserc0by: you can boot from a volume23:35
mnaserif that's what you're wondering23:35
*** aspiers has quit IRC23:35
*** lloydde has joined #openstack23:35
*** FlipFlop_ has quit IRC23:36
c0byi noticed that option, but does that mean i need to manually dd the os to the volume, I cant just select an image from glance have it put it in the volume23:36
*** johnpostlethwait has quit IRC23:37
warikdoes anyone had an issue when dump the Mysql nova DB?  I get this:  mysqldump: Got error: 1146: Table 'nova.projects' doesn't exist when using LOCK TABLES23:39
c0bymaybe i could mount an iscsi lun on the compute host and set intances_path option to that mount point?23:39
*** clauden_ has joined #openstack23:40
*** dwcramer has joined #openstack23:41
*** Blackavar has quit IRC23:41
*** natea has joined #openstack23:43
*** aspiers has joined #openstack23:45
*** clauden_ has quit IRC23:46
*** edygarcia has joined #openstack23:48
*** zul has quit IRC23:51
*** ryanpetrello has quit IRC23:52
*** philhsmith has quit IRC23:53
*** ryanpetrello has joined #openstack23:54
*** Blackavar has joined #openstack23:55
*** zul has joined #openstack23:57
*** dtroyer_zzz is now known as dtroyer23:58
*** nmistry has quit IRC23:59

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