[Openstack] Grizzly: nova-manage floating create vs nova floating-ip-bulk-create

2013-06-15 Thread Christophe

Hi All
Is there a reason for using one form vs the other ?
Thanks
Chris


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


[Openstack] nova agent-* subcommands

2013-06-13 Thread Christophe

Hi All

agent-createCreates a new agent build.
agent-deleteDeletes an existing agent build.
agent-list  List all builds
agent-modifyModify an existing agent build.

What is the purpose of these commands? Which documentation should I read 
to learn more about these agnets?


Thanks
Chris

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


[Openstack] Open vSwitch/VXLAN support in Quantum Grizzly ?

2013-05-06 Thread Christophe


Hi all

Do you know if the Open vSwitch, Quantum and required
Quantum Plug-In are already supporting VXLAN?

Thanks

Chirs
___
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] Open vSwitch/VXLAN support in Quantum Grizzly ?

2013-05-06 Thread Christophe
Thank you Kyle!
Chris


 De : Kyle Mestery (kmestery) kmest...@cisco.com
À : Christophe cl...@yahoo.fr 
Cc : openstack@lists.launchpad.net openstack@lists.launchpad.net 
Envoyé le : Lundi 6 mai 2013 17h08
Objet : Re: [Openstack] Open vSwitch/VXLAN support in Quantum Grizzly ?
 

On May 6, 2013, at 9:45 AM, Christophe cl...@yahoo.fr wrote:
 
 
 Hi all
 
 Do you know if the Open vSwitch, Quantum and required Quantum Plug-In are 
 already supporting VXLAN?
 
 Thanks
 
Open vSwitch recently acquired the ability to support VXLAN with the release of 
1.10. In addition, upstream Linux supports VXLAN tunnels outside of the scope 
of OVS as well. There are 2 blueprints for adding this support to the OVS 
plugin, shown below:

I have a blueprint open to add support to the OVS plugin to support VXLAN here:

https://blueprints.launchpad.net/quantum/+spec/ovs-vxlan-lisp-tunnel

There is also work to integrate OVS with the upstream VXLAN here:

https://blueprints.launchpad.net/quantum/+spec/openvswitch-kernel-vxlan

Neither of these has landed yet, however.

Thanks,
Kyle

 Chirs
 
 ___
 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] need help on swift and python

2012-06-26 Thread Christophe Le Guern
Hi Yogesh,

Here is an example using swauth middleware and swift:

**
from cloudfiles.connection import Connection

conn = Connection(account:user, password,
authurl=https://SWIFT-URL/auth/v1.0;)

container = conn.create_container(mycontainer)

obj = container.create_object(myobject.txt)
obj.content_type = text/plain
obj.write(Hello World)
**

Christophe

On Tue, Jun 26, 2012 at 7:14 AM, Yogesh Bansal yogeshbansa...@gmail.com wrote:
 Hi,



 I want to upload a file or image on swift object storage server.  I can do
 it using curl command. But I am not able to do it using python apis. I am
 using Django and python to make web based application, which required to
 store file from client to swift object storage server.



 Is there any swift  and python experts, who can guide me in this regard.



 I am able to create and list containers using python.



 An example will be very helpful.











 Thanks

 Yogesh Bansal




 ___
 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