Adding TODO comment

Adding a clarification to earlier commit 7c1c082b.

Related-Bug: 1802397

Change-Id: I9c008db783fa32c5747e416844f76315bd4dc3ba
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2018-11-28 16:15:21 -05:00
parent 330cac2691
commit 149979407e
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@ class NetworkSyncThread(SyncThread):
def same_security_group(self, qc1, qc2):
# Fetch the tenant name from the project. Tenant ids are different
# between regions.
# TODO(kbujold): This solution only works if we have one domain within
# keystone.
qc1_tenant_name = sdk.OpenStackDriver().get_project_by_id(
qc1['tenant_id']).name
qc2_tenant_name = sdk.OpenStackDriver(