Advertisement
Guest User

Untitled

a guest
Sep 30th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. From init.sls in /srv/pillar/agn_openstack/agn_keystone/init.sls
  2.  
  3. # first include parameterized values
  4. #
  5. include:
  6. - agn_openstack.agn_keystone.agn_keystone_jinja_params
  7. - agn_openstack.agn_keystone.agn_keystone_yaml_params
  8.  
  9.  
  10. from /srv/salt/pillar/agn_openstack/agn_keystone/agn_keystone_yaml_params
  11. # set the passwords for the services and their users
  12. AGN_GLANCE_PASSWD: &glance_passwd 'glance'
  13. ~
  14. ~
  15. Back in /srv/pillar/agn_openstack/agn_keystone/init.sls after the include
  16.  
  17. PASSWD: *glance_passwd
  18.  
  19.  
  20. error message
  21.  
  22. Rendering SLS 'agn_openstack.agn_keystone' failed, render error:
  23. found undefined alias 'glance_passwd'
  24. in "<unicode string>", line 79, column 16:
  25. PASSWD: *glance_passwd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement