Update the entry point to be correctly formed

The entry point for the PowerVM Compute Inspector was ill formed.  This
change set fixes the format in the setup.cfg so that the agent can
install properly.

Change-Id: Iae71b85b8f59f38a7017ed6c5bba9a68fe649eb9
Closes-Bug: 1475017
This commit is contained in:
Drew Thorstensen 2015-07-15 16:35:16 -04:00
parent 38bda20d72
commit efb6388d87
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ classifier =
[entry_points]
ceilometer.compute.virt =
powervm = ceilometer_powervm.compute.virt.powervm.inspector.PowerVMInspector
powervm = ceilometer_powervm.compute.virt.powervm.inspector:PowerVMInspector
[files]
packages = ceilometer_powervm