From 6075bb48f3d768c8f48148ca1357edcb79d0fef6 Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Tue, 4 Apr 2017 05:49:17 -0500 Subject: Change Delete interface To support the 'DELETE' REST verb, the d-bus interface to be implemented is now xyz.openbmc_project.Object.Delete, instead of org.openbmc.Object.Delete. Change-Id: I7ddc139d6e7e5dde04127130ea1749d9a73d34c0 Signed-off-by: Deepak Kodihalli --- module/obmc/wsgi/apps/rest_dbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py index 1337873..e19d976 100644 --- a/module/obmc/wsgi/apps/rest_dbus.py +++ b/module/obmc/wsgi/apps/rest_dbus.py @@ -32,7 +32,7 @@ DBUS_UNKNOWN_INTERFACE_ERROR = 'org.freedesktop.DBus.Error.UnknownInterface' DBUS_UNKNOWN_METHOD = 'org.freedesktop.DBus.Error.UnknownMethod' DBUS_INVALID_ARGS = 'org.freedesktop.DBus.Error.InvalidArgs' DBUS_TYPE_ERROR = 'org.freedesktop.DBus.Python.TypeError' -DELETE_IFACE = 'org.openbmc.Object.Delete' +DELETE_IFACE = 'xyz.openbmc_project.Object.Delete' _4034_msg = "The specified %s cannot be %s: '%s'" -- cgit v1.2.1