Re: [Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-13 Thread
approve. 2014年1月13日 下午11:39于 "Sean Dague" 写道: > This is a thread on the openstack-dev list, but Russell wisely thought > we should get broader openstack community input. > > Now is the time for opinions. Please be civil, but please express them, > because it will impact the decision in Nova v3 in

Re: [Openstack] Security group rules not propagating to instances

2013-12-15 Thread
Have you checked the l2-agent's log -- /var/log/neutron/openvswitch- agent.log 2013/12/14 Matt Kassawara > Hmm, that looks more like a nova-net issue than a neutron issue. > > > On Fri, Dec 13, 2013 at 6:07 PM, John Smith wrote: > >> On Sat, Dec 14, 2013 at 1:45 AM, Matt Kassawara >> wrote:

Re: [Openstack] Problem with neutron

2013-12-15 Thread
Yes , you must use Nicira NVP with XenServer 2013/12/15 Mārtiņš Jakubovičs > Hello, > > Is this right > tutorialto > install neutron in OpenStack with XenServer? In this > section

Re: [Openstack] Launching an Ubuntu instance

2013-12-13 Thread
refer to this doc http://docs.openstack.org/user-guide/content/novaclient_commands.html 2013/12/14 Sayali Lunkad > Hello, > > I am using Devstack and i need to launch an Ubuntu instance in Devstack > without using the Dashboard, that is using command line. Please suggest > some method by which

Re: [Openstack] can I access the data stored on swift through a web browser

2013-12-13 Thread
swift has a REST API . swift command line actually based on REST API. So swift itself didn't have a Web Or GUI interface module like OpenStack's Dashboard. 2013/12/14 pragya jain > hello, > I installed swift on my machine. > I store some data on it using swift command line. > Now, I want to k

Re: [Openstack] [FWaaS] Doubts with FWaaS

2013-12-11 Thread
well , maybe you can show me your tenant network topology. 2013/12/11 trinath.soman...@freescale.com > Yes.. > > I have controller + network + compute node in a single machine. > > > > -- > > Trinath Somanchi - B39208 > > trinath.soman...@freescale.com

Re: [Openstack] [FWaaS] Doubts with FWaaS

2013-12-11 Thread
prot opt in out source > destination > > > > Chain nova-filter-top (2 references) > > pkts bytes target prot opt in out source > destination > > 6614 452K nova-api-local all -- * * 0.0.0.0/0 > 0.0.0.0/0 > > > > > >

Re: [Openstack] [FWaaS] Doubts with FWaaS

2013-12-11 Thread
FWaaS is implemented through iptables on qr-­{xxx} device , one inbound chain named like neutron-­l3­-agent-­iv{xxx} and one outbound chain named like neutron-­l3­-agent-­ov{xxx} . You can check the qr-­{xxx} device's iptables rules. 2013/12/11 trinath.soman...@freescale.com > Hi stackers-

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread
Have you tried Cinder ? Cinder is responsible for volume management. You can configure your NAS as Cinder's back-end storage, then create and attach Cinder Volumes as disks to your Instances. 2013/12/11 Matt Kassawara > This document was helpful for me... > > http://openstack.redhat.com/N

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread
> > > > > On Tue, Dec 10, 2013 at 12:45 PM, 郭龙仓 wrote: > >> floating ip is implemented through NAT , so , once your instance was >> assigned an internal ip successfully , then you can assign floating ip to >> it . but , in order to assign floating IP to instance

Re: [Openstack] Error instanciating instance with external ip

2013-12-10 Thread
can do both. What's the right way to do it. I suppose that both, > but what I'm doing wrong? > > Best regards, > > > > El 10/12/13 08:19, 郭龙仓 escribió: > > well , you cannot assign an external ip to an instance directly without an > private ip. you must f

Re: [Openstack] The Neutron network model - VLAN solution

2013-12-10 Thread
br-int 用途:桥接计算节点上的虚拟机到网络节点 br-ex 用途:桥接虚拟机网络和外部网络,使虚拟机可以访问外部网络,并且可以为虚拟机分配floating ip , 使外部网络也能通过floating ip 访问到虚拟机 2013/12/7 LIU Yulong > Hi stackers, > I installed Neutron SDN to manage network with VLAN model. > But I still not successful. > I can not ping the VM-instance,rounters,subnets,Vir

Re: [Openstack] Error instanciating instance with external ip

2013-12-09 Thread
well , you cannot assign an external ip to an instance directly without an private ip. you must first assign an private ip to the instance ,then if you wanna an external ip , you can assign an floating ip to it . 2013/12/10 Gonzalo Aguilar Delgado > Hi, > > I cannot instanciate any machine w

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread
floating ip is implemented through NAT , so , once your instance was assigned an internal ip successfully , then you can assign floating ip to it . but , in order to assign floating IP to instance at boot time, maybe you need to modify some code. 2013/12/9 Jitendra Kumar Bhaskar > Hi Stackers >

Re: [Openstack] Grizzly. Network cannot reachable After Migrate or Live Migration. Why ?

2013-08-27 Thread
op "$0" start ;; *) echo $"Usage: $0 {start|stop|restart}" exit 1 esac exit $? 2013/8/27 Razique Mahroua > Does the instance start on the new node? Does the network goes up if you > check via VNC? > > Le 27 août 2013 à 11:32, 郭龙仓 a écrit : > > If I c

Re: [Openstack] Grizzly. Network cannot reachable After Migrate or Live Migration. Why ?

2013-08-27 Thread
another compute node > yet. Thank you. > > > 2013/8/27 郭龙仓 > >> >> >> ___ >> Mailing list: >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> Post to : openstack@lists.openstack

Re: [Openstack] Grizzly. Network cannot reachable After Migrate or Live Migration. Why ?

2013-08-27 Thread
___ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \/___/ http://launchpad.net/cirros login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root. cirros login: 2013/8/27 Razique Mahroua > Does the instance start on the n

Re: [Openstack] Grizzly. Network cannot reachable After Migrate or Live Migration. Why ?

2013-08-27 Thread
If I create a vmA on hostA, then migrate the vmA to hostB , then vmA cannot connect to the network; If I move vmA back to hostA from hostB ,then vmA's network become normal again. 2013/8/27 郭龙仓 > > ___ Mailing list: http://lists.openst

Re: [Openstack] Grizzly. Network cannot reachable After Migrate or Live Migration. Why ?

2013-08-27 Thread
> Via the public or the private IP? > Are you using Neutron? > > *Razique Mahroua** - **Nuage & Co* > razique.mahr...@gmail.com > Tel : +33 9 72 37 94 15 > > > Le 27 août 2013 à 11:25, 郭龙仓 a écrit : > > > ___ > Ma

[Openstack] Grizzly. Network cannot reachable After Migrate or Live Migration. Why ?

2013-08-27 Thread
___ 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