Re: [Openstack] How to use "floating_ip" under "OS::Nova::Server", Mitaka ?

2016-10-17 Thread Martinx - ジェームズ
Hi Jose, That's awesome! Floating IPs without fixed_ips and no more "OS::Neutron::FloatingIPAssociation"! Thank you! Best, Thiago On 17 October 2016 at 05:42, Jose Manuel Ferrer Mosteiro < jmferrer.paradigmatecnolog...@gmail.com> wrote: > Hi > > Here is a template that creates a server

Re: [Openstack] How to use "floating_ip" under "OS::Nova::Server", Mitaka ?

2016-10-17 Thread Jose Manuel Ferrer Mosteiro
Hi Here is a template that creates a server and publish it: https://github.com/jmferrer/openstack-openshift-workshop/blob/master/openstack/nfs-server-heat-template.yaml [3] Maybe it could help you. Have a nice day, Jose Manuel El 2016-10-14 00:01, Martinx - ジェームズ escribió: > On 13

Re: [Openstack] How to use "floating_ip" under "OS::Nova::Server", Mitaka ?

2016-10-13 Thread Martinx - ジェームズ
On 13 October 2016 at 17:26, Martinx - ジェームズ wrote: > > > On 13 October 2016 at 17:21, Martinx - ジェームズ > wrote: > >> Guys, >> >> I'm trying to launch a stack via Heat, by using the following template >> (I'm copying just part of it here):

Re: [Openstack] How to use "floating_ip" under "OS::Nova::Server", Mitaka ?

2016-10-13 Thread Martinx - ジェームズ
On 13 October 2016 at 17:21, Martinx - ジェームズ wrote: > Guys, > > I'm trying to launch a stack via Heat, by using the following template > (I'm copying just part of it here): > > --- > demosrv: > type: OS::Nova::Server > depends_on: ctrl_subnet >