Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-08 Thread Ken'ichi Ohmichi

Hi Rashmi,

On Thu, 9 May 2013 09:31:25 +0530
Rashmi SN snrashm...@gmail.com wrote:
 On Sun, May 5, 2013 at 11:08 AM, Rashmi SN snrashm...@gmail.com wrote:
 
  I would want to associate a floppy disk image say example.flp to a VM
  when I instantiate.
  The idea is that , during installation , the image picks up certain
  configuration details from a defined file from the floppy image (flp).
  How do I achieve this with openstack nova (boot) commands.

I guess you can use --file option of 'nova boot' command, if a defined
file is small.


Thanks
Ken'ichi Ohmichi

___
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] Installing OpenvSwitch on CentOS 6.4

2013-05-06 Thread Ken'ichi Ohmichi

Hi Ashutosh,

On Tue, 7 May 2013 10:23:23 +0530
Ashutosh Narayan aashutoshnara...@gmail.com wrote:
 
 I have installed Grizzly on CentOS 6.4 and facing some issues while
 installing OpenvSwitch in order to make Quantum service work properly.
 Can anybody point me to some link which has useful information for the same
 ?
 I was following this link to set up Quantum -
 https://fedoraproject.org/wiki/Packstack_to_Quantum
 
 And the below mentioned link to install OpenvSwitch -
 http://networkstatic.net/open-vswitch-red-hat-installation/
 I am not able to compile the source. It fails while running make.

As http://networkstatic.net/open-vswitch-red-hat-installation/ mentioned,
did you comment out the skb_frag_page() of skbuff.h file?

I faced similar problem on RHEL6.3 and I could do it by the following:
http://www.mail-archive.com/openstack@lists.launchpad.net/msg20254.html


Thanks
Ken'ichi Ohmichi

___
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] Glance and Nova image-list problems (folsom)

2013-03-25 Thread Ken'ichi Ohmichi

Hi,

On Mon, 25 Mar 2013 21:33:56 +
Yaguang heut2...@gmail.com wrote:

 this is duo to your glance doesn't use keystone as auth strategy. 

I guess so.

Trevor, can you check whether your configuration files contain
the following?

* glance-api.conf
[paste_deploy]
flavor = keystone+cachemanagement

* glance-registry.conf
[paste_deploy]
flavor = keystone


Thanks
Ken'ichi Ohmichi

---

 send from my iPad
 
 在 2013-3-25,19:01,gtt116 gtt...@126.com 写道:
 
  Hi Trevor,
  
  Are you use the admin user? or some user whose role is 'admin'?
  If you use a admin user, nova image-list would show all image in the system.
  
  于 2013年03月23日 02:38, tr...@cs.drexel.edu 写道:
  Hey,
  
  So glance and nova are returning different results when it comes to images
  and snapshots. glance image-list is not returning my private images while
  nova image-list returns everyone's private images to everyone. As a result
  it seems that horizon won't show any snapshots unless they are public. Is
  there some setting I am missing or what?
  
  
  Thanks,
  
  Trevor
  
  
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
  
  
  -- 
  best regards,
  gtt
  
  
  
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
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] openvswitch rpm on RHEL 6.3 frustration

2013-01-31 Thread Ken'ichi Ohmichi

Hi Greg,

I can install openvswitch-1.7.3-1.x86_64.rpm on CentOS6.3 if specifying
with kmod-openkmod-openvswitch-1.7.3-1.el6.x86_64.rpm:

# rpm -ivh openvswitch-1.7.3-1.x86_64.rpm 
kmod-openvswitch-1.7.3-1.el6.x86_64.rpm
Preparing...### [100%]
   1:kmod-openvswitch   ### [ 50%]
   2:openvswitch### [100%]
#


Thanks
Ken'ichi Ohmichi

---

On Thu, 31 Jan 2013 23:52:39 -0500
Greg Chavez greg.cha...@gmail.com wrote:

 On RHEL 6.3, with EPEL repos, we have openstack-quantum-openvswitch.noarch.
  It requires openvswitch.x86_64, which isn't provided by either RHEL
 channels or EPEL!
 
 So I tracked down the openvswitch source (not that hard) , and after a few
 hours of battling various compilation erros, ended up with three rpms that
 I add to my mrepo yum repo:
 
 [root@cs-repo-02 SysEng6-x86_64]# ls *openv*
 kmod-openvswitch-1.7.3-1.el6.x86_64.rpm  openvswitch-1.7.3-1.x86_64.rpm
  openvswitch-debuginfo-1.7.3-1.x86_64.rpm
 
 So I re-run my attempt to install the OpenVswitch plugin and guess what!
 
 Error: Package: openvswitch-1.7.3-1.x86_64 (syseng6)
