[Openstack] Fw: [openstack-dev] [Quantum]How to contribute LBaas driver?

2013-08-26 Thread HuYanrui
Anybody can help answer my question? As previous mail indicated, we are a Loadbanlancer vendor. We already developed our driver as Grizzly design requirement. Now the driver is under internal testing. Could you guys suggest what's the next move for contributing? Where to post the code and where

Re: [Openstack] problem in setting up Tempauth authentication & authorization with Swift

2013-08-26 Thread Hua ZZ Zhang
use 8080 port? -Edward pragya jain To "j...@swift

Re: [Openstack] Fw: [openstack-dev] [Quantum]How to contribute LBaas driver?

2013-08-26 Thread Eugene Nikanorov
Copying my previous reply: Hi Hu Yanrui, Thanks for your interest. The links in previous email are correct, please use them to familiarize yourself with development process. Make sure to use upstream version of neutron when developing your driver. You can post your code to review (you also can po

[Openstack] Is Packstack a development environment?

2013-08-26 Thread Peeyush Gupta
Hi all, I have been using openstack through devstack on Ubuntu 12.04 LTS. Now, I want to try out packstack, but before that I want to know if I would similar environment through packstack. I can make changes in the file present in /opt/stack directory and can see the changes reflected. Is it possi

[Openstack] Openstack in centos and Xen sever- Single node setup

2013-08-26 Thread SriHarish Ramesh
Hi I have installed XEN 5.6 in a physical machine and Openstack(Grizzly)in CentOS VM separately following RDO guide. I have changed the answer file and updated the xen machine details. xen machine and centos vm are in the same network. compute_driver=xenapi.XenAPIDriver xenapi_connection_url=http

[Openstack] questions about storing balance

2013-08-26 Thread pangj
Hi, We will have a swift cluster, it's two proxy nodes and five storage nodes, there are 10*2T disks in each storage node. We don't need the complicated auth way, but to use the tempauth. I add a system account into tempauth, for example, AUTH_system. And I create an username with a password unde

Re: [Openstack] questions about storing balance

2013-08-26 Thread Robert van Leeuwen
Hi, First you need to make sure you create enough containers. Especially if you the container servers on spinning disks you should keep it below 1 million objects. However, I would highly recommend running the containers on SSD's. Another thing you will have to take in account is the number of

Re: [Openstack] nova installation issue

2013-08-26 Thread M.Qasim Arham
I am using Ubuntu Servet 13.04 http://www.ubuntu.com/download/cloud And following Grizzly insttlation guide from Github. https://github.com/dguitarbite/OpenStack-Grizzly-VM-SandBox-Guide/blob/master/SandBox-Single-Node.rst On Sunday, August 25, 2013, Lingala Srikanth Kumar-B37208 wrote: > Hi

Re: [Openstack] Intermittent connectivity problems from qrouter namespace

2013-08-26 Thread Darragh O'Reilly
badly configured tunnels can cause the symptoms you see. So you could focus on that if your quantum network is using gre tunnels. Run 'ovs-vsctl show' on each node and check the remote_ip of each port on br-tun. > > From: Mina Nagy Zaki >To: openstack >Sent

[Openstack] Grizzly spice problem: Unknown message type 1! and ignoring socket not ready

2013-08-26 Thread romi zhang
Hi, When I used the url of nova get-spice-console in the chrome browser, it showed me a black screen and the below information is: "Unknown message type 1!" and the monitor of nova-spicehtml5proxy showed is : ignoring socket not ready. I had already installed spicehtml5 and nova-spicehtml5proxy i

[Openstack] [Dashboard] Server error during logging

2013-08-26 Thread Piotr Kopec
Hello folks; I have problem with dashboard. I enter login and password, page is loading for a while (about 10s) and then I receive an Server Error. I managed to log in once just after dashboard installation, after that I have been doing some admin stuff with Nova only and from that moment dashboar

Re: [Openstack] Intermittent connectivity problems from qrouter namespace

2013-08-26 Thread Mina Nagy Zaki
That's a great guess :D I did manage to figure this out earlier and it took me a day of understanding OVS and following datapath/flow dumps until I realized that the non-standard configuration I had was causing the creation of a GRE tunnel from the machine to itself (on another IP). Thanks! On Mo

Re: [Openstack] Openstack in centos and Xen sever- Single node setup

2013-08-26 Thread Openware Developers
Hi Me too looking for the same. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] [swift] complete reinstallation steps needed

2013-08-26 Thread Snider, Tim
Thru a series of missteps I (apparently) have mismatched Swift related python files / libraries installed on at least one node. "swift-init start main" results in: root@swift21:~# swift-init start main Traceback (most recent call last): File "/usr/local/bin/swift-init", line 4, in from pk

Re: [Openstack] [swift] complete reinstallation steps needed

2013-08-26 Thread pragya jain
Hi Tim, install upgraded version of dns-python using the command: pip install "dnspython==1.11.0" Pragya Jain > > From: "Snider, Tim" >To: "[email protected]" >Sent: Tuesday, 27 August 2013 8:20 AM >Subject: [Openstack] [swift] complete reinsta

[Openstack] Fw: problem in setting up Tempauth authentication & authorization with Swift

2013-08-26 Thread pragya jain
hello Please help me in setting up Tempauth authentication & authorization with Swift. same error is continued. - Forwarded Message - >From: pragya jain >To: "[email protected]" ; "[email protected]" >; "[email protected]" ; >"[email protected]" ; >"openstack@

Re: [Openstack] Fw: [openstack-dev] [Quantum]How to contribute LBaas driver?

2013-08-26 Thread Eugene Nikanorov
Upstream version means the latest code in master branch of https://github.com/openstack/neutron.git Currently it's Havana release cycle and there was a lot of changes, including changes in lbaas service structure, so in order to contribute the driver (e.g. commit your driver to upstream), you need

Re: [Openstack] Fw: problem in setting up Tempauth authentication & authorization with Swift

2013-08-26 Thread Kuo Hugo
swift.conf裡面的 hash key 在所有node 上都是一樣的嗎? +Hugo Kuo+ [email protected] [email protected] +886 935004793 2013/8/27 pragya jain > hello > > Please help me in setting up Tempauth authentication & authorization with > Swift. > same error is continued. > > - Forwarded Message - > *From:

Re: [Openstack] nova installation issue

2013-08-26 Thread M.Qasim Arham
Thanks Lingala, i am also following same instructions and steps but it's failing I tried with another new VM and it failed again at 6.*Nova step complaining about nova-common issue. Regards, Qasim On Monday, August 26, 2013, Lingala Srikanth Kumar-B37208 wrote: > Hi Qasim, > > I followed th

Re: [Openstack] questions about storing balance

2013-08-26 Thread pangj
On 2013-8-26 22:27, Robert van Leeuwen wrote: First you need to make sure you create enough containers. Especially if you the container servers on spinning disks you should keep it below 1 million objects. However, I would highly recommend running the containers on SSD's. Another thing you wil

Re: [Openstack] Fw: problem in setting up Tempauth authentication & authorization with Swift

2013-08-26 Thread pangj
On 2013-8-27 13:43, Kuo Hugo wrote: swift.conf裡面的 hash key 在所有node 上都是一樣的嗎? Hugo, I am afraid he doesn't know traditional Chinese since the email address shows he is coming from India. To pragya jain, what Hugo said: Are the hash keys in swift.conf on all nodes are the same? Regards.