ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
245 stars 102 forks source link

config: add scope_domain config variable. #362

Closed jan--f closed 5 years ago

jan--f commented 6 years ago

This allows more flexible scoped authentication requests. Existing Vagrant file should work the same due to the scope_domain defaulting to domain_name. Fixes: #361

Signed-off-by: Jan Fajerski jfajerski@suse.com

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 87.757% when pulling f93d3c5965e76e879d513728a1b8b9c69f699f4f on jan--f:add-scope-domain-config into 4ee2d594e9d98968c9ea44c0cdc7e864eff5f45b on ggiamarchi:master.

jan--f commented 5 years ago

I just realized this addresses the same issue as #360. Feel free to choose either.

ggiamarchi commented 5 years ago

Thank you for this contribution but this work is redundant with the PR #360 that will be merged soon