Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {% if salt['network.interfaces']()['br-eth1']['inet'][0]['address'] is not defined %}
  2. my_ip: {{ salt['network.interfaces']()['eth1']['inet'][0]['address'] }}
  3. {% else %}
  4. my_ip: {{ salt['network.interfaces']()['br-eth1']['inet'][0]['address'] }}
  5. {% endif %}
  6.  
  7.  
  8.  
  9.  
  10. local:
  11. Data failed to compile:
  12. ----------
  13. Rendering SLS 'cloud:nova' failed: Jinja variable 'dict object' has no attribute 'br-eth1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement