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 raise of UndefinedVariableError #77

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

Conversation

epcim
Copy link

@epcim epcim commented Apr 20, 2017

When used in Salt, as of now it only printed:

root@cfg01:/usr/lib/python2.7/dist-packages/reclass# salt ctl01\* pillar.data 
ctl01.virtual-mcp10-ovs.local:
    ----------
    _errors:
        - Failed to load ext_pillar reclass: ext_pillar.reclass: 

With this patch:

root@cfg01:/usr/lib/python2.7/dist-packages/reclass# salt ctl01\* pillar.data 
ctl01.virtual-mcp10-ovs.local:
    ----------
    _errors:
        - Failed to load ext_pillar reclass: ext_pillar.reclass: Cannot resolve ${_param:swift_service_host} in the context of keystone:client:service:swift-s3:endpoints:0:internal_address

@epcim epcim force-pushed the pr/fix/fix_raise_UndefinedVariableError branch from f8d44d0 to 03f631f Compare April 21, 2017 07:23
Copy link

@SVilgelm SVilgelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

2 participants