From ecb926de823e7bb88f619f081d9ae44a2f10a4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Fri, 13 Jun 2014 11:14:28 +0200 Subject: [PATCH] don't try to list all the service names this function does not enforce the existing service names, so don't document it as if it did. Change-Id: I7acd5d439138601f925533168687351a394033bb --- libraries/endpoints.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/endpoints.rb b/libraries/endpoints.rb index 1944c134..9395c200 100644 --- a/libraries/endpoints.rb +++ b/libraries/endpoints.rb @@ -43,8 +43,7 @@ module ::Openstack # rubocop:disable Documentation # Instead of specifying the verbose node['openstack']['db'][service], # this shortcut allows the simpler and shorter db(service), where - # service is one of 'compute', 'image', 'identity', 'network', 'dashboard' - # 'orchestration', 'telemetry' 'block-storage' and 'volume' + # service can be: 'compute', 'image', 'identity', 'network', etc. def db(service) node['openstack']['db'][service] rescue