Re: [Openstack] Mitaka - Why "OS::Neutron::FloatingIPAssociation" requires "fixed_ips" on "OS::Neutron::Port" ?

2016-10-17 Thread Martinx - ジェームズ
That's an amazing tip, thank you! On 15 October 2016 at 07:27, Turbo Fredriksson wrote: > On Oct 14, 2016, at 11:13 PM, Martinx - ジェームズ wrote: > > > Looks like that it requires fixed_ips! Why is that? > > What version have you set for your stack? > I was still using

Re: [Openstack] Mitaka - Why "OS::Neutron::FloatingIPAssociation" requires "fixed_ips" on "OS::Neutron::Port" ?

2016-10-15 Thread Turbo Fredriksson
On Oct 14, 2016, at 11:13 PM, Martinx - ジェームズ wrote: > Looks like that it requires fixed_ips! Why is that? What version have you set for your stack? Part of my stack looks like: - s n i p - heat_template_version: 2016-04-08 description: Instance template [..] resources: [..] port:

[Openstack] Mitaka - Why "OS::Neutron::FloatingIPAssociation" requires "fixed_ips" on "OS::Neutron::Port" ?

2016-10-14 Thread Martinx - ジェームズ
Guys, I'm trying to launch a stack via Heat, without fixed IPs but, with Floating IPs. Looks like that it requires fixed_ips! Why is that? For example, this: --- instance_ctrl_port: type: OS::Neutron::Port properties: name: {"Fn::Join": ["-", [{ get_param: "OS::stack_name" }