-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CE-132][CE-133]Fixed clean up left overs
The currently initcluster clean up does not clean up everything, there are still some etcd entries and few containers left untouched. This patch set will also clean up these left overs and also make fabric 1.0.2 release as the default Change-Id: Ib673067a7f79e32713a665ee272760a582bb3376 Signed-off-by: tongliofcary <[email protected]>
- Loading branch information
tongliofcary
committed
Sep 7, 2017
1 parent
da4f998
commit 3f578c0
Showing
4 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,5 @@ fabric: { | |
} | ||
}, | ||
|
||
baseimage_tag: "1.0.1" | ||
baseimage_tag: "1.0.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters