lib/setup.rb in forj-0.0.38 vs lib/setup.rb in forj-0.0.39
- old
+ new
@@ -98,10 +98,10 @@
if tenant_name
Logging.debug("Tenant ID '%s': '%s' found." % [tenant_id, tenant_name])
hCompute = { :tenant_name => tenant_name }
oConfig.ExtraSet(:forj_accounts, sAccountName, :compute, hCompute)
else
- Logging.error("Unable to found the tenant Name for '%s' ID." % tenant_id)
+ Logging.error("Unable to find the tenant Name for '%s' ID." % tenant_id)
end
oConfig.set('tenants', tenants)
end
def setup_provider_account(oConfig, sAccountName)