~openstack-charmers-archive/charms/trusty/nova-cloud-controller/next

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron.conf

  • Committer: Edward Hope-Morley
  • Date: 2015-03-13 13:01:00 UTC
  • mfrom: (140.2.4 nova-cloud-controller.pki)
  • Revision ID: edward.hope-morley@canonical.com-20150313130100-m0iokw9obkp41eeu
[hopem,r=gnuoy]

Implement PKI token signing.

Closes-Bug: 1309667

Show diffs side-by-side

added added

removed removed

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