Move templates to folsom templates directory.
This commit is contained in:
parent
7d4d6a2fb8
commit
deb6c8bc38
2
revision
2
revision
@ -1 +1 @@
|
||||
301
|
||||
303
|
||||
|
34
templates/essex/nova.conf
Normal file
34
templates/essex/nova.conf
Normal file
@ -0,0 +1,34 @@
|
||||
# essex
|
||||
###############################################################################
|
||||
# [ WARNING ]
|
||||
# Configuration file maintained by Juju. Local changes may be overwritten.
|
||||
###############################################################################
|
||||
--dhcpbridge_flagfile=/etc/nova/nova.conf
|
||||
--dhcpbridge=/usr/bin/nova-dhcpbridge
|
||||
--logdir=/var/log/nova
|
||||
--state_path=/var/lib/nova
|
||||
--lock_path=/var/lock/nova
|
||||
--force_dhcp_release
|
||||
--iscsi_helper=tgtadm
|
||||
--libvirt_use_virtio_for_bridges
|
||||
--connection_type=libvirt
|
||||
--root_helper=sudo nova-rootwrap
|
||||
--verbose
|
||||
--ec2_private_dns_show_ip
|
||||
{% if database_host -%}
|
||||
--sql_connection=mysql://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}
|
||||
{% endif -%}
|
||||
{% if rabbitmq_host -%}
|
||||
--rabbit_host={{ rabbitmq_host }}
|
||||
--rabbit_userid={{ rabbitmq_user }}
|
||||
--rabbit_password={{ rabbitmq_password }}
|
||||
--rabbit_virtual_host={{ rabbitmq_virtual_host }}
|
||||
{% endif -%}
|
||||
{% if glance_api_servers -%}
|
||||
--glance_api_servers={{ glance_api_servers }}
|
||||
{% endif -%}
|
||||
{% if rbd_pool -%}
|
||||
--rbd_pool={{ rbd_pool }}
|
||||
--rbd_user={{ rbd_user }}
|
||||
--rbd_secret_uuid={{ rbd_secret_uuid }}
|
||||
{% endif -%}
|
@ -1,31 +0,0 @@
|
||||
# folsom
|
||||
###############################################################################
|
||||
# [ WARNING ]
|
||||
# Configuration file maintained by Juju. Local changes may be overwritten.
|
||||
###############################################################################
|
||||
[DEFAULT]
|
||||
verbose = True
|
||||
debug = True
|
||||
bind_host = 0.0.0.0
|
||||
bind_port = 9696
|
||||
api_paste_config = /etc/quantum/api-paste.ini
|
||||
auth_strategy = keystone
|
||||
control_exchange = quantum
|
||||
notification_driver = quantum.openstack.common.notifier.rpc_notifier
|
||||
{% if rabbitmq_host -%}
|
||||
rabbit_host = {{ rabbitmq_host }}
|
||||
rabbit_userid = {{ rabbitmq_user }}
|
||||
rabbit_password = {{ rabbitmq_password }}
|
||||
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
|
||||
{% endif -%}
|
||||
|
||||
{% if core_plugin -%}
|
||||
# Quantum plugin provider module
|
||||
core_plugin = {{ core_plugin }}
|
||||
{% endif -%}
|
||||
|
||||
[QUOTAS]
|
||||
quota_driver = neutron.db.quota_db.DbQuotaDriver
|
||||
{% if neutron_security_groups -%}
|
||||
quota_items = network,subnet,port,security_group,security_group_rule
|
||||
{% endif -%}
|
Loading…
x
Reference in New Issue
Block a user