Friday, 2011-04-08

*** fysa has quit IRC00:02
*** fysa has joined #openstack00:02
*** _vinay has quit IRC00:02
*** aliguori has joined #openstack00:04
*** MotoMilind has quit IRC00:08
*** hadrian has joined #openstack00:14
*** rds__ has quit IRC00:17
*** pmullaney has joined #openstack00:19
creihtjaypipes: it has nothing to do with launchpad, just seems very hackish to me00:34
creihtand I don't like the spurious warnings and errors on every setup00:34
creihtI'm just trying to find a better solution00:35
creihtand comparing to what most other people do00:35
creihtjaypipes: http://wiki.maemo.org/How_to_Internationalize_python_apps00:36
creihtis an example of hacking up setup.py00:36
creihtI'm also not fond of adding other dependencies unless they are absolutely needed00:37
creihtplus the fact that for setup now we are mixing setuptools and some variant of distutils00:38
creihtso while I'm not always fond of checking in binaries, what disadvantages do you see there are in checking in the .mo files00:39
openstackjenkinsProject nova build #790: SUCCESS in 2 min 32 sec: http://jenkins.openstack.org/job/nova/790/00:39
openstackjenkinsTarmac: Fixes issues with describe instances due to improperly set metadata.00:39
openstackjenkins?* Removes image['properties']['type']00:39
openstackjenkins?* Uses image['container_format'] to key display of type and create ec2 ids.00:39
openstackjenkins?* Defaults to 'ami' if container_format cannot be deduced. This allows00:39
openstackjenkins???bare images to show up in describe instances and be launched even though they00:39
openstackjenkins???are not officially in 'ami' format.00:39
openstackjenkins?* Changes nova-manage register to set proper container format00:39
openstackjenkins?* Fixes tests00:39
openstackjenkins?* Fixes _do_get_kernel_and_ramdisk in openstack api to only try to get them if it is a true 'ami'00:39
openstackjenkins* Replaces 'owner_id' with 'project_id' since that is expected by glance code00:39
openstackjenkins* Moves the filtering scheme to base image service so all services filter the same way00:39
creihtespecically if we can find some way to automate it when merges come in for .pos00:39
creihtAll I want to do is work towards a better solution00:41
*** adiantum has quit IRC00:46
*** adiantum has joined #openstack00:50
edaycreiht: can't we just generate .mo's on pkg build/install? I hear you on not wanting to introduce the extra distutils dep, but that doesn't mean we need to checkin generated files00:54
JordanRinkeso anyone in here explain the difference between glance add, and glance-upload to me?00:55
*** adjohn has joined #openstack00:56
*** adiantum has quit IRC00:58
*** dovetaildan has quit IRC01:03
*** dovetaildan has joined #openstack01:04
*** dovetaildan has quit IRC01:04
*** dovetaildan has joined #openstack01:04
creihteday: the main problem is that distutils doesn't make it easy to interject some random script in the build phase01:04
*** MarkAtwood has joined #openstack01:04
creihtthat's why the need for the hackery01:05
creihtif you want to build them at build/install phase01:05
creihtthere doesn't seem to be an ideal solution, unfortunately01:06
*** MarkAtwood has left #openstack01:07
creihteday: I'm also not fond of the output that the distutils.extras produces either:01:08
creihthttp://paste.openstack.org/show/1130/01:08
creihtlook for ERROR and WARNING01:08
kpepplecan anyone put a second look on bug 750777 ? i have two approve but need another nova-core member to slip in under the gammafreeze01:10
uvirtbotLaunchpad bug 750777 in nova "Metadata values in api responses should be strings." [Medium,In progress] https://launchpad.net/bugs/75077701:10
*** flashn_ has quit IRC01:10
*** flashn has joined #openstack01:10
*** adiantum has joined #openstack01:11
*** mrkodiak has left #openstack01:13
edaycreiht: if we can't hack setup.py, then we can always just require two commands to build the pkgs too (babel + setup.py)01:15
creihteday: which I would be fine with, but mtaylor doesn't like that01:16
edaycreiht: I think he'll like it better than checking in .mo files :)01:17
creihthah01:18
*** btemple has joined #openstack01:18
btemplehello01:18
btemplewho01:19
btemplehello01:20
btempleis anyone here?01:20
JordanRinkeyes01:20
winston-dyum01:20
winston-dyup01:20
creihtperhaps01:20
btempleI have a question.  I have a server on a local-only network (between only my client machine and itself, not internet) and was wondering how to install Openstack Compute on it.01:21
JordanRinkeI believe there are single node install docs out on nova.openstack.org and wiki.openstack.org01:22
winston-dyou need internet because you'd like to use Ubuntu repository to do installation? or?01:22
btempleis there any way to do it without internet... and what virtualization tech is needed01:23
kpepplebtemple: you can use lxc, kvm, xen, etc for virtualization. assuming you are running a x64 linux box, KVM is probably the easiest01:24
winston-dif you'd use xen as hypervisor, not hardware VT is needed ('cos you can use para-virtualization); if you'd use KVM, KVM requires Intel VT-x or AMD-V01:24
btemplehow can i configure with xen and no internet... i can manually download packages and xfer them if needed01:25
btemplethe server'01:25
btemples blank01:25
winston-dbtemple: u have already a xen up & running, right?01:26
btempleno it's blank01:26
btemplebut i can install xen first01:26
kpepplebtemple: you don't have internet at all ? or just the server doesn't have internet ?01:26
jaypipesJordanRinke: glance-upload was a tool added early in the development of Glance as a bit of a thin wrapper around the Glance client lib for uploading images to Glance that follow the EC2 style of construction (bundling ramdisk/kernel into an AMI). The glance CLI client is more general. glance add simply allows you to add an image to Glance, nothing more... glance-upload does a couple things to add specific properties like01:26
jaypipesconnecting the kernel_id and ramdisk_id image identifiers to the machine image...01:27
btemplethe server doesn't... my client does when i connect to my other network01:27
kpepplebtemple: if the client machine has internet, pull down an iso of ubuntu 10.10 and install it on the server. then download the nova source code (bzr, packages or tarball) and ftp it over the server. install then as normal.01:27
winston-daha, for choose a hypervisor at first and then choose one linux distribution that has built-in support for hypervisor.01:28
btempleyeah, i'm about to install xen... then do i just go from source01:28
winston-dor, you can just setup a proxy on your client and then your server will be able to install all the stuff Xen/KVM/OpenStack from internet01:29
JordanRinkejaypipes: so if you wanted to replicate glance-upload using glance add, you would add each image and then set the metadata association?01:29
winston-dbtemple: for hypervisor, i'd suggest choose a pre-built package against source.01:29
btemplei might actually do that with the proxy... any tips on configuration? I need to share from a wireless to a wired card.ok01:30
winston-dunless you have some special needs01:30
btemplebinary on hypervisor it is01:30
*** dendro-afk is now known as dendrobates01:30
*** adiantum has quit IRC01:31
btemplefor the proxying... how do i do that01:31
btemplefrom wireless to wired01:31
winston-dbtemple : well, i don't currently have any BKM for proxy setup, but it'd be easy to find one w/ google01:31
winston-dis ur client a Linux machine?01:31
btempleyes01:32
winston-dmaybe you can try NAT with iptables01:32
JordanRinkejaypipes: I think what confused wayne and I was the doc shows doing a glance add on a .tar.gz which is similar to how ec2 takes a bundle01:33
winston-dsomething like: iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE01:33
jaypipesJordanRinke: yes, that is correct.01:33
winston-deth1 is the interface has internet access.01:33
btemplefor me it's wlan0, but i get the point01:33
jaypipesJordanRinke: so, we're trying *not* to have Glance's API or CLI interfaces get beholden to the euca2ools/EC2 way of doing things... trying to stay agnostic on that front, which may be where the confusion has come in.01:33
*** btemple has quit IRC01:34
JordanRinkejaypipes: I think so, so glance add will unpack the .tar.gz but just register the file as a single image01:34
winston-doh... did i just make btemple disconnected?01:34
winston-dwith iptable rules?01:35
JordanRinkehow does it handle multiple files being in the tar? just curious01:35
*** adiantum has joined #openstack01:35
jaypipesJordanRinke: glance add doesn't unpack anything, no.01:38
*** aliguori has quit IRC01:38
jaypipesJordanRinke: Glance stores whatever you give to it, nothing more, nothing less. It doesn't peek into what you give it to try to understand what it is you're giving to it...01:38
jaypipesJordanRinke: though that might change in the future, right now Glance stays quite dumb on the subject. ;)01:39
jaypipesJordanRinke: for the case of the euca way of bundling and then uploading the bundle, you will want to either use glance-upload the way Wayne was doing, or alternately, you can do repeated calls to glance add, adding each "piece" of the image, storing various image properties (like image_type, kernel_id, ramdisk_id, etc) for each piece of the image (that is basically what glance-upload does..01:41
jaypipesJordanRinke: that make a bit more sense?01:41
JordanRinkethat does, what doesn't make sense is the glance doc online, shows doing a glance add with a .tar.gz01:42
JordanRinkeif glance doesn't process the packed files, that doesn't make much sense to me01:43
jaypipesJordanRinke: could you explain a bit more what you mean by "process the packed files"? trying to better understand what glance should be doing...01:45
*** adiantum has quit IRC01:47
jaypipesJordanRinke: I think perhaps there is some confusion that the glance/glance-upload tools are supposed to be replacements for euca-bundle-image and euca-upload-bundle? That definitely is not the case...01:47
JordanRinkejaypipes: just curious if it untars the .tar.gz01:47
jaypipesJordanRinke: no, it does not... right now, there's been no reason to untar the tar.gz. Also, assuming tar.gz kinda assumes only the AMI-like image management. Glance is not AMI-specific, remember.01:48
JordanRinkeright, so i think the example in the doc might be what is causing the problem01:49
jaypipesJordanRinke: ok, that's definitely something we can look at editing. which specific doc page are you referring to?01:49
JordanRinkejaypipes: http://glance.openstack.org/glance.html01:49
JordanRinkelook at the add command example01:49
*** adiantum has joined #openstack01:50
jaypipesJordanRinke: ah, I see. so, perhaps we should change the extension tar.gz to something else...01:51
JordanRinkeyeah just .img or something01:51
*** pmullaney has quit IRC01:52
JordanRinkethe .tar.gz makes you assume it is going to at least unpack it, if not also process it01:52
jaypipesJordanRinke: or just note on that page something like "Glance doesn't know what is contained in your image. You must tell Glance what you are storing by using the container_format and disk_format fields and any additional custom image properties"?01:53
JordanRinkethat and change the extension, giving it a compressed format in the doc really makes you think it will unpack it01:55
*** dprince has joined #openstack01:55
jaypipesJordanRinke: k, I'll file a bug on that.01:55
JordanRinkeas is that example wouldn't work01:55
uvirtbotNew bug: #754215 in openstack-dashboard "Connection error message on instances page impedes on user experience." [Undecided,New] https://launchpad.net/bugs/75421501:56
JordanRinkeeven with image flags etc, that would still just download a packed file and try to mount it as an image which obviously doesnt work01:56
jaypipesJordanRinke: understood.01:56
JordanRinkejaypipes: cool so that makes sense then, the way glance add works01:56
jaypipesJordanRinke: feel free to add any additional comments to https://bugs.launchpad.net/glance/+bug/75422101:59
uvirtbotLaunchpad bug 754221 in glance "Rework documentation on glance add to be more clear" [Medium,Triaged]01:59
uvirtbotNew bug: #754218 in nova "Errors when deleting default route in ensure_bridge" [Undecided,In progress] https://launchpad.net/bugs/75421802:01
JordanRinkehttps://bugs.launchpad.net/glance/+bug/75422102:01
uvirtbotLaunchpad bug 754221 in glance "Rework documentation on glance add to be more clear" [Medium,Triaged]02:01
JordanRinkeerr02:01
*** adiantum has quit IRC02:02
JordanRinkejaypipes: thanks dude, much appreciated for the detail and patience ;)02:03
jaypipesJordanRinke: any time.02:04
jaypipesJordanRinke: very much appreciate the feedback.02:04
JordanRinkewe are very actively using glance now so you will def hear from us more :-D02:06
uvirtbotNew bug: #754221 in glance "Rework documentation on glance add to be more clear" [Medium,Triaged] https://launchpad.net/bugs/75422102:06
[1]RickB17redbo: are you there?  I have am hoping you could look at (http://paste.openstack.org/show/1131/) and see if you can see something that i'm doing wrong while attempting to use cloudfuse02:06
*** adiantum has joined #openstack02:08
*** mahadev has quit IRC02:08
*** mray has joined #openstack02:11
*** bcwaldon has quit IRC02:11
*** Ryan_Lane has quit IRC02:14
*** adiantum has quit IRC02:16
redbo[1]RickB17: can you throw a -d on that cloudfuse command to get some debuggy goodness?02:17
*** adiantum has joined #openstack02:22
[1]RickB17sure thing02:24
[1]RickB17wasn't aware of that02:24
*** ChameleonSys has joined #openstack02:24
[1]RickB17i'll do it now02:24
[1]RickB17http://paste.openstack.org/show/1132/02:24
[1]RickB17looks like it's not using my auth_url, but going to rackspace02:25
redboop.. authurl all one word02:27
*** mahadev has joined #openstack02:27
[1]RickB17ahhh i'll give it ago02:27
[1]RickB17i was going off of another example that must be incorrect02:27
[1]RickB17that was it02:28
[1]RickB17your the man!02:28
redbo[1]RickB17: cool02:28
[1]RickB17not sure how i did that02:29
[1]RickB17sorry about that, didn't mean to bother you for a typo...02:29
redbono problem02:30
*** dprince has quit IRC02:30
creiht[1]RickB17: you made his day by calling him the man :)02:30
*** mahadev has quit IRC02:32
redboIt's almost like being accepted.02:33
*** benbenhappy has joined #openstack02:38
*** adiantum has quit IRC02:39
*** adiantum has joined #openstack02:45
*** mahadev has joined #openstack02:50
uvirtbotNew bug: #754242 in nova "euca-describe-image-attribute -l fails w/ UnknownError:" [Undecided,In progress] https://launchpad.net/bugs/75424202:51
*** fysa has quit IRC02:57
*** adiantum has quit IRC03:01
*** adiantum has joined #openstack03:07
*** AimanA is now known as HouseAway03:23
*** adiantum has quit IRC03:29
*** mray has quit IRC03:30
*** adiantum has joined #openstack03:33
*** benbenhappy has quit IRC03:42
*** adiantum has quit IRC03:46
*** mray has joined #openstack03:48
*** adiantum has joined #openstack03:58
*** fysa has joined #openstack04:03
*** ibatanov has joined #openstack04:08
koolhead17hi all04:09
dsockwellgreetings04:11
koolhead17hello dsockwell04:12
JordanRinkeHELLO!04:16
*** mahadev has quit IRC04:19
dsockwelli've been looking at openstack's SAN support, and it seems pretty iscsi oriented.  Does there exist some FC functionality i'm missing?04:20
dsockwellif there's interest in developing some, I have a toy FC switch and openindiana(solaris) box04:21
*** mahadev has joined #openstack04:26
*** adiantum has quit IRC04:27
*** adiantum has joined #openstack04:40
*** f4m8_ is now known as f4m804:43
*** mray has quit IRC04:44
*** mray1 has joined #openstack04:49
*** adjohn has quit IRC04:53
*** adjohn has joined #openstack04:54
*** adjohn has quit IRC04:58
*** adiantum has quit IRC05:01
*** dendrobates is now known as dendro-afk05:05
*** adiantum has joined #openstack05:07
*** lionel has quit IRC05:13
*** lionel has joined #openstack05:14
*** [1]RickB17 has quit IRC05:16
koolhead17annegentle,05:18
*** jeffjapan has quit IRC05:21
*** ibatanov has quit IRC05:22
*** jeffjapan has joined #openstack05:25
*** kashyap has joined #openstack05:27
*** mray1 has quit IRC05:31
*** CloudChris has joined #openstack05:44
*** guigui has joined #openstack05:50
HugoKuo__hello05:53
HugoKuo__I have a concept question with nova-network..............05:55
*** benbenhappy has joined #openstack05:55
HugoKuo__there's only one NIC on my nova-network host , once nova-network ran up , it will create a bridge interface for flat_netowork.05:56
*** ramkrsna has joined #openstack05:56
*** ramkrsna has joined #openstack05:56
HugoKuo__eth0 is 192.168.1.2   , nova-network assign a ip 192.168.2.1 for br100.... I know 192.168.2.1 is for instance's gateway....05:57
HugoKuo__but while I check brctl show , nova-netowork did not add eth0 to br100.......05:58
*** hadrian has quit IRC05:58
HugoKuo__did I lose something05:58
HugoKuo__any flag  configuration ?...............05:58
*** hadrian has joined #openstack05:58
dsockwellHugoKuo__: sorry, am not in a position to help you out.  You may have to wait a while for someone to show up who can.05:59
HugoKuo__dsockwell , thanks06:00
*** adiantum has quit IRC06:01
*** hadrian has quit IRC06:01
*** kashyap has quit IRC06:02
*** jeffjapan has quit IRC06:02
*** slyphon has quit IRC06:03
*** eskp has quit IRC06:04
*** allsystemsarego has joined #openstack06:05
*** allsystemsarego has joined #openstack06:05
*** vernhart1 has quit IRC06:05
*** eskp has joined #openstack06:09
*** mahadev has quit IRC06:09
winston-dHugoKuo__ : r u using glance?06:13
*** adiantum has joined #openstack06:13
*** eskp has quit IRC06:13
HugoKuo__no , I just nfs share image from objectstore to compute node...06:14
HugoKuo__for now06:14
HugoKuo__I'll use glance later.06:14
winston-di see. thanks06:14
HugoKuo__facing a rediculous problem now ,06:14
HugoKuo__haha06:14
HugoKuo__I think that must bcz I'm not qualify enough :\06:15
winston-dit means u need more time, that's all06:15
HugoKuo__r u good in bridge ?06:16
winston-dwhat's the problem?  I'll see what i can do06:18
koolhead17hi winston-d  HugoKuo__  :)06:19
HugoKuo__bonjour koolhead06:19
*** mahadev has joined #openstack06:19
winston-dhi koolhead1706:19
*** CloudChris has left #openstack06:19
koolhead17how have you been guys06:20
winston-dim ok. thx06:21
ttxvishy: o/06:21
*** eskp has joined #openstack06:21
*** adiantum has quit IRC06:22
*** rchavik has quit IRC06:22
HugoKuo__learning bridge............06:23
*** joearnold has quit IRC06:24
*** kashyap has joined #openstack06:24
winston-danyone here has successfully enable glance as image service?06:24
HugoKuo__I hope that I can test glance later , if I solved my problem .....I would love to test that with you06:26
koolhead17winston-d, you were testing nova on redhat box i remember06:27
winston-dkoolhead17 : yeah, right06:27
*** DigitalFlux has quit IRC06:27
*** mahadev has quit IRC06:28
*** adiantum has joined #openstack06:29
*** DigitalFlux has joined #openstack06:30
*** DigitalFlux has joined #openstack06:30
*** jeffjapan has joined #openstack06:30
*** vernhart has joined #openstack06:41
*** lionel has quit IRC06:57
*** lionel has joined #openstack06:58
*** mahadev has joined #openstack06:58
*** adiantum has quit IRC06:59
*** adiantum has joined #openstack07:00
*** mahadev has quit IRC07:03
*** rcc has joined #openstack07:05
*** kashyap has quit IRC07:06
*** DigitalFlux has quit IRC07:07
*** flopflip has quit IRC07:09
*** flopflip has joined #openstack07:10
*** littleidea has joined #openstack07:11
*** lionel has quit IRC07:11
*** adiantum has quit IRC07:14
littleideais there a document that describes the openstack api for nova? I know there is ongoing work, but is there a description of the RESTful resources and the format of what each side expects?07:15
*** lionel has joined #openstack07:16
*** kashyap has joined #openstack07:16
ironcamellittleidea: yes07:17
littleideaironcamel: link?07:18
ironcamellet me see if i can find it ... i have a pdf of the api07:19
*** adiantum has joined #openstack07:19
ironcamellittleidea: http://www.rackspace.com/cloud/cloud_hosting_products/servers/api/07:24
ironcamelclick on API Developer Guide07:24
*** omidhdl has joined #openstack07:25
*** adiantum has quit IRC07:30
*** nacx has joined #openstack07:30
*** kashyap_ has joined #openstack07:31
*** kashyap has quit IRC07:34
littleideaironcamel: danke, I found what I wanted.07:35
*** onlany has joined #openstack07:38
*** adiantum has joined #openstack07:43
*** ccustine has quit IRC07:47
HugoKuo__iptables -t nat -A PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.1:877307:52
HugoKuo__I add this rule into iptables07:52
HugoKuo__I'm sure curl 192.168.1.1:8773  is working ,07:53
HugoKuo__Why that  "curl 169.254.169.254"  do not work ..... is this rule incorrect ?07:53
*** daveiw has joined #openstack07:54
*** adiantum has quit IRC07:58
*** dirkx has joined #openstack07:58
*** adiantum has joined #openstack08:02
openstackjenkinsProject nova build #791: SUCCESS in 2 min 32 sec: http://jenkins.openstack.org/job/nova/791/08:04
openstackjenkinsTarmac: Implement a mechanism to enforce a configurable quota limit for image metadata (properties) within the OS API image metadata controller.08:04
*** zul has quit IRC08:06
*** miclorb_ has quit IRC08:07
openstackjenkinsProject nova build #792: SUCCESS in 2 min 33 sec: http://jenkins.openstack.org/job/nova/792/08:11
openstackjenkinsTarmac: corrects incorrect openstack api responses for metadata (numeric/string conversion issue) and image format status (not uppercase)08:11
*** reldan has joined #openstack08:15
*** aloga has quit IRC08:17
*** littleidea has quit IRC08:20
*** kashyap_ has quit IRC08:23
*** bkkrw has joined #openstack08:30
*** adiantum has quit IRC08:31
*** reldan has quit IRC08:32
*** zul has joined #openstack08:33
*** adiantum has joined #openstack08:34
*** rw4c has joined #openstack08:37
*** jeffjapan has quit IRC08:38
*** aloga has joined #openstack08:41
*** befreax has joined #openstack08:45
*** adiantum has quit IRC08:45
*** adiantum has joined #openstack08:51
*** dirkx has quit IRC08:59
*** soosfarm_ has quit IRC09:00
*** soosfarm has joined #openstack09:02
*** rchavik has joined #openstack09:05
*** kashyap has joined #openstack09:07
*** adiantum has quit IRC09:11
*** adiantum has joined #openstack09:14
*** ramkrsna has quit IRC09:20
*** nagyz has joined #openstack09:22
nagyzheya09:23
*** ramkrsna has joined #openstack09:23
openstackjenkinsProject nova build #793: SUCCESS in 2 min 27 sec: http://jenkins.openstack.org/job/nova/793/09:24
openstackjenkinsTarmac: Update the describe_image_attribute and modify_image_attribute functions09:24
openstackjenkinsin the EC2 API so they use the top level 'is_public' attribute of image09:24
openstackjenkinsobjects. This brings these functions in line with the base image service.09:24
openstackjenkinsAdded missing EC2 API unit tests for describing and modifying image attributes.09:24
HugoKuo__failed to get metadata :\09:27
*** adiantum has quit IRC09:28
*** dirkx has joined #openstack09:28
*** citral has joined #openstack09:32
*** benbenhappy has left #openstack09:32
*** dirkx has quit IRC09:35
*** dirkx has joined #openstack09:35
*** masumotok has quit IRC09:35
*** arun_ has joined #openstack09:52
*** reldan has joined #openstack09:54
*** adiantum has joined #openstack09:58
*** dirkx has quit IRC09:59
*** befreax has quit IRC10:00
*** adiantum has quit IRC10:02
*** MarcMorata has joined #openstack10:03
*** adiantum has joined #openstack10:08
*** adiantum has quit IRC10:13
*** rds__ has joined #openstack10:15
ttxok, let's freeze this.10:15
*** arun_ has quit IRC10:16
*** arun_ has joined #openstack10:17
dsockwellhalte10:20
dsockwellhammerzeit10:20
*** zul has quit IRC10:20
*** zul has joined #openstack10:23
ttxGammaFreeze now in effect... https://lists.launchpad.net/openstack/msg01739.html10:25
* ttx lunches10:25
*** adiantum has joined #openstack10:26
* koolhead17 looks around10:26
*** adiantum has quit IRC10:34
*** asksol_ is now known as asksol10:51
uvirtbotNew bug: #754509 in nova "terminating instance causes nova-compute hang" [Undecided,New] https://launchpad.net/bugs/75450911:01
HugoKuo__https://answers.launchpad.net/nova/+question/15208911:27
HugoKuo__That's a usually issue . I always stuck over there. don't know how to resolve it until now....11:28
HugoKuo__If anyone would like to tell me some clues , it's thanksful....11:29
ttxsoren: I have the nova translations branch up for merging at: https://code.launchpad.net/~ttx/nova/cactus-gamma-translations/+merge/5689811:31
*** drico has joined #openstack11:33
sorenttx: Should I just set it to Approved?11:36
ttxsoren: that's a good qeustion. If it was a straight merge from lp:~nova-core/nova/translations, I'd say yes, go ahead11:38
ttxsoren: but it's not, so you should review I only touch po/*...11:39
ttxand approve :)11:39
*** RobertLaptop has quit IRC11:39
sorenttx: We should codify that translation imports are exempt from the two-core-approvals rule.11:40
*** ctennis has quit IRC11:40
sorenJust for good measure.11:40
ttxsoren: indeed.11:40
ttxsoren: we also need to fix lp:~nova-core/nova/translations fpr stright imports11:40
ttxstraight11:40
sorenEh?11:41
ttxlp:~nova-core/nova/translations currently doesn't merge cleanly into lp:nova, hence me fixing conflicts in my branch11:41
ttxboth branches added po/.11:41
ttxsoren: we could also wait for a fix for that, and import translations afterwards.11:42
sorenToo late.11:42
ttxheh11:42
ttxsoren: i'll do Jenkins-based tagging when that hits and builds.11:44
* soren goes to fetch caffeine11:45
HugoKuo__so tired , I need take a rest on my weekend .  If any suggestion of my issue , plz leave comment over this question https://answers.launchpad.net/nova/+question/15208911:49
HugoKuo__guys have a nice weekend11:50
*** HugoKuo__ has quit IRC11:50
sandywalsh_I wrote some docs yesterday, but how to do I merge it if there is no bug? Should I create a bug for it?11:53
ttxsandywalsh_: yes, you can file a wishlist bug for it11:53
sandywalsh_thx ttx11:54
nagyzsandywalsh_, would you have some time to talk about rabbitmq and command flow in general?11:54
sandywalsh_nagyz, sure, gimme 5 and I'll be free11:54
nagyzsure, take your time11:56
sandywalsh_nagyz ... k, free ... 'sup?11:57
nagyzso, I'm trying to understand how could I query all compute nodes11:58
nagyzbasically I'd like to send all of them a command and get all the replies, and expose that as an xml in the API11:58
nagyzI've figured out how I can give back an xml :)11:58
nagyzwhen someone does for example an euca-instances-run with the EC2 API, how is it determined which compute node should do it?11:59
openstackjenkinsProject nova build #794: SUCCESS in 2 min 28 sec: http://jenkins.openstack.org/job/nova/794/11:59
openstackjenkinsTarmac: Import translations from Launchpad.11:59
nagyzif its on a topic, I guess all of them gets the message11:59
sandywalsh_nagyz, ok ... sec, lemme gather some links11:59
sandywalsh_nagyz, they all get the message if you publish on the fan-out exchange, otherwise only 1 worker will pick off the message12:00
nagyzso rabbitmq does round-robin on queue subscribers?12:00
sandywalsh_nagyz, for topic exchanges, yes12:00
sandywalsh_nagyz, in nova/scheduler/api.py look at the update_service_capabilities() method12:02
sandywalsh_nagyz, that's used by the compute/network/volume services to publish back to *all* scheduler services using fanout12:03
sandywalsh_nagyz, you would need a similar method to publish to all of the compute services12:03
*** coreym has joined #openstack12:03
nagyzuhm, makes sense.12:03
nagyzhow would I gather the responses?12:03
sandywalsh_nagyz, ah, that's the trick, fanout is one-way12:04
nagyzexactly my problem :)12:05
sandywalsh_nagyz, so in that case, you wouldn't use the fanout exchange :) You'd have to do a sync call to each compute node. You could do that in parallel using a greenpool.12:05
nagyzis there an example function of doing such a sync call?12:06
sandywalsh_nagyz, let me get you an example of using the greenpool12:06
nagyzgreat :)12:06
uvirtbotNew bug: #754552 in nova "No docs for Zones" [Wishlist,New] https://launchpad.net/bugs/75455212:06
sandywalsh_nagyz, nova/scheduler/zone_manager.py::_poll_zones() does this12:06
sorennagyz: I tried rewinding trunk back to before I did the CA split.. "nova-manage project zipfile" fails for me in the same, expected way for me as it does now.12:06
sorennagyz: ..until I run nova-api.12:07
nagyzsoren yep, if I run nova-api first, it works12:07
sandywalsh_nagyz, but this isn't going a sync rpc call, it's doing a sync nova-client call, but the idea is the same.12:07
sorennagyz: ...but you said that didn't used to be necessary.12:07
nagyzbut it did work before as per the wiki description12:07
ttxsoren: ok, so... tagging.12:07
sorennagyz: Right?12:07
nagyzyes.12:07
nagyzsandywalsh_, ty, I'll look into it12:07
sorennagyz: ..and that's what I'm saying now: When I try with a revision from before my split, it doesn't work for me before I run nova-api.12:07
ttxsoren: could you hold my hand while I do it ? I'll document in parallel12:08
sorenttx: I've never tried it, actually. I'm as curious as you are :)12:08
nagyzsoren, did you run the CA generation script by hand as per the wiki?12:08
sorennagyz: Ah. Err.. No.12:08
ttxsoren: tss, at least you know the magic URL.12:08
sorenttx: Oh, right, yes.12:08
nagyzsoren, read the wiki page I've linked in the bugreport; the bug appeared following those instructions :)12:08
*** citral1 has joined #openstack12:09
sorennagyz: a) There are lots of changes to the wiki each and every day. It's not exactly a static reference.12:10
nagyzlet me recheck the page now, if it's still in the same shape12:10
sorennagyz: b) If you want actually help solve this, as small a test case as possible would be very helpful.12:10
nagyzyou said I should have never run the CA generation script in the first place, right?12:10
sorenttx: Which revision are you wanting to tag?12:11
ttx965.12:11
sorennagyz: Yeah. nova-api does that.12:11
nagyzI can't really give a smaller testcase than in the wiki: fetch trunk, run genrootca.sh, setup nova.conf, then I run nova-manage commands, and project fill fail12:11
nagyzso either I shouldn't run the script in the first place, in which case someone needs to update the wiki page12:12
nagyzand the bug is an incorrect one12:12
nagyzor it should work this way too12:12
sorenttx: Ok, so you find the "nova" job run that corresponds to that commit.12:12
*** citral has quit IRC12:12
sorennagyz: Does it depend on using mysql?12:12
nagyzhavent tried it without, but I would get not, since it's not related to that at all12:13
sorenttx: http://jenkins.openstack.org/job/nova/794/ in our case.12:13
sorennagyz: Exactly. So that's a whole bunch of stuff that doesn't need to happen to reproduce it.12:13
ttxoh, there is tag here12:13
nagyztrue enough12:13
ttxsoren: ack, clicked on Tags. Got an intimidating list of very similar tags.12:14
sorenBut anyways, genrootca.sh doesn't work right now. Sort of.12:14
sorenIt works when nova-api runs it, because it knows which directory it should be run from.12:14
sorenttx: Hm.... Yes. That's rather spectacular.12:15
sorenttx: Pick one. Let's see :)12:15
sorenttx: What's the tag, you're adding?12:16
ttx"2011.2gamma1"12:16
sorenAlright. Go for it.12:16
sorenIf it goes badly, I'll revert it.12:16
ttxTagging 965 (revid: tarmac-20110408115352-xw8kcoiftt7udezx) to 2011.2gamma1 $ bzr tag -r tarmac-20110408115352-xw8kcoiftt7udezx -d lp:nova 2011.2gamma112:16
ttxCreated tag 2011.2gamma112:16
soren2011.2gamma1         96512:16
sorenYup.12:17
soren\o/12:17
ttxcool.12:17
sorenThat was easy :)12:17
*** ahale has quit IRC12:21
ttxsoren: the whole thing is easier to do while not fighting with flu, amazingly.12:22
sorenImagine that :)12:22
*** coreym has quit IRC12:23
*** citral1 has quit IRC12:23
* soren is not entirely happy about https://code.launchpad.net/~justin-fathomdb/nova/where-has-my-instance-gone/+merge/55450 having landed12:24
*** dendro-afk is now known as dendrobates12:25
ttxCactus Nova Gamma milestone released at https://launchpad.net/nova/cactus/cactus-gamma12:27
* ttx moves on to Glance12:27
ttxsoren: there is nothing like a "Glance" job in Jenkins where you can access tagging ?12:30
sorenThere should be.12:30
sorenUh.. It's *right* there.12:31
ttxoh, glance-tarball it is12:31
sorenNo.12:31
sorenGlance.12:31
sorenJust glance.12:31
soren?!?12:31
ttxah. doesn't appear under "Glance"12:31
ttxgot it in the all view.12:31
ttxfalse alarm.12:31
* soren fixes12:31
sorenThere.12:32
ttxsoren: wow: http://jenkins.openstack.org/job/glance/96/tagBuild/?12:33
ttxit's not an intimidating list now, it's scary.12:33
ttxsoren: I guess I should pick one of the 104's in there...12:34
sorenHang on.12:36
*** [1]RickB17 has joined #openstack12:37
sorenttx: Yeah, you're looking for tarmac-20110406203257-flg9tgnyg0ka7evk12:38
sorenttx: Got it?12:40
ttxyep12:41
ttxtagging...12:41
ttxCreated tag 2011.2gamma112:42
sorenWhat about Swift?12:42
*** DigitalFlux has joined #openstack12:42
*** DigitalFlux has joined #openstack12:42
sorenThe use a different versioning scheme still, don't they?12:42
ttxsoren: right, should be tagged 1.3gamma112:42
ttxwill check their tree for existing tags though12:42
ttxjust in case somethign else was used already.12:43
sorenJenkins shows those as well.12:43
ttxCactus Glance Gamma milestone released at https://launchpad.net/glance/cactus/cactus-gamma12:45
*** dendrobates is now known as dendro-afk12:46
ttxsoren: for swift I'll wait a few more minutes, see if we can fix the translations first12:47
*** dendro-afk is now known as dendrobates12:47
*** coreym has joined #openstack12:47
*** kashyap has quit IRC12:50
westmaastermie: is this good now? https://code.launchpad.net/~rackspace-titan/nova/server_metadata_quotas/+merge/5560312:50
*** bcwaldon has joined #openstack12:51
*** tildedave has quit IRC12:53
ttxcreiht, notmyname, jaypipes: let me know if I should release gamma milestone of Swift now or wait to get the i18n fixes first, if they are just around the corner12:53
*** drico has quit IRC12:54
*** drico has joined #openstack12:55
BK_mangot a stupid question: how to add a public IP address to Nova instances by default? (Emulate Public IaaS)12:55
*** tildedave has joined #openstack12:55
BK_manwe are using VlanManager and multi-host configuration12:56
*** h0cin has joined #openstack12:56
*** h0cin has joined #openstack12:56
*** rw4c has quit IRC12:59
creihtttx: I would say go ahead and make the gamma release13:02
*** aliguori has joined #openstack13:02
ttxcreiht: ok, we can fix it for RC.13:03
*** ppetraki has joined #openstack13:04
creihtI'm not sure why it is that critical for release13:04
creihtThere are no translations currently13:05
creihtso even if we had it all figured out, it wouldn't make a difference13:05
ttxoh, I didn't know that.13:05
ttxcreiht: I guess exercising the framework wouldn't hurt.13:05
creihtIt seems to have never been hooked up in launchpad13:05
*** pmullaney has joined #openstack13:06
ttxok, it's up. Sending email.13:07
dsockwelli see nova-volume has a SAN driver for iscsi on Solaris.  Could that be expanded to FC on Solaris?  It's the same framework, but I understand it's lots easier to test iSCSI than FC.13:08
dsockwellethernet switches being more common than fibre channel ones, that is13:11
*** kakella has joined #openstack13:17
creihthow do I register a blueprint for the design summit that was previously created?13:18
*** dprince has joined #openstack13:19
ttxcreiht: "Propose for sprint" and select design summit diablo13:20
creihtahh ok13:20
creihtthx13:20
*** gondoi has joined #openstack13:25
*** ibatanov has joined #openstack13:27
*** aryan has quit IRC13:29
*** Zangetsu has joined #openstack13:30
*** f4m8 is now known as f4m8_13:31
*** mray has joined #openstack13:31
*** hadrian has joined #openstack13:34
*** Harbringer has joined #openstack13:36
*** aryan has joined #openstack13:43
*** slyphon has joined #openstack13:46
*** kakella has quit IRC13:46
*** kakella has joined #openstack13:47
*** ctennis has joined #openstack13:48
*** ctennis has joined #openstack13:48
*** imsplitbit has joined #openstack13:49
*** rchavik has quit IRC13:54
*** rw4c has joined #openstack13:54
*** Harbringer has quit IRC13:54
jaypipesttx, creiht: uhm, of course there won't be an translations until its set up properly on Launchpad...13:57
*** nacx has quit IRC14:00
*** Harbringer has joined #openstack14:01
creihtjaypipes: I was just making the point that there are currently no translations for swift, so I don't see it as absolutely critical for the i18n fixes to get in for the cactus release14:01
uvirtbotNew bug: #754651 in nova "bzr ignore the top level CA dir" [Undecided,In progress] https://launchpad.net/bugs/75465114:01
jaypipescreiht: oh, I understand. :) I was just making the point that there won't *be* any translations until the i18n is fixed. ;)14:02
creihtjaypipes: I don't understand that, as my understanding is that you just have to point to the .pot file from launchpad, which was my understanding14:03
creihtwhich was has been there for a while now14:03
*** nacx has joined #openstack14:04
*** koolhead17 has quit IRC14:04
creihtjust because the auto-building part isn't working, doesn't mean that people can't start translating14:04
jaypipescreiht: I see. Well, yes, that is true enough. I'll point the import/export to a branch and see what happens. Not sure how much traction that will get since people can't actually install their translations, but you have a point.14:05
creihtjaypipes: people can install their translations, they just have to do it manually ;)14:05
*** Harbringer has quit IRC14:05
jaypipescreiht: true nuf.14:05
doudeHi all, in the LiveMigration wiki, the sample configuration uses a NFSv4 share FS. Is it necessary or NFSv3 is sufficient ?14:08
*** omidhdl has left #openstack14:09
notmynamecreiht: I got pulled in a few directions by kids this morning. thanks for answering that stuff14:11
jaypipesoh ffs14:13
jaypipescreiht: I'm a damn idiot.14:13
* jaypipes wait's for the "yeah, we knew that..."14:14
jaypipescreiht: I had already set up the translation export branch but had it set to "Import None" instead of "Import Translation templates"...14:15
*** RobertLaptop has joined #openstack14:15
creihtlol14:15
ttxNone is good for you.14:15
jaypipescreiht: flipped that switch. hopefully we'll see the Rosetta system kick into gear now...14:16
creihtcool14:16
jaypipescreiht: sorry for all this... gah I feel like Chris Farley in Tommy Boy.14:16
*** blamar has quit IRC14:18
creihtjaypipes: no worries14:18
*** MotoMilind has joined #openstack14:19
ttxjaypipes: any bug in Glance you want to push on the RC list ?14:20
jaypipesttx: https://code.launchpad.net/~dan-prince/glance/fix_update_props/+merge/5686514:21
ttxjaypipes: ack14:22
*** kashyap has joined #openstack14:22
dprincettx: I would suggest this as an RC list bug for nova:14:23
dprincettx: https://code.launchpad.net/~dan-prince/nova/ignore_route_del_errors14:23
jaypipesdprince: morning.14:23
dprincettx: very safe fix in my oppinion.14:24
ttxdprince: right, it's on my list of "potential ones", looking now14:24
dprincejaypipes: morning sir.14:24
ttxdprince: done14:25
dprincettx: That one is more important to me since it breaks the dev/testing environments we use on team titan.14:25
dprincettx: great. Thanks.14:25
*** MotoMilind has quit IRC14:25
jaypipesttx: if vishy is ok with it, I would vote this one for RC, too: https://code.launchpad.net/~sandy-walsh/nova/zone-docs/+merge/5692414:30
ttxjaypipes: it's rc already.14:31
jaypipesttx: ah, sorry.14:31
* ttx hugs http://wiki.openstack.org/reviewslist/14:31
*** ibatanov has quit IRC14:33
*** mahadev has joined #openstack14:34
*** daveiw has left #openstack14:34
*** nelson has quit IRC14:35
*** nelson has joined #openstack14:35
*** ibatanov has joined #openstack14:39
uvirtbotNew bug: #754687 in nova "Change the default 'lock_path' flag value" [Undecided,New] https://launchpad.net/bugs/75468714:41
jaypipescreiht: swift translation template has now been successfully imported by rosetta.14:42
*** ramkrsna has quit IRC14:47
*** blamar has joined #openstack14:48
*** zaitcev has joined #openstack14:50
*** dragondm has joined #openstack14:55
*** mahadev has quit IRC14:56
*** guigui has quit IRC15:00
*** befreax has joined #openstack15:03
*** mahadev has joined #openstack15:03
*** mgoldmann has joined #openstack15:04
*** mgoldmann has joined #openstack15:04
*** JuanPerez has quit IRC15:08
*** deshantm_laptop has joined #openstack15:11
*** vernhart has quit IRC15:12
*** mgoldmann has quit IRC15:22
*** rnirmal has joined #openstack15:25
BK_mancan somebody give me a sample URL for accessing noVNC console?15:26
*** mray has quit IRC15:26
* BK_man got following from stack command: {u'url': u'http://127.0.0.1:6080/vnc_auto.html?token=4a8beb76-a909-4a98-aaa7-e0167ec61eb5&host=hostignore&port=portignore'}15:26
BK_manis that correct?15:27
*** JuanPerez has joined #openstack15:28
*** mray has joined #openstack15:29
*** mray has joined #openstack15:29
*** dendrobates is now known as dendro-afk15:33
*** j05h has left #openstack15:39
*** drico has quit IRC15:42
*** drico has joined #openstack15:43
*** throughnothing has joined #openstack15:43
*** j05h has joined #openstack15:44
*** mahadev has quit IRC15:48
*** bcwaldon has quit IRC15:49
jk0soren: mind having a quick look at https://code.launchpad.net/~ken-pepple/nova/lp753416/+merge/56862 ?15:49
jk0soren: wanted you to look before marking Approved15:49
*** j05h has quit IRC15:54
*** j05h has joined #openstack15:54
*** smeier00 has joined #openstack15:55
*** smeier00 has left #openstack15:55
*** rds__ has quit IRC15:58
*** deshantm_laptop has quit IRC15:59
*** elasticdog has quit IRC15:59
*** mray has quit IRC15:59
*** elasticdog has joined #openstack16:00
*** elasticdog has joined #openstack16:00
*** joearnold has joined #openstack16:02
*** j05h has quit IRC16:02
*** elasticdog has joined #openstack16:02
*** j05h has joined #openstack16:02
openstackjenkinsProject nova build #795: SUCCESS in 2 min 31 sec: http://jenkins.openstack.org/job/nova/795/16:04
openstackjenkinsTarmac: Ignore errors when deleting the default route in the ensure_bridge function.16:04
*** johnpur has joined #openstack16:04
*** ChanServ sets mode: +v johnpur16:04
*** mray has joined #openstack16:05
*** bcwaldon has joined #openstack16:10
*** mahadev has joined #openstack16:12
openstackjenkinsProject nova build #796: SUCCESS in 2 min 34 sec: http://jenkins.openstack.org/job/nova/796/16:14
openstackjenkinsTarmac: This branch fixes https://bugs.launchpad.net/nova/+bug/751242.16:14
openstackjenkinsAccording to the above URL, the solution is 'migrating' instances never be terminated.16:14
uvirtbotLaunchpad bug 751242 in nova "migrating instance can be terminated, and data inconsistency occurs" [Low,In progress]16:14
openstackjenkinsTo do this, nova.compute.api.delete() should be modified.16:14
*** nacx has quit IRC16:16
*** jernst has joined #openstack16:17
jernstco16:17
*** jernst has left #openstack16:17
*** jernst has joined #openstack16:17
jernstNewbie question if you don't mind: right now OpenStack is compute and storage it seems. Is anybody working on anything beyond that?16:20
*** befreax has quit IRC16:24
*** adjohn has joined #openstack16:24
*** dendro-afk is now known as dendrobates16:27
*** nagyz has quit IRC16:29
*** MarcMorata has quit IRC16:29
[1]RickB17redbo: is there any reason that a mounted cloudfuse directory cannot be accessed via a samba share?16:30
*** bkkrw has quit IRC16:31
dprincettx: This might be another good one to fix for cactus:16:33
dprincettx: https://code.launchpad.net/~dan-prince/nova/fix_gen_x509_redhat/+merge/5698216:33
*** kashyap has quit IRC16:34
*** rcc has quit IRC16:40
*** dspano has joined #openstack16:40
jernstNewbie question if you don't mind: right now member:OpenStack is compute and storage it seems. Is anybody working on anything beyond that?16:44
*** mray has quit IRC16:44
*** mray has joined #openstack16:45
[1]RickB17jernst: I'm new to the community as well.  What would be an example of "beyond" be?16:49
*** kashyap has joined #openstack16:50
jernstWell, take Amazon as an analogy. Openstack compute roughly equals EC2, storage S3, but AWS has a lot more tabs lately.16:52
jernstLike load balancing, relational database service, payments etc.16:53
[1]RickB17jernst: gotcha.  I don't know if thats in their plans.  Someone here might have an idea though.  I was just curious what you ment.16:55
* nhm_ gives up on vlan networking, tries flatmanager16:55
nhm_jernst: new as well.  I imagine right now they are mostly just working on getting everything working well.  Lots of bugfixing still going on right now.16:56
jernstWhat I'm really trying to find out is: what is OpenStack? Where does it end? Who, if any, does the stuff that needs to get done beyond OpenStack's end?16:57
nhm_jernst: they seem to follow a pretty agile devel process, so I imagine those kinds of things are still a bit nebulous as they focus on the immediate 3 month release cycle goals.16:58
*** Ryan_Lane has joined #openstack17:02
jernstWell, I guess either they don't know or they won't tell ;-)17:04
johnpurjernst: There is nothing secret going on... there are a number of projects that are bubbling under the surface that will likely be proposed to OpenStack in the future17:09
johnpurCheck the archives for "Burrow", a simple queueing project that eday is building17:10
johnpurAt the upcoming design summit there will be a lot of discussion about network as a service17:10
johnpurAlso, we expect that block storage (ala EBS) will be a topic of discussion as well17:11
*** zul has quit IRC17:11
johnpurOther community members are working on load balancing solutions and database as a service (ala RDS)17:11
*** arun_ has quit IRC17:12
johnpurLots of activity, as you can see!17:12
jernstSo these other "community members", are they doing this as part of the OpenStack project, our outside? (Where?)17:17
edayjernst: At least for burrow (queue/event system) I'm doing it uner openstack, but it's not proposed for an official openstack project yet. That will happen once there is something to evaluate17:18
kpepplejernst: there's a wiki page listing the "other" projects ... let me pull it up17:18
kpepplejernst: see http://wiki.openstack.org/Projects?highlight=%28create%29%7C%28project%2917:20
jernstkpepple: thanks for the link, that's interesting.17:21
kpepplejernst: np17:21
johnpurjernst: a combination of the two... some have existing projects they will open source and propose to OpenStack, others will be built from day 1 in the open as OpenStack projects17:23
*** arun_ has joined #openstack17:24
*** arun_ has joined #openstack17:24
*** zigo-_- has joined #openstack17:24
edaysoren: ?17:24
*** zul has joined #openstack17:25
jernstjohnpur: So the idea is that community members will write something (design, preferably code) when they see a need for something, publish it for review, and then the project policy board (?) decides whether to make it an official project?17:25
*** reldan has quit IRC17:25
kpepplejernst: http://wiki.openstack.org/Governance/Approved/NewProjectProcess17:26
edayjernst: Pretty much. I also wrote up something about what I'm doing with burrow, the queue service: http://oddments.org/?p=59117:27
*** masumotok has joined #openstack17:27
*** dendrobates is now known as dendro-afk17:28
*** tester23 has joined #openstack17:29
*** arun_ has quit IRC17:29
tester23hi all, have a bit of a n00b question17:30
kpeppletester23: those are the best kind17:30
tester23whenever I try to run nova-manage, it'll tell me ImportError: No module named paste17:30
tester23am using the current nova trunk17:31
kpeppletester23: did you install the pip-required modules ... specifically paste ?17:31
*** dendro-afk is now known as dendrobates17:33
*** reldan has joined #openstack17:34
*** masumotok_ has joined #openstack17:34
tester23that fixed it :)17:34
tester23It's not listed in http://wiki.openstack.org/InstallFromSource17:35
edaysoren: when you reemerge, MPs 56862 and 56821 are waiting for your blessing (tied to cactus-rc bugs)17:35
kpeppletester23: did you install from the package (python-paste) or just with a "pip install paste" ? i'll redline the wiki page17:36
tester23package17:36
*** masumotok has quit IRC17:36
tester23I dont have pip17:36
kpeppletester23: so you used "sudo apt-get install python-paste" ?17:36
tester23yep and python-pastedeploy17:37
tester23but now its telling me im missing novaclient17:37
kpeppletester23: i think we moved nova-client to a separate package recently17:37
tester23which i guess i'll need pip for17:37
tester23to install17:38
kpeppletester23: check and make sure that we don't have a ubuntu package first17:38
kpeppletester23: okay, we don't17:39
tester23so did a apt-get install pip17:40
tester23and a  pip install novaclient17:40
tester23pip install python-novaclient that is17:41
*** adiantum has joined #openstack17:42
*** clauden_ has joined #openstack17:43
BK_manwhat is a right way to upload an instance image to Nova at the moment? I'm using glance and euca-upload-bundle failed17:43
*** arun_ has joined #openstack17:44
*** jernst has quit IRC17:44
BK_manthis is what I got: http://paste.openstack.org/show/1146/17:45
*** mgoldmann has joined #openstack17:45
edaymtaylor: hey! how's that scp target going? :)17:46
*** adiantum has quit IRC17:47
dprinceBK_man: uec-publish-tarball?17:47
dprinceBK_man: you can also just use glance on the command line.17:48
BK_mandprince: that's my script: http://paste.openstack.org/show/1147/17:48
*** openstackjenkins has quit IRC17:49
BK_mandprince: it was working today's morning. Seems that last builds of Nova changed a bit17:49
*** openstackjenkins has joined #openstack17:49
mtayloreday: done17:50
*** arun_ has quit IRC17:50
edaymtaylor: awesome, thanks! testing now...17:51
openstackjenkinsProject burrow build #1: SUCCESS in 12 sec: http://jenkins.openstack.org/job/burrow/1/17:51
edaymtaylor: so, it scp'd somewhere, but http://burrow.openstack.org/ doesn't have the docs17:51
dprinceBK_man: looking...17:52
*** adiantum has joined #openstack17:53
*** mgoldmann has quit IRC17:53
BK_mandprince: lines 24&25 are debug lines. line 23 failed with previous paste17:53
mtayloreday: ok. refresh your browser (I didn't have the vhost set up)17:54
*** imsplitbit has quit IRC17:54
edaymtaylor: \o/17:54
*** dendrobates is now known as dendro-afk17:55
*** RJD22 is now known as RJD22|away17:55
edaymtaylor: thanks, I promise not to bug you for at least another hour now :)17:55
mtayloreday: hehe. bug any time!17:55
*** lionel has quit IRC17:55
mtaylor:)17:55
*** adjohn has quit IRC17:55
*** lionel has joined #openstack17:56
*** johnpur has quit IRC17:57
*** RJD22|away is now known as RJD2218:01
coreymwho is able to change the howto wiki?18:01
*** vernhart has joined #openstack18:02
*** masumotok_ has quit IRC18:02
kpepplecoreym: wiki.openstack.org ?18:02
*** clauden_ has quit IRC18:05
*** lionel has quit IRC18:05
*** lionel has joined #openstack18:05
*** RJD22 is now known as RJD22|away18:06
coreymkpepple: swift.openstack.org/development_saio.html18:07
coreymmaybe not the wiki i guess18:07
kpepplecoreym: that's the docs, not the wiki18:07
coreymsure18:07
coreymi want to suggest some changes18:08
kpepplecoreym: to change that you need to pull the openstack-manuals repo18:08
dprinceBK_man: I'm getting errors uploading images as well. Still looking into it...18:08
*** RJD22|away is now known as RJD2218:08
tester23hey ken... so some packages seem to be missing on that wiki page18:08
*** throughnothing has quit IRC18:08
BK_mandprince: thanks for mentioning. I'm now switching to nova.image.local.LocalImageService to check18:08
kpeppletester23: which wiki page ?18:09
tester23paste, novaclient and a bunch more18:09
tester23http://wiki.openstack.org/InstallFromSource|18:09
openstackjenkinsProject nova build #797: SUCCESS in 2 min 27 sec: http://jenkins.openstack.org/job/nova/797/18:09
openstackjenkinsTarmac: Added a patch for python eventlet, when using install_venv.py (see FAQ # 1485)18:09
coreymkpepple: i dont really want to change it myself, I want to discuss with someone in the know first. i dont feel like i have the expertise yet18:09
kpeppletester23: i just added the paste and paste-deploy stuff18:09
kpepplecoreym: ping annegentle ... she heads the docs18:10
coreymkpepple: thx18:10
tester23cheers... theres a couple more python modules missing though18:11
tester23ie migrate18:11
tester23Not sure what the exact packages are but ended up copypasting the whole bunch from nova.sh18:11
kpeppletester23: hmmm ... yeah, i don't really agree with how they are installing here. the easier way (assuming you are going the source route), is to just install pip and then do a "pip install -r tools/pip-requires" which would pull everything down at once18:12
tester23yep lets put that in the wiki instead18:14
tester23at least that works :)18:14
*** arun_ has joined #openstack18:15
tester23kpepple: and pip also needs swig to install M2Crypto18:16
kpeppletester23: it used to be that way ... but apparently people wanted to go another way :( i'll ping annegentle about it18:17
*** dprince has quit IRC18:21
*** BK_man has quit IRC18:24
edayAny nova-core folks want to review: https://code.launchpad.net/~sandy-walsh/nova/zone-docs/+merge/56924  ?18:26
*** dendro-afk is now known as dendrobates18:29
coreymany SWIFT AIO person willing to discuss ~/bin/resetswift ?18:33
uvirtbotNew bug: #754900 in nova "Nova-manage network delete does not delete from fixed_ips" [Undecided,New] https://launchpad.net/bugs/75490018:36
*** adiantum has quit IRC18:43
*** lionel has quit IRC18:44
*** lionel has joined #openstack18:44
*** adiantum has joined #openstack18:45
*** Harbringer has joined #openstack18:48
uvirtbotNew bug: #754908 in nova "uec-publish-tarball hangs when uploading bundle/kernel" [Undecided,New] https://launchpad.net/bugs/75490818:52
justinsbHas anyone found any good instructions for how to set up networking?18:52
*** dendrobates is now known as dendro-afk18:54
*** reldan has quit IRC19:01
*** zk has joined #openstack19:05
*** zaitcev has quit IRC19:05
uvirtbotNew bug: #754924 in nova "When creating a network for FlatDHCPManager, flat_network_dhcp_start must be set first" [Undecided,New] https://launchpad.net/bugs/75492419:06
nhm_justinb: not really, but I'm moving away from vlan networking to just flat networking since vlan networking seems to be screwing up routing in mysterious ways.19:07
*** jonkelly has joined #openstack19:08
justinsbnhm_: Thanks - I've been told that FlatDHCPManager is the best, but I'm struggling to get it to work19:08
nhm_justinb: I haven't tried flat dhcp yet.  I'm think straight flat since it apperas to try to do the least automatically.19:09
nhm_justinb: I figure that gives me a better chance of making it work. ;)19:09
justinsbnhm_: Good luck to you!19:10
*** hazmat has quit IRC19:12
nhm_justinb: you too.  If you getf flatdhcp working in a multi-node configuration I'd love to see your configuration. :)19:12
*** adiantum has quit IRC19:12
*** kakella has left #openstack19:13
*** bkkrw has joined #openstack19:15
*** kakella has joined #openstack19:16
uvirtbotNew bug: #754944 in nova "self.interfaces_xml is assigned in LibvirtConnection but never used" [Undecided,New] https://launchpad.net/bugs/75494419:21
*** kashyap has quit IRC19:21
*** johnpur has joined #openstack19:22
*** ChanServ sets mode: +v johnpur19:22
*** adiantum has joined #openstack19:22
*** hazmat has joined #openstack19:24
*** mftx has joined #openstack19:25
*** dubsquared has joined #openstack19:25
*** ibatanov has quit IRC19:26
dubsquaredHaving an issue with HyperV, anyone seen this?  http://paste.openstack.org/show/1149/19:26
dubsquaredvish? :D19:26
*** shentonfreude has joined #openstack19:28
justinsbdubsquared: 2011-04-08 12:23:21,799 DEBUG nova.utils [-] Inner Exception: No module named no19:30
justinsbvaclient from (pid=1836) import_class c:\openstack\nova\nova\utils.py:6519:30
justinsbdubsquared: Is novaclient installed and accessible?19:30
dubsquaredrunning from source19:30
*** adiantum has quit IRC19:31
uvirtbotNew bug: #754950 in nova "When files are injected into a disk image, they should have a comment e.g. "Injected during boot by the OpenStack cloud"" [Undecided,New] https://launchpad.net/bugs/75495019:31
justinsbI've seen some weird stuff when an import fails, Python just gives an unrelated error message19:31
*** vernhart has quit IRC19:34
dubsquaredyeah…i guess this doc was written for bexar19:35
dubsquaredand i just pulled down latest trunk19:35
uvirtbotNew bug: #754959 in nova "Compute node hanging while updating MySQL DB on instance shutdown" [Undecided,New] https://launchpad.net/bugs/75495919:36
*** vernhart has joined #openstack19:36
blamarjustinsb, any chance that bug is related to https://bugs.launchpad.net/nova/+bug/754509 ?19:37
uvirtbotLaunchpad bug 754509 in nova "terminating instance causes nova-compute hang" [Undecided,New]19:37
justinsbblamar: Good call.  I think it's probably the same bug19:39
justinsbblamar: My guess is that we broke the SQL Alchemy model19:40
justinsbblamar: I can probably guess which MP it was as well - probably the instance_type_id one, because I don't think we otherwise changed the model recently19:40
blamarjustinsb: yeah, still trying to figure out how the code worked in the first place :)19:41
justinsbblamar: Oh - can you see anything wrong with it?  My stack trace is deep in the bowels of SA19:41
uvirtbotNew bug: #754963 in nova "nova-manage doesn't handle commands that are prefixes of other commands" [Undecided,New] https://launchpad.net/bugs/75496319:42
justinsbblamar: Sorry - just saw you already had a patch up...  reading it now19:42
blamarjustinsb: np, just about to MP if you want me to tag you19:43
*** omidhdl has joined #openstack19:43
justinsbblamar: I don't really get the fix though?19:43
blamarjustinsb: SHUTDOWN is the state when an instance is in the process of shutting down, SHUTOFF is when it's actually off.19:43
blamarjustinsb: so basically there is a loop which never exists becuase it doesn't catch the server in SHUTDOWN, because it quickly goes to SHUTOFF19:44
*** adiantum has joined #openstack19:44
*** zigo-_- has quit IRC19:44
blamars/exists/exits19:44
justinsbblamar: Ah - while True there :-)19:44
blamaryeah :(19:44
justinsbTwo suggestions: Put a message when you LOG.debug the exception19:45
*** ctennis has quit IRC19:45
justinsbAnd maybe put a comment next to SHUTDOWN vs SHUTOFF in power_states so we can document this19:45
blamarjustinsb, That log was just because I absolutely *loathe* except Exception:19:45
blamarbut yeah, I'll try to create an error message19:45
justinsbAs there's a lot of confusion about SHUTDOWN vs SHUTOFF19:45
blamarsilly naming IMO19:45
*** dendro-afk is now known as dendrobates19:45
justinsbblamar: Absolutely agree with you on catching exceptions, and also about catching them silently19:46
justinsbI guess that explains why sometimes Control-C didn't seem to work the first time :-)19:46
justinsbBut sure, put me as a reviewer.  I'll pull the patch into my tree and verify that it fixes the problem for me also.19:46
justinsbAwesome time between bug and fix if so :-)19:47
blamark, should be up in  a few19:47
*** dirkx has joined #openstack19:48
*** adiantum has quit IRC19:56
justinsbblamar: Going to file a bug over that loop hammering the DB as well...19:56
justinsbblamar: As in, "I am going to..."19:56
blamarjustinsb: Ugh, yeah it's not too pretty. Oiy that loop.19:57
blamarjustinsb: functional fix first, then better fix later though19:57
justinsbblamar: Exactly - filing a bug so we don't lose it.19:58
blamar:)19:58
justinsbBlamar: Filed Bug #75498319:59
uvirtbotLaunchpad bug 754983 in nova "Instance shutdown with libvirt hammers the DB" [Undecided,New] https://launchpad.net/bugs/75498319:59
*** adiantum has joined #openstack20:01
uvirtbotNew bug: #754981 in nova "nova-compute on HyperV will not start using latest trunk" [Undecided,New] https://launchpad.net/bugs/75498120:02
*** reldan has joined #openstack20:03
*** reldan has quit IRC20:05
*** reldan has joined #openstack20:05
uvirtbotNew bug: #754983 in nova "Instance shutdown with libvirt hammers the DB" [Undecided,New] https://launchpad.net/bugs/75498320:06
*** dendrobates is now known as dendro-afk20:08
*** mray has quit IRC20:10
*** Harbringer has quit IRC20:12
*** adiantum has quit IRC20:12
dsockwelljustinsb: would it be reasonable to expand the solaris SAN driver to export volumes over fibre channel?20:14
*** bkkrw has quit IRC20:16
justinsbdsockwell: Don't see why not!  The only issue is that volume provisioning and the transport are currently linked, so you'd have to write a different function for the mounting, and it would be inside a class that is currently called "IscsiDriver" or something like that!20:17
*** adiantum has joined #openstack20:17
justinsbdsockwell: But I think the thing to do is to implement something, and then we can refactor as needed20:17
*** tester23 has quit IRC20:22
dsockwelli took a glance at IscsiDriver, it's rather specific to iscsi.  I haven't gone so far as to look at VolumeDriver, though.20:23
*** adiantum has quit IRC20:24
*** dirkx has quit IRC20:25
*** kakella has left #openstack20:26
*** bkkrw has joined #openstack20:29
devcamcari'd love to see this branch land: https://code.launchpad.net/~vishvananda/nova/has_role_cache/+merge/5644920:29
devcamcargreatly improves performance for ldap backends20:29
zykes- http://twistedmatrix.com/documents/current/web/howto/20:29
zykes- http://twistedmatrix.com/documents/current/web/howto/20:29
*** bcwaldon has quit IRC20:29
zykes-wrong paste :720:30
*** stewart has quit IRC20:31
*** adiantum has joined #openstack20:37
*** mray has joined #openstack20:39
soreneday: On it.20:41
*** mray has quit IRC20:49
vishysoren: are you familiar with conntrack + snatting?20:49
vishysoren: I'm seeing something a little odd20:49
sorenvishy: pray tell20:50
vishysoren: so I have a nova install using 3 machines, they all have ips on the 192.168 range20:50
*** hggdh has quit IRC20:51
vishythe vms all have the standard 10.0 addresses20:51
vishy192.168.2.11 is running nova-network20:51
*** hggdh has joined #openstack20:51
vishythe vm is on 192.168.2.13 and has the ip 10.0.0.420:51
vishyso if i send ping or curl or whatever from the vm20:52
*** omidhdl has left #openstack20:52
vishyit goes to the network host which is 192.168.2.11/10.0.0.120:52
vishythen it hits the snat rule20:52
*** ccustine has joined #openstack20:53
vishyand gets snatted to 192.168.2.11 and the packet makes it out through the router gateway (192.168.2.1)20:53
sorenGot it.20:53
vishybut the response comes back to 192.168.2.11 and never makes it back to 10.0.0.420:53
vishyso for some reason the conntrack is not tracking all the way back20:54
vishySYN_RECV src=10.0.0.4 dst=74.125.224.48 sport=41779 dport=80 packets=1 bytes=60 src=74.125.224.48 dst=192.168.2.11 sport=80 dport=41779 packets=4 bytes=240 mark=0 secmark=0 use=220:54
vishynote the dst in that rule...20:54
*** coreym is now known as CoreyM-afk20:55
vishythis is the first time I've tried to do a multimachine install with everything using the same interface (even the public route) and compute running on the network host as well20:55
*** allsystemsarego has quit IRC20:57
* soren ponders20:59
openstackjenkinsProject nova build #798: SUCCESS in 2 min 29 sec: http://jenkins.openstack.org/job/nova/798/20:59
openstackjenkinsTarmac: removes log command from nova-manage as it no longer worked in multi-log setup20:59
sorenvishy: Sorry, where is that output from?21:02
vishysoren: conntrack -L | grep 10.0.0.421:03
*** mahadev has quit IRC21:04
vishysoren: btw, it works fine for instances actually on the 192.168.2.11 host21:06
*** RobertLaptop has quit IRC21:06
*** ctennis has joined #openstack21:07
vishyhmm21:07
vishysoren: although it has the same odd dst in the conntrack so maybe it isn't a conntrack issue21:08
*** mray has joined #openstack21:08
*** shentonfreude has quit IRC21:09
*** niksnut has quit IRC21:09
*** adiantum has quit IRC21:09
sorenvishy: Is "74.125.224.48" the one you consider odd?21:09
sorenvishy: I was assuming not.21:10
vishyno that is fine21:11
sorenOk, good. Just making sure we're ont the same page. :)21:11
*** dubsquared has quit IRC21:11
vishyI thought that the 192.168.2.11 was odd, thought it would put 10.0.0.4 there, but as i said it seems to work fine with vms on the same host21:11
*** dubsquared has joined #openstack21:12
jonkellystupid question, but do you have ip_forward turned on?21:12
*** h0cin has quit IRC21:12
jonkelly</lurk>21:12
jonkelly:P21:12
sorenvishy: Did you paste that conntract entry verbatim? Which kernel version is this?21:13
vishyyes21:14
vishymaverick kernel...21:14
sorenvishy: Yes, what? ip_forward or verbatim?21:14
vishyverbatim21:14
sorenOk.21:14
sorenAssuming you do have ip_forward enabled?21:14
vishyyup21:15
*** dendro-afk is now known as dendrobates21:17
*** adiantum has joined #openstack21:23
*** bkkrw has quit IRC21:27
*** mancdaz has joined #openstack21:27
*** troytoman-away is now known as troytoman21:28
*** rnirmal has quit IRC21:29
*** rnirmal has joined #openstack21:31
sorenvishy: I think I may have slightly overestimated my ability to decipher netfilter code this time of day.21:33
vishyhehe :)21:33
vishyit is too bad21:34
vishyi'd really like multimachine flatdhcp to work with just one interface21:34
*** BK_man has joined #openstack21:34
sorenI can't find any docs on the format of that output, so it's hard to figure out what to expect from those fields.21:34
jonkellycould be a routing issue21:35
nhm_vishy: that whole aspect of flatdhcp still confuses me.21:35
jonkellyiirc packets received from an unexpected vlan get silently dropped21:35
jonkellyso if it's coming in on an unintended interface that can cause issues21:36
jonkellya bit rusty on my iptables, but i recall running into that before21:36
vishyahaha!21:36
vishyi found magic21:36
sorenahaha?21:36
vishyit is going on br10021:37
vishyproperly21:37
sorenAs expected... right?21:37
vishygdi!21:37
vishyi've run into this before, i just forgot21:37
vishythe interface has to be promisc21:38
vishy!21:38
soren"gdi"?21:38
sorenWhy would it have to be promiscuous?21:39
jonkellyif it's the same thing I'm thinking of, it can be fixed via iproute as well21:39
jonkellysetting the interface to promiscuous would be another solution21:39
sorenOh. "gdi". i get it. :)21:39
sorenjonkelly: Which thing are you thinking of?21:41
vishysoren: so if i tcpdump on br10021:41
*** ppetraki has quit IRC21:41
vishypackets go across to 10.0.0.4 properly21:41
vishystop the tcpdump packets stop21:41
soren*chuckle*21:41
sorenHeisenbug.21:41
vishyyeah21:42
*** bkkrw has joined #openstack21:42
vishyi remember this happening once before and if i set the interface promisc it works21:42
sorenI'm not sure why, though?21:42
vishyinteresting21:43
vishytcpdump on eth0 doesn't work21:43
vishyhas to be on the bridge21:43
sorenYeah.21:43
nhm_is nova-networking required at all for flatmanager?21:43
vishyyes21:44
vishywell21:44
*** HouseAway has quit IRC21:44
vishyit doesn't do a whole lot :)21:44
sorenpromiscuous mode should only affect whether or not a given interface passes ethernet frames with a foreign mac furhter up the network stack. Why would the MAC be different here?21:44
nhm_vishy: on the compute nodes or just the cloud controller?21:44
vishywell the mac is on another machine21:44
vishynhm_ network just needs to run in one place in all modes21:44
vishyso conroller21:44
sorenvishy: Whuh?21:44
vishybleh having two conversations21:45
vishysoren: 10.0.0.4 is on another machine21:45
sorenSure.21:45
nhm_vishy: thanks, I think one of the docs says to install it on the compute nodes too.21:45
vishynhm_: yeah that is wrong21:45
nhm_probably explains why it was breaking my routing.21:46
*** adiantum has quit IRC21:46
*** niksnut has joined #openstack21:46
sorenvishy: Oh, hang on... Which machine needs its nic in promisc mode?21:46
vishyip link set dev br100 promisc on21:46
vishybooom works21:46
blamarvishy: tcpdump, by default, puts the interface it's listening on into promisc fyi if you were curious21:46
vishyyeah that is what i remember from last time21:46
vishyso apparently it can't forward requests back across the same bridge that the packet came in on?21:48
vishyso packet comes in on eth0/br100 and it won't forward back to br100 without promisc21:48
vishyi don't know why but i'm wondering if i should make a patch for it anyway21:49
sorenvishy: Is it the network node that needs to be in promisc mode?21:49
vishyyes21:49
sorenFascinating.21:49
sorenSo the topology to reproduce it:21:50
sorenOne node A: br100 connected to eth0 and a tap device.21:50
sorenErr..21:51
sorenMan, I'm tired!21:51
soren:)21:51
vishyboth noda a and b have that21:51
vishynoda a has two a public and private ip on the bridge21:52
sorenWell, the tap device on the network node is not really relevant.21:52
sorenOk.21:52
*** adiantum has joined #openstack21:52
openstackjenkinsProject nova build #799: SUCCESS in 2 min 32 sec: http://jenkins.openstack.org/job/nova/799/21:54
openstackjenkinsTarmac: Added RST file on using Zones.21:54
*** jonkelly has left #openstack21:54
sorenvishy: I'm going to have to try and reproduce this on Monday.21:58
vishysoren: gl :)21:59
*** CoreyM-afk has quit IRC22:05
*** Zangetsu has quit IRC22:05
*** adiantum has quit IRC22:07
redbo[1]RickB17: dunno, how'd it fail?22:07
*** gondoi has quit IRC22:09
openstackjenkinsProject nova build #800: SUCCESS in 2 min 33 sec: http://jenkins.openstack.org/job/nova/800/22:09
openstackjenkinsTarmac: There is a race condition when a VDI is mounted and the device node is created. Sometimes (depending on the configuration of the Linux distribution) nova loses the race and will try to open the block device before it has been created in /dev.22:09
openstackjenkinsThis change will poll waiting on the device node to be created before attempting to use it.22:09
*** rnirmal has quit IRC22:10
*** shentonfreude has joined #openstack22:11
*** adiantum has joined #openstack22:13
*** mftx has quit IRC22:13
*** dspano has quit IRC22:17
*** BK_man has quit IRC22:21
*** mray has quit IRC22:23
*** kronous_ has quit IRC22:26
*** kronous_ has joined #openstack22:28
*** dubsquared has left #openstack22:29
*** adiantum has quit IRC22:29
*** troytoman is now known as troytoman-away22:33
*** bkkrw has quit IRC22:34
*** rw4c has quit IRC22:34
*** [1]RickB17 has quit IRC22:36
*** Zangetsu has joined #openstack22:39
uvirtbotNew bug: #755089 in swift "swift3 middleware doesn't support signed URLs" [Undecided,New] https://launchpad.net/bugs/75508922:42
*** adiantum has joined #openstack22:43
*** burris has quit IRC22:51
*** BK_man has joined #openstack22:59
*** hggdh has quit IRC23:04
*** aliguori has quit IRC23:07
*** hggdh has joined #openstack23:09
*** mancdaz has quit IRC23:11
*** johnpur has quit IRC23:14
*** reldan has quit IRC23:16
*** reldan has joined #openstack23:19
*** aliguori has joined #openstack23:22
*** dragondm has quit IRC23:23
*** magglass1 has quit IRC23:28
*** magglass1 has joined #openstack23:30
openstackjenkinsProject burrow build #2: SUCCESS in 13 sec: http://jenkins.openstack.org/job/burrow/2/23:33
openstackjenkinsTarmac: Added overview and protocol docs.23:33
*** nelson has quit IRC23:37
*** mathrock has joined #openstack23:43
*** adiantum has quit IRC23:48
*** adiantum has joined #openstack23:48
*** dendrobates is now known as dendro-afk23:49
*** kostil has joined #openstack23:50
*** dendro-afk is now known as dendrobates23:52
JordanRinkeelo23:54
*** kostil[1] has joined #openstack23:54
kostil[1]but the installation and configuration of storage nodes is below the steps for configuring proxy, which confuses me. Should one install and configure storage nodes prior to configurating proxy and auth nodes?23:54
*** kostil has quit IRC23:54
*** reldan has quit IRC23:55
*** BK_man has quit IRC23:59
*** kostil[1] has quit IRC23:59

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