From 0600f741792e09123aabd241003cbe35ae7ff3a9 Mon Sep 17 00:00:00 2001 From: Benedikt Trefzer Date: Mon, 6 Jun 2016 21:38:07 +0200 Subject: [PATCH] fix comment of database to connect to Change-Id: I5bf714baeb06ab8fab086e8f1d4d0fc789e1b952 --- manifests/api.pp | 2 +- manifests/registry.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/api.pp b/manifests/api.pp index 7cd64de9..c0daef59 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -102,7 +102,7 @@ # Defaults to true. # # [*database_connection*] -# (optional) Connection url to connect to nova database. +# (optional) Connection url to connect to glance database. # Defaults to undef # # [*database_idle_timeout*] diff --git a/manifests/registry.pp b/manifests/registry.pp index 2ffa0bd5..b1dd5085 100644 --- a/manifests/registry.pp +++ b/manifests/registry.pp @@ -38,7 +38,7 @@ # Defaults to undef. # # [*database_connection*] -# (optional) Connection url to connect to nova database. +# (optional) Connection url to connect to glance database. # Defaults to undef # # [*database_idle_timeout*]