Skip to content
Snippets Groups Projects
Commit 4f9bc9e8 authored by Takumaru Sekine's avatar Takumaru Sekine Committed by Yas Naoi
Browse files

Issue #3399745 by sekinet, yas: Fix the OpenStack router create form to show availability zones

parent 5915c224
No related branches found
No related tags found
No related merge requests found
......@@ -1639,6 +1639,9 @@ class ApiController extends CloudApiControllerBase implements ApiControllerInter
$params['zone_resource'] = $zone_resource;
}
$this->openStackService->setCloudContext($cloud_context);
$this->openStackService->updateAvailabilityZonesWithoutBatch();
$availability_zones = $this->entityTypeManager
->getStorage('openstack_availability_zone')
->loadByProperties($params);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment