Merge lp:~simpoir/landscape-charm/trivial_doc_updates into lp:~landscape/landscape-charm/trunk

Proposed by Simon Poirier
Status: Merged
Approved by: Simon Poirier
Approved revision: 402
Merged at revision: 401
Proposed branch: lp:~simpoir/landscape-charm/trivial_doc_updates
Merge into: lp:~landscape/landscape-charm/trunk
Diff against target: 32 lines (+4/-7)
2 files modified
README.md (+2/-2)
actions.yaml (+2/-5)
To merge this branch: bzr merge lp:~simpoir/landscape-charm/trivial_doc_updates
Reviewer Review Type Date Requested Status
🤖 Landscape Builder test results Approve
Chris Johnston (community) Approve
Daniel Manrique (community) Approve
Review via email: mp+379981@code.launchpad.net

Commit message

Trivial documentation updates on config and actions.

Description of the change

Trivial documentation updates on config and actions.

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

+1

review: Approve
Revision history for this message
Chris Johnston (cjohnston) :
review: Approve
Revision history for this message
🤖 Landscape Builder (landscape-builder) :
review: Abstain (executing tests)
Revision history for this message
🤖 Landscape Builder (landscape-builder) wrote :
review: Approve (test results)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README.md'
--- README.md 2019-01-24 18:01:41 +0000
+++ README.md 2020-02-27 16:18:16 +0000
@@ -38,9 +38,9 @@
38license-file38license-file
39------------39------------
4040
41You can set this as a juju configuration option after deployment on each deployed landscape-service like:41You can set this as a juju configuration option after deployment on each deployed landscape-server application like:
4242
43 $ juju set <landscape-service> "license-file=$(cat license-file)"43 $ juju config landscape-server "license-file=$(cat license-file)"
4444
4545
46SSL46SSL
4747
=== modified file 'actions.yaml'
--- actions.yaml 2019-05-28 20:36:35 +0000
+++ actions.yaml 2020-02-27 16:18:16 +0000
@@ -1,10 +1,7 @@
1pause:1pause:
2 description: Pause the Landscape unit. This action will interrupt any2 description: Pause the Landscape service.
3 Landscape-related processing on the unit and prevent any further processing
4 from happening.
5resume:3resume:
6 description: Resume the Landscape unit. This action will start all the4 description: Resume the Landscape service.
7 Landscape services on the unit.
8upgrade:5upgrade:
9 description: Upgrade software on the Landscape unit. This action will update6 description: Upgrade software on the Landscape unit. This action will update
10 APT package indexes and upgrade the landscape-server package.7 APT package indexes and upgrade the landscape-server package.

Subscribers

People subscribed via source and target branches