6 lines
118 B
Python
6 lines
118 B
Python
from charmhelpers.core import hookenv
|
|
|
|
|
|
def log_start(service_name):
|
|
hookenv.log('neutron-api-plumgrid starting')
|