Requires: openvswitch-kmod
 
 You say openvswitch-kmod, I say kmod-openvswitch, you say go F yourself.
 
 It's late, I've been working this for weeks.  This is just the latest
 obstacle. Please help.
 
 The OpenVswitch people are few and unresponsive, by the way.  Useless
 mailing lists.
 
 -- 
 \*..+.-
 --Greg Chavez
 +//..;};

___
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] openvswitch rpm on RHEL 6.3 frustration

2013-01-31 Thread Ken'ichi Ohmichi

Hi Greg,

On Fri, 1 Feb 2013 02:25:00 -0500
Greg Chavez greg.cha...@gmail.com wrote:
 
 Arigato gozaimasu.  Where did you get that rpm?

Dou itashimashite,

I built the rpm files from source file by the following way:

# wget http://openvswitch.org/releases/openvswitch-1.7.3.tar.gz
# tar -zxvf openvswitch-1.7.3.tar.gz
# vi ./openvswitch-1.7.3/datapath/linux/compat/include/linux/skbuff.h
-- To avoid compile error, I remove the following lines. --
-#if LINUX_VERSION_CODE  KERNEL_VERSION(3,2,0)
-static inline struct page *skb_frag_page(const skb_frag_t *frag)
-{
-   return frag-page;
-}
-#endif
-
# rm openvswitch-1.7.3.tar.gz
# tar -zcvf openvswitch-1.7.3.tar.gz openvswitch-1.7.3/
# mv openvswitch-1.7.3.tar.gz rpmbuild/SOURCES/
# rpmbuild -bb -D `uname -r` openvswitch-1.7.3/rhel/openvswitch.spec
# rpmbuild -bb -D `uname -r` openvswitch-1.7.3/rhel/openvswitch-kmod-rhel6.spec
# ls ~/rpmbuild/RPMS/x86_64/
kmod-openvswitch-1.7.3-1.el6.x86_64.rpm  openvswitch-1.7.3-1.x86_64.rpm  
openvswitch-debuginfo-1.7.3-1.x86_64.rpm
#


Thanks
Ken'ichi Ohmichi

---

 On Fri, Feb 1, 2013 at 1:19 AM, Ken'ichi Ohmichi
 oomi...@mxs.nes.nec.co.jpwrote:
 
 
  Hi Greg,
 
  I can install openvswitch-1.7.3-1.x86_64.rpm on CentOS6.3 if specifying
  with kmod-openkmod-openvswitch-1.7.3-1.el6.x86_64.rpm:
 
  # rpm -ivh openvswitch-1.7.3-1.x86_64.rpm
  kmod-openvswitch-1.7.3-1.el6.x86_64.rpm
  Preparing...###
  [100%]
 1:kmod-openvswitch   ### [
  50%]
 2:openvswitch###
  [100%]
  #
 
 
  Thanks
  Ken'ichi Ohmichi
 
  ---
 
  On Thu, 31 Jan 2013 23:52:39 -0500
  Greg Chavez greg.cha...@gmail.com wrote:
  
   On RHEL 6.3, with EPEL repos, we have
  openstack-quantum-openvswitch.noarch.
It requires openvswitch.x86_64, which isn't provided by either RHEL
   channels or EPEL!
  
   So I tracked down the openvswitch source (not that hard) , and after a
  few
   hours of battling various compilation erros, ended up with three rpms
  that
   I add to my mrepo yum repo:
  
   [root@cs-repo-02 SysEng6-x86_64]# ls *openv*
   kmod-openvswitch-1.7.3-1.el6.x86_64.rpm  openvswitch-1.7.3-1.x86_64.rpm
openvswitch-debuginfo-1.7.3-1.x86_64.rpm
  
   So I re-run my attempt to install the OpenVswitch plugin and guess what!
  
   Error: Package: openvswitch-1.7.3-1.x86_64 (syseng6)
  Requires: openvswitch-kmod
  
   You say openvswitch-kmod, I say kmod-openvswitch, you say go F yourself.
  
   It's late, I've been working this for weeks.  This is just the latest
   obstacle. Please help.
  
   The OpenVswitch people are few and unresponsive, by the way.  Useless
   mailing lists.
  
   --
   \*..+.-
   --Greg Chavez
   +//..;};
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 
 -- 
 \*..+.-
 --Greg Chavez
 +//..;};

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp