Re: [Openstack] vm can not get ip

2013-01-22 Thread Akira Yoshiyama
Hi, You may have to set iptables rule for chechsum. FYI: http://www.debian.or.jp/~yosshy/ubuntu-openstack/setup.sh Regards, Akira Yoshiyama 2013/01/23 5:14 "Rain Li" : > Hi, Sam, > > I also install Openstack on ubuntu 12.10 via > http://devstack.org/guides/single-mach

[Openstack] [Cinder] cinder-agent

2013-01-04 Thread Akira Yoshiyama
{'volume': '{volume_id}', 'host': '{host_name}', 'path': '{device_path}'} # {host_name}: the host name with nova-compute and cinder-agent * Of course, any software can use Cinder without client-side volume drivers. Any comments? Regards, A

Re: [Openstack] Cinder Improvement for Grizzly

2012-10-10 Thread Akira Yoshiyama
2012/10/10 John Griffith : > > > On Tue, Oct 9, 2012 at 8:35 PM, Akira Yoshiyama > wrote: >> >> Hi all, >> >> I want to join the next design summit but I can't because of the current >> job. >> So I wrote my ideas for cinder improvement to eth

[Openstack] Cinder Improvement for Grizzly

2012-10-09 Thread Akira Yoshiyama
roing volumes not at deleting but at creating * Common FileDriver * Post function of nova-side drivers for terminate_connection() * One driver per module file * Checking whether commands work in check_for_setup_error() Any comments will be gratefully appreciated. Thank you, Akira Yosh

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-21 Thread Akira Yoshiyama
Hi, FYI, I have a patch for nova-cactus to import only one virt driver. http://www.debian.or.jp/~yosshy/nova-cactus-patches/1004.txt Regards, Akira Yoshiyama 2012/05/18 6:12 "Sean Dague" : > Rationale: nova loads drivers for various subsystems in very different > ways, and not

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-23 Thread Akira Yoshiyama
_response('InvalidURI') @@ -311,7 +311,7 @@ if status == 401: return get_err_response('AccessDenied') elif status == 404: -return get_err_response('InvalidBucketName') +return get_err_response('

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-18 Thread Akira Yoshiyama
Hi, 2012/02/18 0:36 "Chmouel Boudjnah" : > On 17 Feb 2012, at 06:12, Pete Zaitcev wrote: > > - A S3Token middleware which is based on Akira version with some fixes. > > Yeah, that looks beautiful... Unfortunately the back-end > inherits the old problem: it authorizes against EC2 credentials > ins

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-06 Thread Akira Yoshiyama
Hi Pete, 2012/02/06 10:56 "Pete Zaitcev" : > > On Thu, 2 Feb 2012 19:03:54 +0900 > Akira Yoshiyama wrote: > > > I modified the wiki: > > http://wiki.openstack.org/Keystone-BP-S3Token > > > > I added authtoken in main pipeline just now. > >

Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-03 Thread Akira Yoshiyama
zipfile failed.) - ec2_token had a bug: https://bugs.launchpad.net/keystone/+bug/869778 So we have to make s3token middleware for Swift, keystone auth driver for Nova and some patches to fix bugs. I hope Essex can be used with euca2ools. Regards, Akira Yoshiyama 2012/2/3 Kevin Jackson

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-02 Thread Akira Yoshiyama
Hi, 2012/02/02 18:44 "Akira Yoshiyama" : > > Hi, > > Please check the review: > https://review.openstack.org/#q,3076,n,z > > Use swiftauth and s3token middleware and you may be able to do what you want. I'm sorry that I haven't try it. > > Or, you ca

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-02 Thread Akira Yoshiyama
above. Regards, Akira Yoshiyama 2012/02/02 14:47 "Pete Zaitcev" : > Hello: > > Does anyone happen to have Swift running with S3 and Keystone? If yes, > send me the proxy-server.conf, please. Also, I'd like to ask a few > questions, if I may. I tried to piece it

Re: [Openstack] E4 - And So It Begins!

2012-01-31 Thread Akira Yoshiyama
xtbook for our study meeting in japan tomorrow. I appreciate any comments, especially about i18n of wiki pages. Best regards, Akira Yoshiyama ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Using Swift S3 API with Keystone

2012-01-05 Thread Akira Yoshiyama
Hi Andi and Lorin, Thank you for your advices. I'll check them. Best regards, Akira YOSHIYAMA 2012/1/3 andi abes : > See http://wiki.openstack.org/GerritWorkflow > > > On Jan 3, 2012, at 8:11, Akira Yoshiyama wrote: > > Hi, > > I hope to merge my patches

Re: [Openstack] Using Swift S3 API with Keystone

