/solaris-userland/components/openstack/ironic/files/drivers/ |
H A D | solaris.py | 25 LOG = logging.getLogger(__name__) variable 38 LOG.debug(_("Loading Solaris And IPMI Tool Driver"))
|
/solaris-userland/components/ |
H A D | Makefile | 85 zone-build prep build install publish test system-test: LOG = >$(WS_LOGS)/$(@F).$(TARGET).log 2>&1 macro 156 $(BASS_O_MATIC) $(@:%=--component %) --make $(TARGET) $(LOG) 202 $(BASS_O_MATIC) $(@:%.nosetup=--component %) --make $(TARGET) $(LOG)
|
/solaris-userland/components/python/os-brick/files/solaris/ |
H A D | solarisfc.py | 29 LOG = logging.getLogger(__name__) variable 45 LOG.info(_("Cannot find any Fibre Channel HBAs")) 184 LOG.error(msg)
|
H A D | solarisiscsi.py | 29 LOG = logging.getLogger(__name__) variable 74 LOG.error(_("No device is found for the target %s LUN %s.") % 103 LOG.error(msg) 112 LOG.error(_("No active session is found for the target %s.") %
|
/solaris-userland/components/openstack/neutron/files/agent/solaris/ |
H A D | ra.py | 30 LOG = logging.getLogger(__name__) variable 99 LOG.debug(_("ndpd daemon has been refreshed to re-read the " 109 LOG.debug("enabling ndpd for router %s", self._router_id) 114 LOG.debug("disabling ndpd for router %s", self._router_id)
|
H A D | dhcp.py | 36 LOG = logging.getLogger(__name__) variable 53 LOG.warning(_LW('Failed trying to delete interface: %s'), 159 LOG.error(_LE('Error while create dnsmasq log dir: %s'), 274 LOG.debug('Reusing existing device: %s.', interface_name) 284 LOG.exception(_LE('Unable to plug DHCP port for '
|
H A D | net_lib.py | 28 LOG = logging.getLogger(__name__) variable 238 LOG.exception(msg, {'addr': address, 'iface': iface_name})
|
H A D | packetfilter.py | 21 LOG = logging.getLogger(__name__) variable 76 LOG.debug(_('Anchor rule %s already exists') % rule) 99 LOG.debug(_('Could not find rule with child anchor: %s') % 157 LOG.debug(_('Table %s does not exist hence returning without ' 167 LOG.debug(_('Table %s does not exist hence returning without '
|
H A D | interface.py | 32 LOG = logging.getLogger(__name__) variable 133 LOG.info(_("Device %s already exists"), datalink_name) 163 LOG.exception(_("Failed to retrieve other_config from %s: %s"), 187 LOG.error(msg) 195 LOG.error(msg) 203 LOG.error(msg) 235 LOG.debug("Unplugged interface '%s'", datalink_name) 237 LOG.exception(_("Failed unplugging interface '%s': %s") %
|
H A D | pf_firewall.py | 33 LOG = logging.getLogger(__name__) variable 78 LOG.debug("Preparing device (%s) filter", port['device']) 89 LOG.debug("Updating device (%s) filter", port['device']) 93 LOG.debug("Removing device (%s) filter", port['device']) 103 LOG.debug("Update rules of security group %s(%s)" % (sg_id, sg_rules)) 107 LOG.debug("Update members of security group %s(%s)" % 124 LOG.info(_LI("Could not find port: %s. Failed to remove PF rules " 127 LOG.debug("Removing PF rules for device_name(%s)" % device_name) 259 LOG.debug("Expanding rule: %s with remote IPs: %s" % 322 LOG [all...] |
/solaris-userland/components/openstack/cinder/files/solaris/ |
H A D | nfs.py | 34 LOG = logging.getLogger(__name__) variable 60 LOG.warning(_("Solaris NFS driver ignores mount options")) 173 LOG.debug(_("_find_share using round robin")) 184 LOG.debug(_("_find_share using select most free")) 205 LOG.debug('Selected %s as target nfs share.', target_share) 211 LOG.info(_LI('Extending volume %s.'), volume['id']) 219 LOG.info(_LI('Resizing file to %sG.'), new_size) 241 LOG.debug('NAS variable secure_file_permissions setting is: %s' % 244 LOG.debug('NAS variable secure_file_operations setting is: %s' %
|
H A D | zfs.py | 48 LOG = logging.getLogger(__name__) variable 139 LOG.debug(_("Created ZFS volume '%s'") % volume['name']) 157 LOG.debug(_("Created cloned volume '%s'") % volume['name']) 172 LOG.debug(_("Created cloned volume '%s' from source volume '%s'") 186 LOG.debug(_("The volume path '%s' doesn't exist") % zvol) 202 LOG.debug(_("Deleted volume '%s'") % volume['name']) 206 LOG.debug(_("Deleted parent snapshot '%s' of volume '%s'") 214 LOG.debug(_("Created snapshot '%s'") % snapshot['name']) 221 LOG.debug(_("Deleted snapshot '%s'") % snapshot['name']) 276 LOG [all...] |
/solaris-userland/components/openstack/neutron/files/agent/l3/ |
H A D | solaris_agent.py | 50 LOG = logging.getLogger(__name__) variable 125 LOG.warn(_("Unable to configure IP address for floating IP(%s)" 148 LOG.debug('No Interface for floating IPs router: %s', 181 LOG.warn(_("Unable to configure IP address for " 196 LOG.debug("Floating ip '%s' reassigned to '%s'", 210 LOG.debug("Floating ip %(id)s added, status %(status)s", 218 LOG.debug("Removing floating ip %s from interface %s", 233 LOG.debug("adding internal network: port(%s), interface(%s)", 306 LOG.debug("removing internal network: port(%s) interface(%s)", 449 LOG [all...] |
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/ |
H A D | solaris_ipsec.py | 74 # The default logging level is WARN. Any LOG.warn() messages will 77 # Adding "Verbose = True" to the [default] section will cause LOG.info() 78 # messages to be logged in addition to LOG.warn(). 80 # Adding "Debug = True" to the [default] section will cause LOG.debug() 81 # messages to be logged in addition to LOG.info() and LOG.warn(). 124 LOG = logging.getLogger(__name__) variable 274 # This method is called from the smf(5) stop method. Suppress LOG 352 LOG.info("VPNaaS has just started, no tunnels to whack.") 357 LOG [all...] |
/solaris-userland/components/openstack/ironic/files/drivers/modules/ |
H A D | solaris_ipmitool.py | 104 LOG = logging.getLogger(__name__) variable 206 LOG.debug("_ssh_execute():ssh_cmd: %s" % (ssh_cmd)) 213 LOG.error(_LE("Cannot execute SSH cmd %(cmd)s. Reason: %(err)s.") % 237 LOG.debug("_parse_driver_info()") 262 LOG.warning(_LW('ipmi_username is not defined or empty for node %s: ' 265 LOG.warning(_LW('ipmi_password is not defined or empty for node %s: ' 366 LOG.debug("SolarisDeploy._exec_ipmitool:driver_info: '%s', " 435 LOG.error(_LE('IPMI Error while attempting ' 445 LOG.warning(_LW('IPMI Error encountered, retrying ' 464 LOG [all...] |
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 115 LOG = logging.getLogger(__name__) variable 356 LOG.exception(_("Unable to initialize editing of instance '%s' " 376 LOG.exception(_("Unable to commit the new configuration for " 403 LOG.exception(_("Unable to set '%s' property on '%s' resource for " 429 LOG.exception(_("Unable to create new resource '%s' for instance " 445 LOG.exception(_("Unable to remove resource '%s' for instance '%s' " 458 LOG.exception(_("Unable to clear '%s' property on '%s' resource " 666 LOG.info(_("Failed to get the initiator-node info: %s") % (ex)) 760 LOG.info(_("Unable to retrieve kstat object '%s' via kstat(3RAD): " 778 LOG [all...] |