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

provider/openstack: Detect Region for Importing Resources #10509

Merged
merged 3 commits into from
Dec 4, 2016

Commits on Dec 2, 2016

  1. provider/openstack: Detect Region for Importing Resources

    This commit changes the way the OpenStack region is detected and set.
    Any time a region is required, the region attribute will first be
    checked. Next, the OS_REGION_NAME environment variable will be checked.
    While schema.EnvDefaultFunc handles this same situation, it is not
    applicable when importing resources.
    jtopjian committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    592c453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    812599d View commit details
    Browse the repository at this point in the history
  3. provider/openstack: Network and Subnet Import Fixes

    This commit fixes the OpenStack Network and Subnet resources so that
    importing of those resources is successful.
    jtopjian committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    9e488e2 View commit details
    Browse the repository at this point in the history