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

Fix metdata password for cluster and containers #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tgerdes
Copy link

@tgerdes tgerdes commented May 30, 2017

There were three ways the deafult for this parameter was defined:
cluster:
password: metadataPass
container:
password: ${_param:nova_metadata_password}
single:
password: ${_param:metadata_password}

Between "nova_metadata_password" and "metadata_password",
"metadata_password" seems better because this password is intentionally
shared between nova and neturon, and it should not be different between
the two. Standardize all three service roles to use the same default.

There were three ways the deafult for this parameter was defined:
    cluster:
        password: metadataPass
    container:
        password: ${_param:nova_metadata_password}
    single:
        password: ${_param:metadata_password}

Between "nova_metadata_password" and "metadata_password",
"metadata_password" seems better because this password is intentionally
shared between nova and neturon, and it should not be different between
the two.  Standardize all three service roles to use the same default.
@tgerdes
Copy link
Author

tgerdes commented Jun 12, 2017

This pull request is a simple bugfix; it makes nova consistent with neutron ( https://github.com/salt-formulas/salt-formula-neutron/blob/master/metadata/service/gateway/single.yml#L22 ).

Can someone please review and let me know if there's something else I should do for this request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant