diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2017-01-18 08:25:51 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-01-24 16:14:34 +0000 |
commit | 3b0cbc9ac0ad2ea38df48c82140b0a29f317bb77 (patch) | |
tree | 4ba0a4eb72f582084a0a29c9b1b7bbdc21592755 /xyz/openbmc_project/Inventory | |
parent | 3b34cd1d919f7eb0974b0370a4c667cec3f972ba (diff) | |
download | phosphor-dbus-interfaces-3b0cbc9ac0ad2ea38df48c82140b0a29f317bb77.tar.gz phosphor-dbus-interfaces-3b0cbc9ac0ad2ea38df48c82140b0a29f317bb77.zip |
Inventory: Restrict to a single manager
The Manager interface implies multiple managers are allowed but
they are not. It is not possible to implement the same interface
on the same path twice.
Change-Id: I50cc155c8e1d550128e4c67a96501cc15b9d05d9
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'xyz/openbmc_project/Inventory')
-rw-r--r-- | xyz/openbmc_project/Inventory/Manager.interface.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xyz/openbmc_project/Inventory/Manager.interface.yaml b/xyz/openbmc_project/Inventory/Manager.interface.yaml index 94019e8..6b894e1 100644 --- a/xyz/openbmc_project/Inventory/Manager.interface.yaml +++ b/xyz/openbmc_project/Inventory/Manager.interface.yaml @@ -2,7 +2,7 @@ description: > Implement to provide inventory management features. An OpenBMC implementation providing inventory functions may provide zero - or more implementations on the inventory namespace root. An implementing + or one implementation on the inventory namespace root. An implementing service should additionally implement org.freedesktop.DBus.ObjectManager on the inventory namespace root. methods: |