diff options
| author | Bryan Stenson <bryan.stenson@gmail.com> | 2015-08-11 22:36:51 -0700 |
|---|---|---|
| committer | Bryan Stenson <bryan.stenson@gmail.com> | 2015-08-11 22:36:51 -0700 |
| commit | a577fe59554100f7339e4784089095734875afd5 (patch) | |
| tree | 9a3b52aae3450f10d93fc02babb42b0a3acab291 | |
| parent | de3a07b932c811b768c513b72d3917718c01c3ab (diff) | |
create cloudprovider "providers" package
move all providers into new package
update all references to old package path
| -rw-r--r-- | writing-a-getting-started-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writing-a-getting-started-guide.md b/writing-a-getting-started-guide.md index 04d0d67f..7441474a 100644 --- a/writing-a-getting-started-guide.md +++ b/writing-a-getting-started-guide.md @@ -82,7 +82,7 @@ Just file an issue or chat us on IRC and one of the committers will link to it f These guidelines say *what* to do. See the Rationale section for *why*. - the main reason to add a new development distro is to support a new IaaS provider (VM and - network management). This means implementing a new `pkg/cloudprovider/$IAAS_NAME`. + network management). This means implementing a new `pkg/cloudprovider/providers/$IAAS_NAME`. - Development distros should use Saltstack for Configuration Management. - development distros need to support automated cluster creation, deletion, upgrading, etc. This mean writing scripts in `cluster/$IAAS_NAME`. |
