Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change --openstack_additional_flags to be a list flag. #1340

Merged
merged 1 commit into from
Apr 17, 2017

Conversation

yilei
Copy link
Contributor

@yilei yilei commented Apr 13, 2017

Otherwise when a string value is passed, each individual character in the string will be added here:

self.additional_flags.extend(FLAGS.openstack_additional_flags or ())

If this indeed is a string flag, then the default value should be changed to None or an empty string.

@tedsta
Copy link
Contributor

tedsta commented Apr 17, 2017

LGTM, thanks

@tedsta tedsta merged commit 4158261 into GoogleCloudPlatform:master Apr 17, 2017
@yilei yilei deleted the flags branch April 17, 2017 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants