Change examples to apply all security-related package updates
This is more representative of the typical use case of applying all security-related package updates rather than just specific ones. Also escape `*`, since most people will need to do so in their shell. Change-Id: Ibd602b7fe30d7c6eb7c81b5f028ab6b5852da988
This commit is contained in:
parent
8e69fb0ae8
commit
460c6751f4
@ -25,11 +25,11 @@ To update one or more packages::
|
||||
|
||||
To update all eligible packages, use ``*``, escaping if necessary::
|
||||
|
||||
(kayobe) $ kayobe overcloud host package update --packages *
|
||||
(kayobe) $ kayobe overcloud host package update --packages "*"
|
||||
|
||||
To only install updates that have been marked security related::
|
||||
|
||||
(kayobe) $ kayobe overcloud host package update --packages <packages> --security
|
||||
(kayobe) $ kayobe overcloud host package update --packages "*" --security
|
||||
|
||||
Note that these commands do not affect packages installed in containers, only
|
||||
those installed on the host.
|
||||
|
@ -36,11 +36,11 @@ To update one or more packages::
|
||||
|
||||
To update all eligible packages, use ``*``, escaping if necessary::
|
||||
|
||||
(kayobe) $ kayobe seed host package update --packages *
|
||||
(kayobe) $ kayobe seed host package update --packages "*"
|
||||
|
||||
To only install updates that have been marked security related::
|
||||
|
||||
(kayobe) $ kayobe seed host package update --packages <packages> --security
|
||||
(kayobe) $ kayobe seed host package update --packages "*" --security
|
||||
|
||||
Note that these commands do not affect packages installed in containers, only
|
||||
those installed on the host.
|
||||
|
@ -140,11 +140,11 @@ packages on the seed hypervisor host.
|
||||
|
||||
To update all eligible packages, use ``*``, escaping if necessary::
|
||||
|
||||
(kayobe) $ kayobe seed hypervisor host package update --packages *
|
||||
(kayobe) $ kayobe seed hypervisor host package update --packages "*"
|
||||
|
||||
To only install updates that have been marked security related::
|
||||
|
||||
(kayobe) $ kayobe seed hypervisor host package update --packages <packages> --security
|
||||
(kayobe) $ kayobe seed hypervisor host package update --packages "*" --security
|
||||
|
||||
Upgrading Host Services
|
||||
-----------------------
|
||||
@ -172,11 +172,11 @@ the seed host.
|
||||
|
||||
To update all eligible packages, use ``*``, escaping if necessary::
|
||||
|
||||
(kayobe) $ kayobe seed host package update --packages *
|
||||
(kayobe) $ kayobe seed host package update --packages "*"
|
||||
|
||||
To only install updates that have been marked security related::
|
||||
|
||||
(kayobe) $ kayobe seed host package update --packages <packages> --security
|
||||
(kayobe) $ kayobe seed host package update --packages "*" --security
|
||||
|
||||
Note that these commands do not affect packages installed in containers, only
|
||||
those installed on the host.
|
||||
@ -278,11 +278,11 @@ system packages on the overcloud hosts.
|
||||
|
||||
To update all eligible packages, use ``*``, escaping if necessary::
|
||||
|
||||
(kayobe) $ kayobe overcloud host package update --packages *
|
||||
(kayobe) $ kayobe overcloud host package update --packages "*"
|
||||
|
||||
To only install updates that have been marked security related::
|
||||
|
||||
(kayobe) $ kayobe overcloud host package update --packages <packages> --security
|
||||
(kayobe) $ kayobe overcloud host package update --packages "*" --security
|
||||
|
||||
Note that these commands do not affect packages installed in containers, only
|
||||
those installed on the host.
|
||||
|
Loading…
x
Reference in New Issue
Block a user