Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/azure: use simplestreams for images #6326
Conversation
|
QA
|
mjs
approved these changes
Sep 27, 2016
Looks great as far as I understand it. Might be worth someone else also having a look.
| @@ -1412,12 +1412,10 @@ func (env *azureEnviron) getStorageAccountKeyLocked(accountName string, refresh | ||
| // TODO(axw) 2016-04-11 #1568715 | ||
| // When we have image simplestreams, we should rename this to "Region", | ||
| // to implement simplestreams.HasRegion. |
| @@ -1,218 +0,0 @@ | ||
| -// Copyright 2015 Canonical Ltd. |
axw
changed the base branch from
master
to
develop
Dec 9, 2016
|
This is still waiting for simplestreams updates |
axw
closed this
May 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedSep 27, 2016
Update the Azure provider to use simplestreams
for identifying images. This requires changes
to both the image and agent simplestreams, as
we will now use the current endpoint values.
NOTE: this must not land until the simplestreams
changes have been made. If this lands first, then
the provider will be unusable.