]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement NetworkInterfaces instance property.
authorSteve Baker <sbaker@redhat.com>
Mon, 11 Feb 2013 01:31:09 +0000 (14:31 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 11 Feb 2013 03:36:52 +0000 (16:36 +1300)
commit15e0532428fffa46c3da7b1e2e58a7b47fc7a430
tree993ff4b3435e8ba6670eda1c39c5e4f15d6dbbd1
parent0104c7ba5c89c5991ed9437e394e050c14ed1291
Implement NetworkInterfaces instance property.

This accepts a list of strings, where each string will be a Ref
to either a OS::Quantum::Port or a (yet to be implemented)
AWS::EC2::NetworkInterface.

This fixes bug 1096013

Change-Id: Ic8aecf8d59395edcf111b3a778e79762af0e50d4
heat/engine/resources/instance.py
heat/tests/test_engine_service.py
heat/tests/test_instance.py
heat/tests/test_loadbalancer.py