diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index aee1734..935f14e 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -37,7 +37,10 @@ dhcpbridge=/usr/bin/nova-dhcpbridge | |||
| 37 | #sql_connection = mysql://root:@localhost/nova?charset=utf8 | 37 | #sql_connection = mysql://root:@localhost/nova?charset=utf8 |
| 38 | 38 | ||
| 39 | #Sample Sqlite configuration | 39 | #Sample Sqlite configuration |
| 40 | sql_connection = sqlite:////etc/nova/nova.db | 40 | #sql_connection = sqlite:////etc/nova/nova.db |
| 41 | |||
| 42 | #Sample Postgresql configuratio | ||
| 43 | sql_connection = postgresql://nova:nova@localhost/nova | ||
| 41 | 44 | ||
| 42 | #Messaging system | 45 | #Messaging system |
| 43 | 46 | ||
