Re: [Openstack] Reference architecture for OpenStack implementation in real world

2013-11-13 Thread Kai
Hi Joshua, I'm looking for some reference architectures (it's better if it includes how to design, how to sizing and how run this type of project) with the details is quite in-depth. These results I've got by searching Google are too general and they focus much on product/solution marketing. Tha

Re: [Openstack] [Foundation Board] Resolutions from the Technical Committee

2013-11-13 Thread Joshua McKenty
Thierry, I'll make sure this motion lands on the agenda for discussion at the next board meeting. I don't see a gerritt entry for that motion, though - where is the vote recorded? Since I have grave concerns about the use of the term OpenStack in relationship to either of these projects (in eit

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Édouard Thuleau
Hi, I opened a bug [1] for ARP responder with the OVS agent and I started code [2] to implement it. I plan to use ebtables to generate ARP answers because I didn't find a way to do it with OVS with flows table. And at the last summit, I asked an OVS developer and it seems not possible actually. Th

Re: [Openstack] Reference architecture for OpenStack implementation in real world

2013-11-13 Thread Dnsbed Ops
You might take a look at, http://docs.openstack.org/trunk/openstack-ops/openstack-ops-manual-trunk.pdf Regards. On 2013-11-14 12:32, Kai wrote: Where can I get the documentation about reference architecture for private or public clouds (white paper, blue print, technical articles,...) which are

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Trinath Somanchi
Hi- Thanks a lot for the slides.. It helps a lot to understand ML2 in a much better way for a newbee like me.. Thanks one again.. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 -Original Message- From: Kyle Mestery (kmestery) [mailto:kmest...@cisco.com] Sent

Re: [Openstack] Reference architecture for OpenStack implementation in real world

2013-11-13 Thread Joshua Harlow
Hi Kai, What kind of architectures where u looking for? If u google for ' openstack reference architecture ' you will find quite a few results. Where there any particular items u wanted? From: Kai mailto:phamtungdu...@gmail.com>> Date: Wednesday, November 13, 2013 8:32 PM To: "openstack@lists

Re: [Openstack] Reference architecture for OpenStack implementation in real world

2013-11-13 Thread Rob_Hirschfeld
Kai, We've got a lot of that on http://dell.com/openstack based on a lot of practical experience. Rob From: Kai [mailto:phamtungdu...@gmail.com] Sent: Wednesday, November 13, 2013 10:32 PM Central Standard Time To: openstack@lists.openstack.org Subject: [Openstack] Reference architecture for O

[Openstack] Reference architecture for OpenStack implementation in real world

2013-11-13 Thread Kai
Hi all, Where can I get the documentation about reference architecture for private or public clouds (white paper, blue print, technical articles,...) which are using OpenStack in real world? -- Best regards, Duong Pham ___ Mailing list: http://lists.o

Re: [Openstack] about block storage

2013-11-13 Thread Dnsbed Ops
Hi, The design is pretty simple. We run nova-compute for VMs management, for example, a server with 128GB memory, 12 cores CPU, 300GB SAS (RAID1) disks, to create 20 VMs. And, we run cinder as the separated storage service to provide block storage for the VMs. For example, each VM gets a block

Re: [Openstack] about block storage

2013-11-13 Thread Razique Mahroua
Hi Dnsbed, #1: I'd say it depends on the network infrastructure. Maybe you have a diagram? After I've used Ceph in production for clients, I can definitely say it's stable and production-ready (not the CephFS though!) #2: What's the implementation design? Regards, Razique On 13 Nov 2013, at

Re: [Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Razique Mahroua
But didn't you wanted to remove the unused images in the first place? if so, then running the SQL commands I gave you will help you to find unused images :) On 13 Nov 2013, at 16:43, Narayanan, Krishnaprasad wrote: If I want to retain the base image for launching new VMs, then I may lose the

[Openstack] about block storage

2013-11-13 Thread Dnsbed Ops
Hi, We are deploying openstack for our private cloud apps. For the block storage I have two questions that, #1, is ceph stable enough for product environment as the backend storage of cinder? #2, when using block storage, the disk IO is slow, our apps primarily use it for saving logs. How to

Re: [Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Narayanan, Krishnaprasad
If I want to retain the base image for launching new VMs, then I may lose them. So how do I retain it? -Original Message- From: Razique Mahroua [mailto:razique.mahr...@gmail.com] Sent: Donnerstag, 14. November 2013 01:16 To: Narayanan, Krishnaprasad Cc: openstack@lists.openstack.org Subj

Re: [Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Narayanan, Krishnaprasad
What happens if there is an snaspshot created but there are no instances launched? From: Razique Mahroua [mailto:razique.mahr...@gmail.com] Sent: Donnerstag, 14. November 2013 01:11 To: Narayanan, Krishnaprasad Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Removing unused images usin

Re: [Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Razique Mahroua
Volumes snap depends on the active instance, that means you don't need the base image afterwards. Just check all actives instances `select * from instances where deleted <> 1` OR : `select image_id from instances where deleted = 0` Razique On 13 Nov 2013, at 15:47, Narayanan, Krishnaprasad wrot

Re: [Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Razique Mahroua
Same :) as long as the snapshot is created (make sure it's finished though!) then you don't need the base image On 13 Nov 2013, at 16:15, Narayanan, Krishnaprasad wrote: What happens if there is an snaspshot created but there are no instances launched? From: Razique Mahroua [mailto:razique

Re: [Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Narayanan, Krishnaprasad
Hi If I understand it correctly, this addresses the active instances and its images. Can I know how one should take care of instance and volume snapshots? Thanks, Krishnaprasad From: Razique Mahroua [mailto:razique.mahr...@gmail.com] Sent: Mittwoch, 13. November 2013 14:40 To: Narayanan, Krishna

Re: [Openstack] Error authenticating, Try again later

2013-11-13 Thread Razique Mahroua
Check Horizon logs (/var/log/apache2/error.log usually) you should find the exception there Razique On 13 Nov 2013, at 14:46, Krishanu Dhar wrote: > Hi, > > If I keep the open stack login page up for some time and subsequently when > i refresh the browser, above the User Name box I get to see "

[Openstack] Error authenticating, Try again later

2013-11-13 Thread Krishanu Dhar
Hi, If I keep the open stack login page up for some time and subsequently when i refresh the browser, above the User Name box I get to see "Session timed out." Subsequently when i try to login with my credentials it says "An error occurred authenticating. Please try again later." and does not allo

Re: [Openstack] [Heat] Locked Outputs

2013-11-13 Thread Zane Bitter
On 13/11/13 18:14, Randall Burt wrote: On Nov 13, 2013, at 9:18 AM, Zane Bitter wrote: On 13/11/13 04:08, Andrew Plunk wrote: 2).Provide a way to express metadata about stack outputs returned from heat. This could involve something like a "Sensitive: true" field in the Output schema. He

Re: [Openstack] [Neutron] 404 response from Neutron LB API

2013-11-13 Thread Guillermo Alvarado
Now is working, thanks so much Eugene. ~GA 2013/11/13 Eugene Nikanorov > I see the following in your neutron.conf: > > # Advanced service modules > service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin > > #Next service added to allow VPN use > service_plugins = neutron.ser

Re: [Openstack] [Neutron] 404 response from Neutron LB API

2013-11-13 Thread Eugene Nikanorov
I see the following in your neutron.conf: # Advanced service modules service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin #Next service added to allow VPN use service_plugins = neutron.services.vpn.plugin.VPNPlugin service_plugins is a list option so plugin paths should be

Re: [Openstack] [Neutron] 404 response from Neutron LB API

2013-11-13 Thread Guillermo Alvarado
Hi Eugene, I appreciate a lot yout help. All commands related to lb, for example, this: neutron -v lb-pool-list Return: http://paste.openstack.org/show/52529/ But neutron -v floatingip-list return the list. And this is my neutron.conf http://paste.openstack.org/show/52525/ 2013/11/13 Eugen

Re: [Openstack] Horizon Error

2013-11-13 Thread Andrew Richards
I don't know, all I can say for sure is that I had Horizon and its dependencies installed from the RDO Havana repo and everything was functioning normally, then following the updates I posted previously Horizon started throwing that 500 error which led me to this thread. Installing PBR fixed th

Re: [Openstack] [Neutron] 404 response from Neutron LB API

2013-11-13 Thread Eugene Nikanorov
Hi Guillermo, Could you specify which neutron commands return 404? Can you also provide server-side logs when you see 404 from neutron server? Also, please post your neutron.conf file to paste.openstack.org. Thanks, Eugene. On Wed, Nov 13, 2013 at 10:59 PM, Guillermo Alvarado < guillermoalvara

Re: [Openstack] WORM support

2013-11-13 Thread Perez, Daniel - ES
If I understand correctly, you must be referring to the "Back-end API for Object Server REST APIs": "DiskFile.delete(timestamp) Delete the object." "This implementation creates a tombstone file using the given timestamp, and removes any older versions of the object file. Any file that has an ol

[Openstack] [Neutron] 404 response from Neutron LB API

2013-11-13 Thread Guillermo Alvarado
Hi everybody, I enabled LBaaS with nuetron following the steps that mention in this post http://openstack.redhat.com/forum/discussion/comment/2152 I could not be able to start haproxy because it try to bind on :5000 and as how its known, this port is used by keystone. So I changed the port for

[Openstack] Access to posting on openstack mailing list

2013-11-13 Thread Sreekanth Bhaskar
___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] WORM support

2013-11-13 Thread Pete Zaitcev
On Wed, 13 Nov 2013 16:47:29 + "Perez, Daniel - ES" wrote: > I am wondering if I can circumvent the use of tombstone files? Not without writing some code, but you can write your own Pluggable Back-end like Gluster does. In that case you're free to implement any delete mechanism you like. Not

Re: [Openstack] [Heat] Locked Outputs

2013-11-13 Thread Randall Burt
On Nov 13, 2013, at 9:18 AM, Zane Bitter wrote: > On 13/11/13 04:08, Andrew Plunk wrote: >> Alright. >> >> The problem: >> >> If a program generates a password, and displays it on a screen over and over >> again, it is more susceptible to being compromised. > > OK, this is s

Re: [Openstack] Multiples storages

2013-11-13 Thread Razique Mahroua
Hey :) that means the volume is still in use. (lvopen : 1) make sure it's not by checking the process, qemu-nbd, etc... On 13 Nov 2013, at 4:50, Guilherme Russi wrote: Hello Razique, I'm here opening this thread again, I've done some cinder delete but when I try to create another storeges i

[Openstack] WORM support

2013-11-13 Thread Perez, Daniel - ES
I have read through the documentation and do not see mention of WORM object stores. I am looking to integrate SWIFT into a storage subsystem that is a backup system, or WORM device. It has the ability to "delete" objects, but it is not spinning disk, so the cost of "tombstone" files is high.

Re: [Openstack] havana dhcp issue

2013-11-13 Thread Paras pradhan
I figured out this issue. by default, interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver and dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq in dhcp_agent.ini is commented. Also, the line interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver in l3_agent.ini is commen

Re: [Openstack] OPENSTACK[KEYSTONE]- MS SQL as Backend Store

2013-11-13 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
These instructions may be out of date. Regards, Mark Miller MySql setup (if not already done) Install mysql-server and python-mysqldb package: > sudo apt-get install mysql-server python-mysqldb Create the root password for mysql. The password used in this guide is "password" Change the bind addre

Re: [Openstack] Multiples storages

2013-11-13 Thread Guilherme Russi
Hello John, my cinder list is empty, I've done cinder delete #storage-id but when I do lvdisplay they're still there. I've already tried dmsetup remove but no success too. And the storages are not in use with any VM. Regards. 2013/11/13 John Griffith > On Wed, Nov 13, 2013 at 5:50 AM, Guilherm

Re: [Openstack] Help for a newbie: I am sure it is somewhere in the documentation ...

2013-11-13 Thread Lorin Hochstein
It gets saved to the OpenStack Image Service (glance), so you'll have to look at the directory where glance keeps its images to find the file. Lorin On Wed, Nov 13, 2013 at 10:39 AM, Rolph III, Don wrote: > Ok, that works perfectly!! > > > > Thanks! > > > > But, where does the image get save

[Openstack] HEAT - Prohibited endpoint redirect

2013-11-13 Thread Therese Persson
Hi, I have installed Heat on my controller node and it worked fine two days ago, but now I have encountered some problems. I am still able to create stacks, but I can't delete the stacks I have created. I can delete the instances manually, but when I try to delete the stacks I get this message:

Re: [Openstack] [Heat] Locked Outputs

2013-11-13 Thread Steven Dake
On 11/12/2013 08:08 PM, Andrew Plunk wrote: Alright. The problem: If a program generates a password, and displays it on a screen over and over again, it is more susceptible to being compromised. I don't buy the problem. Using an anaology, the first time the information is sha

Re: [Openstack] Multiples storages

2013-11-13 Thread John Griffith
On Wed, Nov 13, 2013 at 5:50 AM, Guilherme Russi wrote: > Hello Razique, I'm here opening this thread again, I've done some cinder > delete but when I try to create another storeges it returns there's no space > to create a new volume. > > Here is part of my lvdisplay output: > > Alloc PE / Size

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Mathieu Rohon
Hi george, the L2population Mech driver in ML2 sends forwarding informations to the agent, so that L2 agent populates the dataplane to send traffic to the correct tunnel. This mechanism works only in tunneling mode (GRE or VXLAN), for the moment. With this implementation, broadcast/Multicast is se

Re: [Openstack] Help for a newbie: I am sure it is somewhere in the documentation ...

2013-11-13 Thread Rolph III, Don
Ok, that works perfectly!! Thanks! But, where does the image get saved I expected to see a new img file created and I can't seem to find it. Thanks for your patience! From: Lorin Hochstein [mailto:lo...@nimbisservices.com] Sent: Wednesday, November 13, 2013 9:01 AM To: Rolph III, Don Cc:

Re: [Openstack] [Heat] Locked Outputs

2013-11-13 Thread Zane Bitter
On 13/11/13 04:08, Andrew Plunk wrote: Alright. The problem: If a program generates a password, and displays it on a screen over and over again, it is more susceptible to being compromised. OK, this is something we can work with, thanks :) Possible solutions: --

Re: [Openstack] Help for a newbie: I am sure it is somewhere in the documentation ...

2013-11-13 Thread Rolph III, Don
Thanks!!! From: Lorin Hochstein [mailto:lo...@nimbisservices.com] Sent: Wednesday, November 13, 2013 9:01 AM To: Rolph III, Don Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Help for a newbie: I am sure it is somewhere in the documentation ... Don: On Wed, Nov 13, 2013 at 8:19 AM,

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Kyle Mestery (kmestery)
So, there was some possible confusion around this particular item from last week. I've copied Mathieu Rohon here, who worked on the L2 Population items which affect that. He can reply in more detail, but I believe the proxy arp work is ongoing in Icehouse (at least for OVS), though my understandi

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread George Mihaiescu
Thanks for the slides Kyle. Can you please provide some details about the proxy ARP mechanism (mentioned on slide 21) that intercepts the ARP request and answers using a pre-populated neighbour entry? Where is the proxy ARP learning from, and how long it caches the entries? Does it update when a

Re: [Openstack] OPENSTACK[KEYSTONE]- MS SQL as Backend Store

2013-11-13 Thread Adam Young
On 11/13/2013 03:13 AM, Srujana C P wrote: Hello All, We are planning to use MS SQL Server as keystone backend store . Has anybody tried this? Can someone share the information regarding the steps to be followed and required configurations and drivers to be installed. It has not been pu

[Openstack] [swift] Frequent OperationalError (database locked) in 1.10.0 (Havana)

2013-11-13 Thread Juan J. Martinez
Hello, I've upgraded to Havana and I'm getting frequent errors like this: Nov 11 11:48:29 storage2 container-server ERROR __call__ error with GET /device1/250/AUTH_memseaa1_42308e3988554f77b4b3c84e8b1f17cd/container : #012Traceback (most recent call last): #012 File "/usr/lib/pymodules/python2.6

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Kyle Mestery (kmestery)
Yes, those are the slides, thanks for sending the links. I have also posted the slides to the link sent to me by someone from the Foundation, but I'm unclear as to where those slides end up. Either way, the SlideShare link works and has the exact content presented by Bob and I at the Summit. Thank

Re: [Openstack] Help for a newbie: I am sure it is somewhere in the documentation ...

2013-11-13 Thread Lorin Hochstein
Don: On Wed, Nov 13, 2013 at 8:19 AM, Rolph III, Don wrote: > I have a copy of devstack up and running ad have been experimenting > with it. > > > > I would like to capture a checkpoint of the cirros image before I run my > next experiment. > > You create snapshot your running instance into a

[Openstack] br-tun's controller is not be set after neutron restart

2013-11-13 Thread Liu Wenmao
hi all: I use floodlight as the network controller with openstack neutron. I configure neutron in GRE mode, so there are br-int and br-tun bridge. I have to set controller for both br-int and br-tun, but after I restart neutron-openvswitch-agent, the br-tun's controller is gone, but br-int's cont

Re: [Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Razique Mahroua
Hi. I think there is not any API for that unfortunately But there is a field into the database that indicates the image ID. So if you select all active instances and select the unique images ID entries, you can compare them against the Glance images. A BASH script should be sufficient. Razique

[Openstack] Help for a newbie: I am sure it is somewhere in the documentation ...

2013-11-13 Thread Rolph III, Don
I have a copy of devstack up and running ad have been experimenting with it. I would like to capture a checkpoint of the cirros image before I run my next experiment. The most straightforward would seem to be to copy the files, but I am unsure: 1) What is the complete file set for an ima

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Édouard Thuleau
This one http://fr.slideshare.net/mestery/modular-layer-2-in-openstack-neutron ? Édouard. On Wed, Nov 13, 2013 at 11:34 AM, Trinath Somanchi < trinath.soman...@freescale.com> wrote: > Hi stackers- > > > Can anyone share the Presentation slides showcased in the Openstack > Hongkong summit, on

Re: [Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Frans Thamura
+1 for all slides of os summit >From ctrip case to neutron ml2 presentation F On Nov 13, 2013 5:44 PM, "Trinath Somanchi" wrote: > Hi stackers- > > > Can anyone share the Presentation slides showcased in the Openstack > Hongkong summit, on“OpenStack Neutron Modular Layer 2 Plugin Deep > Di

Re: [Openstack] Multiples storages

2013-11-13 Thread Guilherme Russi
Hello Razique, I'm here opening this thread again, I've done some cinder delete but when I try to create another storeges it returns there's no space to create a new volume. Here is part of my lvdisplay output: Alloc PE / Size 52224 / 204,00 GiB Free PE / Size 19350 / 75,59 GiB And

[Openstack] Removing unused images using Glance APIs

2013-11-13 Thread Narayanan, Krishnaprasad
Hallo All, In our testbed we have Openstack ESSEX. I am in the process of cleaning up the image store. Can I know are there any APIs in Glance or Nova that can help me in this process? Thanks, Krishnaprasad ___ Mailing list: http://lists.openstack.org

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2013-11-13 Thread Kuo Hugo
I may know the problem now. You can have a look at @fbo's blog : http://blog.fsquat.net/?p=40 I had a deep diving on the auth middleware today. The authtoken middleware will reject the request if the token's tenant mapping is not matching to the one your requested. *[Debug log]* Nov 13 01:39:30

[Openstack] Openstack Neutron - ML2 Plugin Deep Dive.

2013-11-13 Thread Trinath Somanchi
Hi stackers- Can anyone share the Presentation slides showcased in the Openstack Hongkong summit, on "OpenStack Neutron Modular Layer 2 Plugin Deep Dive" I have see the video, but the Presentation is not visible clear. Thank you -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | e

Re: [Openstack] nova+keystone troubles in Havana [RESOLVED]

2013-11-13 Thread Stuart Longland
On 06/11/13 11:09, Stuart Longland wrote: >> root@host:~# cat keystonerc >> export OS_USERNAME=username >> export OS_PASSWORD=password >> export OS_TENANT_NAME=tenant >> export OS_AUTH_URL=http://our-keystone-cname:35357/v2.0 > > Yet, when I run the above command, or even `nova network-list`: >>

Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-13 Thread Eugene Nikanorov
Ok, what is in [ml2] section then? On Wed, Nov 13, 2013 at 2:14 PM, Trinath Somanchi < trinath.soman...@freescale.com> wrote: > Hi- > > > > I have nothing in my Openstack Neutron installation called, ml2_conf.ini > > > > I have a section [ml2] in neutron.conf itself. > > > > Do I need to have a

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2013-11-13 Thread thorfinn
This syntax is correct: curl -i -X POST -H "X-Auth-Token: $tokenTest1" -H "X-Container-Read: *:*" -H " \ X-Container-Write: *:*" http://192.168.3.100:8080/v1/AUTH_$tenantTest1/foo curl -i -X GET -H "X-Auth-Token: $tokenTest2" http://192.168.3.100:8080/v1/AUTH_$tenantTest1/foo HTTP/1.1 204

[Openstack] Resolutions from the Technical Committee

2013-11-13 Thread Thierry Carrez
The OpenStack Technical Committee ("TC") recently adopted the following resolutions: * Thierry Carrez was selected as the TC chair for the 6-month Icehouse session of the TC. * The TC recommends that the Board of Directors approve the addition (by the Secretary) of OpenStack Measurements (Ceilome

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2013-11-13 Thread thorfinn
@Dheerendra: the correct IP address is 192.168.3.100. It's a mistake. Same problem with correct ip adress. @Kuo Hugo: I don't understand the item 1. On the item 2: curl -i -X POST -H "X-Auth-Token: $tokenTest1" -H "X-Container-Read:test2" -H "X-Container-Write: test2" http://192.168.3.100:

Re: [Openstack] [Heat] Locked Outputs

2013-11-13 Thread Robert Collins
On 13 November 2013 16:08, Andrew Plunk wrote: > Alright. > > The problem: > > If a program generates a password, and displays it on a screen over and over > again, it is more susceptible to being compromised. > > Possible solutions: > > 1).Provide a way to limit

Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-13 Thread Eugene Nikanorov
Could you please post your ml2_conf.ini? Eugene. On Wed, Nov 13, 2013 at 12:44 PM, Trinath Somanchi < trinath.soman...@freescale.com> wrote: > Hi Oleg- > > > > When I configure ML2 and L3 Plug-ins in Openstack Havana – Neutron, I was > unable to create network. > > > > I get the following error

Re: [Openstack] [Neutron] Unable to create Floating IPs.

2013-11-13 Thread Trinath Somanchi
Hi Oleg- When I configure ML2 and L3 Plug-ins in Openstack Havana - Neutron, I was unable to create network. I get the following errors in Neutron Server logs. 2013-11-13 14:17:24.724 5094 DEBUG routes.middleware [-] No route matched for POST /networks.json __call__ /usr/lib/python2.7/dist-pa

[Openstack] OPENSTACK[KEYSTONE]- MS SQL as Backend Store

2013-11-13 Thread Srujana C P
Hello All, We are planning to use MS SQL Server as keystone backend store . Has anybody tried this? Can someone share the information regarding the steps to be followed and required configurations and drivers to be installed. Thank You, Srujana C P DISCLAIMER == This e-mail may contai