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

Unified Diff: cmd/juju/addunit.go

Issue 7554046: Add ServiceDestroyUnits to the API
Patch Set: Add ServiceDestroyUnits to the API Created 12 years 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
« no previous file with comments | « [revision details] ('k') | cmd/juju/destroyunit.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/addunit.go
=== modified file 'cmd/juju/addunit.go'
--- cmd/juju/addunit.go 2013-03-08 20:36:42 +0000
+++ cmd/juju/addunit.go 2013-03-14 16:38:27 +0000
@@ -53,9 +53,9 @@
}
defer conn.Close()
- params := params.ServiceAddUnits{
+ params := params.AddServiceUnits{
ServiceName: c.ServiceName,
NumUnits: c.NumUnits,
}
- return statecmd.ServiceAddUnits(conn.State, params)
+ return statecmd.AddServiceUnits(conn.State, params)
}
« no previous file with comments | « [revision details] ('k') | cmd/juju/destroyunit.go » ('j') | no next file with comments »

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