[PATCH phosphor-rest-server] Fix lower case Delete interface element
OpenBMC Patches
openbmc-patches at stwcx.xyz
Thu Nov 26 01:20:32 AEDT 2015
From: Brad Bishop <bradleyb at us.ibm.com>
---
obmc-rest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/obmc-rest b/obmc-rest
index 017a736..c5ba8dc 100644
--- a/obmc-rest
+++ b/obmc-rest
@@ -15,7 +15,7 @@ from OpenBMCMapper import Mapper, PathTree, IntrospectionNodeParser, ListMatch
DBUS_UNKNOWN_INTERFACE = 'org.freedesktop.UnknownInterface'
DBUS_UNKNOWN_METHOD = 'org.freedesktop.DBus.Error.UnknownMethod'
DBUS_INVALID_ARGS = 'org.freedesktop.DBus.Error.InvalidArgs'
-DELETE_IFACE = 'org.openbmc.object.Delete'
+DELETE_IFACE = 'org.openbmc.Object.Delete'
_4034_msg = "The specified %s cannot be %s: '%s'"
--
2.6.3
More information about the openbmc
mailing list