Loading modules/cloud_service_providers/aws_cloud/src/Service/AwsCloud/AwsCloudOperationsService.php +1 −3 Original line number Diff line number Diff line Loading @@ -1040,9 +1040,7 @@ class AwsCloudOperationsService implements AwsCloudOperationsServiceInterface { $entity->setNetworkInterfaceId($result['NetworkInterface']['NetworkInterfaceId']); $entity->save(); if ($this->ec2Service instanceof OpenStackRestService) { $this->updateNameAndCreatedByTags($entity, $entity->getNetworkInterfaceId()); } // Update the VPC. $this->ec2Service->updateNetworkInterfaces([ Loading Loading
modules/cloud_service_providers/aws_cloud/src/Service/AwsCloud/AwsCloudOperationsService.php +1 −3 Original line number Diff line number Diff line Loading @@ -1040,9 +1040,7 @@ class AwsCloudOperationsService implements AwsCloudOperationsServiceInterface { $entity->setNetworkInterfaceId($result['NetworkInterface']['NetworkInterfaceId']); $entity->save(); if ($this->ec2Service instanceof OpenStackRestService) { $this->updateNameAndCreatedByTags($entity, $entity->getNetworkInterfaceId()); } // Update the VPC. $this->ec2Service->updateNetworkInterfaces([ Loading