~corey.bryant/charms/trusty/neutron-api/contrib.python.packages

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron.conf

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 21:22:33 UTC
  • mfrom: (39.5.1 neutron-api)
  • Revision ID: james.page@ubuntu.com-20141006212233-x6eyo1uf9dcl8xuz
[dosaboy,r=james-page] Fix state path parsing error

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
55
55
 
56
56
[keystone_authtoken]
57
 
signing_dir = $state_path/keystone-signing
 
57
signing_dir = /var/lib/neutron/keystone-signing
58
58
{% if service_host -%}
59
59
service_protocol = {{ service_protocol }}
60
60
service_host = {{ service_host }}