Skip to content

Commit 366ddcd

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove old TODO about forced_host policy check"
2 parents 5780f46 + 2db7d1e commit 366ddcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nova/api/openstack/compute/servers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,6 @@ def create(self, req, body):
656656
context.can(server_policies.SERVERS % 'create:trusted_certs',
657657
target=target)
658658

659-
# TODO(Shao He, Feng) move this policy check to os-availability-zone
660-
# extension after refactor it.
661659
parse_az = self.compute_api.parse_availability_zone
662660
try:
663661
availability_zone, host, node = parse_az(context,

0 commit comments

Comments
 (0)