/solaris-userland/components/openstack/horizon/files/ |
H A D | local_settings_static.py | 3 import os namespace
|
H A D | local_settings.py | 3 import os namespace 128 os.path.join(LOCAL_PATH, '.secret_key_store')) 410 #POLICY_FILES_PATH = os.path.join(ROOT_PATH, "conf") 682 # $glance --os-image-api-version 2 help md-namespace-import
|
/solaris-userland/components/python/os-brick/files/solaris/ |
H A D | solarisfc.py | 19 import os namespace 178 if host_device is not None and os.path.exists(host_device):
|
H A D | solarisiscsi.py | 19 import os namespace 133 if os.path.exists(host_device):
|
/solaris-userland/components/rabbitmq/ |
H A D | test.py | 10 # or http://www.opensolaris.org/os/licensing. 28 import os namespace 34 tdir = os.path.dirname(target) 36 os.chdir(tdir) 59 gmake = os.environ.get("GMAKE", "/usr/gnu/bin/make")
|
/solaris-userland/components/openstack/common/files/ |
H A D | openstack_common.py | 30 import os namespace 48 cwd = os.getcwd() 49 os.chdir(directory) 58 os.chdir(cwd) 123 if not os.path.exists(old_file):
|
/solaris-userland/components/openstack/neutron/files/agent/solaris/ |
H A D | dhcp.py | 22 import os namespace 152 log_dir = os.path.join( 156 if not os.path.exists(log_dir): 157 os.makedirs(log_dir) 162 log_filename = os.path.join(log_dir, 'dhcp_dns_log')
|
/solaris-userland/components/ruby/puppet-solaris/files/ |
H A D | update_smf.py | 10 # or http://www.opensolaris.org/os/licensing. 41 import os namespace 99 {"prog": os.path.basename(sys.argv[0]), "msg": msg}) 303 if not os.path.isfile(options.config): 307 if not os.path.isfile(options.smf_xml): 311 if os.path.exists(options.output):
|
/solaris-userland/components/openstack/cinder/files/solaris/ |
H A D | nfs.py | 22 import os namespace 106 os.chmod(path, 0o660) 110 mode = os.stat(path).st_mode 111 os.chmod(path, mode | 0o666) 115 mode = os.stat(path).st_mode 116 os.chmod(path, mode | 0o600) 119 os.unlink(path) 129 st = os.statvfs(mount_point)
|
H A D | zfs.py | 24 import os namespace 325 flags = fcntl.fcntl(p1.stdout, fcntl.F_GETFL) & (~os.O_NONBLOCK)
|
/solaris-userland/components/desktop/os-welcome/files/ |
H A D | os-about.py | 24 import os, sys namespace 35 PACKAGE = "os-welcome" 55 file_buffer = os.popen("/usr/sbin/prtdiag", "r").readlines() 77 file_buffer = os.popen("/usr/sbin/prtconf", "r").readlines() 150 Gtk.Window.set_default_icon_from_file ("/usr/share/os-about/about-os-window-icon.png") 167 logo.set_from_file ("/usr/share/os-about/about-os-logo.png") 175 vfs = os.statvfs("/") 244 "file:///usr/share/doc/os [all...] |
H A D | os-next-steps.py | 24 import os namespace 36 PACKAGE = "os-next-steps" 38 GETTEXT_PACKAGE = "os-welcome" 82 ICON_PATH = "/usr/share/os-about/" 91 Gtk.Window.set_default_icon_from_file ("/usr/share/os-about/about-os-window-icon.png") 108 pixbuf = GdkPixbuf.Pixbuf.new_from_file (ICON_PATH + "about-os-logo.png") 225 background-image: url('/usr/share/os-about/about-os-background.jpg');
|
/solaris-userland/tools/python/pkglint/ |
H A D | userland.py | 10 # or http://www.opensolaris.org/os/licensing. 35 import os.path namespace 47 path = os.getenv('PROTO_PATH') 52 solaris_ver = os.getenv('SOLARIS_VERSION', '') 243 result = os.path.dirname(path) 245 for frag in target.split(os.sep): 247 result = os.path.dirname(result) 251 result = os.path.join(result, frag) 334 pdir = os.path.dirname(relative_dir) 343 pdir = os [all...] |
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/ |
H A D | solaris_ipsec.py | 88 import os namespace 125 TEMPLATE_PATH = os.path.dirname(__file__) 145 default=os.path.join( 151 default=os.path.join( 157 default=os.path.join( 163 default=os.path.join( 169 default=os.path.join( 444 self.config_dir = os.path.join( 446 self.etc_dir = os.path.join(self.config_dir, 'etc/inet') 515 return os [all...] |
/solaris-userland/components/openstack/ironic/files/drivers/modules/ |
H A D | solaris_ipmitool.py | 26 import os namespace 632 if os.path.exists(image_path): 633 image_size_1 = os.path.getsize(image_path) 640 if os.path.exists(image_path): 641 image_size_2 = os.path.getsize(image_path) 677 if not os.path.exists(ref_filename): 707 os.remove(ref_filename) 712 os.remove(image_path) 739 temp_uri = os.path.join(CONF.solaris_ipmi.imagecache_dirname, 743 if not os [all...] |
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 24 import os namespace 513 self._pagesize = os.sysconf('SC_PAGESIZE') 516 self._uname = os.uname() 702 return self._pages_to_kb(os.sysconf('SC_PHYS_PAGES')) 743 return os.sysconf('SC_NPROCESSORS_ONLN') 1113 image = os.path.join(glancecache_dirname, iref) 1117 if os.path.isfile(downloading): 1119 os.unlink(image) 1120 os.unlink(downloading) 1122 elif os [all...] |