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/> 

 

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to