if created:
        log.info('Created cache security group %s.', name)
        return True
    else:
        msg = 'Failed to create cache security group {0}.'.format(name)