]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make quantumclient optional again
authorZane Bitter <zbitter@redhat.com>
Fri, 22 Feb 2013 15:05:11 +0000 (16:05 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 22 Feb 2013 15:05:11 +0000 (16:05 +0100)
commit45be56e26a8bbedb49851d4e04369e87f418cd08
treea3299d10d7592ab0bb33a0dc7627dddf7689bd5b
parentd055650dced6a3cb96e974baeab3637b0ed3b032
Make quantumclient optional again

Don't crash if quantumclient is not available; just don't register the
resource types that require it.

Change-Id: I9dacc5397327ef7ec784f808227582ee9bd037df
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources/internet_gateway.py
heat/engine/resources/network_interface.py
heat/engine/resources/quantum/floatingip.py
heat/engine/resources/quantum/net.py
heat/engine/resources/quantum/port.py
heat/engine/resources/quantum/router.py
heat/engine/resources/quantum/subnet.py
heat/engine/resources/route_table.py
heat/engine/resources/subnet.py
heat/engine/resources/vpc.py
heat/tests/test_vpc.py