summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-10-22 09:12:05 +0200
committerMichal Minar <miminar@redhat.com>2013-10-23 07:50:08 +0200
commit990da34950f7f40c69a755bb1ad76b57cce945ea (patch)
tree9432180c530e7c74851a9a3a846be78b07e2972d /doc
parent89d5ad360edccdf735a0aa001db908e15a5102e7 (diff)
downloadopenlmi-providers-990da34950f7f40c69a755bb1ad76b57cce945ea.tar.gz
openlmi-providers-990da34950f7f40c69a755bb1ad76b57cce945ea.tar.xz
openlmi-providers-990da34950f7f40c69a755bb1ad76b57cce945ea.zip
doc: added note to listing available packages
Resolves: ticket #162
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/software/usage.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/admin/software/usage.rst b/doc/admin/software/usage.rst
index 5bc034f..bc2f90e 100644
--- a/doc/admin/software/usage.rst
+++ b/doc/admin/software/usage.rst
@@ -94,6 +94,14 @@ enumerate them for particular repository represented by
print(" " + identity.path["InstanceID"]
[len("LMI:LMI_SoftwareIdentity:"):])
+.. note::
+ This is not the same as running: ::
+
+ yum list available
+
+ which outputs all available, not installed packages. The example above
+ yields available packages without any regard to their installation status.
+
.. seealso::
:ref:`LMI_ResourceForSoftwareIdentity<LMI-ResourceForSoftwareIdentity>`