summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2017-01-25 09:16:59 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-01-25 09:16:59 -0600
commit4eb5235ace7befdc161808ec99692b90975706c8 (patch)
tree1f97cc2a05b29e6ee2a16df7e300cc939986da95 /xyz
parent3350f3edfb8afa936d3571690b83397ffdf19f11 (diff)
downloadphosphor-dbus-interfaces-4eb5235ace7befdc161808ec99692b90975706c8.tar.gz
phosphor-dbus-interfaces-4eb5235ace7befdc161808ec99692b90975706c8.zip
Software: Fix YAML types
Change-Id: I3fddcff3feaa14ccec59a4787da8cbb632f9c6b8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Software/ActivationProgress.interface.yaml2
-rw-r--r--xyz/openbmc_project/Software/RedundancyPriority.interface.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/xyz/openbmc_project/Software/ActivationProgress.interface.yaml b/xyz/openbmc_project/Software/ActivationProgress.interface.yaml
index 9f96246..1529650 100644
--- a/xyz/openbmc_project/Software/ActivationProgress.interface.yaml
+++ b/xyz/openbmc_project/Software/ActivationProgress.interface.yaml
@@ -2,7 +2,7 @@ description: >
Activation progress for an associated xyz.openbmc_project.Software.Version.
properties:
- name: Progress
- type: uint8
+ type: byte
description: >
An integer between 0 and 100 representing the percentage complete of
the current activation progress.
diff --git a/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml b/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml
index 4f7ba27..5290218 100644
--- a/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml
+++ b/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml
@@ -3,7 +3,7 @@ description: >
xyz.openbmc_project.Software.Version.
properties:
- name: Priority
- type: uint8
+ type: byte
description: >
The priority order specified for the associated Software.Version,
represented as a value between 0 (High) and 127 (Low). Any value
OpenPOWER on IntegriCloud