diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 0ffbde6..55ca2f8 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -33,14 +33,7 @@ force_dhcp_release=False | |||
| 33 | dhcpbridge=/usr/bin/nova-dhcpbridge | 33 | dhcpbridge=/usr/bin/nova-dhcpbridge |
| 34 | 34 | ||
| 35 | #Database configuration | 35 | #Database configuration |
| 36 | #Sample MySQL configuration | 36 | sql_connection = postgresql://admin:admin@localhost/nova |
| 37 | #sql_connection = mysql://root:@localhost/nova?charset=utf8 | ||
| 38 | |||
| 39 | #Sample Sqlite configuration | ||
| 40 | #sql_connection = sqlite:////etc/nova/nova.db | ||
| 41 | |||
| 42 | #Sample Postgresql configuratio | ||
| 43 | sql_connection = postgresql://nova:nova@localhost/nova | ||
| 44 | 37 | ||
| 45 | #Messaging system | 38 | #Messaging system |
| 46 | 39 | ||
