Skip to content

Commit

Permalink
Remove joyent from cloud metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleasa committed Sep 28, 2020
1 parent 0f46b23 commit 7c69190
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 37 deletions.
1 change: 0 additions & 1 deletion cloud/clouds.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ var defaultCloudDescription = map[string]string{
"azure": "Microsoft Azure",
"azure-china": "Microsoft Azure China",
"rackspace": "Rackspace Cloud",
"joyent": "Joyent Cloud",
"cloudsigma": "CloudSigma Cloud",
"lxd": "LXD Container Hypervisor",
"maas": "Metal As A Service",
Expand Down
2 changes: 1 addition & 1 deletion cloud/clouds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type cloudSuite struct {
var _ = gc.Suite(&cloudSuite{})

var publicCloudNames = []string{
"aws", "aws-china", "aws-gov", "google", "azure", "azure-china", "rackspace", "joyent", "cloudsigma", "oracle",
"aws", "aws-china", "aws-gov", "google", "azure", "azure-china", "rackspace", "cloudsigma", "oracle",
}

func parsePublicClouds(c *gc.C) map[string]cloud.Cloud {
Expand Down
17 changes: 0 additions & 17 deletions cloud/fallback-public-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,23 +312,6 @@ clouds:
endpoint: https://identity.api.rackspacecloud.com/v2.0
hkg:
endpoint: https://identity.api.rackspacecloud.com/v2.0
joyent:
type: joyent
description: Joyent Cloud
auth-types: [ userpass ]
regions:
us-east-1:
endpoint: https://us-east-1.api.joyentcloud.com
us-east-2:
endpoint: https://us-east-2.api.joyentcloud.com
us-east-3:
endpoint: https://us-east-3.api.joyentcloud.com
us-west-1:
endpoint: https://us-west-1.api.joyentcloud.com
us-sw-1:
endpoint: https://us-sw-1.api.joyentcloud.com
eu-ams-1:
endpoint: https://eu-ams-1.api.joyentcloud.com
cloudsigma:
type: cloudsigma
description: CloudSigma Cloud
Expand Down
17 changes: 0 additions & 17 deletions cloud/fallback_public_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,23 +319,6 @@ clouds:
endpoint: https://identity.api.rackspacecloud.com/v2.0
hkg:
endpoint: https://identity.api.rackspacecloud.com/v2.0
joyent:
type: joyent
description: Joyent Cloud
auth-types: [ userpass ]
regions:
us-east-1:
endpoint: https://us-east-1.api.joyentcloud.com
us-east-2:
endpoint: https://us-east-2.api.joyentcloud.com
us-east-3:
endpoint: https://us-east-3.api.joyentcloud.com
us-west-1:
endpoint: https://us-west-1.api.joyentcloud.com
us-sw-1:
endpoint: https://us-sw-1.api.joyentcloud.com
eu-ams-1:
endpoint: https://eu-ams-1.api.joyentcloud.com
cloudsigma:
type: cloudsigma
description: CloudSigma Cloud
Expand Down
1 change: 0 additions & 1 deletion cmd/juju/cloud/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ clouds: # mandatory
- cloudsigma
- ec2
- gce
- joyent
- oci
When a running controller is updated, the credential for the cloud
Expand Down

0 comments on commit 7c69190

Please sign in to comment.