mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-20 04:04:21 -04:00
openstack: remove unused code
This commit is contained in:
parent
c5b17fb828
commit
bab27fbc69
6 changed files with 7 additions and 219 deletions
|
@ -30,8 +30,6 @@ type stubIMDSClient struct {
|
|||
roleErr error
|
||||
vpcIPResult string
|
||||
vpcIPErr error
|
||||
networkIDsResult []string
|
||||
networkIDsErr error
|
||||
}
|
||||
|
||||
func (c *stubIMDSClient) providerID(_ context.Context) (string, error) {
|
||||
|
@ -62,10 +60,6 @@ func (c *stubIMDSClient) vpcIP(_ context.Context) (string, error) {
|
|||
return c.vpcIPResult, c.vpcIPErr
|
||||
}
|
||||
|
||||
func (c *stubIMDSClient) networkIDs(_ context.Context) ([]string, error) {
|
||||
return c.networkIDsResult, c.networkIDsErr
|
||||
}
|
||||
|
||||
type stubServersClient struct {
|
||||
serversPager stubPager
|
||||
subnetsPager stubPager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue