Skip to content

Commit

Permalink
Merge pull request #259 from ImMin5/feature-service-accont-auto-sync
Browse files Browse the repository at this point in the history
Modify debug code
  • Loading branch information
ImMin5 authored Apr 12, 2024
2 parents 344fee6 + d316312 commit 9621fef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/spaceone/identity/service/job_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def _create_workspace(
)

_LOGGER.debug(
f"[_create_workspace] {name} 'domain_id': {domain_id}, 'reference_id': {reference_id} 'tags': {tags}, 'is_managed' :True count: {len(workspace_vos)}"
f"[_create_workspace] {name} 'domain_id': {domain_id}, count: {len(workspace_vos)}"
)

params = {"trusted_account_id": trusted_account_id, "is_managed": True}
Expand All @@ -506,9 +506,7 @@ def _create_workspace(
params.update(
{
"name": name,
"is_managed": True,
"tags": self._set_workspace_theme(),
"reference_id": reference_id,
"domain_id": domain_id,
"last_synced_at": datetime.utcnow(),
}
Expand Down

0 comments on commit 9621fef

Please sign in to comment.