Searched refs:LOG (Results 1 - 15 of 15) sorted by relevance

/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py72 # The default logging level is WARN. Any LOG.warn() messages will
75 # Adding "Verbose = True" to the [default] section will cause LOG.info()
76 # messages to be logged in addition to LOG.warn().
78 # Adding "Debug = True" to the [default] section will cause LOG.debug()
79 # messages to be logged in addition to LOG.info() and LOG.warn().
120 LOG = logging.getLogger(__name__) variable
258 # This method is called from the smf(5) stop method. Suppress LOG
336 LOG.info("VPNaaS has just started, no tunnels to whack.")
343 LOG
[all...]
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/
H A Dsolaris.py25 LOG = logging.getLogger(__name__) variable
38 LOG.debug(_("Loading Solaris And IPMI Tool Driver"))
/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Dra.py30 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 Dinterface.py30 LOG = logging.getLogger(__name__) variable
91 LOG.debug(_("Connecting to EVS Controller at %s as %s") %
132 LOG.debug(_("Retrieving EVS: %s"), vport_info.evsuuid)
142 LOG.debug(_("Retrieving VPort: %s"), port_id)
H A Ddhcp.py34 LOG = logging.getLogger(__name__) variable
206 LOG.debug('DHCP port %(device_id)s on network %(network_id)s'
220 LOG.debug('DHCP port %(device_id)s on network %(network_id)s'
253 LOG.debug('Reusing existing device: %s.', interface_name)
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py108 LOG = logging.getLogger(__name__) variable
204 LOG.debug("_ssh_execute():ssh_cmd: %s" % (ssh_cmd))
211 LOG.debug(_("Cannot execute SSH cmd %(cmd)s. Reason: %(err)s.") %
235 LOG.debug("_parse_driver_info()")
345 LOG.debug("SolarisDeploy._exec_ipmitool:driver_info: '%s', "
406 LOG.error(_LE('IPMI Error while attempting '
416 LOG.warning(_LW('IPMI Error encountered, retrying '
435 LOG.debug("SolarisDeploy._get_node_architecture")
438 LOG.info(_LI("Inspection not performed, retrieving architecture via "
445 LOG
[all...]
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dnfs.py34 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)
228 LOG.debug('NAS variable secure_file_permissions setting is: %s' %
231 LOG.debug('NAS variable secure_file_operations setting is: %s' %
H A Dsolarisfc.py29 LOG = logging.getLogger(__name__) variable
45 LOG.info(_("Cannot find any Fibre Channel HBAs"))
150 LOG.debug("Looking for Fibre Channel device")
160 LOG.error(msg)
H A Dsolarisiscsi.py29 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.") %
H A Dzfs.py50 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-s11u3/components/openstack/cinder/files/zfssa/
H A Dzfssaiscsi.py32 LOG = log.getLogger(__name__) variable
112 LOG.info(msg)
140 LOG.warning(_LW('zfssa_initiator_config not found. '
145 LOG.warning(_LW('zfssa_initiator: %(ini)s'
212 LOG.debug('_get_provider_info: provider_location: %s' % loc)
223 LOG.debug('zfssa.create_volume: volume=' + volume['name'])
236 LOG.debug('zfssa.delete_volume: name=' + volume['name'])
265 LOG.debug('zfssa.create_snapshot: snapshot=' + snapshot['name'])
274 LOG.debug('zfssa.delete_snapshot: snapshot=' + snapshot['name'])
281 LOG
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/evs/
H A Dplugin.py56 LOG = logging.getLogger(__name__) variable
64 LOG.debug("Loading VPNaaS service driver.")
68 LOG.debug("vpnaas service_plugin not configured")
195 LOG.debug(_("Connecting to EVS Controller at %s as %s") %
229 LOG.debug(_("Adding IPnet: %s with properties: %s for tenant: %s "
244 LOG.debug(_("Updating IPnet with id: %s with property string: %s") %
315 LOG.debug(_("Updating Subnet: %s with %s") % (id, subnet))
339 LOG.debug(_("Getting subnet: %s"), id)
353 LOG.debug(_("Removing IPnet with id: %s for tenant: %s for evs: %s") %
359 LOG
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py111 LOG = logging.getLogger(__name__) variable
339 LOG.error(_("Unable to initialize editing of instance '%s' via "
358 LOG.error(_("Unable to commit the new configuration for "
385 LOG.error(_("Unable to set '%s' property on '%s' resource for "
411 LOG.error(_("Unable to create new resource '%s' for instance '%s'"
427 LOG.error(_("Unable to remove resource '%s' for instance '%s' via "
441 LOG.error(_("Unable to clear '%s' property on '%s' resource for "
723 LOG.info(_("Unable to retrieve kstat object '%s:%s:%s' of class "
998 LOG.debug(_("Using existing, cached Glance image: id %s")
1002 LOG
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/agent/
H A Devs_l3_agent.py50 LOG = logging.getLogger(__name__) variable
276 LOG.debug(_('Deleting stale internal router device: %s'),
299 LOG.debug('No Interface for floating IPs router: %s',
334 LOG.warn(_("Unable to configure IP address for "
350 LOG.debug("Floating ip '%s' reassigned to '%s'",
361 LOG.warn(_("Unable to configure IP address for "
366 LOG.debug("Floating ip %(id)s added, status %(status)s",
397 LOG.error(_("Failed to retrieve the network type for "
404 LOG.error(_("External network should be either Flat or "
410 LOG
[all...]
/solaris-userland-s11u3/components/
H A DMakefile82 zone-build prep build install publish test: LOG = >$(WS_LOGS)/$(@F).$(TARGET).log 2>&1 macro
150 $(BASS_O_MATIC) $(@:%=--component %) --make $(TARGET) $(LOG)
186 $(BASS_O_MATIC) $(@:%.nosetup=--component %) --make $(TARGET) $(LOG)

Completed in 46 milliseconds