*** dfg has joined #openstack | 00:02 | |
*** tonywolf has quit IRC | 00:03 | |
vishy | soren: pep8 should be added to build depends? | 00:03 |
---|---|---|
*** adiantum_ has joined #openstack | 00:04 | |
*** aimon has quit IRC | 00:05 | |
openstackhudson | Project nova build #430: SUCCESS in 1 min 30 sec: http://hudson.openstack.org/job/nova/430/ | 00:07 |
openstackhudson | Tarmac: Include paste config in tarball. | 00:07 |
*** lionel has quit IRC | 00:07 | |
*** littleidea has quit IRC | 00:08 | |
*** littleidea has joined #openstack | 00:08 | |
Ryan_Lane | euca-describe-instances is very strangely giving me unauthorized. tracing the functions seems to indicate this requires users be admins now? | 00:08 |
vishy | Ryan_Lane: hmm that is odd | 00:09 |
vishy | Ryan_Lane: are you project_manager? | 00:09 |
Ryan_Lane | no | 00:09 |
Ryan_Lane | I'm using a user who is a sysadmin and netadmin | 00:09 |
vishy | hmm sysadmin should work | 00:10 |
vishy | did you remember to do both the global role and the project role? | 00:10 |
Ryan_Lane | yeah | 00:10 |
Ryan_Lane | this was working properly before upgrade | 00:10 |
Ryan_Lane | 'DescribeInstances': ['all'], | 00:11 |
Ryan_Lane | should work for any user | 00:11 |
vishy | hmm true | 00:11 |
vishy | describe should just require you are part of the project | 00:11 |
vishy | your user is a member of the project you are using right? | 00:11 |
Ryan_Lane | yep. | 00:12 |
Ryan_Lane | describe images works | 00:12 |
vishy | weak sauce | 00:12 |
Ryan_Lane | +1 | 00:12 |
Ryan_Lane | :) | 00:12 |
*** littleidea has quit IRC | 00:12 | |
Ryan_Lane | euca-describe-groups works | 00:13 |
Ryan_Lane | euca-allocate-address does not :( | 00:13 |
Ryan_Lane | looks like a fairly inconsistent problem | 00:14 |
Ryan_Lane | euca-authorize works, for instance :) | 00:14 |
*** DubLo7 has joined #openstack | 00:15 | |
*** DubLo7 has left #openstack | 00:15 | |
*** anotherjesse has quit IRC | 00:17 | |
Ryan_Lane | hah. I can create instances, but can't describe them? awesome :) | 00:18 |
* Ryan_Lane goes to track this down | 00:18 | |
*** ChrisAM1 is now known as ChrisAM | 00:19 | |
soren | vishy: It is. | 00:26 |
vishy | pastedeploy fail? | 00:26 |
soren | Unless I'm much mistaked (which I probably am) https://code.launchpad.net/~soren/nova/exclude-vcsversion-from-pep8-check/+merge/46860 this should give us working packages again. | 00:26 |
soren | (combined with some changes I made to the packaging branch) | 00:27 |
*** adiantum_ has quit IRC | 00:27 | |
*** dragondm has quit IRC | 00:28 | |
Ryan_Lane | this is the traceback I'm getting from describe_instances: http://pastebin.com/9MNSKN31 | 00:28 |
Ryan_Lane | there seems to be an issue with exceptions in general | 00:28 |
*** ChanServ sets mode: +v pandemicsyn | 00:29 | |
Ryan_Lane | other commands are throwing generic errors when they should be throwing specific ones. for euca-allocate, I was actually just out of addresses | 00:29 |
Ryan_Lane | but it threw an unexpected error | 00:29 |
soren | "mistaked" <--- I should stop typing past midnight. I'm making a fool of myself | 00:30 |
*** kashyapc has quit IRC | 00:30 | |
Ryan_Lane | @require_admin_context | 00:31 |
Ryan_Lane | def service_get_all_by_host(context, host): | 00:31 |
larissa | Ryan_Lane: Error: "require_admin_context" is not a valid command. | 00:31 |
Ryan_Lane | ^^ that's a problem | 00:31 |
uvirtbot | Ryan_Lane: Error: "^" is not a valid command. | 00:31 |
openstackhudson | Project swift build #168: SUCCESS in 28 sec: http://hudson.openstack.org/job/swift/168/ | 00:31 |
openstackhudson | Tarmac: Updates to remove _ usage that is not i18n related | 00:31 |
Ryan_Lane | ( I should use pastebin ) | 00:31 |
*** adiantum_ has joined #openstack | 00:33 | |
nelson | creiht: anybody ever written any tools for query visualization for swift? | 00:33 |
nelson | or, I guess I should say "transaction visualization" | 00:33 |
creiht | nelson: The only thing that I know of that may come close to what you are asking for is that the cloud scaling guys have some scripts that will create heatmaps based off the errors in the logs | 00:34 |
creiht | to help see hot spots | 00:34 |
creiht | but I haven't seen it yet | 00:34 |
creiht | otherwise, I am not aware of anything like that | 00:34 |
KnuckleSangwich | Curious about the new large object support in Swift...does anyone know if OpenStack is employing erasure coding or replication? Looks like multipart PUTs with replication but I wasn't sure...thanks | 00:37 |
nelson | ah. just trying figure out why some requests are working but some not. | 00:38 |
*** drico_ has joined #openstack | 00:39 | |
soren | Alright, LP build queue is one hour long. I'm not going to stay up for that. good night folks. | 00:40 |
nelson | 'nite soren. | 00:40 |
johnpur | KnuckleSangwich: Swift uses replication for durability, large objects are chunked. | 00:41 |
uvirtbot | New bug: #705195 in nova "describe instances requires admin context" [Undecided,New] https://launchpad.net/bugs/705195 | 00:41 |
creiht | KnuckleSangwich: For large file support, the file is split into chunks, and each chunk is stored as a separate object in the system, and then a manifest points to a listing of the chunks to be considered the complete file | 00:41 |
nelson | creiht: swift-stats-populate created a bunch of containers, but I'm getting 404 errors, so I've screwed up something. | 00:41 |
creiht | when a GET request is issued to the manifest, swift will stream all the chunks as one file | 00:41 |
creiht | nelson: first place I would check is your ring setup | 00:42 |
openstackhudson | Project nova build #431: SUCCESS in 1 min 30 sec: http://hudson.openstack.org/job/nova/431/ | 00:42 |
openstackhudson | Tarmac: Exclude vcsversion.py from pep8 check. It's not compliant, but out of our control. | 00:42 |
nelson | creiht: thanks ... I'll look there first. | 00:42 |
*** kashyapc has joined #openstack | 00:42 | |
*** adiantum_ has quit IRC | 00:42 | |
creiht | KnuckleSangwich: we don't do anything like erasure coding currently, and the chunks are replicated like any other object in the system | 00:43 |
*** drico has quit IRC | 00:43 | |
openstackhudson | Project swift build #169: SUCCESS in 27 sec: http://hudson.openstack.org/job/swift/169/ | 00:46 |
openstackhudson | Tarmac: obsolete PATH_TO_TEST_XFS | 00:46 |
*** westmaas has joined #openstack | 00:46 | |
*** littleidea has joined #openstack | 00:47 | |
*** littleidea_ has joined #openstack | 00:49 | |
nelson | creiht: I'm getting inconsistent results. The same HEAD request against an account server is returning a 204 on one machine but 404 on two others. | 00:51 |
*** littleidea_ has quit IRC | 00:51 | |
*** littleidea has quit IRC | 00:53 | |
nelson | creiht: the one on which it's succeeding has a file in the hash named in the HEAD. The other two have no such hash under /srv/node/sdc1/accounts, and one of them doesn't even have the accounts file. | 00:55 |
*** adiantum_ has joined #openstack | 00:55 | |
nelson | yet the account replicator is running and not complaining. | 00:56 |
nelson | neither is the account auditor whinging. | 00:57 |
nelson | it sounds like my rings aren't set up correctly (but they look right) or my replicators aren't running (but they are, and returning a good status), because account requests against one account server work but against another don't work. | 00:59 |
KnuckleSangwich | Thanks everyone! | 01:12 |
*** pharkmillups has joined #openstack | 01:14 | |
*** littleidea has joined #openstack | 01:18 | |
*** aimon has joined #openstack | 01:18 | |
*** maplebed has quit IRC | 01:21 | |
uvirtbot | New bug: #705205 in nova "Error thrown when creating instance with non-default group" [Undecided,New] https://launchpad.net/bugs/705205 | 01:21 |
*** CloudChris has quit IRC | 01:25 | |
vishy | Ryan_Lane: i think i prefer passing context elevated over removing the require admin context. I think finding out which az a host has is an admin query | 01:26 |
Ryan_Lane | sounds fine to me :) | 01:26 |
*** dfg has quit IRC | 01:29 | |
Ryan_Lane | calling context.elevated() changes the context that will be passed in? | 01:29 |
Ryan_Lane | or returns an elevated version of itself? | 01:30 |
Ryan_Lane | I'm assuming you mean: services = db.service_get_all_by_host(context.elevated(), host) | 01:30 |
termie | Ryan_Lane: i hope it returns an elevated version | 01:30 |
*** littleidea_ has joined #openstack | 01:31 | |
Ryan_Lane | I'd imagine that would be the case :) | 01:31 |
Ryan_Lane | looks like that's the case. I'll push that fix | 01:33 |
*** littleidea has quit IRC | 01:34 | |
*** littleidea_ is now known as littleidea | 01:34 | |
openstackhudson | Project nova build #432: SUCCESS in 1 min 28 sec: http://hudson.openstack.org/job/nova/432/ | 01:37 |
openstackhudson | Tarmac: Added changes to make errors and recovery for volumes more graceful: | 01:37 |
openstackhudson | * If an error occurs while creating our exporting a volume, volume['status'] is set to 'error,' rather than leaving it in 'creating.' Similarly, if an error occurs while deleting, volume['status'] is set to 'error_deleting' | 01:37 |
openstackhudson | * Gracefully handle condition where iscsi export has already been removed, or has never successfully been created, in ISCSIDriver.remove_export | 01:37 |
openstackhudson | * In ISCSIDriver.ensure_export, gracefully handle situation where an iscsi_target is nil. This occurs when there is an error creating a volume that prevents the target from being assigned. | 01:37 |
openstackhudson | * Add nova-manage volume commands: delete and reattach | 01:37 |
openstackhudson | ** delete can be used to delete volumes that are in error state, since users can only delete volumes flagged as 'available' | 01:37 |
openstackhudson | ** reattach can be used after host reboot to reattach volumes | 01:37 |
openstackhudson | Note that I didn't implement rollback as the original bug suggested, but this code accomplishes the same objectives IMO by making it more clear when errors occur and providing tools for dealing with certain common error conditions. | 01:37 |
*** gaveen has quit IRC | 01:40 | |
*** littleidea has quit IRC | 01:41 | |
*** blakeyeager has quit IRC | 01:46 | |
*** DubLo7 has joined #openstack | 01:52 | |
*** pharkmillups has quit IRC | 01:55 | |
*** DubLo7 has left #openstack | 01:57 | |
*** dubsquared has quit IRC | 01:59 | |
uvirtbot | New bug: #705223 in nova "EC2 API does not report instance security groups" [Undecided,New] https://launchpad.net/bugs/705223 | 02:01 |
creiht | nelson: verify that all the machines have the same ring | 02:03 |
*** joearnold has quit IRC | 02:10 | |
*** hisaharu has joined #openstack | 02:13 | |
*** dendro-afk is now known as dendrobates | 02:13 | |
*** koji-iida has joined #openstack | 02:13 | |
*** miclorb has quit IRC | 02:22 | |
*** Ryan_Lane has quit IRC | 02:24 | |
*** DubLo7 has joined #openstack | 02:24 | |
*** burris has quit IRC | 02:28 | |
*** gaveen has joined #openstack | 02:30 | |
*** DubLo7 has left #openstack | 02:33 | |
*** drico_ has quit IRC | 02:38 | |
*** drico has joined #openstack | 02:39 | |
*** adiantum_ has quit IRC | 02:41 | |
*** jdurgin has quit IRC | 02:42 | |
*** adiantum_ has joined #openstack | 02:48 | |
*** burris has joined #openstack | 02:48 | |
*** burris has quit IRC | 03:01 | |
*** mdomsch has joined #openstack | 03:01 | |
*** burris has joined #openstack | 03:04 | |
*** pharkmillups has joined #openstack | 03:05 | |
*** johnpur has quit IRC | 03:06 | |
*** shyam_iyer has joined #openstack | 03:10 | |
*** pharkmillups has quit IRC | 03:23 | |
*** shyam_iyer has left #openstack | 03:25 | |
*** CloudChris has joined #openstack | 03:33 | |
*** burris has quit IRC | 03:33 | |
*** burris has joined #openstack | 03:35 | |
*** adiantum_ has quit IRC | 03:38 | |
*** EdwinGrubbs has joined #openstack | 03:43 | |
*** EdwinGrubbs has joined #openstack | 03:43 | |
*** adiantum_ has joined #openstack | 03:44 | |
*** stewart has quit IRC | 03:54 | |
*** EdwinGrubbs has quit IRC | 03:57 | |
*** lionel has joined #openstack | 03:58 | |
*** Tushar has joined #openstack | 04:03 | |
*** Tushar has quit IRC | 04:06 | |
*** mdomsch has quit IRC | 04:16 | |
*** troytoman has joined #openstack | 04:17 | |
*** joearnold has joined #openstack | 04:27 | |
*** Ryan_Lane has joined #openstack | 04:35 | |
*** Ryan_Lane has joined #openstack | 04:37 | |
*** drico_ has joined #openstack | 04:39 | |
*** drico has quit IRC | 04:41 | |
*** adiantum_ has quit IRC | 04:46 | |
*** nati has joined #openstack | 04:48 | |
*** nati has quit IRC | 04:49 | |
*** hansode has joined #openstack | 04:49 | |
*** unakatsuo has joined #openstack | 04:49 | |
*** yamazaki has joined #openstack | 04:50 | |
*** nati has joined #openstack | 04:50 | |
*** s-mikami has joined #openstack | 04:50 | |
*** adiantum_ has joined #openstack | 04:52 | |
*** burris has quit IRC | 04:54 | |
*** s-mikami has quit IRC | 04:56 | |
*** opengeard has joined #openstack | 04:56 | |
*** saicologic has joined #openstack | 04:57 | |
*** hansode has quit IRC | 05:01 | |
*** hansode has joined #openstack | 05:01 | |
*** nelson has left #openstack | 05:01 | |
*** hadrian has quit IRC | 05:02 | |
*** nelson has joined #openstack | 05:02 | |
*** jaypipes has quit IRC | 05:03 | |
*** troytoman has quit IRC | 05:03 | |
*** jaypipes has joined #openstack | 05:05 | |
*** pharkmillups has joined #openstack | 05:13 | |
*** adiantum_ has quit IRC | 05:14 | |
*** joearnold has quit IRC | 05:18 | |
*** burris has joined #openstack | 05:24 | |
*** adiantum_ has joined #openstack | 05:27 | |
*** aimon has quit IRC | 05:27 | |
*** aimon_ has joined #openstack | 05:27 | |
*** yamazaki has quit IRC | 05:27 | |
*** burris has quit IRC | 05:30 | |
*** burris has joined #openstack | 05:32 | |
*** zenmatt_ has joined #openstack | 05:34 | |
*** zenmatt has quit IRC | 05:36 | |
*** drico_ has quit IRC | 05:39 | |
*** drico_ has joined #openstack | 05:39 | |
*** burris has quit IRC | 05:40 | |
*** EdwinGrubbs has joined #openstack | 05:45 | |
*** EdwinGrubbs has joined #openstack | 05:45 | |
*** f4m8_ is now known as f4m8 | 05:48 | |
*** fcarsten has quit IRC | 05:50 | |
*** nati has quit IRC | 05:52 | |
*** stewart has joined #openstack | 05:52 | |
*** adiantum_ has quit IRC | 05:59 | |
*** omidhdl has joined #openstack | 06:01 | |
*** adiantum_ has joined #openstack | 06:04 | |
*** matiu_ has joined #openstack | 06:26 | |
*** matiu_ is now known as matiu | 06:30 | |
*** adiantum_ has quit IRC | 06:31 | |
*** adiantum_ has joined #openstack | 06:36 | |
*** BK_man has quit IRC | 06:38 | |
*** unakatsuo has quit IRC | 06:39 | |
*** BK_man has joined #openstack | 06:39 | |
*** MarkAtwood has joined #openstack | 06:41 | |
*** BK_man has quit IRC | 06:42 | |
*** paulmillar has joined #openstack | 06:51 | |
*** miclorb has joined #openstack | 06:55 | |
*** kashyapc has quit IRC | 07:01 | |
*** EdwinGrubbs has quit IRC | 07:06 | |
*** thimble has joined #openstack | 07:06 | |
*** perestrelka has quit IRC | 07:08 | |
*** perestrelka has joined #openstack | 07:10 | |
ttx | soren, mtaylor: right, he should have been caught by the plugin, I suppose it's not really enabled | 07:10 |
*** brd_from_italy has quit IRC | 07:10 | |
*** pharkmillups has quit IRC | 07:11 | |
mtaylor | ttx: hrm. no how to debug that? | 07:11 |
*** adiantum_ has quit IRC | 07:16 | |
ttx | mtaylor: let me check, ISTR I added some a "plugin loaded" output on stdout | 07:21 |
*** adiantum_ has joined #openstack | 07:22 | |
ttx | mtaylor: you should see "Loaded CLA Verifier plugin" on tarmac output (maybe you need --debug for that) | 07:25 |
ttx | mtaylor: How did you workaround the plugin loading bug, by adding claverifier.py directly in plugins python path ? | 07:25 |
ttx | or by merging the branch that fixes it ? | 07:26 |
ttx | mtaylor: just running "tarmac merge" on an empty run should output "Loaded CLA Verifier plugin" | 07:27 |
ttx | "tarmac merge --debug" should show "Loading plugins\nLoaded CLA Verifier plugin\nPlugins loaded\n" | 07:29 |
mtaylor | ttx: ok. lemme check | 07:30 |
mtaylor | ttx: I believe I just copied claverifier.py to somewhere | 07:30 |
ttx | hm | 07:31 |
*** rcc has quit IRC | 07:31 | |
ttx | did you set TARMAC_PLUGIN_PATH ? | 07:31 |
mtaylor | ttx: nope. no CLA Verifier plugin output | 07:31 |
*** rcc has joined #openstack | 07:31 | |
* ttx reads tarmac/plugin.py again to undestand it's weird logic | 07:32 | |
mtaylor | ttx: I coped it in to /usr/share/pyshared/tarmac/plugins | 07:32 |
ttx | mtaylor: in my testing I pushed the fixed branch and set TARMAC_PLUGIN_PATH. | 07:32 |
mtaylor | ttx: fixed branch of tarmac? | 07:33 |
ttx | mtaylor: but having it in path should work iirc | 07:33 |
mtaylor | ttx: http://paste.drizzle.org/show/305/ | 07:33 |
ttx | mtaylor: see the README from... | 07:33 |
mtaylor | ttx: that's at the top of plugin.py on the box | 07:33 |
ttx | http://bazaar.launchpad.net/~ttx/+junk/claverifier/view/head:/README | 07:34 |
mtaylor | right. well, we're running tarmac from debs on that box, so I was trying to avoid going back to running from trunk | 07:34 |
* ttx doublechecks if dropping in path works | 07:34 | |
mtaylor | so I tried option #2 | 07:34 |
*** guigui1 has joined #openstack | 07:35 | |
*** GasbaKid has joined #openstack | 07:35 | |
mtaylor | ttx: do I not need to add anything to tarmac.conf ? | 07:35 |
ttx | mtaylor: checking, just a sec | 07:35 |
ttx | mtaylor: no, no extra config needed | 07:38 |
ttx | mtaylor: it should pick up the plugin in os.path.join(os.path.dirname(__file__), 'plugins')] | 07:38 |
ttx | mtaylor: the bug is that the plugin needs to be in a TARMAC_PLUGIN_PATHS directory *and* in PYTHON_PATH | 07:39 |
ttx | if it's not in PYTHON_PATH it won't load | 07:39 |
*** kashyapc has joined #openstack | 07:40 | |
ttx | but /usr/share/pyshared/tarmac/plugins should be in TARMAC_PLUGIN_PATHS if I read the code from your pastebin correctly | 07:40 |
*** befreax has joined #openstack | 07:40 | |
ttx | i'm running from trunk so maybe there were other plugin-related fixes you're missing in the deb | 07:40 |
ttx | unless... /usr/share/pyshared/tarmac/plugin.py is a symlink and os.path.dirname(__file__) resolves outside /usr/share/pyshared/tarmac | 07:44 |
paulmillar | Hey guys - not sure if anyone in here will know or not, but I read some time ago that openstack was going to get hyper-v support.... Is this still the case, and if so is it likely to be anytime soon? | 07:46 |
*** DigitalFlux has joined #openstack | 07:46 | |
ttx | paulmillar: support for hyper-v has landed already | 07:46 |
paulmillar | it has? Oo | 07:47 |
ttx | paulmillar: it's a bit untested though. | 07:47 |
jeremyb | paulmillar: http://wiki.openstack.org/HypervInstall | 07:47 |
*** littleidea has joined #openstack | 07:47 | |
ttx | paulmillar: feedback welcome :) | 07:47 |
paulmillar | Oh cool, will take a look | 07:48 |
paulmillar | Cheers - and yeah, if I run into something I'll let you know :) | 07:48 |
ttx | mtaylor: let me know if you don't find why it fails, I'll try to get access to the box and look around | 07:51 |
mtaylor | ttx: ok. it was the symlink thing. fixed | 07:53 |
ttx | mtaylor: tbh I was surprised it never caught anybody yet. It's a very annoying plugin :) | 07:54 |
mtaylor | :) | 07:54 |
*** allsystemsarego has joined #openstack | 07:56 | |
*** allsystemsarego has joined #openstack | 07:56 | |
*** brd_from_italy has joined #openstack | 07:59 | |
*** adiantum__ has joined #openstack | 08:06 | |
*** adiantum_ has quit IRC | 08:07 | |
*** larstobi has joined #openstack | 08:17 | |
soren | ttx: It's a bit of an odd case. It seems it was xtoddx that proposed his branch for merge. | 08:19 |
*** GasbaKid has quit IRC | 08:19 | |
soren | ttx: So, essentially, he didn't ask for his code to be included. | 08:19 |
ttx | soren: oh, so in this case the CLA verifier wouldn't catch it. | 08:19 |
soren | It checks the registrant of the bmp? | 08:19 |
ttx | yes, that's about the only way to get reasonable LP id mapping. | 08:20 |
ttx | the email to LPid conversion is brittle at best | 08:20 |
soren | I have a trick for that that I've not yet actually tried in the real world. | 08:20 |
ttx | soren: now you scared me | 08:21 |
ttx | soren: see https://bugs.launchpad.net/nova/+bug/705073 (including my last comment) | 08:21 |
uvirtbot | Launchpad bug 705073 in nova "Ubuntu packaging should create DB automatically" [High,Confirmed] | 08:21 |
*** pyros_xx has joined #openstack | 08:21 | |
pyros_xx | hello | 08:21 |
soren | ttx: If you want to map an e-mail to launchpad ID, create a branch, make a commit where you specify the author as the e-mail you want to look up, push the branch to launchpad, and go and look who it links the revision to. | 08:22 |
pyros_xx | anibody here | 08:22 |
pyros_xx | hellooooo | 08:22 |
soren | Dude. | 08:22 |
soren | Relax. | 08:22 |
pyros_xx | ok | 08:22 |
pyros_xx | I am following the installation manual with nodes | 08:23 |
soren | I don't know about your IRC client, but most show you a list of people on a channel when you join it. It would have revealed no less than 173 people in the channel. | 08:23 |
ttx | soren: you can map emails to LPids without resorting to that trick, but that supposes people commit to the branch using a LP-registered email | 08:23 |
pyros_xx | when i run.. | 08:23 |
soren | ttx: True. | 08:23 |
pyros_xx | and the output is: nova.auth.manager 2011.1-workspace:tarmac-20110119093922-2u95mvtsbg5mr3dr): WARNING [N/A] No vpn data for project prueba | 08:23 |
ttx | soren: and so you end up with like 80% of the branches not passing the plugin test. | 08:24 |
ttx | soren: not sure that would fit creiht's meh criteria. | 08:24 |
pyros_xx | sorry i`m not english | 08:24 |
ttx | pyros_xx: that's OK. That's just a warning. | 08:24 |
pyros_xx | where were saved the zip file | 08:25 |
pyros_xx | ? | 08:26 |
ttx | pyros_xx: you should get a nova.zip file in the current directory | 08:26 |
ttx | where you run that command. | 08:26 |
pyros_xx | in ubuntu 10.04 server edition | 08:26 |
pyros_xx | throw ssh | 08:27 |
ttx | pyros_xx: in the current directory. You can type the "pwd" command to see where it is. | 08:27 |
pyros_xx | very thanks | 08:28 |
pyros_xx | i believe that was a bad output | 08:29 |
pyros_xx | o f the command | 08:29 |
*** guigui1 has quit IRC | 08:30 | |
*** calavera has joined #openstack | 08:35 | |
*** larstobi has quit IRC | 08:35 | |
*** drico_ has quit IRC | 08:36 | |
*** j05h has quit IRC | 08:36 | |
*** j05h has joined #openstack | 08:37 | |
*** codehotter has quit IRC | 08:38 | |
*** Ryan_Lane has quit IRC | 08:38 | |
*** drico has joined #openstack | 08:39 | |
*** thimble has quit IRC | 08:40 | |
*** ibarrera has joined #openstack | 08:44 | |
*** littleidea has quit IRC | 08:47 | |
*** littleidea has joined #openstack | 08:47 | |
*** yamazaki has joined #openstack | 08:47 | |
*** ramkrsna has joined #openstack | 08:50 | |
*** stewart has quit IRC | 08:52 | |
*** littleidea has quit IRC | 08:52 | |
uvirtbot | New bug: #705314 in nova "Metadata is broken for anything but /latest/" [Critical,New] https://launchpad.net/bugs/705314 | 08:56 |
*** miclorb has quit IRC | 09:02 | |
*** hoover has joined #openstack | 09:11 | |
hoover | good morning | 09:11 |
hoover | I have a question regarding devinstall on centos | 09:11 |
hoover | most of the stuff works fine, but using nova.sh install results in many apt-get: not found errors (obviously ;-) | 09:12 |
hoover | the centos install wiki page states I should continue with the "ppa installation" after installing all the prerequisites (which I have) | 09:12 |
ttx | hrm.. i'm no CentOS expert but PPA are quite debian/ubuntu-specific, so that sounds wrong | 09:14 |
hoover | yeah I thought it a bit weird too | 09:14 |
ttx | hoover: where are those instructions ? | 09:14 |
hoover | hang on | 09:14 |
hoover | http://wiki.openstack.org/NovaInstall/CentOSNotes | 09:15 |
ttx | looking | 09:15 |
hoover | thanks ttx | 09:15 |
ttx | I think that's an error. We probably meant "install from bzr branch" there | 09:16 |
hoover | I run centos at work and debian / ubuntu at home, so I'm familiar with both | 09:16 |
hoover | ok I tried that using nova.sh branch | 09:16 |
ttx | nova.sh is *also* a bit ubuntu-oriented :) | 09:17 |
ttx | hoover: you should be able to install from the tarball download | 09:17 |
ttx | hoover: but this really lacks proper doc | 09:17 |
hoover | ok, so where's my nova_centos.sh script? ;-) | 09:18 |
ttx | unfortunately i am lacking the necessary cycles to fix that ;) | 09:18 |
hoover | so I can simply download the tarball and take it from there? | 09:18 |
hoover | ah, I see the script tries to install bzr first using apt-get | 09:19 |
ttx | hoover: that should work better than trying to isntall PPA on CentOS | 09:19 |
hoover | same goes for the errors when using nova.sh install | 09:20 |
ttx | hoover: but I never tried install from tarball yet | 09:20 |
hoover | it tries to install all the stuff using apt-get that was already installed by following the centos instructions | 09:20 |
ttx | hoover: might be a tricky way, at least until some fedora packager works on it | 09:21 |
hoover | I'll check the "running nova" bit now, thanks | 09:21 |
ttx | hoover: for your first-time, I recommend using it on Ubuntu Server, since it's quite more friendly :) | 09:21 |
hoover | hm ok thanks | 09:24 |
hoover | sadly for production I guess I'd have to get it to run on centos, too ;-) | 09:25 |
ttx | hoover: aw :) | 09:25 |
hoover | argh, nova-manage explicitly loads "python" | 09:29 |
*** hansode has quit IRC | 09:36 | |
rcc | hi ttx | 09:43 |
rcc | who owns nova.sh ? | 09:43 |
rcc | with the nova-manage db sync pre-requisite, nova.sh needs some cleanup | 09:43 |
ttx | rcc: everyone. | 09:43 |
*** matiu has quit IRC | 09:43 | |
*** adiantum__ has quit IRC | 09:43 | |
*** omidhdl has quit IRC | 09:44 | |
rcc | would you suggest we open a new bug for nova.sh or should I propose my fixes to the 704908/705073 | 09:44 |
rcc | ? | 09:44 |
ttx | rcc: I thought vishy already pushed those changes to nova.sh... I'll have to check | 09:45 |
vishy | there is a branch in review | 09:46 |
rcc | oh, nice, vishy you mind pasting the branch ? | 09:46 |
ttx | vishy: not sleeping, I see :) | 09:46 |
vishy | lp:~vishvananda/nova/friendly-db | 09:47 |
rcc | thx vishy | 09:47 |
vishy | the new nova.sh is also on github | 09:47 |
*** aimon_ has quit IRC | 09:48 | |
*** adiantum__ has joined #openstack | 09:49 | |
*** DigitalFlux has quit IRC | 09:52 | |
*** DigitalFlux has joined #openstack | 09:55 | |
*** miclorb_ has joined #openstack | 09:59 | |
* vishy sleeps | 10:00 | |
hoover | nighty night | 10:01 |
hoover | ;-) | 10:01 |
*** thimble has joined #openstack | 10:07 | |
*** nijaba has quit IRC | 10:14 | |
*** adiantum__ has quit IRC | 10:14 | |
*** nijaba has joined #openstack | 10:19 | |
*** nijaba has joined #openstack | 10:19 | |
*** adiantum__ has joined #openstack | 10:19 | |
*** thimble has quit IRC | 10:25 | |
*** gaveen has quit IRC | 10:25 | |
*** thimble has joined #openstack | 10:26 | |
*** adiantum__ has quit IRC | 10:29 | |
*** gaveen has joined #openstack | 10:29 | |
*** miclorb_ has quit IRC | 10:32 | |
*** adiantum__ has joined #openstack | 10:33 | |
*** DigitalFlux has quit IRC | 10:37 | |
*** drico_ has joined #openstack | 10:39 | |
*** thimble has quit IRC | 10:40 | |
*** drico has quit IRC | 10:43 | |
*** adiantum__ has quit IRC | 10:44 | |
fitzdsl | dig +trace ?~. | 10:45 |
*** adiantum__ has joined #openstack | 10:51 | |
*** thimble has joined #openstack | 10:59 | |
*** adiantum__ has quit IRC | 10:59 | |
*** adiantum__ has joined #openstack | 11:04 | |
*** stewart has joined #openstack | 11:07 | |
*** adiantum__ has quit IRC | 11:12 | |
*** jeff_ has quit IRC | 11:18 | |
*** adiantum__ has joined #openstack | 11:24 | |
hoover | cheers all | 11:25 |
*** hoover has left #openstack | 11:25 | |
*** drico_ has quit IRC | 11:36 | |
*** drico has joined #openstack | 11:39 | |
*** adiantum__ has quit IRC | 11:46 | |
sandywalsh | easy little bug fix merge-prop for any core interested. Helps us on the openstack api side of the house: https://code.launchpad.net/~sandy-walsh/nova/lp705082/+merge/46895 | 11:48 |
*** adiantum__ has joined #openstack | 11:52 | |
*** zul has quit IRC | 11:55 | |
uvirtbot | New bug: #705370 in swift "domain_remap middleware fails if reseller_prefix is not all lowercase" [Undecided,New] https://launchpad.net/bugs/705370 | 11:56 |
*** gaveen_ has joined #openstack | 11:57 | |
*** gaveen has quit IRC | 12:00 | |
fitzdsl | Hello, what command creates the sql schema in mysql ? | 12:07 |
*** thimble has quit IRC | 12:12 | |
*** thimble has joined #openstack | 12:14 | |
*** adiantum__ has quit IRC | 12:15 | |
*** adiantum__ has joined #openstack | 12:21 | |
fraggeln | is there anyway to see actual diskspace available in swift? | 12:22 |
*** ctennis has quit IRC | 12:30 | |
*** adiantum__ has quit IRC | 12:30 | |
*** reldan has joined #openstack | 12:33 | |
*** westmaas has quit IRC | 12:36 | |
*** adiantum__ has joined #openstack | 12:36 | |
*** adiantum__ is now known as adiantum | 12:36 | |
*** adiantum has quit IRC | 12:43 | |
*** adiantum has joined #openstack | 12:46 | |
*** BK_man has joined #openstack | 12:47 | |
uvirtbot | New bug: #705386 in swift "cname_lookup middleware fails if requested domain does not resolve" [Undecided,New] https://launchpad.net/bugs/705386 | 12:56 |
*** westmaas has joined #openstack | 12:57 | |
*** yamazaki has quit IRC | 12:58 | |
*** koji-iida has quit IRC | 13:00 | |
*** drico_ has joined #openstack | 13:05 | |
*** drico has quit IRC | 13:06 | |
*** thatsdone has joined #openstack | 13:07 | |
*** GasbaKid has joined #openstack | 13:07 | |
*** DubLo7 has joined #openstack | 13:11 | |
*** adiantum has quit IRC | 13:15 | |
soren | ttx: http://paste.openstack.org/show/519/ <--- It doesn't need to be more complicated than that, does it? | 13:15 |
*** thatsdon_ has joined #openstack | 13:18 | |
ttx | soren: I think so. it doesn't handle the upgrade case, but I think that's acceptable for today. | 13:18 |
soren | I have no idea how to handle the upgrade case. | 13:19 |
soren | And I don't even mean "automatically" or "from packaging". | 13:19 |
ttx | soren: my understanding was that db sync was doing it for you | 13:19 |
soren | Yes. | 13:19 |
*** thatsdone has quit IRC | 13:19 | |
ttx | ah. hm. right. | 13:19 |
soren | So it upgrades the DB.... but in a multi-node setup, all nodes need to .. | 13:19 |
soren | right. | 13:19 |
soren | Not straight-forward at all. | 13:20 |
ttx | so we could cover upgrade but that would serve like 1% of use cases | 13:20 |
soren | That wouldn't be so bad if it just left the remaining 99% alone. It doesn't. It breaks them. | 13:21 |
soren | The distributed data store will help this a lot, though. | 13:21 |
ttx | oh, it upgrades any db used, not just the local one, I see | 13:21 |
ttx | sounds like a mission for dave :) | 13:22 |
*** adiantum has joined #openstack | 13:22 | |
ttx | soren: would actually be good for nodes to check for DB version before startup, so that we can catch the issue early with a helpful error msg | 13:23 |
soren | ttx: That doesn't solve the problem for nodes that are currently running. | 13:23 |
soren | DB upgrades are a great big pile of suck. | 13:23 |
*** reldan has quit IRC | 13:24 | |
ttx | soren: weren't we using some schema-less thing for that reason, before switching to sql ? | 13:24 |
soren | ttx: That wouldn't have saved us. | 13:24 |
ttx | soren: no, but we could have pretended it could work :P | 13:25 |
soren | ttx: Just because there isn't a queryable schema doesn't mean there isn't an expectation about the data layout. | 13:25 |
soren | Heheh :) | 13:25 |
ttx | Daviey: can the magic install service you're cooking up help us with that ? | 13:26 |
ttx | (doing smart upgrades or inter-related nodes) | 13:26 |
ttx | s/or/of/ | 13:26 |
ttx | soren: posted the branch to improve logging, btw | 13:28 |
soren | \o/ | 13:28 |
ttx | soren: feel free to review :) | 13:28 |
soren | ttx: I will! | 13:28 |
*** adiantum has quit IRC | 13:31 | |
*** thatsdon_ has quit IRC | 13:35 | |
*** adiantum has joined #openstack | 13:37 | |
Daviey | ttx, Possibly.... at the moment, it's just an install service, not a post install management platform (that comes second) | 13:38 |
ttx | Daviey: ok | 13:38 |
Daviey | ttx, It would be useful to know your requirements to throw in that hat of wants. | 13:39 |
*** herki_ is now known as herki | 13:43 | |
*** adiantum has quit IRC | 13:43 | |
*** zul has joined #openstack | 13:47 | |
*** GasbaKid has quit IRC | 13:48 | |
*** adiantum has joined #openstack | 13:49 | |
*** ctennis has joined #openstack | 13:49 | |
*** hadrian has joined #openstack | 13:52 | |
nelson | cool. a hat of wants. Is that like a bag of holding? | 13:56 |
*** reldan has joined #openstack | 14:00 | |
*** paulmillar has quit IRC | 14:05 | |
soren | Phew. | 14:11 |
soren | http://hudson.openstack.org/ is now almost entirely green again. | 14:11 |
*** gaveen_ is now known as gaveen | 14:12 | |
*** morfeas has quit IRC | 14:17 | |
*** littleidea has joined #openstack | 14:18 | |
*** saicologic has quit IRC | 14:20 | |
*** adiantum has quit IRC | 14:22 | |
*** aliguori has joined #openstack | 14:23 | |
*** ppetraki has joined #openstack | 14:26 | |
*** adiantum has joined #openstack | 14:27 | |
colinnich | creiht: ignore everything I said last night, I'm a numpty (good scottish word there) | 14:28 |
*** thatsdone has joined #openstack | 14:30 | |
*** kashyapc has quit IRC | 14:32 | |
*** bcwaldon has left #openstack | 14:35 | |
fitzdsl | does nova-network should run on each server where nova-compute is executed ? | 14:37 |
*** fabiand_ has joined #openstack | 14:38 | |
uvirtbot | New bug: #705446 in nova "DB tables cannot be created with nova-manage" [Undecided,New] https://launchpad.net/bugs/705446 | 14:41 |
*** adiantum has quit IRC | 14:42 | |
*** pvo_away is now known as pvo | 14:45 | |
*** pvo has joined #openstack | 14:45 | |
*** ChanServ sets mode: +v pvo | 14:45 | |
*** littleidea has quit IRC | 14:45 | |
*** littleidea has joined #openstack | 14:45 | |
*** f4m8 is now known as f4m8_ | 14:47 | |
*** littleidea has quit IRC | 14:50 | |
*** reldan has quit IRC | 14:53 | |
*** reldan has joined #openstack | 14:53 | |
*** gondoi has joined #openstack | 14:55 | |
*** hggdh has quit IRC | 14:55 | |
BK_man | fitzdsl: afaik no | 14:56 |
*** stewart has quit IRC | 14:56 | |
*** arthurc has joined #openstack | 14:56 | |
*** stewart has joined #openstack | 14:57 | |
fitzdsl | BK_man: so you think we need a single instance of nova-network ? | 14:57 |
annegentle | fitzdsl: I think that you can just run one instance of nova-network, on the compute node if in a multi-node install | 14:59 |
annegentle | fitzdsl: the messaging queue takes care of requests: http://nova.openstack.org/service.architecture.html | 15:00 |
fitzdsl | annegentle: you mean on the cloud controleur : where nova-api is running ? | 15:01 |
*** hggdh has joined #openstack | 15:01 | |
uvirtbot | New bug: #705453 in nova "There are two nova-api.conf files" [Undecided,New] https://launchpad.net/bugs/705453 | 15:01 |
BK_man | fitzdsl: it depends how many uplinks you need to have for your instances | 15:02 |
fitzdsl | uplinks ? | 15:02 |
annegentle | fitzdsl: my understanding (though limited) is that nova-network manages project networks, so I think it makes sense to put it on the compute node, which is what I'm referring to as "where VMs run and are managed" | 15:02 |
fitzdsl | so, annegentle you say that we need one nova-network per compute node | 15:04 |
soren | annegentle: I don't understand https://bugs.launchpad.net/nova/+bug/705453 | 15:04 |
uvirtbot | Launchpad bug 705453 in nova "There are two nova-api.conf files" [Undecided,New] | 15:04 |
BK_man | khmmm... is glance a standalone project or part of OpenStack Nova? | 15:04 |
soren | annegentle: "/var/openstack/nova/etc/nova-api.conf" makes no sense to me. | 15:05 |
*** hggdh has quit IRC | 15:05 | |
*** reldan has quit IRC | 15:05 | |
*** hggdh has joined #openstack | 15:05 | |
BK_man | soren: it depends on packaging. My location in RHEL6 is /etc/nova | 15:05 |
thimble | annegentle: yesterday I saw an entry regarding a new install script (NovaInstall ?) but today I can´t find it. Can you help me? | 15:05 |
soren | BK_man: I know. | 15:06 |
soren | BK_man: That is why it makes no sense. I don't know of any packaging that would put anything under /var/openstack. | 15:06 |
annegentle | soren: hm. I first installed using sudo apt-get install nova-common nova-doc python-nova nova-api nova-network nova-objectstore nova-scheduler, under var/openstack | 15:06 |
soren | ?!? | 15:06 |
soren | How did you do that? | 15:06 |
annegentle | soren: but coudn't find the nova-api.conf | 15:06 |
BK_man | gents! What will be best name for an RPM for glance? python-glance python-openstack-glance openstack-glance ? | 15:06 |
annegentle | soren: so then I got the bzr branch. Hm. so I guess that's how I got var/member:openstack/nova/etc/nova-api.conf | 15:07 |
BK_man | should I divide it to three packages - libs, parallax & teller? | 15:07 |
soren | BK_man: I'm not familiar with RedHat's naming conventions. In Ubuntu, we have python-glance, glance, and python-glance-doc. | 15:07 |
soren | annegentle: Wow. Now I'm even more confused :) | 15:08 |
soren | annegentle: What is "var/member:openstack/nova/etc/nova-api.conf"? | 15:08 |
BK_man | soren: it's not Red Hat. I already have openstack-nova-* RPMs. Just asking | 15:08 |
annegentle | soren: hm. a weird paste of var / openstack /nova/etc/nova-api.conf | 15:08 |
soren | BK_man: Uh... Well, you asked for naming advice for rpm's. That means RedHat conventions apply in my book. | 15:08 |
*** westmaas has quit IRC | 15:08 | |
soren | annegentle: Ah. | 15:09 |
*** westmaas has joined #openstack | 15:09 | |
annegentle | soren: so I don't have a properly installed nova environment, perhaps the bug is null | 15:09 |
*** jaypipes has quit IRC | 15:09 | |
soren | annegentle: Ok, so I understand "I first installed using sudo apt-get install nova-common nova-doc python-nova nova-api nova-network nova-objectstore nova-scheduler,", but you lose me completely at "under var/openstack". | 15:09 |
soren | How do you install packages under var/openstack? | 15:09 |
annegentle | soren: I'm logged on as root, created an openstack dir under var, ran sudo apt-get install from there. | 15:10 |
BK_man | Ok. It will be openstack-glance. Can Parallax service be used without Teller and vice versa? | 15:10 |
soren | annegentle: Ah. | 15:10 |
soren | annegentle: Where you "are" when you run apt-get does not matter. | 15:10 |
annegentle | soren: ah. | 15:10 |
soren | annegentle: The packages get installed in the same place, nor matter which directory you're in when you run apt-get. | 15:10 |
*** reldan has joined #openstack | 15:11 | |
soren | annegentle: I've updated the description on the bug to make more sense :) | 15:13 |
annegentle | soren: ok. so ... where should nova-api.conf be? The one with the paste.deploy config? | 15:14 |
annegentle | soren: thank you :) | 15:14 |
soren | annegentle: It's in /etc/nova | 15:14 |
*** dragondm has joined #openstack | 15:15 | |
annegentle | soren: not for me, what am I doing wrong? http://paste.openstack.org/show/520/ | 15:15 |
* annegentle can start over fresh install | 15:15 | |
soren | O_o | 15:15 |
soren | I have *no* clue how that happened. | 15:16 |
* annegentle starts over :) | 15:16 | |
soren | Nothing (ever) should create a /var/openstack | 15:16 |
pvo | annegentle: is that from an abandoned manual install? | 15:16 |
annegentle | pvo: I think so. I was also testing https://github.com/dubsquared/OpenStack-NOVA-Installer-Script/ | 15:17 |
annegentle | pvo: so, very much in need of cleanse, that enviro. | 15:18 |
*** fabiand_ has quit IRC | 15:18 | |
annegentle | thimble: the "new" install script is still in test mode - watch https://github.com/dubsquared/OpenStack-NOVA-Installer-Script/ for updates... it has a lot of workarounds in it, and likely won't work with current trunk. "as is" applies! :) | 15:23 |
thimble | annegentle: thats it. thanks! | 15:23 |
*** MarkAtwood has quit IRC | 15:24 | |
*** ctennis_ has joined #openstack | 15:24 | |
*** mray has joined #openstack | 15:25 | |
creiht | colinnich: ignore what? the perf issues? | 15:26 |
*** ctennis has quit IRC | 15:28 | |
*** ctennis_ has quit IRC | 15:28 | |
*** ramkrsna has quit IRC | 15:29 | |
colinnich | creiht: yeah | 15:31 |
*** ctennis has joined #openstack | 15:32 | |
colinnich | creiht: upgraded to trunk this morning and it's flying.. over 200 puts/sec. Then I figured out what I'd done wrong... | 15:32 |
*** blakeyeager has joined #openstack | 15:33 | |
creiht | hehe... what's that? | 15:33 |
colinnich | creiht: I'd pointed swift-bench at an http auth url, but the storage url would still have been https. d'oh | 15:33 |
creiht | :) | 15:34 |
creiht | cool... well, I'm glad things are looking up | 15:34 |
notmyname | colinnich: thanks for the cname and domain remap bugs. I'll try to look at them today | 15:34 |
*** dendrobates is now known as dendro-afk | 15:34 | |
colinnich | notmyname: I put a branch up for the remap bug, but go easy on it. Never put code on launchpad or bzr before and I'm new to python too :-) | 15:35 |
*** hornbeck has joined #openstack | 15:36 | |
colinnich | notmyname: regarding the cname one, I've got a fix on my system which catches the NXDOMAIN exception, but now it just returns a nice HTTP error and logs that the domain was not found. Is that desired behaviour, as it still doesn't work for localhost..? | 15:36 |
notmyname | colinnich: go ahead and propose both branches for merging on lp. if nothing else, it gives us a central place to talk about it. | 15:37 |
colinnich | notmyname: ok, will do | 15:38 |
notmyname | one note on the domain_remap branch you have: one of the lines is really long. wrap it at <80 chars for pep8 | 15:38 |
fitzdsl | if I start a vm with euca-run-instances and I specify -k myownkey, when I try to connect whith ssh -i mykey.priv, it keeps asking me a password | 15:39 |
colinnich | notmyname: ok | 15:39 |
*** blamar has quit IRC | 15:43 | |
*** jaypipes has joined #openstack | 15:44 | |
*** dendro-afk is now known as dendrobates | 15:44 | |
*** thimble has quit IRC | 15:45 | |
*** hornbeck has left #openstack | 15:47 | |
*** arthurc has quit IRC | 15:49 | |
*** arthurc has joined #openstack | 15:49 | |
*** brd_from_italy has quit IRC | 15:52 | |
*** blakeyeager has quit IRC | 15:56 | |
*** blakeyeager has joined #openstack | 15:57 | |
*** brd_from_italy has joined #openstack | 15:57 | |
*** spectorclan has joined #openstack | 16:09 | |
colinnich | notmyname: done | 16:11 |
notmyname | thanks. can you propose the domain remap one too? | 16:13 |
*** ascovel has joined #openstack | 16:15 | |
*** ChrisAM has quit IRC | 16:15 | |
*** troytoman has joined #openstack | 16:15 | |
ascovel | hey, any devs around? | 16:16 |
*** littleidea has joined #openstack | 16:17 | |
*** ChrisAM1 has joined #openstack | 16:18 | |
ttx | ascovel: certainly. Depends on your exact question though. | 16:18 |
ascovel | ttx: I've got some pretty easy questions; just got started with openstack | 16:19 |
*** dendrobates is now known as dendro-afk | 16:19 | |
ttx | ascovel: please ask. | 16:19 |
ascovel | ttx: first one... which branch should I be using? | 16:19 |
jaypipes | sandywalsh: ping | 16:19 |
ascovel | ttx: I've been using austin trunk, and there's been a few hiccups | 16:19 |
sandywalsh | jaypipes, sec | 16:20 |
ttx | ascovel: which part of the project are you interested in ? Object storage or Compute ? | 16:20 |
ascovel | ttx: compute | 16:20 |
ttx | At that point I'd recommend running from Bexar trunk. If you're on Ubuntu you can use the trunk ppa for that | 16:20 |
ascovel | ttx: cool, that will work | 16:21 |
ttx | https://launchpad.net/~nova-core/+archive/trunk | 16:21 |
*** ChrisAM1 is now known as ChrisAM | 16:21 | |
ascovel | ttx: as for the hiccups... th one I'm going to be working through now involves non-admin users getting 403's when running the eucatools | 16:22 |
ascovel | ttx: from what I understand, our dev set everything up from the multinode howto in the docs | 16:22 |
ascovel | ttx: I've seen this mentioned by others as a problem, but I wouldn't be surprised if it's a config error on our part | 16:23 |
*** kashyapc has joined #openstack | 16:23 | |
*** johnpur has joined #openstack | 16:24 | |
*** ChanServ sets mode: +v johnpur | 16:24 | |
ascovel | ttx: any hints as to where I should start debugging that? | 16:25 |
ttx | ascovel: you need to grant the users a lot of roles before they can do things | 16:25 |
ttx | ascovel: others might give you better pointers | 16:26 |
ascovel | ttx: but admin role shouldn't be necessary for euca-describe-images, etc. | 16:27 |
ascovel | ttx: correct? | 16:27 |
ttx | my personal reference is ./nova/api/ec2/__init__.py | 16:27 |
* soren goes to dinner | 16:27 | |
ttx | ascovel: 'DescribeImages': ['all'] <-- correct. | 16:28 |
ttx | (that's for Bexar, I have no idea how well that worked in Austin) | 16:28 |
*** GasbaKid has joined #openstack | 16:28 | |
*** bcwaldon has joined #openstack | 16:31 | |
ascovel | ttx: yeah, it's the same in austin | 16:31 |
ascovel | ttx: there's probably a config error on our part | 16:31 |
ascovel | ttx: thanks for the help, I'll no doubt bother you again :) | 16:31 |
ttx | ascovel: could be the credentials - you sourced the novarc file ? | 16:32 |
*** kashyapc has quit IRC | 16:32 | |
ascovel | ttx: yep | 16:32 |
ascovel | ttx: novarc was sourced | 16:32 |
*** westmaas has quit IRC | 16:33 | |
*** smithpg1002 has joined #openstack | 16:33 | |
colinnich | notmyname: what will I do about my issue with cnames and localhost? Will I raise another bug for discussion? | 16:33 |
*** westmaas has joined #openstack | 16:34 | |
*** littleidea has quit IRC | 16:34 | |
creiht | colinnich: I'm not sure it is even possible to use cnames with localhost? | 16:35 |
uvirtbot | New bug: #705504 in nova "pep8 errors on trunk r592" [Low,New] https://launchpad.net/bugs/705504 | 16:36 |
creiht | how can nova have pep8 errors if hudson prevents that? | 16:37 |
creiht | :) | 16:37 |
rcc | heh | 16:37 |
colinnich | notmyname: not what I mean - with the cname plugin loaded, you can't issue any commands on the proxy that refer to localhost - you get a 400 with "CNAME lookup failed to resolve to a valid domain" | 16:38 |
creiht | ahh | 16:38 |
creiht | heh | 16:38 |
colinnich | notmyname: maybe not a big problem, could just document it | 16:38 |
colinnich | creiht: sorry, didn't notice you had said that :-) | 16:39 |
creiht | colinnich: I would say that we document in the cname middleware that the storage url must be a valid domain | 16:39 |
creiht | and no worries :) | 16:39 |
colinnich | creiht: ok, still planning on starting that documentation | 16:40 |
creiht | cool | 16:40 |
creiht | and thanks! | 16:40 |
sandywalsh | jaypipes, hey! how goes | 16:43 |
*** kashyapc has joined #openstack | 16:44 | |
*** aimon has joined #openstack | 16:46 | |
*** brd_from_italy has quit IRC | 16:46 | |
jaypipes | sandywalsh: heya, so I was looking at the merge proposal for bug 705082... | 16:46 |
uvirtbot | Launchpad bug 705082 in nova "Unable to launch instance using openstack api/nova/glance" [High,In progress] https://launchpad.net/bugs/705082 | 16:46 |
sandywalsh | jaypipes, yes, tiny thing | 16:47 |
sandywalsh | jaypipes, glance returns "id", not "imageId" like objectstore | 16:47 |
sandywalsh | jaypipes, and it gets an int id, but the json machine name is a string | 16:47 |
jaypipes | sandywalsh: I disagree with your approach for the following reason: the nova.image.service.BaseImageService has an explicitly defined and documented interface. The S3 ImageService does not adhere to this interface. We shouldn't hack the rest of openstack because one of the services doesn't follow the defined interface and returns imageId instead of the required 'id' attribute. | 16:48 |
*** zul has quit IRC | 16:48 | |
jaypipes | sandywalsh: as far as the str(id) thing, that's fine, but not the image_id_or_id() solution, IMHO.. | 16:49 |
jaypipes | sandywalsh: make sense? | 16:49 |
*** burris has joined #openstack | 16:49 | |
*** EdwinGrubbs has joined #openstack | 16:49 | |
sandywalsh | jaypipes, sure, didn't know which was authoritative. | 16:49 |
sandywalsh | jaypipes, like they say "a man with one watch knows what time it is. A man with two is never sure." | 16:49 |
jaypipes | sandywalsh: the documentation in nova.image.service.py is authoritative. | 16:50 |
jaypipes | sandywalsh: :) no worries | 16:50 |
sandywalsh | jaypipes, can we merge to get over the hump and I'll fix again as soon as I get my DomU running? | 16:50 |
sandywalsh | jaypipes, or leave it and people can pull if needed | 16:50 |
jaypipes | sandywalsh: hmm...I'd prefer not to merge it as-is. I'd prefer to simply edit nova/image/s3.py to return id instead of imageId... | 16:52 |
jaypipes | sandywalsh: but of course, I can't force you to change your local repo :) | 16:52 |
jaypipes | sandywalsh: I'll just make a note of it in the merge request. | 16:52 |
*** mdomsch has joined #openstack | 16:52 | |
*** calavera has quit IRC | 16:53 | |
sandywalsh | jaypipes, no problem. I'll make those changes once I get over this hump. Thanks for the heads up! | 16:53 |
*** aimon has quit IRC | 16:54 | |
*** MarkAtwood has joined #openstack | 16:54 | |
jaypipes | sandywalsh: no worries :) thx for your help on all this! | 16:54 |
*** Jordandev has joined #openstack | 16:55 | |
*** MarkAt2od has joined #openstack | 16:56 | |
*** ibarrera has quit IRC | 16:58 | |
*** MarkAtwood has quit IRC | 17:00 | |
*** thatsdon_ has joined #openstack | 17:01 | |
*** thatsdone has quit IRC | 17:02 | |
*** burris has quit IRC | 17:03 | |
*** thatsdon_ has quit IRC | 17:05 | |
*** blakeyeager_ has joined #openstack | 17:05 | |
*** smithpg1002 has quit IRC | 17:07 | |
*** burris has joined #openstack | 17:07 | |
*** joearnold has joined #openstack | 17:08 | |
*** aliguori has quit IRC | 17:08 | |
*** kashyapc has quit IRC | 17:09 | |
*** blakeyeager has quit IRC | 17:09 | |
*** blakeyeager_ is now known as blakeyeager | 17:09 | |
*** dendro-afk is now known as dendrobates | 17:09 | |
*** opengeard has quit IRC | 17:09 | |
*** joearnold has quit IRC | 17:10 | |
*** joearnold has joined #openstack | 17:11 | |
*** reldan has quit IRC | 17:12 | |
*** GasbaKid has quit IRC | 17:12 | |
*** blakeyeager has quit IRC | 17:14 | |
*** blakeyeager has joined #openstack | 17:20 | |
*** burris has quit IRC | 17:21 | |
*** pharkmillups has joined #openstack | 17:22 | |
creiht | colinnich: so just fyi, the lowercase thing in domain remap means that it is only going to work for containers that are all lower-cased (at least if they put the container in the domain) | 17:25 |
*** zul has joined #openstack | 17:25 | |
*** kashyapc has joined #openstack | 17:25 | |
creiht | and no utf-8 | 17:26 |
*** burris has joined #openstack | 17:26 | |
*** blamar has joined #openstack | 17:27 | |
mtaylor | soren: with the debian stuff the way you have it arranged, how do you use bzr bd-do ? | 17:29 |
mtaylor | soren: if I try it without adding a .bzr-builddeb conf file to the tree, I get "This command only works for merge mode packages." | 17:30 |
jaypipes | sirp_, dabo, or sandywalsh: whenever you get a chance: https://code.launchpad.net/~jaypipes/glance/bug704842/+merge/46834 | 17:31 |
notmyname | creiht: i suppose we could do punycode translation to solve utf-8 container names. i read the wikipedia page on that once. it made my mind hurt | 17:31 |
creiht | hah | 17:31 |
dabo | jaypipes: I'll take a look, but I'm heading out in a little while | 17:31 |
jaypipes | dabo: no worries, cheers. | 17:32 |
creiht | Any outside devs going to pycon this year? | 17:32 |
creiht | dabo: would you be interested in collaborating in getting an openstack sprint at pycon? | 17:32 |
sandywalsh | jaypipes, have you seen the additions jk0 made to his wiki page, which includes all the latest glance changes? | 17:32 |
*** reldan has joined #openstack | 17:32 | |
jaypipes | sandywalsh: no, not yet. link? | 17:32 |
sandywalsh | yup, sec | 17:33 |
dabo | creiht: sounds like a great idea. Any idea how many current stackers are going? | 17:33 |
notmyname | colinnich: when I set a Host header of "localhost" I get a NoAnswer exception from the cname middleware | 17:33 |
*** aliguori has joined #openstack | 17:33 | |
creiht | dabo: not sure, that's why I was asking here :) | 17:33 |
notmyname | dabo: 4 from swift team | 17:33 |
dabo | not sure about the ozone team | 17:33 |
creiht | dabo: I heard you were the only guy from ozone going so far | 17:33 |
sandywalsh | jaypipes, http://wiki.openstack.org/XenServerDevelopment | 17:33 |
dabo | I'm supposed to be giving a session on concurrency in nova, and I don't have anything to work with yet. <gulp> | 17:34 |
creiht | hah | 17:34 |
creiht | I have a talk on the bubble | 17:34 |
sandywalsh | creiht, I went last year, wanna wait till they change the venue | 17:34 |
dabo | creiht: yeah, they made it seem like we had to choose between pycon and oscon | 17:34 |
creiht | ahh that stinks | 17:34 |
dabo | sandywalsh: what does the venue have to do with it? | 17:35 |
sandywalsh | Don't want to go back to atlanta, prefer somewhere new | 17:35 |
dabo | jaypipes: line 62 of the diff - needs a trailing 's' to make plural | 17:35 |
notmyname | colinnich: are you using the catch_exception middleware in the proxy? | 17:35 |
dabo | sandywalsh: so you're only going for the travel and not the interactions? | 17:36 |
creiht | If anyone else is going to pycon, would you be interested in sprints? | 17:36 |
colinnich | notmyname: catch_errors? | 17:36 |
notmyname | err...ya | 17:36 |
colinnich | notmyname: yes | 17:36 |
creiht | The pycon lineup looks great this year | 17:36 |
sandywalsh | dabo, I don't really like people much ;) | 17:37 |
dabo | sandywalsh: and they don't like you! :) | 17:37 |
sandywalsh | dabo, so you see my point | 17:37 |
dabo | then you should go just to piss off those people who don't like you | 17:38 |
dabo | since you don't like them | 17:38 |
sandywalsh | dabo, "I drink to make other people more interesting" -Ernest Hemingway | 17:38 |
jaypipes | dabo: ah, good catch. | 17:39 |
notmyname | colinnich: 127.0.0.1 gets NXDOMAIN. localhost gets NoAnswer | 17:39 |
colinnich | notmyname: what does the code do on NoAnswer? I still get Bad request on curl -i http://localhost:8080/auth/v1.0 | 17:42 |
notmyname | colinnich: http://paste.openstack.org/show/521/ | 17:43 |
*** greenisus has joined #openstack | 17:43 | |
notmyname | colinnich: with "curl -i -H "Host: localhost" -H "X-Auth-Token: ****" http://s.not.mn:8080/v1/AUTH_aa70f1876d59455aacd41a634f42574f" | 17:44 |
*** burris has quit IRC | 17:44 | |
notmyname | colinnich: same thing if running from the proxy server locally and using localhost as the domain rather than the host header | 17:44 |
fitzdsl | nobody has an idea for my ssh connection problem ? | 17:46 |
uvirtbot | New bug: #705544 in swift "x-auth-* encoding issues against devauth" [Undecided,New] https://launchpad.net/bugs/705544 | 17:46 |
notmyname | colinnich: I removed catch_errors from my pipeline so I will get the errors directly rather than searching logs | 17:46 |
*** sonali_p has joined #openstack | 17:47 | |
colinnich | notmyname: I'm not getting any logging at all for the request - even with catch_errors off.... odd | 17:48 |
*** jdurgin has joined #openstack | 17:48 | |
*** westmaas has quit IRC | 17:48 | |
sonali_p | quick question: is anyone currently using the python bindings with the curernt version of the openstack api? | 17:48 |
notmyname | colinnich: where? syslog or /var/log/swift/whatever | 17:48 |
*** westmaas has joined #openstack | 17:48 | |
*** burris has joined #openstack | 17:48 | |
jaypipes | sonali_p: sorry, what bindings are you talking about? | 17:48 |
sonali_p | the python cloudservers | 17:49 |
*** codehotter has joined #openstack | 17:49 | |
jaypipes | sonali_p: ah. some people are using it for testing... jk0? | 17:49 |
colinnich | notmyname: syslog, /var/log/swift/proxy.log and /var/log/swift/proxy.error... they record other requests fine | 17:49 |
jaypipes | sonali_p: and sandywalsh uses it too | 17:49 |
sonali_p | okay..so its supposed to work? | 17:49 |
sonali_p | cos when i downloaded it the folder structure was completely different from the readme file | 17:50 |
notmyname | colinnich: if you have syslog-ng set up as in the multiserver docs, the proxy errors should be going to /var/log/swift/proxy.error | 17:50 |
notmyname | ^ these tracebacks we're seeing | 17:50 |
uvirtbot | notmyname: Error: "these" is not a valid command. | 17:50 |
jaypipes | sonali_p: not sure :( hoping sandywalsh or jk0 can help. | 17:50 |
sonali_p | cool..thanks! | 17:51 |
sandywalsh | sonali_p, we're using this tweaked version: https://github.com/SandyWalsh/python-cloudservers | 17:51 |
sandywalsh | sonali_p, has all the new commands (pause, diagnostics, actions, etc) | 17:51 |
notmyname | colinnich: I've got to go to lunch to schmooze with a company partner. I'll be back in this afternoon (but you'll probably be sleeping by then :-) | 17:51 |
colinnich | notmyname: ok,enjoy | 17:51 |
notmyname | yeah | 17:51 |
sandywalsh | sonali_p, novarc (which gets created when you init nova) has all the env vars set for use with this. | 17:52 |
sonali_p | oh okay, i'll give this a try | 17:52 |
sonali_p | thanks | 17:52 |
sandywalsh | np | 17:52 |
creiht | notmyname: showoff | 17:53 |
creiht | :) | 17:53 |
sandywalsh | sonali_p, let me know if you have problems with it | 17:53 |
sonali_p | will do :) | 17:53 |
*** Pentheus has joined #openstack | 17:53 | |
jk0 | sonali_p: yeah, we are using it internally right now for dev | 17:53 |
jk0 | nm, sandywalsh already replied | 17:53 |
colinnich | creiht: It shouldn't affect containers. Containers with uppercase still work for me, container names are handled further down the code. As for utf-8, my python experience doesn't go anywhere near that..... | 17:54 |
sonali_p | jk0: thanks! | 17:54 |
colinnich | creiht: I could, of course, google it | 17:56 |
*** burris has quit IRC | 17:58 | |
*** dirakx has joined #openstack | 18:05 | |
*** sonali_p has quit IRC | 18:05 | |
* colinnich goes home | 18:06 | |
*** Ryan_Lane has joined #openstack | 18:07 | |
*** burris has joined #openstack | 18:08 | |
fitzdsl | noone know why any instances ask for a password when i try to connect in ssh despite the fact that i provide my ssh priv key ? | 18:11 |
*** Ryan_Lane has quit IRC | 18:13 | |
*** reldan has quit IRC | 18:14 | |
*** dirakx has quit IRC | 18:14 | |
*** iRTermite has quit IRC | 18:14 | |
*** anticw_ has quit IRC | 18:15 | |
*** maplebed has joined #openstack | 18:18 | |
*** Ryan_Lane has joined #openstack | 18:18 | |
*** blamar has quit IRC | 18:18 | |
*** befreax has quit IRC | 18:18 | |
*** burris has quit IRC | 18:20 | |
*** anticw has joined #openstack | 18:20 | |
*** burris has joined #openstack | 18:22 | |
BK_man | fitzdsl: which image are you using? | 18:22 |
fitzdsl | BK_man: I tried different images | 18:22 |
fitzdsl | BK_man: i'm currently with the ttylinux-uec-amd64-12.1_2.6.35-22_1.img | 18:23 |
*** GasbaKid has joined #openstack | 18:23 | |
BK_man | fitzdsl: khm. it might be a problem with public key injection. did you look in log files? | 18:23 |
creiht | hrm | 18:23 |
fitzdsl | BK_man: not specially, what logs ? nova-compute ? | 18:25 |
BK_man | fitzdsl: probably nova-compute | 18:27 |
fitzdsl | (nova.virt.libvirt_conn 2011.1-workspace:tarmac-20110120013358-xfvcg3klcjioj9hv): INFO [N/A] instance instance-0000002d: injecting key into image ami-hmzdjtb8 | 18:28 |
fitzdsl | (nova.virt.libvirt_conn 2011.1-workspace:tarmac-20110120013358-xfvcg3klcjioj9hv): WARNING [N/A] instance instance-0000002d: ignoring error injecting data into image ami-hmzdjtb8 (nbd device /dev/nbd8 did not show up) | 18:28 |
BK_man | fitzdsl: you found it, I suppose | 18:28 |
*** opengeard has joined #openstack | 18:29 | |
*** ugarit has joined #openstack | 18:29 | |
fitzdsl | BK_man: any idea about how to fix it ? | 18:29 |
BK_man | fitzdsl: not yet. I'm busy with packaging glance for RHEL | 18:29 |
fitzdsl | BK_man: should i open a bug ? | 18:30 |
ugarit | is there a list of guest os's that will run on openstack? | 18:30 |
ugarit | current,plan,potential | 18:30 |
BK_man | fitzdsl: if you are sure that that's not your local miscofiguration you can try to open a bug with reference to build, image you're using | 18:31 |
fitzdsl | ok, i'll check tomorrow to be sure the problem do not come from my installation then i'll open the bug | 18:31 |
openstackhudson | Project nova build #433: SUCCESS in 1 min 34 sec: http://hudson.openstack.org/job/nova/433/ | 18:32 |
openstackhudson | Tarmac: Pass a PluginManager to nose.config.Config(). This lets us use plugins like coverage, xcoverage, etc. | 18:32 |
fitzdsl | BK_man: thx | 18:33 |
*** burris has quit IRC | 18:40 | |
*** Jordandev has quit IRC | 18:44 | |
jaypipes | xtoddx: "urlmap should to matches on partial paths."? | 18:45 |
jaypipes | xtoddx: :) | 18:45 |
xtoddx | right, so the 20* should match 2010-01-01 or whatver | 18:45 |
xtoddx | i think | 18:45 |
xtoddx | jaypipes: when i get off of scrum calls i'm gonna doublecheck | 18:46 |
jaypipes | xtoddx: I didn't understand what "urlmap should to matches" meant :) | 18:46 |
jaypipes | xtoddx: did you mean should *do* matches? | 18:46 |
xtoddx | jaypipes: me fail english | 18:46 |
jaypipes | xtoddx: :) | 18:46 |
*** burris has joined #openstack | 18:46 | |
xtoddx | jaypipes: it should match paths on partials | 18:46 |
jaypipes | ah. | 18:46 |
vishy | xtoddx: it is probably matching all the way to the end | 18:47 |
vishy | and eating the rest of the path | 18:47 |
vishy | it needs 20*(^/) | 18:47 |
vishy | or something | 18:47 |
*** morfeas has joined #openstack | 18:50 | |
*** reldan has joined #openstack | 18:54 | |
*** kpepple has joined #openstack | 18:55 | |
nelson | Is there a ring auditor, or is that what swift-*-auditor does? | 19:00 |
creiht | nelson: swift-ring-builder RING_FILE validate | 19:01 |
*** dendrobates is now known as dendro-afk | 19:01 | |
creiht | does some validation of the ring | 19:01 |
nelson | Hrm. Does that actually go out to the servers and query them, or does it just do a consistency check on the file itself? | 19:03 |
nelson | Cuz I think my rings *think* they're correct, but the servers aren't going the right thing when software queries them. | 19:04 |
*** adiantum has joined #openstack | 19:05 | |
openstackhudson | Project nova build #434: SUCCESS in 1 min 32 sec: http://hudson.openstack.org/job/nova/434/ | 19:07 |
openstackhudson | Tarmac: Finds and fixes remaining strings for i18n. Fixes bug #705186 | 19:07 |
uvirtbot | Launchpad bug 705186 in nova "Some error and log message strings are not i18N" [Low,Fix committed] https://launchpad.net/bugs/705186 | 19:07 |
nelson | Where is the swift API documented, in terms of REST URLs? I can't find it on swift.openstack.org or in the wiki. | 19:07 |
annegentle | nelson: it's in the Cloud Files Dev Guide for the next couple of weeks... let me get a URL for you. | 19:08 |
creiht | nelson: http://docs.rackspacecloud.com/files/api/v1/cf-devguide-20110112.pdf | 19:08 |
nelson | tnx. | 19:08 |
creiht | for the public facing api | 19:08 |
creiht | the internal apis are not really documented yet | 19:09 |
nelson | yeah, that's what I'm looking for, thanks. | 19:09 |
annegentle | nelson: http://docs.rackspacecloud.com/api/ (yep, external) | 19:09 |
mtaylor | soren: nm | 19:10 |
*** arthurc has quit IRC | 19:11 | |
uvirtbot | New bug: #705574 in nova "typo in installing for Ubuntu 10.04 doc" [Undecided,New] https://launchpad.net/bugs/705574 | 19:11 |
*** adiantum has quit IRC | 19:14 | |
*** adiantum has joined #openstack | 19:19 | |
*** EdwinGrubbs has quit IRC | 19:19 | |
soren | mtaylor: what the heck is bd-do? | 19:21 |
mtaylor | soeren: it allows you to run commands (or a shell) in the context of a tree... you sort of have to use it in a merge scenario if you want to do things like add quilt patches or the like | 19:21 |
soren | mtaylor: Wrong soren. | 19:22 |
mtaylor | there are more than one soren? | 19:22 |
mtaylor | oh. crap | 19:22 |
mtaylor | soeren: sorry | 19:22 |
soren | mtaylor: don't know who he is. He's cramping my style :) | 19:22 |
mtaylor | soren: solution - make a ~/.bazaar/builddeb.conf and put [BUILDDEB]\nmerge = True in it | 19:23 |
soren | mtaylor: Ok, so what does your "nm" mean. Did you work it out? | 19:23 |
soren | mtaylor: Cool. | 19:23 |
mtaylor | soren: yup | 19:23 |
soren | mtaylor: Can we put that in the tree somehow? | 19:23 |
* mtaylor cannot live without bd-do when working with merge-mode packages | 19:23 | |
mtaylor | soren: yes, you can | 19:23 |
mtaylor | soren: you can add a dir, .bzr-builddeb to the trunk with a file in it, default.conf, which contains the same contents | 19:23 |
*** dirakx has joined #openstack | 19:24 | |
soren | mtaylor: I still get that error. | 19:24 |
soren | mtaylor: Ah, I had to commit it first. | 19:25 |
mtaylor | yup | 19:25 |
mtaylor | real useful command for doing things that require an unpacked tree | 19:25 |
*** KnuckleSangwich has quit IRC | 19:25 | |
soren | Ah, so you do quilt things while you're in that subshell. | 19:26 |
mtaylor | yup | 19:26 |
mtaylor | (or really anything) and then it'll copy back the debian dir from the sub-shell into your tree | 19:26 |
*** adiantum has quit IRC | 19:27 | |
*** blakeyeager has quit IRC | 19:28 | |
soren | mtaylor: Yeah. | 19:28 |
soren | Makes sense. | 19:28 |
jaypipes | mtaylor: is this one done now? https://bugs.launchpad.net/glance/+bug/701180 | 19:28 |
uvirtbot | Launchpad bug 701180 in glance ".debs need to be created for glance.client and glance" [Low,Confirmed] | 19:28 |
soren | Yes. | 19:28 |
*** arreyder has joined #openstack | 19:28 | |
mtaylor | yup. soren finished it | 19:28 |
jaypipes | soren: Yes to my question? | 19:28 |
jaypipes | ah, ok, thx | 19:28 |
soren | Not in Natty yet, but on its way: https://launchpad.net/ubuntu/natty/+queue | 19:29 |
jaypipes | soren: when you have a chance: https://code.launchpad.net/~jaypipes/glance/bug704842/+merge/46834 (thx in advance!) | 19:29 |
soren | jaypipes: Oh, sorry, glance reviews haven't been on my radar so far. Would have reviewed it earlier. | 19:31 |
*** adiantum has joined #openstack | 19:32 | |
*** zul has quit IRC | 19:32 | |
jaypipes | soren: no worries | 19:32 |
*** zul has joined #openstack | 19:33 | |
soren | jaypipes: How do those man pages actually get built? | 19:35 |
jaypipes | soren: not sure :) annegentle pointed me to how Nova does it and I copied from there.... | 19:36 |
jaypipes | soren: I was assuming some packaging magic happened? | 19:36 |
soren | jaypipes: Not enough magic, apparantly. | 19:37 |
soren | jaypipes: I think I was actually the one who got it working for Nova. | 19:37 |
soren | jaypipes: Gimme a sec. | 19:37 |
jaypipes | k | 19:37 |
soren | Ok, the build works now. | 19:39 |
soren | Hang on. | 19:39 |
ugarit | good link nelson: http://docs.rackspacecloud.com/files/api/v1/cf-devguide-20110112.pdf I like that they have cuRL example :-) | 19:39 |
Ryan_Lane | there's some strange exception bug in nova trunk. exceptions are being seen as None instead of as the exception type actually thrown | 19:42 |
*** joearnold has quit IRC | 19:45 | |
uvirtbot | New bug: #705583 in glance "twisted still referenced in glance.common.utils" [Low,In progress] https://launchpad.net/bugs/705583 | 19:46 |
*** DubLo7 has left #openstack | 19:46 | |
nelson | ugarit: thanks. | 19:47 |
*** blakeyeager has joined #openstack | 19:48 | |
*** burris has quit IRC | 19:48 | |
ugarit | is there a list of guest os's that will run on ON? | 19:48 |
ugarit | is there a list of guest os's that will run on opentack? | 19:49 |
jaypipes | ugarit: I would think that would depend on which hypervisor you use, no? | 19:50 |
ugarit | jaypipes: true. Is KVM the "standard" hypervisor for OS? | 20:00 |
ugarit | OS=OpenStack | 20:00 |
johnpur | ugarit: OS does not have a "standard" hypervisor, we are deliberately hypervisor agnostic. | 20:02 |
ugarit | that's why I quoted it :-) is the goal to be agnostic or is it already agnostic? | 20:03 |
johnpur | ugarit: we have support for KVM, Xen, XenServer, UML, Hyper-V | 20:03 |
ugarit | impressive | 20:03 |
jaypipes | ugarit: what johnpur said :) | 20:03 |
ugarit | current support or planning support | 20:03 |
johnpur | currently supported | 20:04 |
jaypipes | current. | 20:04 |
ugarit | wow | 20:04 |
*** aimon has joined #openstack | 20:04 | |
ugarit | BTW, is this channel backed up? | 20:04 |
jaypipes | ugarit: though the hyper-v support is pretty untested compared to the other ones, and a fuller xenserver api support didn't get completed until more recently. | 20:04 |
annegentle | ugarit: you can read backlogs at http://eavesdrop.openstack.org/irclogs/ (if that's what backed up means to you) :) | 20:05 |
ugarit | yes thanks annegentle | 20:05 |
notmyname | colinnich: actually, it looks like any IP (not just 127.0.0.1) gives an NXDOMAIN error. turns out you are supposed to try to resolve cname records for those ;-) | 20:06 |
ugarit | so no VMWare ? | 20:06 |
openstackhudson | Project nova-tarmac build #54,161: FAILURE in 6 min 45 sec: http://hudson.openstack.org/job/nova-tarmac/54161/ | 20:07 |
openstackhudson | Project nova build #435: SUCCESS in 1 min 31 sec: http://hudson.openstack.org/job/nova/435/ | 20:07 |
openstackhudson | Tarmac: Fixes issue with describe_instances requiring an admin context. | 20:07 |
Ryan_Lane | do I always need to give a merge message for tarmac to build successfully? | 20:09 |
*** dendro-afk is now known as dendrobates | 20:09 | |
johnpur | ugarit: there is a blueprint in for VMWare ESX support https://blueprints.launchpad.net/nova/+spec/hypervisor-vmware-vshpere-support | 20:10 |
ugarit | johnpur link is broken | 20:10 |
notmyname | colinnich: and it looks like I'm getting dns.resolver.NoAnswer for records that don't exist (ie no cname record for the domain) | 20:10 |
johnpur | lol, i am dyslexic | 20:10 |
notmyname | colinnich: not sure why that's not caught by DNSException | 20:11 |
uvirtbot | New bug: #705592 in swift "Make sure binaries in the bin directory get into the packages" [Undecided,In progress] https://launchpad.net/bugs/705592 | 20:11 |
openstackhudson | Project nova-tarmac build #54,162: STILL FAILING in 4 min 0 sec: http://hudson.openstack.org/job/nova-tarmac/54162/ | 20:11 |
*** brd_from_italy has joined #openstack | 20:11 | |
johnpur | https://blueprints.launchpad.net/nova/+spec/hypervisor-vmware-vsphere-support | 20:11 |
creiht | Ryan_Lane: you have to set either a merge description or the commit message | 20:13 |
Ryan_Lane | I have bzr commit messages | 20:14 |
Ryan_Lane | I'm assuming that's different though :) | 20:14 |
creiht | Ryan_Lane: yeah there is a specific one on the merge proposal page | 20:14 |
Ryan_Lane | ah | 20:14 |
creiht | link to merge prop? | 20:14 |
openstackhudson | Project nova-tarmac build #54,163: STILL FAILING in 3 min 30 sec: http://hudson.openstack.org/job/nova-tarmac/54163/ | 20:14 |
Ryan_Lane | not sure. I proposed 4 | 20:15 |
creiht | hehe | 20:15 |
Ryan_Lane | so I'll need to find it | 20:15 |
*** dubsquared has joined #openstack | 20:15 | |
Ryan_Lane | I think I did two like that :( | 20:15 |
Ryan_Lane | I'll fix em | 20:15 |
dubsquared | :o | 20:16 |
xtoddx | ugh, http://pythonpaste.org/modules/urlmap.html is very misleading | 20:17 |
*** retr0h has joined #openstack | 20:17 | |
Ryan_Lane | looks like 1/2 was rejected because it was already fixed, so that isn't a problem :) | 20:18 |
Ryan_Lane | fixed the other one | 20:18 |
Ryan_Lane | was: https://code.launchpad.net/~rlane/nova/lp705205/+merge/46958 | 20:18 |
notmyname | colinnich: I added the NoAnswer handling and proposed the merge to your branch | 20:18 |
xtoddx | its not PATH_INFO.startswith(path), its PATH_INFO.startswith(path + '/'), so you can only match "directories" and the subdirectories/files will be matched. | 20:18 |
xtoddx | looks like i'll be applying ttx's patch until i can make a better mapper | 20:18 |
openstackhudson | Project nova-tarmac build #54,164: STILL FAILING in 3 min 42 sec: http://hudson.openstack.org/job/nova-tarmac/54164/ | 20:19 |
*** ccustine has joined #openstack | 20:19 | |
xtoddx | ttx: should i make a blueprint for making a better urlmapper? I'll be adding http action (post, put, get, delete) support in as well, and moving the openstack router to it | 20:20 |
*** blakeyeager has quit IRC | 20:21 | |
*** cw has quit IRC | 20:23 | |
openstackhudson | Yippie, build fixed! | 20:24 |
openstackhudson | Project nova-tarmac build #54,165: FIXED in 4 min 0 sec: http://hudson.openstack.org/job/nova-tarmac/54165/ | 20:24 |
colinnich | notmyname: how do I do that? Do I need to bzr merge your branch and then push back to mine? | 20:26 |
notmyname | yes. or in launchpad, approve the merge into your branch and pull from launchpad | 20:27 |
openstackhudson | Project nova build #436: SUCCESS in 1 min 29 sec: http://hudson.openstack.org/job/nova/436/ | 20:27 |
openstackhudson | Tarmac: Fixes issue with instance creation throwing errors when non-default groups are used. | 20:27 |
*** adiantum has quit IRC | 20:28 | |
notmyname | colinnich: don't do it in lp. do it locally "bzr merge lp:~notmyname/swift/cname_exception_bug" | 20:28 |
*** littleidea has joined #openstack | 20:28 | |
colinnich | notmyname: couldn't find a button for it anyway | 20:29 |
*** EdwinGrubbs has joined #openstack | 20:29 | |
*** EdwinGrubbs has joined #openstack | 20:29 | |
ugarit | are there screenshots of the openstack-dashboard ? | 20:29 |
*** aimon has quit IRC | 20:30 | |
*** joearnold has joined #openstack | 20:31 | |
kpepple | ugarit: am deploying a test dashboard instance now … ping me back tonight and i should have something … | 20:31 |
*** omidhdl has joined #openstack | 20:32 | |
ugarit | kpepple ok. will do. It would be great if they were on the openstack.org website. | 20:32 |
*** littleidea has quit IRC | 20:32 | |
*** adiantum has joined #openstack | 20:33 | |
soren | jaypipes: Sorry, got sidetracked. | 20:34 |
kpepple | ugarit: once (if) i get it running, i'll try to get anne to post something to the wiki | 20:34 |
annegentle | All, I'm working on a page that describes the changes for database migration - http://etherpad.openstack.org/NovaDBMigration. Please edit as you see fit - lots of guesswork here. Also need to modify the install pages (though it sounds like that is unclear). | 20:34 |
soren | jaypipes: Ok, so I got the man pages to build... They look weird, though. | 20:35 |
soren | jaypipes: I'm trying to fix that. | 20:35 |
*** dirakx has quit IRC | 20:35 | |
jaypipes | soren: prolly because I'm using RST formatting :) | 20:35 |
ugarit | kpepple thanks kpepple | 20:35 |
johnpur | ttx: you here? | 20:35 |
jaypipes | soren: btw, teach a boy to fish... how do you get the manpages output? | 20:35 |
ugarit | can openstack-dashboard on its own ? | 20:36 |
ugarit | i know it would be useless but just to see the UI | 20:36 |
soren | jaypipes: Look in nova's setup.py. | 20:37 |
jaypipes | soren: k, cheers. | 20:38 |
*** kpepple has quit IRC | 20:38 | |
*** miclorb_ has joined #openstack | 20:38 | |
jaypipes | soren: doh, that's easy. | 20:38 |
soren | jaypipes: The local_buildDoc thing being the trick. | 20:39 |
soren | jaypipes: Well.. Yeah, it's easy to type. It took a while to work out *what* to type :) | 20:39 |
jaypipes | soren: :) | 20:39 |
johnpur | has anyone seen Sheepdog or Ceph volumes running with current builds? | 20:40 |
*** adiantum has quit IRC | 20:43 | |
*** adiantum has joined #openstack | 20:44 | |
*** zul has quit IRC | 20:48 | |
*** CloudChris has quit IRC | 20:49 | |
*** omidhdl has quit IRC | 20:51 | |
notmyname | colinnich: creiht: I'd like to get https://code.launchpad.net/~colin-nicholson/swift/cname_exception_bug/+merge/46929 reviewed by the end of the day so we can get it in bexar | 20:54 |
colinnich | notmyname: the merge should be up now | 20:55 |
notmyname | ya, just saw it | 20:55 |
*** mdomsch has quit IRC | 20:55 | |
soren | jaypipes: If you're going to look at getting them to look more decent, you could use sphinx' own man page as an example to make it look right. | 20:55 |
colinnich | notmyname: when is the latest the remap fix could make Bexar? | 20:56 |
notmyname | creiht: ^ | 20:56 |
notmyname | colinnich: I made some comments. I'd like to see them addressed before approving it | 20:57 |
creiht | notmyname: yeah, I don't see a problem getting it in today | 20:58 |
colinnich | notmyname: yeah, I saw that - was going to look tomorrow. creiht had some utf-8 concerns too, not sure how to go about that | 20:58 |
creiht | colinnich: I think that can pass for now, as long as we document the limitations of what containers it can support | 20:59 |
*** MarkAt2od has quit IRC | 20:59 | |
notmyname | colinnich: I think utf-8 weirdness is ok (IMO). for this to be used, the container name has to be dns compatible. "use whatever container name you want. if you want to cname to it or use it in the domain, be dns compatible" | 20:59 |
creiht | colinnich: I'm actually working on other utf-8 rabit holes | 20:59 |
*** aimon has joined #openstack | 20:59 | |
* creiht curses python and unicode yet again | 20:59 | |
notmyname | creiht: we need to have it merged by end-of-day today? | 21:00 |
notmyname | who's end-of-day? colinnich is in the UK :-) | 21:00 |
*** blakeyeager has joined #openstack | 21:02 | |
creiht | lol | 21:03 |
creiht | notmyname: either way, I think it is easy to consider that fix fairly release critical | 21:03 |
creiht | even more so in colinnich's case, since he needs it | 21:03 |
creiht | so I'm fine with it even going in after today if need be | 21:04 |
notmyname | colinnich: so, don't worry. it will be in bexar :-) | 21:04 |
*** MarkAt2od has joined #openstack | 21:04 | |
colinnich | creiht, notmyname: I'll work on multiple prefixes tomorrow then - hopefully have something by your lunch time | 21:04 |
creiht | colinnich: sounds good | 21:04 |
colinnich | creiht: Although if anything I do makes it in, I'll be happy :-) | 21:05 |
creiht | hehe | 21:05 |
*** GasbaKid has quit IRC | 21:06 | |
ttx | johnpur: not really | 21:06 |
*** damon__ has joined #openstack | 21:06 | |
uvirtbot | New bug: #705611 in nova "class get_connection cannot be found on Windows 2k8" [Undecided,New] https://launchpad.net/bugs/705611 | 21:06 |
ttx | xtoddx: sounds like a good plan to me | 21:07 |
ttx | xtoddx: the stopgap patch will do for bexar. I'll push a branch for it tomorrow, unless you beat me to it today | 21:10 |
*** mray1 has joined #openstack | 21:10 | |
xtoddx | ttx, yea I'm waiting on LP to update so i can do a merge prop | 21:10 |
spectorclan | ttx: do you know who Devin Carlen is? Devin - are you on IRC? | 21:10 |
xtoddx | if you want to do it i'll delete my branch though | 21:10 |
eday | spectorclan: devcamcar | 21:10 |
ttx | xtoddx: oh, no. The sooner the better | 21:10 |
spectorclan | eday: do you know what company | 21:11 |
eday | spectorclan: he's with anso labs | 21:11 |
ttx | xtoddx: its not as if that patch was smart :) | 21:11 |
spectorclan | great, thanks! | 21:11 |
johnpur | ttx: has sheepdog or ceph support landed for bexar? | 21:12 |
*** adiantum has quit IRC | 21:12 | |
*** dendrobates is now known as dendro-afk | 21:12 | |
xtoddx | https://code.launchpad.net/~xtoddx/nova/lp705314/+merge/46975 | 21:12 |
ttx | johnpur: both | 21:12 |
johnpur | ttx: thanks | 21:12 |
ttx | johnpur: list @ http://wiki.openstack.org/releasestatus/ | 21:13 |
*** mray has quit IRC | 21:13 | |
ttx | see sheepdog-support and ceph-block-driver | 21:13 |
*** joearnold has quit IRC | 21:16 | |
johnpur | ttx: i saw this but just wanted to doublecheck | 21:16 |
*** adiantum has joined #openstack | 21:17 | |
ugarit | are there plans to make gpu virtualization available? | 21:17 |
Ryan_Lane | doing that via virtualgl or vgml would be interesting | 21:19 |
Ryan_Lane | err vmgl | 21:20 |
ugarit | yes | 21:21 |
*** dendro-afk is now known as dendrobates | 21:22 | |
*** mray1 is now known as mray | 21:23 | |
*** adiantum has quit IRC | 21:24 | |
*** blakeyeager has quit IRC | 21:25 | |
*** joearnold has joined #openstack | 21:27 | |
*** burris has joined #openstack | 21:28 | |
*** adiantum has joined #openstack | 21:30 | |
*** MarkAt2od has quit IRC | 21:32 | |
openstackhudson | Project nova build #437: SUCCESS in 1 min 29 sec: http://hudson.openstack.org/job/nova/437/ | 21:32 |
openstackhudson | Tarmac: Fix metadata using versions other than /later. Patch via ~ttx | 21:32 |
*** Pentheus has quit IRC | 21:34 | |
annegentle | merge request for covering db sync doc needs: https://code.launchpad.net/~annegentle/nova/docs/+merge/46980 <-------- pretty please approve? | 21:35 |
annegentle | well, review, don't approve unless it is deserving :) | 21:35 |
*** adiantum has quit IRC | 21:37 | |
*** adiantum has joined #openstack | 21:38 | |
*** burris has quit IRC | 21:39 | |
*** burris has joined #openstack | 21:44 | |
*** MarkAt2od has joined #openstack | 21:44 | |
dubsquared | isn't the cloudkick team all in the CA office? | 21:45 |
creiht | dubsquared: yes, RS is letting them stay at their office in CA | 21:46 |
creiht | and expanding it to open a SF office for rS | 21:46 |
creiht | dubsquared: they may have some remote people though | 21:46 |
dubsquared | sweet, that's what i heard…didn't know if anyone knew any more :) | 21:46 |
* dubsquared puts in transfer request | 21:47 | |
creiht | lol | 21:47 |
soren | termie: Is there a way to check if a db sync is due? | 21:49 |
*** ugarit has quit IRC | 21:54 | |
*** burris has quit IRC | 21:54 | |
*** hggdh has quit IRC | 21:57 | |
*** gaveen_ has joined #openstack | 21:57 | |
Xenith | Rackspace office in SF? Neat. | 21:58 |
creiht | I'm pretty sure that was in one of the press releases | 21:59 |
*** gaveen has quit IRC | 21:59 | |
westmaas | when Cloudkick came on board we got some office space in addition to awesome software and people :) | 22:00 |
Ryan_Lane | I'll have to come visit you guys :) | 22:00 |
westmaas | now my guys (in VA) can't stop asking me about SF | 22:00 |
*** hggdh has joined #openstack | 22:00 | |
*** hadrian has quit IRC | 22:00 | |
dubsquared | legal just called me creiht, i gave them your name about the CA office leak | 22:01 |
creiht | lol | 22:02 |
dubsquared | :D | 22:02 |
creiht | http://www.bizjournals.com/sanantonio/news/2011/01/20/rackspace-acquires-west-coast-start-up.html | 22:03 |
creiht | says there :P | 22:03 |
*** ctennis has quit IRC | 22:04 | |
*** westmaas has quit IRC | 22:07 | |
*** adiantum has quit IRC | 22:12 | |
*** hadrian has joined #openstack | 22:12 | |
*** MarkAt2od has quit IRC | 22:12 | |
vishy | vagrant + chef + nova all-in-one boot in 3 min 20 seconds | 22:15 |
vishy | (5 min 45 on my MBP) | 22:16 |
vishy | automated integration testing here we come! | 22:16 |
*** MarkAt2od has joined #openstack | 22:17 | |
*** ChrisAM has quit IRC | 22:18 | |
*** adiantum has joined #openstack | 22:18 | |
*** ctennis has joined #openstack | 22:24 | |
*** ctennis has joined #openstack | 22:24 | |
*** adiantum has quit IRC | 22:28 | |
*** dendrobates is now known as dendro-afk | 22:31 | |
*** adiantum has joined #openstack | 22:33 | |
jk0 | eday: any idea why this unit test is failing on a fresh mav install? http://paste.openstack.org/show/522/ | 22:36 |
jk0 | in trunk | 22:36 |
jk0 | eday: it's a domU xenserver instance | 22:36 |
soren | jk0: Do you have the kernel config from guest and host? | 22:40 |
soren | Just curious. | 22:40 |
jk0 | nah, doesn't look like this image has it available in /proc | 22:40 |
*** adiantum has quit IRC | 22:40 | |
eday | jk0: hmm, looks like the threshold for rate limiting is off | 22:41 |
eday | is this machine really fast? ;) | 22:42 |
jk0 | yeah | 22:42 |
jk0 | eday: nm, looks like removing clocksource=jiffies made the problem go away | 22:42 |
*** jimbaker has quit IRC | 22:44 | |
soren | Just to have this on record somewhere public: Yeah, clocksource=jiffies is a bad, bad idea. | 22:44 |
eday | ahh | 22:44 |
soren | It gives you a sleep() granularity of 1/10 s. | 22:44 |
soren | The kernel generally makes a sound choice of clocksource. | 22:47 |
*** adiantum has joined #openstack | 22:47 | |
soren | It tries a TSC first. If that proves unstable, it switches to an acpi based one. | 22:47 |
chmouel | n | 22:48 |
soren | ACPI is a more expensive and less granular timing source, but has historically been safer because a VM moving from one (physical) cpu to another occasionally would get a TSC reading lower than the most recent one it had seen which made things lock up really hard. | 22:49 |
soren | Even worse when you were doing live migration to another box. | 22:49 |
*** hadrian has quit IRC | 22:50 | |
vishy | soren: any idea: dpkg: dependency problems prevent configuration of user-mode-linux: | 22:50 |
vishy | user-mode-linux depends on uml-utilities (>= 20040406-1); however: | 22:50 |
vishy | Package uml-utilities is not configured yet. | 22:50 |
*** spectorclan has quit IRC | 22:51 | |
soren | vishy: The real error must be furtherup. | 22:51 |
vishy | soren: you are right /usr/bin/uml_switch never created control socket /var/run/uml-utilities/uml_switch.ctl | 22:51 |
*** allsystemsarego has quit IRC | 22:54 | |
*** ppetraki has quit IRC | 22:55 | |
*** greenisus has quit IRC | 22:56 | |
*** adiantum has quit IRC | 22:58 | |
vishy | soren: it doesn't like my vm :( | 22:58 |
*** johnpur has quit IRC | 22:58 | |
*** hadrian has joined #openstack | 23:00 | |
*** DubLo7 has joined #openstack | 23:01 | |
*** adiantum has joined #openstack | 23:03 | |
vishy | soren: flaky virtualbox setup? it worked the second time, go figure | 23:04 |
vishy | soren: although it appears to have blown up my networking :( | 23:06 |
*** DubLo7 has quit IRC | 23:06 | |
*** MarkAt2od has quit IRC | 23:07 | |
*** cw has joined #openstack | 23:10 | |
*** sophiap has joined #openstack | 23:10 | |
*** ChrisAM1 has joined #openstack | 23:11 | |
*** MarkAt2od has joined #openstack | 23:15 | |
*** jimbaker has joined #openstack | 23:19 | |
*** aliguori has quit IRC | 23:20 | |
*** damon__ has quit IRC | 23:22 | |
dubsquared | Is this an error that is current, or has been resolved and isn't in packages yet? http://paste.openstack.org/show/527/ | 23:25 |
dubsquared | i recall seeing some stuff about 'ndb' being required, then not... | 23:25 |
*** damon__ has joined #openstack | 23:27 | |
dubsquared | 'nbd' rather | 23:27 |
*** dendro-afk is now known as dendrobates | 23:31 | |
*** gondoi has quit IRC | 23:32 | |
*** bwalk7125 has joined #openstack | 23:36 | |
*** EdwinGrubbs has quit IRC | 23:36 | |
*** joearnold has quit IRC | 23:39 | |
bwalk7125 | hi, I've completed a simple swift setup on a single server and have created an account/user, etc, but I've been testing the api and have been unable to create a container | 23:40 |
bwalk7125 | I keep getting a 403 Forbidden error | 23:40 |
bwalk7125 | here's what I am sending in the request | 23:40 |
*** ascovel has quit IRC | 23:40 | |
bwalk7125 | url = http://127.0.0.1:8080/v1/<auth_token> | 23:40 |
bwalk7125 | ['PUT /v1/<auth_token>/testcontainer HTTP/1.1', 'X-Auth-Token: <token>'] | 23:40 |
bwalk7125 | I still get the same error even if I put the host in the header | 23:41 |
creiht | bwalk7125: first thing, are you sure when you created your user that you passed the -a flag to make it an admin of the account? | 23:41 |
*** adiantum has quit IRC | 23:41 | |
bwalk7125 | yep, and I doubled checked it in auth.db | 23:42 |
creiht | k | 23:42 |
creiht | are you using devauth or the swauth middleware for auth? | 23:42 |
*** adiantum has joined #openstack | 23:42 | |
*** mray has quit IRC | 23:42 | |
bwalk7125 | devauth | 23:43 |
creiht | oh | 23:43 |
creiht | instead of http://127.0.0.1:8080/v1/<auth_token> | 23:43 |
creiht | do | 23:43 |
creiht | actually, just use whatever storage-url was returned when you authed | 23:44 |
bwalk7125 | ok | 23:44 |
creiht | unless that is what you are meaning by auth_token | 23:44 |
creiht | that should be your account in swift, which by default should look like | 23:44 |
creiht | AUTH_somehash | 23:44 |
bwalk7125 | yeah | 23:45 |
bwalk7125 | that's what I've tried: AUTH_somehash | 23:46 |
creiht | k | 23:46 |
creiht | bwalk7125: can you try: | 23:46 |
creiht | st -A http://127.0.0.1:11000/v1.0 -U test:tester -K testing stat | 23:46 |
creiht | substitute your acct,user,and password of course | 23:46 |
*** reldan has quit IRC | 23:47 | |
bwalk7125 | yep, that gives me the token and account name I have been using in my request | 23:48 |
bwalk7125 | http://127.0.0.1:8080/v1/AUTH_37194418a9ec4850b81df80113f9acb5 | 23:48 |
creiht | ok | 23:48 |
bwalk7125 | ['PUT /v1/AUTH_37194418a9ec4850b81df80113f9acb5/testcontainer2 HTTP/1.1', 'X-Auth-Token: AUTH_tkbdc57e3a80d347b2b7fd3d991137fa24'] | 23:48 |
creiht | so try | 23:49 |
creiht | st -A http://127.0.0.1:11000/v1.0 -U test:tester -K testing upload test_container SOME_LOCAL_FILE | 23:49 |
bwalk7125 | upload was successful | 23:50 |
creiht | k | 23:50 |
creiht | then something is wrong with how you are making the request | 23:50 |
creiht | what tool are you using for the request? | 23:50 |
bwalk7125 | so I don't need the <Host: hostname> in the request then? | 23:50 |
bwalk7125 | here's my pycurl: | 23:51 |
creiht | to paste.openstack.com please :) | 23:51 |
creiht | and it depends on the lib you are using | 23:51 |
jaypipes | soren: heya, I pushed the local_BuildDoc setup.py fix for building the manpages. If you think everything is OK, please feel free to approve https://code.launchpad.net/~jaypipes/glance/bug704842/+merge/46834 | 23:51 |
*** adiantum has quit IRC | 23:52 | |
creiht | erm | 23:52 |
creiht | paste.openstack.org | 23:52 |
bwalk7125 | just pasted it | 23:53 |
bwalk7125 | #529 | 23:53 |
*** elasticdog has quit IRC | 23:55 | |
*** elasticdog has joined #openstack | 23:55 | |
creiht | hrm | 23:55 |
creiht | bwalk7125: can you try just heading the account first to see if you can get that to work? | 23:55 |
creiht | unfortunately I have to run | 23:56 |
bwalk7125 | ok | 23:56 |
creiht | but something isn't quite right how the request is being made | 23:56 |
bwalk7125 | I'll try | 23:56 |
bwalk7125 | thanks for your help | 23:56 |
*** joearnold has joined #openstack | 23:56 | |
bwalk7125 | the full function was paste #531 on paste.openstack.org | 23:56 |
*** dendrobates is now known as dendro-afk | 23:57 | |
*** adiantum has joined #openstack | 23:57 | |
*** littleidea has joined #openstack | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!