Skip to content

Commit 9b5b800

Browse files
p3rf Teamcopybara-github
authored andcommitted
bound GCP service account flag to a constant
PiperOrigin-RevId: 828154364
1 parent 73db4b3 commit 9b5b800

File tree

1 file changed

+1
-1
lines changed
  • perfkitbenchmarker/providers/gcp

1 file changed

+1
-1
lines changed

perfkitbenchmarker/providers/gcp/flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
flags.DEFINE_string(
273273
'gcp_service_account', None, 'Service account to use for authorization.'
274274
)
275-
flags.DEFINE_string(
275+
GCP_SERVICE_ACCOUNT_KEY_FILE = flags.DEFINE_string(
276276
'gcp_service_account_key_file',
277277
None,
278278
'Local path to file that contains a private authorization '

0 commit comments

Comments
 (0)