Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(104)

Unified Diff: state/service.go

Issue 8842043: cmd/juju: simplify status
Patch Set: cmd/juju: simplify status Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cmd/juju/status_test.go ('K') | « cmd/juju/status_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/service.go
=== modified file 'state/service.go'
--- state/service.go 2013-04-15 15:59:52 +0000
+++ state/service.go 2013-04-17 21:41:11 +0000
@@ -263,6 +263,12 @@
return ch, s.doc.ForceCharm, nil
}
+// IsPrincipal returns whether units of the service can
+// have subordinate units.
+func (s *Service) IsPrincipal() bool {
+ return !s.doc.Subordinate
fwereade 2013/04/17 22:49:26 I'd still like a test for this, absurd as that may
+}
+
// CharmURL returns the service's charm URL, and whether units should upgrade
// to the charm with that URL even if they are in an error state.
func (s *Service) CharmURL() (curl *charm.URL, force bool) {
« cmd/juju/status_test.go ('K') | « cmd/juju/status_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b