add-subnet will fail if environ does not support AZs

Bug #1680652 reported by Andrew Wilkins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Expired
High
Unassigned

Bug Description

In apiserver/common/networkingcommon/subnets.go, validation of subnets will fail if availability zones are not specified, and the provider does not support/specify them:

    case providerSet.IsEmpty() && givenSet.IsEmpty():
        return nil, errors.Errorf("Zones cannot be discovered from the provider and must be set")

this is not sensible for all providers, because not all providers support AZs. This is impacting the development of the Oracle provider.

Changed in juju:
milestone: 2.3-beta1 → 2.3-beta2
Changed in juju:
milestone: 2.3-beta2 → none
Revision history for this message
Canonical Juju QA Bot (juju-qa-bot) wrote :

This bug has not been updated in 5 years, so we're marking it Expired. If you believe this is incorrect, please update the status.

Changed in juju:
status: Triaged → Expired
tags: added: expirebugs-bot
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.