2012-01-03 Thread Akira Yoshiyama
Hi, I hope to merge my patches to upstream. What should I do? Thank you, Akira Yoshiyama 2012/01/03 21:32 : > Is it possible to use Swift’s S3 API if Keystone is being used for auth?** > ** > > ** ** > > Looking back at this thread ( > https://lists.launchpad.net/openst

Re: [Openstack] Four compute-node, everytime the 1st and 2nd are choosen

2011-11-09 Thread Akira Yoshiyama
Hi, Did you try "nova-manage --flagfile=/etc/nova/nova.conf service list"? Regards, Akira Yoshiyama 2011/11/09 18:52 "Razique Mahroua" : > Hl all, > I've four compute-nodes, around 20 instances runing. > I've four nodes registered to nova-scheduler (no

Re: [Openstack] Gflags / conf -> common?

2011-11-01 Thread Akira Yoshiyama
+1 2011/11/02 2:38 "Brian Lamar" : > From what I understand, Nova is in the middle of a transition from gflags > to optparse. > > It's difficult to tell exactly what is going on, but the flags file is > still being read by gflags and then optparse seems to take over from there. > Regardless, both

Re: [Openstack] [Nova] [Keystone] Nova projects (Diablo)

2011-10-31 Thread Akira Yoshiyama
Hi, 2011/11/01 1:07 "Nguyen, Liem Manh" : > > Cool, will this patch be available off stable/Diablo eventually, or would it be in Essex only? I hope it will be a part of Diablo stable updates and Essex. Regards, Akira Yoshiyama NEC Corp. ___

Re: [Openstack] [Nova] [Keystone] Nova projects (Diablo)

2011-10-28 Thread Akira Yoshiyama
usual. Regards, Akira Yoshiyama 2011/10/29 6:50 "Vishvananda Ishaya" : > This is correct Unfortunately, you won't be able to use euca-upload-bundle > properly. I am trying to figure out a way to allow euca-upload-bundle to > work, but for now it will only work with depre

Re: [Openstack] Keystone and euca-tools

2011-10-13 Thread Akira Yoshiyama
need when > using keystone? With the old nova auth this was done with 'nova-manage > project zipfile' but that does not work with keystone because there are no > longer users in the nova database. Am I missing something? > > -David > > > On 10/13/2011 9:21 AM, Aki

Re: [Openstack] Keystone and euca-tools

2011-10-13 Thread Akira Yoshiyama
Hi, We are testing nova, glance, swift and keystone of diablo release now. You can use nova + keystone with euca-tools if you applied a patch for two bugs in keystone/middleware/ec2_token.py that I reported. But there is no official keystone fileter for swift3 (S3 API for swift). So, you can't use

Re: [Openstack] swauth_novaldap released

2011-06-04 Thread Akira YOSHIYAMA
cret. So, we have to change that code from account,user,_junk to user,account,_junk. Best regards, Akira YOSHIYAMA > On Jun 3, 2011, at 9:25 AM, Akira YOSHIYAMA wrote: > > > Hi Stackers, > > > > I'm pleased to announce swauth_novaldap, an auth-n/z driver fo

[Openstack] swauth_novaldap released

2011-06-03 Thread Akira YOSHIYAMA
as a store for user and group information. So, you can manage user and group of Swift with your LDAP administration tools. Note: swauth_novaldap doesn't use user's password but secret key of Nova user. Best regards, Akira YOSHIYAMA _

Re: [Openstack] some local patches for nova

2011-05-05 Thread Akira YOSHIYAMA
s in and propose > myself as soon as you have signed the CLA > > Vish > > On May 5, 2011, at 9:02 AM, Akira YOSHIYAMA wrote: > > > Hi Stackers, > > > > I uploaded my nova-cactus patches to: > > > > http://www.debian.or.jp/~yosshy/nova-cactus-

Re: [Openstack] some local patches for nova

2011-05-05 Thread Akira YOSHIYAMA
Hi Ken, Thank you for your comments. On Thu, 5 May 2011 09:54:00 -0700 Ken Pepple wrote: > On May 5, 2011, at 9:02 AM, Akira YOSHIYAMA wrote: > > I uploaded my nova-cactus patches to: > > > > http://www.debian.or.jp/~yosshy/nova-cactus-patches/ > > > >

[Openstack] some local patches for nova

2011-05-05 Thread Akira YOSHIYAMA
#x27;t sign CLA (now preparing). But they tell you where bugs are and I believe anyone writes same patches to fix same bugs. Best regards, Akira YOSHIYAMA ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

[Openstack] How to contribute Nova?

2011-01-03 Thread Akira YOSHIYAMA
project. What should I do to contribute? Regards, Akira Yoshiyama ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net