]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove service name from nova() def
authorSteven Dake <sdake@redhat.com>
Thu, 21 Jun 2012 22:05:00 +0000 (15:05 -0700)
committerSteven Dake <sdake@redhat.com>
Thu, 21 Jun 2012 22:05:00 +0000 (15:05 -0700)
commite30ee55ff99db36af97f18716e19a521c36c3543
tree22bd555960846acb8920e4220af544606d1d99b9
parentacf8334a1f370975c18109bf59452b09721ce1c1
Remove service name from nova() def

The service_name field is not unique between distros or versions of
openstack, but is used to select endpoints for communication with nova
and volume services.  The nova client will sort out the correct operation
based upon the service_type field.

The service_name field should probably just be removed from the API
definition upstream.

Tested on F16 & Devstack U12.

Change-Id: I36409dba9d9ec2b453a027fc1e2e78f7c8ace2a2
Signed-off-by: Steven Dake <sdake@redhat.com>
heat/engine/resources.py