diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 3c90674..dbbd1a8 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -40,3 +40,12 @@ sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/nova | |||
| 40 | rpc_backend = nova.rpc.impl_kombu | 40 | rpc_backend = nova.rpc.impl_kombu |
| 41 | rabbit_host = 0.0.0.0 | 41 | rabbit_host = 0.0.0.0 |
| 42 | rabbit_port = 5672 | 42 | rabbit_port = 5672 |
| 43 | |||
| 44 | #Quantum | ||
| 45 | network_api_class=nova.network.quantumv2.api.API | ||
| 46 | quantum_auth_strategy=keystone | ||
| 47 | quantum_admin_tenant_name=service | ||
| 48 | quantum_admin_username=quantum | ||
| 49 | quantum_admin_password=password | ||
| 50 | quantum_admin_auth_url=http://localhost:5000/v2.0/ | ||
| 51 | |||
