Tuesday, 2012-03-27

jasonbOkay, so that's not my problem then..00:00
jasonb(same error)00:00
dolphmjasonb: what's the command?00:00
jasonbOh, wait.. I now put the right token string in there and it worked!00:01
*** paulmillar has joined #openstack00:01
dolphmjasonb: hmm.. that wasn't a useful error then lol00:02
dolphmjasonb: still curious what the command was?00:03
jasonbkeystone --token 012345SECRET99TOKEN012345 --endpoint http://localhost:35357/v2.0 tenant-create --name openstackDemo --description "Default Tenant" --enabled true00:03
dolphmjasonb: and "012345SECRET99TOKEN012345" appears in keystone.conf, i assume?00:03
dolphmcommand looks fine otherwise :)00:04
dolphmalso, --enabled defaults to true, in case you're lazy00:04
jasonbI had copied and pasted that command right off the doc page.. instead, the doc page should probably say "keystone --token ADMIN "... if the token in the conf says ADMIN by default.00:05
jasonbBut, yeah, that error message sure doesn't tell me what's wrong.00:05
uvirtbotNew bug: #965810 in horizon "Hitting a URL when not-logged-in gives a misleading error message." [Undecided,In progress] https://launchpad.net/bugs/96581000:06
jasonbExcellent!  :)00:06
*** cctrieloff has joined #openstack00:11
*** clopez has joined #openstack00:12
cowmixI'm about to go head first into my first install.. is KVM the best hypervisor to start with?00:12
*** rnorwood has joined #openstack00:13
*** dtroyer is now known as dtroyer_zzz00:13
*** relateable has joined #openstack00:14
*** alrs has quit IRC00:14
jasonbcowmix: They have their pros and cons, but I like kvm.00:15
*** rnorwood has quit IRC00:16
cowmixjasonb: Yeah.. I'm coming from a RHEL Xen installation now..00:17
*** Aaton has quit IRC00:17
*** jimyeh has quit IRC00:17
cowmixI'm sick of the CPU hit I get in Xen.. I think this is a good time to try KVM00:17
*** scoph has joined #openstack00:17
jasonbcowmix: I think you'll like it.00:19
cowmixjasonb: one more thing.. I'm going to use 12.04 beta (or daily build).. bad idea?00:19
jasonbcowmix: Well, probably not a bad idea.. just means that you'll probably want to figure out how to get to the final release once it's out.00:22
*** hermy|away is now known as hermy00:22
*** vincentricci has left #openstack00:23
cowmixyeah.. this is just practice...00:23
jasonbdolphm: Does the EC2 Service User in the Service Tenant need to be assigned a role?  The very end of this doc page says to add a role to a user that we already added in a previous step, so I'm thinking someone forgot to change their cut & paste to show adding a role to the EC2 Service user: http://docs.openstack.org/trunk/openstack-compute/install/content/setting-up-tenants-users-and-roles.html00:24
*** tmichael has quit IRC00:25
*** tmichael has joined #openstack00:25
*** maplebed has quit IRC00:26
*** Beticious has joined #openstack00:28
jasonbNow I'm creating the service endpoints using keystone.. when specifying the URLs (such as "publicurl"), can that be "0.0.0.0", meaning any address that reaches the server is okay?  Or, is this value used to build URLs that are given out to other machines?  I'm guessing the latter..00:32
*** shaon has quit IRC00:34
*** shaon has joined #openstack00:34
*** localhost has quit IRC00:35
*** shaon has quit IRC00:36
*** markmcclain has quit IRC00:36
*** justfine has quit IRC00:36
*** cctrieloff has quit IRC00:37
*** localhost has joined #openstack00:37
*** mrjazzcat has quit IRC00:39
*** ywu has joined #openstack00:40
*** dendro-afk is now known as dendrobates00:40
*** tryggvil_ has quit IRC00:43
*** agonella has joined #openstack00:44
*** B1ackavar has quit IRC00:48
*** oNeToWn has joined #openstack00:48
*** jimyeh has joined #openstack00:49
uvirtbotNew bug: #959262 in python-novaclient "[Errno 13] Permission denied: '/var/www/.novaclient'" [Undecided,Confirmed] https://launchpad.net/bugs/95926200:51
uvirtbotNew bug: #965826 in nova "python-novaclient doesn't handle misconfigured 'auth_host'" [Undecided,New] https://launchpad.net/bugs/96582600:51
jasonbVerifying the keystone installation doesn't work for me.  It's giving me error 500 messages.00:53
*** adalbas has quit IRC00:55
*** scoph has quit IRC00:57
*** gyee has quit IRC00:59
*** dendrobates is now known as dendro-afk01:00
*** jdurgin has quit IRC01:00
*** relateable has quit IRC01:02
jasonbThe error in keystone's stack trace says "AttributeError: 'Catalog' object has no attribute 'create_token'" when I'm running curl to verify the installation.01:04
*** yshh has joined #openstack01:04
jasonbExample command I'm running: curl -d '{"auth": {"tenantName": "openstackDemo", "passwordCredentials":{"username": "adminUser", "password": "mypassword"}}}' -H "Content-type: application/json" http://localhost:5000/v2.0/tokens01:05
*** rnorwood has joined #openstack01:06
wkellyjasonb: to answer your question re: endpoints, the ip addresses in the service catalog are used to construct urls01:07
jasonbwkelly: Okay, thanks.01:07
*** robbiew has quit IRC01:08
jasonbI guess one more question about them I had was: does each URL for each service have to have a different address:port combo?  Or, is it fine for them to have the same address:port as another service?  Would help if the docs mentioned this..01:08
wkellythey can all say the same thing01:08
wkellyexcept for keystone!01:09
jasonbHmm.. the docs should certainly say that in bold blinking text.  :)01:09
wkellyjaja01:09
wkellyer, haha as well01:09
wkellythe administrative service for keystone usually binds to another port01:09
wkellyso the admin_url needs to point to that port01:10
wkellyone can separate the admin api for nova as well, and if you were to do that, its admin url would also look different in the endpoint config01:11
*** livemoon has joined #openstack01:11
wkellyI have used diablo keystone quite a bit more extensively than essex keystone, and they differ quite drastically01:13
*** spiffxp has quit IRC01:13
wkellyso I am not sure what is going on with your 500 error, but my guess would be to check your conf and make sure that the backend for tokens is set properly01:13
jasonbwkelly: Thanks for the ideas on the ports..01:13
jasonbwkelly: I'm not sure about this token stuff.  The doc page said something like "for the tokens you already created" and it never told me to create nor configure any tokens.01:14
*** scoph has joined #openstack01:15
jasonb"In return, you should receive the token you created for the adminUser user." <-- maybe I just don't know what it means by 'token'.01:15
uvirtbotNew bug: #965839 in horizon "Adding panels to existing dashboards breaks URLConf" [Medium,In progress] https://launchpad.net/bugs/96583901:16
wkellyinteresting01:17
*** ChelseaH has quit IRC01:18
*** epim has quit IRC01:19
jasonbIs a token an object identifier?  Or is there some kind of 'token' object that I'm supposed to have created for the adminUser ?01:19
wkellya token is the result of a successful login01:19
jasonbI guess that's my real question.01:20
wkellyit will print out some json01:20
wkellyone of the things that will be included is a token object with an id01:20
wkellyyou will use that token to access other openstack services01:20
jasonbWell, if I'm just using the keystone tool to create/configure objects, then using curl to do the requests on this page to verify the installation worked, should any token exist yet?: http://docs.openstack.org/trunk/openstack-compute/install/content/verifying-identity-install.html01:21
wkellythe curl command you are running is actually attempting to log in to keystone on behalf of the adminUser01:22
wkellyand should result in keystone generating a token for that user01:22
jasonbOkay.01:23
wkellywhich should be returned in its response01:23
wkellyit looks like it authenticated successfully and attempted to generate the token and store it01:23
jasonbMaybe the login doesn't succeed due to the stack trace / error.01:23
wkellyat which point it failed01:23
jasonbFile "/usr/local/lib/python2.7/dist-packages/keystone-2012.1-py2.7.egg/keystone/common/manager.py", line 44, in __getattr__01:24
jasonbf = getattr(self.driver, name) ...  that's where it says AttributeError: 'Catalog' object has no attribute 'create_token'01:24
*** livemoon1 has joined #openstack01:24
*** livemoon has quit IRC01:26
*** miclorb_ has quit IRC01:32
wkellyIt sounds like the driver is not set correctly in keystone.conf01:32
wkellygive me a second to look up a sane value!01:32
jasonbHmm, well, it appears that I have at least three of those in my keystone.conf.01:33
jasonbOne under each of the following section headings: identity, catalog, and token01:33
jasonboh, and ec201:33
wkellythe token one is the one in question right now01:33
jasonbI only just realized there were multiple 'driver' settings.01:35
jasonbI made a change.. testing...01:35
jasonbooh!  Actually... I think that fixed it.01:36
wkellyawesome01:36
wkellyregarding your documentation suggestions, if you are feeling charitable, you might file bugs under https://launchpad.net/openstack-manuals01:36
jasonbIt's certainly giving me json responses back now, whereas before it wasn't.01:37
jasonbwkelly: Thanks for helping me figure it out and fix it!  I can continue on to other components now..01:37
jasonbwkelly: I'll see about filing a couple/few doc bugs.. that would sure help..01:38
wkellyno problem!01:38
*** scoph has quit IRC01:41
*** hermy is now known as hermy|away01:42
*** roge has joined #openstack01:43
*** B1ackavar has joined #openstack01:44
*** hermy|away is now known as hermy01:44
*** livemoon1 has left #openstack01:46
*** rods has quit IRC01:47
*** dcramer_ has joined #openstack01:48
*** marrusl_ has quit IRC01:48
*** halfss has joined #openstack01:48
uvirtbotNew bug: #965860 in openstack-manuals "keystone config doc page has repeat step at end" [Undecided,New] https://launchpad.net/bugs/96586001:50
*** warik has quit IRC01:54
*** wariola has joined #openstack01:54
*** flaviamissi has quit IRC01:58
*** flaviamissi has joined #openstack01:58
*** flaviamissi has quit IRC01:58
*** dvogt has quit IRC02:00
*** scoph has joined #openstack02:00
*** atoato88 has joined #openstack02:00
*** Karmaon has quit IRC02:00
*** Karmaon has joined #openstack02:02
uvirtbotNew bug: #965868 in openstack-manuals "keystone defining services page: improve text about URL values" [Undecided,New] https://launchpad.net/bugs/96586802:06
*** livemoon has joined #openstack02:07
*** osier has joined #openstack02:07
jasonbglance deb package didn't install (Ubuntu 11) because glance-registry configure didn't complete successfully:   File "/usr/lib/python2.7/dist-packages/sqlalchemy/schema.py", line 312, in _extra_kwargs "Invalid argument(s) for Table: %r" % kwargs.keys()) TypeError: Invalid argument(s) for Table: ['extend_existing', 'mysql_engine']02:08
wkellythis is on precise?02:08
jasonbThis is from ppa:openstack-ppa/milestone-proposed02:09
wkellyah02:09
*** roge has quit IRC02:09
jasonbUbuntu 11.04.02:09
* jasonb is a bug magnet.02:10
wkellyhaha02:12
*** dpippenger has quit IRC02:12
*** jog0 has left #openstack02:17
*** clopez has quit IRC02:17
*** erkules has quit IRC02:19
*** marrusl has quit IRC02:19
*** warik has joined #openstack02:22
*** sandywalsh has quit IRC02:25
*** warik has left #openstack02:29
*** MrRoot has joined #openstack02:29
*** erkules has joined #openstack02:32
*** stewart has quit IRC02:33
*** philips has quit IRC02:33
*** philips has joined #openstack02:34
*** egant has quit IRC02:34
*** natea_ has joined #openstack02:39
*** clopez has joined #openstack02:40
*** littleidea has joined #openstack02:42
*** egant has joined #openstack02:42
*** natea has quit IRC02:42
*** natea_ is now known as natea02:42
*** miclorb_ has joined #openstack02:44
*** stewart has joined #openstack02:46
*** yaguang has joined #openstack02:46
*** mnewby has quit IRC02:46
*** johnpostlethwait has quit IRC02:47
*** atoato88 has quit IRC02:48
*** Karmaon has quit IRC02:49
*** mjfork has quit IRC02:49
*** atoato88 has joined #openstack02:53
*** jimbaker has quit IRC02:54
*** jimbaker has joined #openstack02:56
*** littleidea has quit IRC02:56
*** littleidea has joined #openstack02:58
*** tkleinscea has quit IRC03:01
*** sandywalsh has joined #openstack03:05
*** mdrnstm has left #openstack03:07
*** mdrnstm has joined #openstack03:07
*** natea has quit IRC03:08
*** epim has joined #openstack03:09
uvirtbotNew bug: #965883 in quantum "add a general funtion to read item in plugins.ini" [Undecided,In progress] https://launchpad.net/bugs/96588303:11
*** Karmaon has joined #openstack03:11
*** miclorb_ has quit IRC03:12
*** clopez has quit IRC03:12
*** Ryan_Lane has joined #openstack03:12
*** FallenPegasus has quit IRC03:13
*** shang has joined #openstack03:13
*** lahlfors has joined #openstack03:14
*** dcramer_ has quit IRC03:15
*** ywu has quit IRC03:16
*** FallenPegasus has joined #openstack03:17
*** dtroyer_zzz is now known as dtroyer03:21
*** epim has quit IRC03:23
*** mnewby has joined #openstack03:24
*** atoato88 has quit IRC03:31
*** agonella has quit IRC03:33
*** agonella has joined #openstack03:34
*** mnewby has quit IRC03:37
*** clopez has joined #openstack03:37
wkellyjasonb: this is a bit late, but https://bugs.launchpad.net/glance/+bug/959787 says you need a newer version of sqlalchemy03:39
*** agonella has quit IRC03:39
wkellyobviously, this is not a good production fix, but if this is a test box 'easy_install -U sqlalchemy' will get you going03:39
*** wilmoore has joined #openstack03:40
jasonbhmm, okay.03:40
wkellythen remove glance-registry and reinstall it03:40
jasonbwkelly: I'll see if I can do that.. thanks!03:40
wkellythe post config will complete03:40
wkellyno prob03:40
*** dolphm has quit IRC03:40
*** dendro-afk is now known as dendrobates03:40
jasonbI set up the bridge config and ran into networking problems (like, the machine doesn't answer over the network, but only sometimes)..03:41
*** dolphm has joined #openstack03:42
wkellywow, that's a weird one03:42
*** avoine has left #openstack03:43
*** clopez has quit IRC03:43
*** sniperd has quit IRC03:43
*** clopez has joined #openstack03:44
*** dvogt has joined #openstack03:44
*** adamgamble has joined #openstack03:46
*** paulstallworth has quit IRC03:47
*** adamgamble has left #openstack03:49
*** hermy is now known as hermy|away03:51
*** crescendo has joined #openstack03:58
*** scoph has quit IRC04:03
*** natea has joined #openstack04:06
*** atoato88 has joined #openstack04:11
*** nelson1234 has left #openstack04:13
*** nelson1234 has joined #openstack04:13
*** miclorb_ has joined #openstack04:15
*** Ryan_Lane has quit IRC04:17
*** issackelly has quit IRC04:19
uvirtbotNew bug: #965901 in nova "when instance  resize error,it can not be rollback to active. " [Undecided,New] https://launchpad.net/bugs/96590104:21
*** sniperd has joined #openstack04:22
*** llang629 has joined #openstack04:23
jasonbAhh.. nova inserts iptables rules, and I bet those are the cause of my network issues..  hmmm04:28
*** supriya has joined #openstack04:28
jasonahmm04:31
*** armaan has joined #openstack04:31
*** freeflyi1g has quit IRC04:31
*** philhsmith has joined #openstack04:32
*** armaan has left #openstack04:33
jasonahmm04:33
*** rnorwood has quit IRC04:33
jasonahmm04:34
jasonaanyone seen michael fork around lately ?04:34
uvirtbotNew bug: #965910 in horizon "Polling on numerous rows can overwhelm server" [Medium,In progress] https://launchpad.net/bugs/96591004:36
*** freeflying has joined #openstack04:36
philhsmithQuestion: is there a way to use keystone for swift authentication in the diablo release, as pulled down from managedit on ubuntu 11.10?04:37
philhsmithI've found several conflicting configurations, and so far none of them work.04:37
jasonbLooks like iptables wasn't the cause of my networking issues.04:40
*** ldlework has quit IRC04:45
*** cryptk|offline is now known as cryptk04:46
*** clopez_ has joined #openstack04:51
*** spiffxp has joined #openstack04:51
*** FallenPegasus has quit IRC04:52
*** MarkAtwood has joined #openstack04:52
*** llang629 has left #openstack04:52
*** supriya has quit IRC04:54
jasonbActually, I was wrong.  It was indeed the NAT chains/rules that the nova package(s) added that caused my networking problems!04:57
jasonbAfter I did iptables -t nat -F then everything works again.04:58
*** dolphm has quit IRC04:59
*** egant has quit IRC05:00
*** clopez_ has quit IRC05:00
jasonbwkelly: Looks like your easy_install -U sqlalchemy trick worked .. glance essex rc1 installed smoothly on Ubuntu 11.10 after that.05:02
wkellyjasonb: good!05:02
wkellynova-network and nova-compute can be a little aggressive with their rules, so I would try to carve out a separate ip space for instances if possible05:03
jasonbUgh.05:03
*** hattwick has quit IRC05:03
wkellyit is easier that way, but it is quite possible to run in the same ip space if you have a strong preference for it.05:04
jasonbwkelly: Well, I'm not the network admin here, and I don't have my own network / equipment for it..05:06
wkellyunderstood!05:06
*** andrewsmedina has quit IRC05:08
*** jcannava has joined #openstack05:08
jasonbwkelly: Thanks for all the help..05:08
*** egant has joined #openstack05:08
*** koolhead11 has joined #openstack05:10
wkellyjasonb: my pleasure05:11
koolhead11hi all05:11
wkellyjasonb: how many nodes are you doing this install on?05:14
jasonbWell, I have 5 machines at the moment to try this on.. though I'm hitting all sorts of snags getting the software on the first one.05:14
wkellyyeah05:15
wkellyonce you get one going, the rest are easy05:15
jasonbNow glance add is saying: "glance: error: no such option: --username"05:15
*** juergh has joined #openstack05:16
wkellyis there an os_username?05:16
*** supriya has joined #openstack05:17
*** sniperd has quit IRC05:17
jasonbwkelly: Hmm, I added "os_" to several switch names, and finally it did something.. that doc page needs to change..05:18
wkellywhich one are you looking at?05:18
jasonbBut, uploading the image didn't work: "Uploading image 'tty-linux-kernel' .. Failed to add image.  Got error: An object with the specified identifier was not found.  Details: 404 Not Found05:19
jasonbIt's this page: http://docs.openstack.org/trunk/openstack-compute/install/content/images-verifying-install.html05:19
jasonbVery first command trying to verify the installation of Glance.05:19
wkellyyep, that looks wrong indeed05:20
wkellythe part at the bottom about environment variables is correct05:20
wkellyyou can use them instead of lots of the flags05:20
jasonbWell, that would help, yeah.05:21
*** dvogt has quit IRC05:21
*** dolphm_ has joined #openstack05:22
*** dolphm__ has joined #openstack05:24
wkellyjasonb: that's a pretty innocuous add command.  my first suspicion would be that the keystone endpoint for glance is incorrect05:24
wkellyand it is actually talking to some other thing05:25
jasonbglance index shows a big python stack trace..  near the bottom saying OperationalError: (OperationalError) no such table: image_members05:25
wkellyah!05:25
wkellytry glance-manage db_sync05:25
jasonbThat fixes the glance index stack trace, but not the image uploading problem.05:26
wkellyinteresting05:26
wkellywell, if glance index works, your endpoint is correct05:26
jasonbIt gives no output.. does that count as "works"?05:27
wkellyyep!  that is expected with no images05:27
jasonbokay.05:27
jasonbHow do I restart glance?05:27
*** lahlfors has quit IRC05:27
jasonboh, glance-api or glance-registry05:28
*** dolphm_ has quit IRC05:28
wkellyboth, to be safe05:28
jasonbEven after a restart, the image upload doesn't work.05:28
wkellyanything interesting in the logs?05:28
jasonbDoesn't seem so.05:29
jasonbLooks pretty happy.05:29
jasonbHappy & broken.  :/05:29
wkellytry setting verbose = True and debug = True in the confs and restarting05:30
*** clopez has quit IRC05:30
*** sniperd has joined #openstack05:31
*** egant has quit IRC05:31
jasonbSlightly more verbose, in the logs..  but no errors, nor any output specifically about my upload request.05:32
wkellyif you have those environment variables set05:33
jasonbI didn't set any.05:33
wkellydo you have python-novaclient installed?05:34
jasonbYep.05:34
*** vincentricci has joined #openstack05:34
wkellyI would like to see the output of 'nova endpoints'05:34
*** vincentricci has left #openstack05:34
wkellyand the command line you're running05:34
jasonbERROR: You must provide a username via either --os_username or env[OS_USERNAME]05:34
wkellyah, sorry05:35
wkellyyou'll need to pass the --os blah blah blahs05:35
jasonbglance --os_username=adminUser --os_password=mypassword --os_tenant=openstackDemo --os_auth_url=http://127.0.0.1:5000/v2.0 add name="tty-linux-kernel" disk_format=aki container_format=aki < ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz05:35
*** almaisan-away is now known as al-maisan05:35
koolhead11ivoks: hi there05:37
jasonbwkelly: http://pastebin.com/sd9R9teW05:37
wkellyah!  these are incorrect05:39
jasonbHow are they wrong?05:41
wkellyfor glance, they should all be something like http://IPOFYOURNODE:9292/v105:41
jasonbHmm.  Okay, I guess the doc page neglected to say that.05:41
wkellythe glance client authenticates against keystone, which provides it these endpoints05:42
wkellyyeah05:42
*** chutku has joined #openstack05:42
wkellyyou may have to make some config changes on the glance side as well05:42
wkellyto get it speaking properly with keystone05:42
wkellyhttp://glance.openstack.org/authentication.html05:42
*** chutku has left #openstack05:43
wkellythat looks accurate05:43
wkelly(but still doesn't cover endpoints)05:43
wkellythe same thing is true of the other services--the urls need to point to wherever it is you are actually running the api for the appropriate service05:44
wkellyhere are the endpoints from the hp public cloud05:45
*** dpippenger has joined #openstack05:46
wkellyI lied!  those are not helpful05:46
wkellyhaha05:46
rmkjasonb: not sure if anyone answered but you need a newer sqlalchemy to resolve that glance error05:46
wkellyNova: http://YOURIP:8774/v1.1/%tenant_id%05:47
jasonbrmk: Yep, fixed that one.. getting closer to working.. thanks.05:47
wkellyjasonb: http://keystone.openstack.org/configuringservices.html05:48
wkellyunder "Setting up services"05:48
wkellywhen you authenticate against keystone, keystone tells the client where to look for the api05:49
jasonbOkay.  Yeah, only the docs that show how to configure these in keystone make no mention about what their hosts:ports should be set to.05:50
jasonbI already filed a doc bug about that.05:50
wkellyhaha, yes, that is really not as helpful as it could be05:51
wkellyGlance: 9292, Nova: 8774, Nova-compat (ec2 compat): 8773.  Keystone will be 5000 for public and internal, and 35357 for admin05:52
wkellyare you going to do nova-volume or swift?05:52
jasonbThat's the first common port list for these compoments I've seen.. and that would have been helpful to have up front.05:53
jasonbI don't know how to answer your question about nova-volume vs swift if I've never heard of either of them before.05:53
wkellyah, that was not meant to be an exclusive or05:54
wkellynova-volume is a service for presenting disks to instances (similar to elastic block storage from amazon)05:54
wkellyand swift is an object storage system, similar to s3 (and the software that runs rackspace's cloud files offering)05:55
wkellya lot of people deploy without either one05:55
philhsmithThat's not a reason for them to be mutually exclusive.  Can they both be used?  (I need them both as well.)05:56
jasonbOkay, well, for the project I'm currently working on, I mainly just needed a way to track the provisioning/unprovisioning of VMs.05:56
wkellythen you probably do not need either05:56
jasonbyeah.. at least for now.05:56
jasonbBut, I figure that while I'm at this, I might as well get it bringing up VMs, and helping with more features, if the software works well enough.05:57
wkellyit can be a bit of a beast to configure initially05:58
wkellybut once it is up and running, it works pretty well05:58
wkellyand adding new compute nodes is very easy05:58
jasonbThis is what glance is saying now: NotAuthenticated: You are not authenticated.05:59
*** rocambole has joined #openstack05:59
jasonbIs nova a v1 or v2 thing?06:01
wkellyin glance-registry-paste.ini and glance-api-paste.ini, make sure that the values in the [filter:authtoken] section have a correct username and password and so on06:01
*** natea has quit IRC06:03
*** littleidea has quit IRC06:03
wkelly"v2.0"06:03
wkellyah06:04
*** ghe_ is now known as GheRivero06:04
wkellyin glance-registry.conf and glance-api.conf also make sure you have:06:04
wkelly[paste_deploy]06:04
wkellyflavor = keystone06:04
wkellyI apologize, but it is my bed time!06:04
jasonblike http://host:8774/v2.0 or http://host:8774/v2 ?06:05
jasonbOkay.. yeah, I have to go too.06:05
wkellyv2.006:05
jasonbOkay, I'll set it like that.06:05
jasonbThanks again!  I'll continue tomorrow on it..  :/06:05
uvirtbotNew bug: #965939 in nova "Instance remains in scheduling state if Scheduler is down during instance creation" [Undecided,New] https://launchpad.net/bugs/96593906:06
*** melmoth has joined #openstack06:11
*** al-maisan is now known as almaisan-away06:15
*** dachary has quit IRC06:17
*** jasonb has quit IRC06:18
*** dieterdemeyer has joined #openstack06:19
*** arBmind has joined #openstack06:21
*** mindpixel has joined #openstack06:23
*** berendt has joined #openstack06:23
*** wilmoore has quit IRC06:29
*** arBmind has quit IRC06:36
*** natea has joined #openstack06:45
*** davepigott has joined #openstack06:45
*** natea has joined #openstack06:45
*** philhsmith has quit IRC06:45
*** mdrnstm has quit IRC06:48
*** davepigott has quit IRC06:48
*** davepigott has joined #openstack06:48
halfssis there any doc about different of diablo and essex?06:51
*** halfss_ has joined #openstack06:52
*** halfss has quit IRC06:52
*** shaon has joined #openstack06:53
*** Karmaon has quit IRC06:59
*** garyk has joined #openstack07:06
*** reidrac has joined #openstack07:07
*** rkukura has joined #openstack07:10
Raziquehello yes07:14
Raziquethe Essex doc is called "master"07:14
Raziquewhile the diablo one is the "stable/diablo"07:14
*** dachary has joined #openstack07:18
berendthalfss_: take a look in the release notes for essex: http://wiki.openstack.org/ReleaseNotes/Essex07:21
halfss_barendt thanks   :)07:21
*** mdrnstm has joined #openstack07:28
*** Deathvalley122 has quit IRC07:31
*** Razique has quit IRC07:31
ttxjasonb, dolphm: soren was working on it07:33
ttx(adding keystone to the openstack-ppa PPAs)07:34
sorenUh.. Was I?07:34
ttxsoren: I think you told me that :)07:34
* ttx greps logs07:34
sorenI make shit up as I goes all the time.07:34
*** Deathvalley122 has joined #openstack07:34
soren"I goes"? Seriously?07:34
* soren applies caffeine to the grammar centre of his brain07:35
ttx<ttx> you said you were working on packaging keystone properly ?07:35
ttx<ttx> does that plan include pushing it to the common openstack-ppa PPAs ?07:35
ttx<soren> Once I'm happy with it, yes.07:35
ttxno indication of time, though :)07:36
sorenAh.07:36
ttxsoren: does it mean you're not actually working on it ?07:36
sorenI am.07:36
sorenAnd it just so happens that I think I'm happy with it now. Since yesterday afternoon.07:37
sorenI had just forgotten there was no packaging at all in the openstack ppa's.07:37
*** Deathvalley122 has quit IRC07:37
sorenI'm more reluctant to replace existing packaging, because the new stuff is rather different. Way cooler, but rather different.07:37
sorenI'd hate to break something at this stage.07:37
*** Deathvalley122 has joined #openstack07:38
*** natea has quit IRC07:38
ttxyou mean it could break people using ppa and distribution packages at the same time07:39
sorenHmm..07:40
sorenI... uh..07:40
sorenWell, yes, sort of.07:40
sorenBut to some extent that's true already.07:40
sorenFor all the projects.07:40
sorenSince the packaging has diverged, you might be switching between PPA stuff and Ubuntu stuff on every other update.07:41
sorenUp until now, it hasn't been /that/ different, but the devil's in the details.07:41
sorenHowever, if you switch back and forth between the stuff I have and the Ubuntu stuff.. That might be less smooth than one would expect.07:42
sorenNotably, all the various configuration files are conffiles in the Ubuntu packages.. I've un-conffile-ified them in my packaging.07:42
sorenAnd generally awesomeified things.07:43
sorenSwitching back and forth /can/ be handled... I just haven't tried.07:43
*** shaon has quit IRC07:46
ttxGuess your packaging can be synced in Q ?07:48
ttxsoren: does your work use the openstack-ubuntu packaging repos ? Or somewhere else ? Could we for Essex push old-style packaging (copied from Ubuntu) in PPA ?07:49
*** Triade has joined #openstack07:50
sorenttx: Yeah, I'll push my stuff for Q. It's too late for Precise.07:50
sorenttx: Yeah, I suppose we can use the ubuntu packaging. That makes sense.07:51
sorenttx: Do you want to go ahead and push that, or shall I?07:51
ttxsoren: please do07:51
* soren does so07:51
sorenEr..07:51
*** aryan_ has joined #openstack07:51
sorenThere's already something there?07:51
sorenhttps://code.launchpad.net/~openstack-ubuntu-packagers/keystone/ubuntu/07:52
sorenttx: I don't know if it's up-to-date, but it's certainly there. Any idea why it's not used?07:55
ttxsoren: could be some gremlin hiding in Jenkins07:55
Madkissttx: the bug was closed due to being invalid, btw. :)07:55
ttxi see no reason why.07:55
*** darraghb has joined #openstack07:55
ttxMadkiss: checking07:56
*** spiffxp has quit IRC07:56
sorenttx: Oh, I see why07:57
ttxMadkiss: cool. Better safe than sorry07:57
Madkiss:)07:58
*** mnabil has joined #openstack07:58
*** hattwick has joined #openstack07:59
sorenttx: Triggering the keystone-ppa job should still be safe, right08:03
soren?08:03
*** Deathvalley122 has quit IRC08:03
*** uksysadmin has joined #openstack08:04
*** Triade has quit IRC08:04
*** kaz__ has quit IRC08:05
*** Triade has joined #openstack08:05
*** kaz_ has joined #openstack08:05
ttxsoren: yes08:05
*** Deathvalley122 has joined #openstack08:05
*** derekh has joined #openstack08:06
sorenttx: Cool. kicked off a build for both master and milestone-proposed.08:07
*** dneary has joined #openstack08:07
*** koolhead11 has quit IRC08:09
*** woodoo has joined #openstack08:09
*** reidrac has quit IRC08:11
*** stewart has quit IRC08:12
*** reidrac has joined #openstack08:13
*** Deathvalley122 has quit IRC08:14
*** Razique has joined #openstack08:15
*** Deathvalley122 has joined #openstack08:16
*** supriya has quit IRC08:17
*** almaisan-away is now known as al-maisan08:21
*** arBmind has joined #openstack08:22
*** LinuxJedi has quit IRC08:24
*** stewart has joined #openstack08:25
*** LinuxJedi has joined #openstack08:25
*** paulmillar has quit IRC08:27
*** al-maisan is now known as almaisan-away08:28
*** atoato88 has quit IRC08:31
*** clauden_ has quit IRC08:31
*** pixelbeat has joined #openstack08:33
*** shaibn has joined #openstack08:36
*** miclorb__ has joined #openstack08:37
*** miclorb_ has quit IRC08:40
*** qazwsx has joined #openstack08:41
*** miclorb__ has quit IRC08:41
*** po has joined #openstack08:44
*** almaisan-away is now known as al-maisan08:44
*** robix has quit IRC08:45
uksysadminhello all08:45
uksysadminany horizon devs in here?08:45
uksysadminin fact python-nova people / envvar help is needed...08:47
*** robix has joined #openstack08:48
uksysadminI've noticed my Horizon isn't giving correct credential files to be sourced into my environment08:48
uksysadminon looking at this I noticed that I have:  export OS_TENANT_NAME=01b1e8df305b49998e6ecbac02cb9f70, which doesn't work.08:48
*** bbcmicrocomputer has joined #openstack08:48
uksysadminbut setting export OS_TENANT_NAME=tenant (i.e. an actual tenant name) works08:48
uksysadminI wanted to see if I had something incorrect in my keystone.table or its a bug in Horizon08:49
FlorianOteluksysadmin, You again.08:49
FlorianOtel:)08:49
*** scoph has joined #openstack08:49
*** asavu has joined #openstack08:50
*** Deathvalley122 has quit IRC08:50
Raziquehey uksysadmin :)08:51
yadelHi, I'm trying to install nova with this package: nova-2011.3.tar.gz in Debian squeeze.08:52
yadelI have installed the requirement (normaly).08:52
uksysadminhey all08:52
yadelBut when I run this command: python setup.py build, I meet these errors:08:52
*** shaon has joined #openstack08:52
yadelERROR: Python module pluginlib_nova not found08:52
yadelERROR: Python module novalib not found08:53
yadelERROR: Python module novalib not found08:53
yadelERROR: Python module faults not found08:53
uksysadminFlorianOtel: Razique either of you know the correct value type for export OS_TENANT_NAME= ?  I've always used the actual tenant name (so, say, development, or production) not the ID which Horizon has put in.  Before I end up wasting people's time is it a bug?08:53
yadeletc ...08:53
FlorianOteluksysadmin, sorry mate, still not out of the glance RC1 woods myself...08:54
uksysadminoh08:55
*** nid0 has joined #openstack08:55
uksysadminfair enough08:55
*** arBmind has quit IRC08:55
FlorianOteldid you got it sorted ?08:55
uksysadminyeah I gave up on glance+swift+keystone - glance's swift backend configs don't seem comprehensive enough to cater for the keystone+swift backend to work properly imho08:56
FlorianOtelbtw, I think I know where that strange config comes08:56
*** Deathvalley122 has joined #openstack08:56
Raziqueuksysadmin: the OS_TENANT_NAME should be the id yes :)08:56
Raziquewhich version ?08:57
uksysadminso... OS_TENANT_NAME should be an ID?!  #ffs08:57
uksysadminEssex RC1 of everything - python-novaclient, keystone08:57
Raziquelet me check08:58
uksysadminThere's too much inconsistency in OpenStack! :S08:58
Raziqueyup08:59
Razique-export OS_TENANT_ID={{ tenant_id }}08:59
Razique  1408:59
Razique+export OS_TENANT_NAME={{ tenant_id }}08:59
*** jimbaker has quit IRC08:59
Raziqueso it's the id, not the plain name itself08:59
uksysadminbut on using the id, I get an error08:59
uksysadminon using the name, python-nova works08:59
uksysadmin"python-novaclient"09:00
uksysadminI'l raise a bug in horizon then - the tenant was created in horizon and therefore its settings should be consistent - but I have to manually change the resource file to put in an actual name and then it works09:01
uksysadminso something is screwy09:01
hwestmanAnyone here been working on horizon?09:03
hwestmanLike new panels and dashboards etc?09:03
*** shaibn has quit IRC09:03
Raziquehwestman: nope09:07
*** Oneiroi^gone is now known as oneiroi09:07
hwestmanWorth a shot:/09:12
RaziqueI dunno,  I've never found the dashboard that usefull to me09:19
Raziquesince I fin the CLI way more efficient (nothing but a personal choice :) )09:19
uksysadminRazique: that's a feeling shared by many and goes without saying, equally, there are lots of use cases for having a gui like dashboard - its a tool to help people use OpenStack that compliments a command line - not an either/or situation.09:22
chmoueluksysadmin: review has just been opened this morning https://review.openstack.org/#change,585609:23
chmoueluksysadmin: (about Glance / Swift+Keystone)09:23
uksysadminah, chmouel - good! :)_09:23
chmoueluksysadmin: hopefully this should be very straighforward, just setting swift_auth_version = 209:23
uksysadminbrilliant09:23
Raziquechmouel: great :)09:28
*** jimbaker has joined #openstack09:30
*** jimbaker has quit IRC09:30
*** jimbaker has joined #openstack09:30
*** pretec has joined #openstack09:32
halfss_chmouel hi,does glance+keystone+swift work well now?09:35
*** miclorb_ has joined #openstack09:35
chmouelhalfss_: it's in review process on 585609:37
halfss_chmouel  oh thanks :D09:37
*** arBmind has joined #openstack09:39
*** msavy has joined #openstack09:42
chmouelwork well :) http://pastie.org/private/4mecew8tjzcuvhvsvt9pa09:46
uvirtbotNew bug: #966069 in horizon "/etc/apache2/conf.d/dashboard.conf contains wrong paths in the Ubuntu package" [Undecided,New] https://launchpad.net/bugs/96606909:46
uksysadminchmouel: will this land before essex final?09:46
chmoueluksysadmin: yes09:49
chmouelthe bug is release critical09:49
chmouelfyi, the configuration changes needed http://pastie.org/private/z6fjrevpvar9fvw8ei4kw09:50
Davieychmouel: what is the bug you are seeing?09:51
*** tryggvil__ has joined #openstack09:51
chmouelDaviey: do you mean the bug I am referencing?09:53
chmouelbug 94494609:54
chmouelbug #94494609:54
chmouelhttps://bugs.launchpad.net/glance/+bug/94494609:54
chmouel(never can't figure out when uvirtbot  catch bug number for full links)09:54
Davieythanks chmouel09:55
FlorianOtelchmouel, Did I read that change correctly that it will be using v1 of swift auth ?09:56
FlorianOtelchmouel, whereas your temp patch uses version 2.09:57
chmouelFlorianOtel: no in Juerg patch it defult to v1, I have advised to use v209:57
FlorianOtelchmouel, yes, that's what I meant.09:57
chmouelFlorianOtel: yes that's correct, I think v2 by default make more sense09:58
FlorianOtelah, so you mean that the _default_ is 1, but we can override in config   to 2 ? hmm..09:58
chmouelyes09:58
chmouelcurrently09:58
chmouelcould change when this is merged09:58
halfss_i want use novaclient:>>> from novaclient.v1_1 import client10:01
halfss_>>> nt=client.Client('test','test','f4b7ad3136124541ad6a0f16b372869b','http://192.168.10.103:5000/v2.0')10:01
halfss_nt.flavors.list()10:01
halfss_but return :  File "/opt/stack/python-novaclient/novaclient/service_catalog.py", line 67, in url_for10:01
halfss_    raise novaclient.exceptions.EndpointNotFound()10:01
halfss_novaclient.exceptions.EndpointNotFound10:01
FlorianOtelchmouel, on smth else but related: the format of "swift_store_auth_address" in "glance-api.conf". It says it is "Address where the Swift authentication service lives". In the config I got from uksysadmin  it actually points to Keystone service port (i.e. 5000) whereas the default in the source is Swift itself...10:01
halfss_is there anybody know why?10:01
chmouelFlorianOtel: feel free to comment on the review so Juerg can update  it10:03
FlorianOtelchmouel, Will do.10:03
chmouelFlorianOtel: cheers10:03
*** livemoon has left #openstack10:04
halfss_FlorianOtel  hi does you glance+keystone+swift download image work well?10:05
FlorianOtelhalfss_, Still working out the "proper" way to config glance on swift w/ keystone auth. So the answer is still "no".10:06
FlorianOtelsorry.10:06
halfss_FlorianOtel   :)10:06
halfss_FlorianOtel   this is my:swift_store_auth_address = http://192.168.10.103:5000/v2.0/  i can upload image normal10:07
halfss_but can't download the image10:07
FlorianOtelhalfss_, Can you please post your API and registry conf somewhere to check ? there are some confusions as to what must go where. At least to me.10:08
uksysadminI'm away now guys. have a good one.10:09
*** uksysadmin has quit IRC10:09
chmouelhalfss_: which very of glance you are using? a patched one that add auth 2.0 support?10:09
halfss_FlorianOtel   when i change file to swift just change this file:http://paste.openstack.org/show/12175/10:09
FlorianOtelhalfss_, That's your keystone service port. So the variable name "swift_store_auth_addres"  -- or at least the description --  are misleading  IMHO.10:10
*** atoato88 has joined #openstack10:10
*** dneary has quit IRC10:10
halfss_chmouel  my glance version is 2012.110:10
halfss_now i can upload image via glance to swift, but when i want to download the image ,ruturn 40410:11
uvirtbotNew bug: #966079 in quantum "starting "plugins/linuxbridge/agent/linuxbridge_quantum_agent.py" failed: no such table: vlan_bindings" [Undecided,New] https://launchpad.net/bugs/96607910:11
halfss_chmouel : i have already fix that bug10:11
chmouelhalfss_: the default version don't support 2.0 until the review is landed https://review.openstack.org/#change,585610:11
chmouelhalfss_: you probably want to backout your change and use 5856 changes, it works well (i have just tested it)10:12
halfss_chmouel : let me try :)10:12
*** robix1 has joined #openstack10:12
*** robix has quit IRC10:13
chmouelI am going to be AFK for the rest of the day (on leave I should be on my bike outside not on IRC :)) but take this configuration change as example http://pastie.org/private/z6fjrevpvar9fvw8ei4kw after you merged 585610:14
FlorianOtelchmouel, great to have that, thanks10:15
FlorianOtelchmouel, Sorry to keep you inside, but  I have a hard time figuring out what "swift_store_key" is / is used for.10:16
FlorianOtelchmouel,  Sounds like a long lived / unscoped token -- and I thought we were moving away from that  to user/pass10:17
*** robix1 has quit IRC10:20
*** nelson has quit IRC10:21
*** siwos has joined #openstack10:22
siwoshi10:22
siwosI need some information on ring rebalancing in swift10:22
siwosdoes it do any other things than just commiting your changes to the ring?10:23
*** wariola has quit IRC10:26
uvirtbotNew bug: #966087 in nova "Instance remains in deleting state if libvirt down during deletion" [Undecided,New] https://launchpad.net/bugs/96608710:26
*** paulmillar has joined #openstack10:35
*** paulmillar has quit IRC10:39
*** paulmillar has joined #openstack10:39
uvirtbotNew bug: #966107 in nova "Instances stuck in Image_snapshot/Queued should be cleaned up" [Undecided,New] https://launchpad.net/bugs/96610710:41
*** mjfork has joined #openstack10:42
*** tryggvil__ has quit IRC10:42
*** Ard1t has quit IRC10:43
*** miclorb_ has quit IRC10:44
*** Ard1t has joined #openstack10:45
*** B1ackavar has quit IRC10:47
*** clopez has joined #openstack10:53
*** sandywalsh has quit IRC10:57
*** GheRivero has quit IRC11:00
*** tryggvil__ has joined #openstack11:01
*** agonella has joined #openstack11:01
*** dieterdemeyer has quit IRC11:04
*** agonella has quit IRC11:05
*** sandywalsh has joined #openstack11:11
*** qazwsx has quit IRC11:13
*** arBmind has quit IRC11:16
*** marrusl has joined #openstack11:18
*** livemoon has joined #openstack11:25
*** vitiho_ has joined #openstack11:30
*** vitiho has quit IRC11:30
*** eirikbb_ has joined #openstack11:32
*** eirikbb has quit IRC11:35
wedjathi guys11:36
wedjatdid anyone alreadu succeed in installing openstack nova on Debian ?11:37
wedjatseems that many python modules are missing after the first build11:37
Raziquemmm a projets has been opened11:40
Raziquein order to make OPS running under debian11:40
Raziquelet me dig11:40
Raziquethere http://wiki.debian.org/OpenStackHowto11:41
Razique:)11:41
*** arBmind has joined #openstack11:41
*** littleidea has joined #openstack11:42
*** st4n has joined #openstack11:42
st4nHi, when trying to add a role to a user, I get this error message : 'NoneType' object has no attribute 'iteritems'11:43
st4nany clue?11:43
*** dieterdemeyer has joined #openstack11:43
st4nI'm using trunk version11:44
*** randomubuntuguy has joined #openstack11:44
st4nof keystone11:44
*** bsza has joined #openstack11:44
*** rubiojr has joined #openstack11:50
*** littleidea has quit IRC11:52
*** mdrnstm has quit IRC11:52
*** st4n has quit IRC11:54
*** stewart_ has joined #openstack11:54
*** randomubuntuguy has quit IRC11:55
*** stewart has quit IRC11:55
*** stewart has joined #openstack11:55
*** garyk has quit IRC11:58
*** clopez has quit IRC12:01
*** markvoelker has joined #openstack12:01
*** ahasenack has joined #openstack12:02
*** dwcramer has joined #openstack12:02
*** Susanne-Balle has joined #openstack12:03
*** swiftindia has quit IRC12:15
*** paulmillar has quit IRC12:17
*** paulmillar has joined #openstack12:17
*** ohad_ is now known as ohad12:19
*** oneiroi has quit IRC12:21
*** oneiroi has joined #openstack12:22
*** randomubuntuguy has joined #openstack12:22
*** nelson has joined #openstack12:23
*** j^2 has quit IRC12:24
*** koolhead17|away has joined #openstack12:24
*** j^2 has joined #openstack12:25
*** Ard1t has quit IRC12:26
*** egant has joined #openstack12:26
uvirtbotNew bug: #966175 in nova "Get rid of fixed_range flag" [Undecided,New] https://launchpad.net/bugs/96617512:26
*** Ard1t has joined #openstack12:27
*** koolhead17|away is now known as koolhead1712:27
*** paulmillar has quit IRC12:28
*** robix has joined #openstack12:31
*** Ryan_Lane has joined #openstack12:34
*** yaguang has quit IRC12:35
*** randomubuntuguy has quit IRC12:38
*** lts has joined #openstack12:39
*** heyho has quit IRC12:46
*** shaon has quit IRC12:47
*** heyho has joined #openstack12:47
*** pretec has quit IRC12:47
*** pretec has joined #openstack12:48
*** sdomme has joined #openstack12:49
*** dendrobates is now known as dendro-afk12:49
wedjatthanks Razique12:50
Raziquesure :)12:50
sdommehello, we are currently installing keystone rc1 from tar-ball and running in the following issue at executinh keystone commands: Unable to communicate with identity service: (403, 'Forbidden'). (HTTP 400)12:51
sdommeit also occures if keystone-all is not even running12:51
*** oneiroi has left #openstack12:52
*** oneiroi has joined #openstack12:52
*** oneiroi has left #openstack12:52
*** nelson has quit IRC12:52
*** dwcramer has quit IRC12:53
*** dprince has joined #openstack12:54
*** oneiroi has joined #openstack12:55
*** ldlework has joined #openstack12:55
*** emorisse has joined #openstack12:57
*** juergh has quit IRC12:57
sdommeOMG: we just found our syntaxerror. it is important to have a trailing slash at "--endpoint http://localhost:35357/v2.0/"12:58
*** dneary has joined #openstack12:58
*** maploin has joined #openstack12:59
*** maploin has joined #openstack12:59
sdommethe new doc  "OpenStack Install and Deploy Manual  - essex" describes it not correctly at "Setting up tenants, users, and roles"13:00
*** markmcclain has joined #openstack13:00
*** msavy has quit IRC13:00
*** msavy has joined #openstack13:01
*** rektide has quit IRC13:02
*** rektide has joined #openstack13:03
*** kyriakos has quit IRC13:03
*** nelson has joined #openstack13:03
*** jimyeh has quit IRC13:03
*** lborda has joined #openstack13:04
*** sashank has joined #openstack13:08
sashankhi13:08
sashankanybody der ?13:08
* koolhead17 hi backs sashank 13:09
sashanki want to know how to integrate or run hadoop on openstack13:09
sashankany pointers ? help greately appreciated13:09
sashankthere is no offshelf project i came acrosss , apache whirr iam not sure it has any openstack adaptor13:10
sashankso any help in this ?13:11
*** kyriakos has joined #openstack13:13
sashank???13:13
*** hggdh has quit IRC13:13
*** judd7 has joined #openstack13:15
*** hggdh has joined #openstack13:16
*** souza has joined #openstack13:18
souzaHello Folks!13:18
*** livemoon has quit IRC13:18
*** dieterdemeyer has quit IRC13:20
*** joesavak has joined #openstack13:21
Raziquedamn https://www.networkworld.com/news/2012/032612-hp39s-server-strategy-focuses-on-257664.html?source=NWWNLE_nlt_storage_2012-03-2713:21
Razique:D13:21
Raziquehello souza : )13:21
*** oneiroi has quit IRC13:21
*** oneiroi has joined #openstack13:21
*** oneiroi has joined #openstack13:21
*** rods has joined #openstack13:22
souzaI have a question, i'm going to install the essex on ubuntu 12.04 following this tutorial >> http://www.hastexo.com/resources/docs/installing-openstack-essex-4-ubuntu-1204-precise-pangolin << and at first step it shows a server that has two network interfaces, but i just have one network interface on my server, what's changes i must to do when i'm following this steps?13:23
Madkisserr.13:23
Madkissi'm just looking up the answer for you right now13:23
Madkiss(i'm the author of that document)13:23
*** nelson has quit IRC13:23
sashanki want to know how to integrate or run hadoop mapreduce on openstack , any pointers ?13:23
koolhead17Madkiss, ^^ :P13:24
Madkisskoolhead17: yeah?13:25
*** jimyeh has joined #openstack13:25
souzaRazique: Hello =D13:25
*** natea has joined #openstack13:26
*** tkleinscea has joined #openstack13:27
*** andrewsmedina has joined #openstack13:27
Madkisssouza: From what I can see, in order to achieve the very same setup with one NIC present only, all you have to do is replace every occurance of eth1 with eth0 (assuming eth0 is the network interface you have), and the rest should just work.13:31
Madkisssouza: Did you have trouble in doing so?13:31
*** cctrieloff has joined #openstack13:34
*** sdomme has quit IRC13:34
souzaMadkiss: Thanks, i'll try it.13:34
*** sashank has quit IRC13:36
Raziquehey koolhead17 !13:37
Raziquego back at work u lazy13:37
*** halfss_ has quit IRC13:37
*** cryptk is now known as cryptk|offline13:37
tobinDoes anyone know if the functionality of keystone-all (logging to stdout) changed from essex-4 --> rc1?13:38
*** juergh has joined #openstack13:42
*** osier has quit IRC13:43
*** kbringard has joined #openstack13:45
*** halfss has joined #openstack13:46
*** roge has joined #openstack13:47
*** blamar has joined #openstack13:47
*** issackelly has joined #openstack13:50
*** halfss has quit IRC13:51
*** imsplitbit has joined #openstack13:51
*** halfss has joined #openstack13:52
*** clopez has joined #openstack13:52
*** eglynn_ has joined #openstack13:52
*** eglynn has quit IRC13:53
*** GheRivero has joined #openstack13:53
*** siwos has quit IRC13:54
*** robbiew has joined #openstack13:57
*** jastr has quit IRC13:58
*** clopez has quit IRC14:00
koolhead17tobin, not sure but i doubt it would have, what issue you are facing?14:02
*** randomubuntuguy has joined #openstack14:02
*** MarkAtwood has quit IRC14:02
*** fowler_ has joined #openstack14:03
*** clopez has joined #openstack14:03
*** eglynn__ has joined #openstack14:05
*** dwcramer has joined #openstack14:05
*** eglynn_ has quit IRC14:08
*** swiftindia has joined #openstack14:08
*** shadowe989 has joined #openstack14:10
uvirtbotNew bug: #966241 in glance "auto-created DB is not under version control" [Undecided,New] https://launchpad.net/bugs/96624114:10
uvirtbotNew bug: #966242 in glance "Cannot specify a version to 'glance-manage version_control'" [Undecided,New] https://launchpad.net/bugs/96624214:10
uvirtbotNew bug: #966243 in glance "Use of BIGINT for image size column causes sqlite problems" [Undecided,New] https://launchpad.net/bugs/96624314:10
uvirtbotNew bug: #966240 in glance "Image can be registered even though the length of the name exceeds 255 characters" [Undecided,New] https://launchpad.net/bugs/96624014:11
*** Blackavar has joined #openstack14:12
*** swiftindia has quit IRC14:14
*** nphase has quit IRC14:19
*** rnirmal has joined #openstack14:19
*** nphase has joined #openstack14:20
*** nphase has joined #openstack14:20
*** nphase has joined #openstack14:20
*** rnirmal has quit IRC14:20
uvirtbotNew bug: #966249 in keystone "Tenant can be created with name more than 64 characters in length" [Undecided,New] https://launchpad.net/bugs/96624914:21
uvirtbotNew bug: #966251 in keystone "User can be created with name more than 64 characters in length" [Undecided,New] https://launchpad.net/bugs/96625114:21
*** ryanpetrello has joined #openstack14:21
*** jaypipes has quit IRC14:24
*** troytoman-away is now known as troytoman14:25
*** rnirmal has joined #openstack14:25
*** spiffxp has joined #openstack14:28
*** davepigott has quit IRC14:28
*** dxd828 has joined #openstack14:29
*** jaypipes has joined #openstack14:30
*** littleidea has joined #openstack14:30
Raziquehttps://qloudstat.com/welcome14:31
*** arBmind has quit IRC14:32
*** arBmind has joined #openstack14:33
uvirtbotNew bug: #966261 in keystone "500 error on deleting a non-existing user" [Undecided,New] https://launchpad.net/bugs/96626114:36
*** nelson_ has joined #openstack14:40
*** al-maisan is now known as almaisan-away14:40
*** troytoman is now known as troytoman-away14:41
*** osier has joined #openstack14:43
*** mrjazzcat has joined #openstack14:45
*** dachary has quit IRC14:46
*** nelson_ has quit IRC14:47
FlorianOtel.14:49
*** FlorianOtel has quit IRC14:49
*** armaan has joined #openstack14:50
*** zzed has joined #openstack14:51
*** adamgamble has joined #openstack14:51
adamgambleIs it possible to take a snapshot of a nova instance and upload it to amazon ec2?14:51
*** spiffxp has quit IRC14:52
*** jdg has joined #openstack14:54
*** Free_maN has joined #openstack14:56
*** Free_maN has joined #openstack14:56
*** hazmat is now known as kapilt15:02
*** clopez has quit IRC15:02
Raziquemmm15:02
Raziqueyes!15:03
Raziquevia euca2ools15:03
Raziquefor which the endpoint would be your amazon cloud15:03
Raziquenova image-create in order to create an image from a running instance15:03
*** ppradhan has joined #openstack15:04
Raziquethen upload that image to ec2 services15:04
*** avoine has joined #openstack15:04
*** Glacee has joined #openstack15:04
*** ppradhan has left #openstack15:04
*** ppradhan has joined #openstack15:04
adamgambleawesome thanks for your help15:05
uvirtbotNew bug: #966287 in devstack "service_* variables are no longer used and should be cleaned up " [Undecided,New] https://launchpad.net/bugs/96628715:06
*** Deathvalley122 has quit IRC15:07
*** aliguori has quit IRC15:10
*** Free_maN has quit IRC15:10
*** Gordonz has joined #openstack15:10
*** freeflying has quit IRC15:10
*** freeflying has joined #openstack15:10
*** davepigott has joined #openstack15:11
*** spiffxp has joined #openstack15:11
*** Blackavar has quit IRC15:12
*** davepigott has quit IRC15:13
*** davepigott has joined #openstack15:13
*** adamgamble has quit IRC15:13
*** deshantm has joined #openstack15:13
*** marrusl_ has joined #openstack15:13
*** marrusl__ has joined #openstack15:13
*** marrusl_ has quit IRC15:14
*** marrusl__ has quit IRC15:14
*** marrusl_ has joined #openstack15:14
*** reidrac has quit IRC15:16
uvirtbotNew bug: #957359 in keystone "passlib segfaults when keystone is sent a large password" [High,In progress] https://launchpad.net/bugs/95735915:16
*** clopez has joined #openstack15:17
*** atoato88 has quit IRC15:17
*** shaon has joined #openstack15:20
*** mrjazzcat has quit IRC15:20
*** zzed has quit IRC15:20
*** zzed has joined #openstack15:20
Madkisshmm. am I right in assuming that it's not possible to pass the name of the configuration file to keystone-all at the moment?15:21
*** adamgamble has joined #openstack15:22
*** arBmind has quit IRC15:23
adamgambleSo I created a snapshot from the dashboard, and that succeeded, but lets say I wanted to back that snapshot up and restore it on a brand new Open stack setup. I tried to add the snapshot as a new image since I thought it was just an ami image. I used this command glance add is_public=true name="Jenkins" container_format=ami disk_format=ami < 5642dcdf-583b-46b3-b3d3-d9ca42cab09a it uploaded the image, said it succeeded, but when I try15:24
*** zzed_ has joined #openstack15:24
*** MarkAtwood has joined #openstack15:24
*** rodlabs has joined #openstack15:25
*** vitiho_ has quit IRC15:25
*** zzed_ has quit IRC15:26
*** zzed has quit IRC15:26
*** zzed_ has joined #openstack15:26
Madkissttx?15:28
*** deepakgarg has joined #openstack15:29
*** lts has quit IRC15:29
*** arBmind has joined #openstack15:29
*** lts has joined #openstack15:30
*** egant has quit IRC15:30
adamgambleis ttx a format?15:30
ttxno.15:30
Madkissno. ttx is a nickname. ;)15:30
*** halfss has quit IRC15:31
adamgambleoh hehe15:31
*** wilmoore has joined #openstack15:31
adamgamblesorry i'm such a newb, i've been trying to RTFM but haven't been successful in solving my problems15:31
adamgambleI guess i'm going to have to start digging into the python to see what its doing :)15:31
*** chrisfer has quit IRC15:32
adamgambleI have never been successful in adding an image with glance that would actually boot, even though it looks like i'm doing the same thing that the devstack bash script does (which works)15:32
*** NashTrash has joined #openstack15:32
NashTrashI am seeing a very odd and sporadic failure on some of my VMs.  They startup but fail on metadata.15:33
NashTrashI put a tcpdump on their vnet interface but there is nothing coming or going.15:34
NashTrashIt is not consistent across hosts or anything else.15:34
*** egant has joined #openstack15:34
NashTrashIs there any way to see if the virtual interface failed to get setup correctly?15:34
*** andrewsmedina has quit IRC15:36
uvirtbotNew bug: #966314 in openstack-ci "manifest.log should rotate" [Undecided,New] https://launchpad.net/bugs/96631415:36
*** pretec has quit IRC15:38
*** mrjazzcat has joined #openstack15:40
uvirtbotNew bug: #966319 in keystone "keystone-all ignores the "--config-file" parameter" [Undecided,New] https://launchpad.net/bugs/96631915:41
*** randomubuntuguy has quit IRC15:42
*** aliguori has joined #openstack15:42
NashTrashI see nothing in any log that would indicate a problem with the vnet interface15:42
*** nelson has joined #openstack15:43
*** vitiho has joined #openstack15:44
*** dachary has joined #openstack15:46
*** oneiroi has left #openstack15:46
*** sandywalsh has quit IRC15:47
*** tkleinscea has quit IRC15:47
*** rods has quit IRC15:48
*** souza has quit IRC15:48
*** nelson has quit IRC15:48
*** dolphm has joined #openstack15:50
*** Deathvalley122 has joined #openstack15:50
*** tkleinscea has joined #openstack15:51
uvirtbotNew bug: #966329 in nova "RAX-specific auth in novaclient" [Undecided,New] https://launchpad.net/bugs/96632915:51
*** epim has joined #openstack15:53
*** littleidea has quit IRC15:54
*** clauden has joined #openstack15:54
*** vincentricci has joined #openstack15:55
*** jtanner has quit IRC15:56
*** dtroyer is now known as dtroyer_zzz15:57
*** davepigott has quit IRC15:57
*** kindaopsdevy has joined #openstack15:57
*** kindaopsdevy has left #openstack15:57
*** littleidea has joined #openstack15:58
*** epim has quit IRC15:58
*** oneiroi has joined #openstack15:59
*** sandywalsh has joined #openstack16:00
*** rods has joined #openstack16:00
*** robix has quit IRC16:00
*** vincentricci has quit IRC16:00
*** vincentricci has joined #openstack16:01
*** epim has joined #openstack16:04
*** jdurgin has joined #openstack16:05
*** justfine has joined #openstack16:07
*** dtroyer_zzz is now known as dtroyer16:08
*** Deathvalley122 has quit IRC16:09
*** oneiroi is now known as Oneiroi^gone16:09
*** jimyeh has quit IRC16:09
*** Susanne-Balle has quit IRC16:13
*** natea has quit IRC16:14
*** Blackavar has joined #openstack16:15
*** zzed_ has quit IRC16:16
*** llang629 has joined #openstack16:16
*** osier has quit IRC16:17
*** ayoung has quit IRC16:17
*** jdg has quit IRC16:18
*** llang629 has left #openstack16:18
*** Birk_ has joined #openstack16:22
*** armaan has left #openstack16:23
*** kindaopsdevy_ has joined #openstack16:25
*** markmcclain has quit IRC16:25
*** ayoung has joined #openstack16:25
*** mindpixel has quit IRC16:27
*** Razique has quit IRC16:29
*** jasonb has joined #openstack16:30
*** natea has joined #openstack16:31
*** warik has joined #openstack16:33
*** Gordonz has quit IRC16:34
*** AlanClark has joined #openstack16:34
*** Gordonz has joined #openstack16:34
*** maploin has quit IRC16:34
*** asavu has quit IRC16:36
*** maplebed has joined #openstack16:38
*** deepakgarg has quit IRC16:41
*** dendro-afk is now known as dendrobates16:42
*** derekh has quit IRC16:45
*** vitiho has quit IRC16:46
*** dneary has quit IRC16:46
*** rafaduran has joined #openstack16:46
*** vitiho has joined #openstack16:47
*** clopez has quit IRC16:48
*** rafaduran has quit IRC16:49
*** rafaduran has joined #openstack16:49
*** kindaopsdevy_ has left #openstack16:51
uvirtbotNew bug: #966376 in nova "nova api show ips of instance" [Undecided,New] https://launchpad.net/bugs/96637616:51
*** Triade has quit IRC16:51
*** yshh has quit IRC16:52
*** rkukura has quit IRC16:53
*** robix has joined #openstack16:55
*** Nithya_HP has joined #openstack16:55
*** clopez has joined #openstack16:55
*** natea has quit IRC16:56
*** reed has joined #openstack16:56
*** rnorwood has joined #openstack16:59
*** dwcramer has quit IRC17:00
*** johnpur has joined #openstack17:05
*** praefect has joined #openstack17:05
*** ChanServ sets mode: +v johnpur17:06
*** jog0 has joined #openstack17:06
*** adalbas has joined #openstack17:08
*** dolphm has quit IRC17:09
*** scoph has quit IRC17:12
*** llang629_ has joined #openstack17:12
*** robix has quit IRC17:14
*** darraghb has quit IRC17:14
*** hub_cap has joined #openstack17:14
*** mrjazzcat has quit IRC17:20
*** gyee has joined #openstack17:20
*** llang629_ has quit IRC17:23
*** jog0 has left #openstack17:23
*** alrs has joined #openstack17:23
*** datajerk1 has quit IRC17:24
*** llang629_ has joined #openstack17:24
*** mchenetz has joined #openstack17:24
*** llang629_ is now known as llang62917:25
*** Susanne-Balle has joined #openstack17:27
*** datajerk has joined #openstack17:27
*** sstent has joined #openstack17:29
*** sstent_ has quit IRC17:29
Madkisshm. can I do something to make all the OpenStack components background themselves automatically after start?17:29
*** sstent has quit IRC17:29
*** juergh has left #openstack17:30
*** rafaduran has quit IRC17:31
*** robix has joined #openstack17:32
*** sstent has joined #openstack17:34
*** littleidea has quit IRC17:37
*** dolphm has joined #openstack17:37
*** swendel has joined #openstack17:39
*** reed has quit IRC17:40
*** mrmartin has joined #openstack17:42
*** blakehaggerty has joined #openstack17:45
*** Deathvalley122 has joined #openstack17:45
*** dendrobates is now known as dendro-afk17:46
*** andrewsmedina has joined #openstack17:46
*** shaon has quit IRC17:47
*** jog0 has joined #openstack17:48
*** llang629 has left #openstack17:49
*** BalleS_ has joined #openstack17:49
*** jtanner has joined #openstack17:51
*** troytoman-away is now known as troytoman17:51
*** fukushima has quit IRC17:51
*** Susanne-Balle has quit IRC17:53
*** kyriakos has quit IRC17:54
*** CrazyThinker has quit IRC17:54
*** CrazyThinker has joined #openstack17:55
*** natea has joined #openstack17:56
*** robix has quit IRC17:56
*** po has quit IRC17:56
*** swendel has quit IRC17:57
*** heckj has joined #openstack17:57
*** mrjazzcat has joined #openstack17:57
jasonbCould someone define the following settings (what they're for)?: internalURL, publicURL, adminURL17:58
*** rnorwood1 has joined #openstack17:58
*** rnorwood has quit IRC17:59
*** heckj has quit IRC18:00
*** littleidea has joined #openstack18:02
*** steve426f has quit IRC18:03
*** natea has quit IRC18:03
*** natea has joined #openstack18:03
*** Nithya_HP has quit IRC18:05
*** clopez has quit IRC18:06
*** johnpostlethwait has joined #openstack18:06
*** dendro-afk is now known as dendrobates18:07
*** relateable has joined #openstack18:07
*** Ard1t has quit IRC18:07
*** clauden has quit IRC18:08
*** clauden_ has joined #openstack18:08
*** Ard1t has joined #openstack18:09
*** jog0 has left #openstack18:10
*** imsplitbit has quit IRC18:12
*** Ard1t has quit IRC18:15
*** Ard1t has joined #openstack18:17
*** dwcramer has joined #openstack18:18
*** lts has quit IRC18:20
jasonbWith Glance essex, what should the URLs look like: http://$GLANCE_HOST:9292/v1  ??  Is the v1 part right?18:20
*** mnewby has joined #openstack18:21
*** vitiho_ has joined #openstack18:21
*** vitiho has quit IRC18:22
dprincejasonb: yes. v1 is right.18:22
jasonbThanks.18:22
*** albert23 has joined #openstack18:24
jasonbFor Nova, does this look right?: http://$NOVA_HOST:8774/v2.018:24
*** armaan has joined #openstack18:26
*** shaon has joined #openstack18:27
dprincejasonb: yes.18:27
jasonbdprince: Thanks again.18:27
*** vincentricci has quit IRC18:29
jasonbAhh.. just now got glance image upload to work.  Wasn't working only because my glance-api-paste.ini and glance-registry-paste.ini didn't have: auth_token = ADMIN and admin_token = ADMIN18:30
*** vitiho has joined #openstack18:31
*** vitiho_ has quit IRC18:31
*** lts has joined #openstack18:33
*** rnorwood1 has quit IRC18:34
MadkissOkay.18:34
*** rnorwood has joined #openstack18:36
*** rnorwood1 has joined #openstack18:37
*** rnorwood has quit IRC18:37
*** rgoodwin is now known as rgoodwin_away18:39
*** pixelbeat has quit IRC18:39
*** NashTrash has quit IRC18:40
*** rgoodwin_away is now known as rgoodwin18:41
*** adam__ has quit IRC18:47
*** bbcmicrocomputer has quit IRC18:49
*** adam__ has joined #openstack18:49
*** jfluhmann has joined #openstack18:49
*** kozze89 has joined #openstack18:50
uvirtbotNew bug: #966457 in devstack "Devstack should use sql backend for keystone service catalaog" [Undecided,New] https://launchpad.net/bugs/96645718:50
*** NashTrash has joined #openstack18:54
*** lts has quit IRC18:56
*** Ard1t has quit IRC18:57
*** Ard1t has joined #openstack18:59
*** rnorwood1 has quit IRC18:59
*** Ard1t has quit IRC19:01
*** Ard1t has joined #openstack19:01
*** emorisse has quit IRC19:03
*** armaan has left #openstack19:04
*** wilmoore has quit IRC19:04
*** wilmoore has joined #openstack19:04
*** dpippenger has quit IRC19:05
*** jdg has joined #openstack19:06
*** Birk_ has quit IRC19:07
jasonbIf I've installed via the debs, where would I find a file showing what iptables rules nova adds?  (And a way to view and configure them would be preferable)19:09
*** lts has joined #openstack19:10
*** jcannava has joined #openstack19:10
*** imsplitbit has joined #openstack19:10
*** robix has joined #openstack19:10
*** dwcramer has quit IRC19:11
*** rnorwood has joined #openstack19:11
uvirtbotNew bug: #966482 in tempest "UnboundLocalError: local variable 'password' referenced before assignment" [Critical,Invalid] https://launchpad.net/bugs/96648219:15
*** mdrnstm has joined #openstack19:16
* jasonb finds nova/network/linux_net.py19:17
*** jfluhmann has quit IRC19:18
Madkissjasonb: call "iptables-save" :)19:20
jasonbYeah, I know about that one, but I wanted to see how these rules get installed, and maybe some text about what they're trying to do..  maybe a way of modifying the net block being configured, etc.19:21
*** Ard1t has quit IRC19:21
jasonbIt19:22
jasonbIt's using 169.254.169.254/32 and I'm not real sure what that is.19:22
*** Ard1t has joined #openstack19:23
*** arBmind has quit IRC19:24
*** arBmind has joined #openstack19:31
*** rnorwood has quit IRC19:32
*** llang629 has joined #openstack19:35
uvirtbotNew bug: #966414 in nova "Invalid Authorize Rules can cause a Compute DoS (dup-of: 869979)" [Critical,Fix released] https://launchpad.net/bugs/96641419:35
*** llang629 has left #openstack19:37
*** rnorwood has joined #openstack19:38
*** dpippenger has joined #openstack19:42
*** dwcramer has joined #openstack19:43
*** oc80z has quit IRC19:44
*** oc80z has joined #openstack19:44
*** marrusl_ has quit IRC19:44
*** Ard1t has quit IRC19:44
*** marrusl has quit IRC19:45
*** marrusl has joined #openstack19:45
*** nelson has joined #openstack19:45
*** jfluhmann has joined #openstack19:46
*** Ard1t has joined #openstack19:47
*** Ard1t has joined #openstack19:47
*** mal__ has quit IRC19:49
*** clopez has joined #openstack19:51
*** jcannava has quit IRC19:51
*** normanm has joined #openstack19:52
*** Razique has joined #openstack19:53
*** jcannava has joined #openstack19:56
*** sebastianstadil has joined #openstack19:57
*** mchenetz has quit IRC19:58
*** Razique has quit IRC19:58
*** adamgamble has left #openstack19:58
*** Razique has joined #openstack19:58
uvirtbotNew bug: #966529 in nova "floating ip does not move with live migration with multi_host" [Undecided,New] https://launchpad.net/bugs/96652920:01
*** DavidLevin has joined #openstack20:02
*** bruges_ has joined #openstack20:03
*** mattstep has quit IRC20:03
*** mattstep has joined #openstack20:03
*** arBmind has quit IRC20:03
*** bruges has quit IRC20:04
*** littleidea has quit IRC20:04
*** PiotrSikora has quit IRC20:06
*** jcannava has left #openstack20:08
*** PiotrSikora has joined #openstack20:09
*** shaon has quit IRC20:12
*** arBmind has joined #openstack20:16
*** nhm has quit IRC20:19
hub_capanyone know why libvirt+qemu doesnt set the hostname to whats defined in the instances table?20:19
*** natea_ has joined #openstack20:19
*** adalbas has quit IRC20:20
*** justfine has quit IRC20:21
*** dprince has quit IRC20:21
*** ldlework has quit IRC20:21
*** nhm has joined #openstack20:23
*** natea has quit IRC20:24
*** natea_ is now known as natea20:24
*** epim has quit IRC20:24
*** rubiojr has quit IRC20:25
*** DavidLevin has quit IRC20:26
*** NashTrash has quit IRC20:28
*** shaon has joined #openstack20:28
*** rnorwood has quit IRC20:29
*** lts has quit IRC20:31
sorenhub_cap: Which hostname?20:32
hub_capVM hostname20:32
hub_capnot the hypervisor20:32
sorenStill not sure what you mean.20:32
sorenThe hostname as seen by operating system in the guest?20:33
*** rnorwood has joined #openstack20:33
hub_capyes, like when i log in to the vm and type hostname20:33
sorenBecause it has no business fiddling with that.20:33
hub_capsorry im used to openvz, not libvirt20:33
sorenopenvz can make half a bajillion assumptions about its "guests".20:34
*** DavidLevin has joined #openstack20:34
hub_capprolly more ;)20:34
*** ldlework has joined #openstack20:34
sorenFor all libvirt knows, the VM could be running OS/2.20:34
sorenOr MS-DOS 3.3.20:35
*** cctrieloff has quit IRC20:35
sorenThere's no portable way to impose a hostname setting on an operating system.20:35
*** judd7 has quit IRC20:35
sorenIf you want your guest to set something like that, it needs to pull the info from the metadata service and set it itself.20:35
sorencloud-init can do that for you.20:36
sorenIt's not libvirt or QEmu's job.20:36
hub_capok cool, metadata might be the way to go w/ that one then20:36
hub_capthx for the info dude!20:36
sorensure20:36
* soren goes to acquire caffeine20:37
*** wonk has quit IRC20:41
*** BalleS_ has quit IRC20:42
*** berendt has quit IRC20:42
*** pixelbeat has joined #openstack20:43
*** deshantm_ has joined #openstack20:43
*** deshantm has quit IRC20:46
*** alekibango has quit IRC20:48
*** alekibango has joined #openstack20:49
*** Susanne-Balle has joined #openstack20:49
pvohub_cap: guest agent20:49
hub_capya thats what we are going to have to do, yall hook up w/ the metadata svc and get that info i assume?20:50
pvoxenstore messaging20:50
hub_capAh of course, the _easy_ way :P20:50
pvoheh. totally easy. :p20:50
hub_caphaha20:50
hub_capcool thx dude20:50
*** wonk has joined #openstack20:51
*** roge has quit IRC20:51
*** rnorwood has quit IRC20:52
*** hingo has quit IRC20:52
*** GheRivero has quit IRC20:52
*** nelson has quit IRC20:53
jasonbI'm confused about what kind of content should be in nova.conf.  This page shows an example, like a conf file with sections containing settings: http://docs.openstack.org/trunk/openstack-compute/install/content/nova-conf-file.html .. but then after I installed the deb, it contains command line switches only (like --logdir=/var/log/nova), one switch on each line.  It's totally different content.  Which one is right?  Or, is it20:53
*** rnorwood has joined #openstack20:53
*** DavidLevin has quit IRC20:53
*** arBmind has quit IRC20:54
*** vincentricci has joined #openstack20:55
*** heckj has joined #openstack20:56
*** kerouac has quit IRC20:59
*** DavidLevin has joined #openstack21:00
sorenjasonb: Both work for now. What you see in the packages is the old style, they haven't been converted yet.21:00
*** avoine has left #openstack21:00
annegentlejasonb: yes, what soren said. Wow docs ahead of code. WHAT?21:02
*** jbrogan has joined #openstack21:03
*** dendrobates is now known as dendro-afk21:03
*** asavu has joined #openstack21:04
*** roge has joined #openstack21:04
*** jbrogan has left #openstack21:04
*** dendro-afk is now known as dendrobates21:05
*** emorisse has joined #openstack21:05
jasonbhehe.  Okay.  I'm just trying to understand when I should follow the web docs and when I shouldn't.  Thanks soren and annegentle.21:08
*** avoine has joined #openstack21:09
*** jbwiv has joined #openstack21:09
*** marrusl_ has joined #openstack21:10
*** marrusl_ has joined #openstack21:10
uvirtbotNew bug: #966612 in keystone "Build artifacts are missing from .gitignore" [Undecided,In progress] https://launchpad.net/bugs/96661221:11
*** avoine has quit IRC21:14
*** lts has joined #openstack21:14
*** koolhead17 has quit IRC21:14
*** melmoth has quit IRC21:15
*** mutex has left #openstack21:19
*** agonella has joined #openstack21:19
*** kbringard has quit IRC21:22
*** kbringard has joined #openstack21:23
*** Susanne-Balle has quit IRC21:23
*** ldlework has quit IRC21:24
*** ayoung is now known as ayoung-afk21:26
*** nelson has joined #openstack21:26
*** marrusl_ has quit IRC21:26
*** marrusl has quit IRC21:26
*** marrusl has joined #openstack21:27
*** alrs has quit IRC21:27
*** alrs has joined #openstack21:28
*** DanF_ has joined #openstack21:28
*** lts has quit IRC21:28
*** nelson has quit IRC21:31
jasonbSometimes when I do "restart <componentname>" it says "restart: Unknown instance:"  (but only sometimes)  I'm sort of left to wonder what that means, but I'm guessing my server component didn't get restarted.21:33
kbringardthat tends to happen when you run restart on a service that isn't currently running21:33
kbringardso like, if it happened with nova-compute21:33
kbringardtry21:33
kbringardservice nova-compute start21:34
kbringardthen service nova-compute restart21:34
kbringardor, ps aux | grep nova-compute to make sure it's really running21:34
kbringardthen when you probably see that it's not, check the log and see why21:34
jasonb# service nova-api restart21:34
jasonbrestart: Unknown instance:21:34
jasonb(that's after a service nova-api start succeeded)21:34
kbringardis nova-api running?21:35
jasonbI guess it's not actually starting.21:35
jasonbThe last line in its log was: 2012-03-27 13:42:09 INFO nova.wsgi [-] Started metadata on 0.0.0.0:877521:36
*** blakehaggerty has quit IRC21:36
jasonbJust lots of DEBUG lines in the log.21:36
*** oNeToWn has quit IRC21:38
*** bhall has joined #openstack21:39
*** mikal has quit IRC21:41
*** bsza has quit IRC21:44
jasonbhmm..  OSError: [Errno 13] Permission denied: '/usr/lib/python2.7/dist-packages/keys'21:44
*** aliguori has quit IRC21:44
*** joesavak has quit IRC21:45
*** nelson has joined #openstack21:46
jasonbnova's not starting because /usr/lib/python2.7/dist-packages/keys is missing.21:46
jasonbIs there another package I should install?21:46
*** lborda has quit IRC21:47
*** Ruetobas has quit IRC21:49
*** davlaps has joined #openstack21:50
*** hub_cap has quit IRC21:53
jasonbahh, it's trying to create that keys directory.. as user 'nova'.21:54
*** nelson has quit IRC21:54
uvirtbotNew bug: #966643 in keystone "Running keystone-all without argument will error out" [Undecided,New] https://launchpad.net/bugs/96664321:56
*** msavy has quit IRC21:57
*** Ruetobas has joined #openstack21:57
*** dvogt has joined #openstack21:59
*** reed has joined #openstack22:00
*** blakehaggerty has joined #openstack22:01
*** mrmartin has quit IRC22:02
jasonb.. nova-compute was not starting because it needed /usr/lib/python2.7/dist-packages/instances.  I just mkdir it and chown it to nova and then it begins running.22:03
*** imsplitbit has quit IRC22:08
*** Neptu has joined #openstack22:12
*** Karmaon has joined #openstack22:14
*** asavu has quit IRC22:16
*** jfluhmann has quit IRC22:16
*** Neptu has quit IRC22:17
*** andrewsmedina has quit IRC22:19
*** avoine has joined #openstack22:19
*** miclorb_ has joined #openstack22:20
*** dwcramer has quit IRC22:22
*** Razique has quit IRC22:22
*** hggdh has quit IRC22:23
*** paulstallworth has joined #openstack22:24
jasonbOn this page: http://docs.openstack.org/trunk/openstack-compute/install/content/compute-create-network.html  .. it talks about how to create the network, and shows marking it "private".  What does that do?  I'm trying to figure out if I should mark mine private or not if I have several machines all on the same LAN.22:24
*** kbringard has quit IRC22:24
*** dvogt has quit IRC22:24
*** dvogt has joined #openstack22:24
*** hggdh has joined #openstack22:26
*** crago has joined #openstack22:26
*** mikal has joined #openstack22:27
*** ppradhan has quit IRC22:28
jasonbActually instead of 'private' I should have my cloud name there it seems.22:28
*** reed has quit IRC22:29
*** rodlabs has quit IRC22:32
*** Neptu has joined #openstack22:32
*** rnorwood has quit IRC22:32
*** ikke-t has quit IRC22:35
*** ikke-t has joined #openstack22:35
uvirtbotNew bug: #966670 in keystone "keystone-manage only looks in source tree for keystone.conf" [Undecided,New] https://launchpad.net/bugs/96667022:36
uvirtbotNew bug: #966671 in swift "Improve error reporting when running on an unsupported filesystem" [Undecided,New] https://launchpad.net/bugs/96667122:36
*** blamar has quit IRC22:39
jasonbNext problem: When I run "sudo a2ensite dash" it says "ERROR: Site dash does not exist!"22:40
*** nelson has joined #openstack22:42
*** davlaps has quit IRC22:42
*** kapilt is now known as hazmat22:42
*** MarkAtwood has quit IRC22:43
*** vizsla has joined #openstack22:49
*** tryggvil__ has quit IRC22:49
*** albert23 has left #openstack22:53
*** nelson has quit IRC22:54
*** rnirmal has quit IRC22:58
*** natea has quit IRC22:59
*** natea has joined #openstack23:00
*** andrewsmedina has joined #openstack23:00
*** nphase has quit IRC23:01
*** tkleinscea has quit IRC23:03
*** Neptu has quit IRC23:05
*** sebastianstadil has quit IRC23:07
*** sebastianstadil has joined #openstack23:07
*** roge has quit IRC23:09
*** zomGreg has quit IRC23:09
*** sebastianstadil has quit IRC23:13
*** nelson has joined #openstack23:13
*** zomGreg has joined #openstack23:15
*** nelson has quit IRC23:20
*** tkleinscea has joined #openstack23:20
*** ahasenack has quit IRC23:20
*** Neptu has joined #openstack23:20
*** troytoman is now known as troytoman-away23:20
*** andrewsmedina has quit IRC23:21
*** sandywalsh has quit IRC23:23
*** nelson has joined #openstack23:24
*** agonella has quit IRC23:28
*** agonella has joined #openstack23:28
*** nelson has quit IRC23:30
*** epim has joined #openstack23:31
*** ryanpetrello has quit IRC23:32
*** vitiho has quit IRC23:32
*** agonella has quit IRC23:33
*** Glacee has quit IRC23:35
*** sandywalsh has joined #openstack23:36
*** epim has quit IRC23:36
*** warik has quit IRC23:40
*** warik has joined #openstack23:41
*** Karmaon has quit IRC23:41
*** andrewsmedina has joined #openstack23:41
*** emorisse has quit IRC23:41
*** DanF_ has quit IRC23:42
*** epim has joined #openstack23:42
*** johnpostlethwait has quit IRC23:42
*** jdg has quit IRC23:44
*** andrewsmedina has quit IRC23:46
*** sandywalsh has quit IRC23:48
*** vizsla has quit IRC23:48
*** thomasvandoren has joined #openstack23:49
*** rnorwood has joined #openstack23:49
*** vitiho has joined #openstack23:51
*** Blackavar has quit IRC23:53
*** johnpur has quit IRC23:55
*** agonella has joined #openstack23:58
*** nelson has joined #openstack23:59

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