Merge "Two quick fixes (one log message, one cert create script thing)"
This commit is contained in:
commit
86ca966bcc
@ -39,7 +39,7 @@ VALIDITY_DAYS=${3:-18250} # defaults to 50 years
|
||||
echo $CERT_DIR
|
||||
|
||||
|
||||
mkdir $CERT_DIR
|
||||
mkdir -p $CERT_DIR
|
||||
cd $CERT_DIR
|
||||
mkdir newcerts private
|
||||
chmod 700 private
|
||||
|
@ -40,7 +40,7 @@ class Endpoint(object):
|
||||
).driver
|
||||
|
||||
def create_load_balancer(self, context, load_balancer_id):
|
||||
LOG.info('Creating load balancer \'%s\'...'), load_balancer_id
|
||||
LOG.info('Creating load balancer \'%s\'...', load_balancer_id)
|
||||
self.worker.create_load_balancer(load_balancer_id)
|
||||
|
||||
def update_load_balancer(self, context, load_balancer_id,
|
||||
|
Loading…
Reference in New Issue
Block a user