Remove unused configs

This commit is contained in:
Liam Young 2015-12-11 15:52:56 +00:00
parent 4a3bb65e79
commit d52281946d

View File

@ -32,13 +32,11 @@ _address_map = {
}
def canonical_url(configs, endpoint_type=PUBLIC):
def canonical_url(endpoint_type=PUBLIC):
'''
Returns the correct HTTP URL to this host given the state of HTTPS
configuration, hacluster and charm configuration.
:configs OSTemplateRenderer: A config tempating object to inspect for
a complete https context.
:endpoint_type str: The endpoint type to resolve.
:returns str: Base URL for services on the current service unit.