[Openstack] network interface order

Yaron Illouz yaroni at radcom.com
Mon Oct 12 10:22:49 UTC 2015


Hi 

 

I have a vm with 3 network interfaces.

I create it through heat template.

I want the interfaces to be in a specific order in the vm (eth0 a_net,
eth1 b_net, eth2 c_net).

How can I do the following?

I am using juno version

With the following configuration I have : eth0 a_net, eth2 b_net, eth1
c_net

 

 

  vMyNode:

    type: OS::Nova::Server

    properties:

      flavor: m1.flavor

      image: vMyNode

      key_name: HPG9KeyPair

      name: Appliance

      networks:

        - port: {get_resource: a_net_port}

        - port: {get_resource: b_net_port} <http://www.radcom.com/> 

        - port: {get_resource: c_net_port} <http://www.radcom.com/> 

<http://www.radcom.com/> 

<http://www.radcom.com/> 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20151012/092bc354/attachment.html>


More information about the Openstack mailing list