Searched refs:os (Results 1 - 25 of 186) sorted by relevance

12345678

/solaris-userland/components/openstack/cinder/files/
H A Dcinder-backup17 import os
26 os.putenv("LC_ALL", "C")
H A Dcinder-scheduler17 import os
26 os.putenv("LC_ALL", "C")
H A Dcinder-volume17 import os
26 os.putenv("LC_ALL", "C")
/solaris-userland/components/openstack/glance/files/
H A Dglance-api17 import os
26 os.putenv("LC_ALL", "C")
H A Dglance-registry17 import os
26 os.putenv("LC_ALL", "C")
H A Dglance-scrubber17 import os
26 os.putenv("LC_ALL", "C")
/solaris-userland/components/openstack/nova/files/
H A Dnova-cert17 import os
26 os.putenv("LC_ALL", "C")
H A Dnova-consoleauth17 import os
26 os.putenv("LC_ALL", "C")
H A Dnova-novncproxy17 import os
26 os.putenv("LC_ALL", "C")
H A Dnova-scheduler17 import os
26 os.putenv("LC_ALL", "C")
H A Dnova-api17 import os
27 "osapi_compute": "/usr/lib/nova/nova-api-os-compute"
39 (os.environ["SMF_FMRI"], sys.argv[2])
43 os.putenv("LC_ALL", "C")
/solaris-userland/components/openstack/heat/files/
H A Dheat-smf-method18 import os
28 fmri = os.environ["SMF_FMRI"]
29 exefile = os.path.basename(fmri.split(":")[1])
30 exepath = os.path.join("/usr/lib/heat", exefile)
35 os.putenv("LC_ALL", "C")
/solaris-userland/components/openstack/ironic/files/
H A Dironic-api17 import os
27 if not os.path.exists(ironic_conf) or not os.access(ironic_conf, os.R_OK):
38 os.putenv("LC_ALL", "C")
H A Dironic-conductor17 import os
27 if not os.path.exists(ironic_conf) or not os.access(ironic_conf, os.R_OK):
38 os.putenv("LC_ALL", "C")
H A Dironic-db17 import os
28 if not os.path.exists(ironic_conf) or not os.access(ironic_conf, os.R_OK):
60 os.putenv("LC_ALL", "C")
H A Dironic-upgrade18 import os
68 os.environ['SMF_FMRI']], stdout=PIPE, stderr=PIPE)
95 check_call(['/usr/sbin/svccfg', '-s', os.environ['SMF_FMRI'], 'setprop',
97 check_call(['/usr/sbin/svccfg', '-s', os.environ['SMF_FMRI'], 'refresh'])
103 os.putenv('LC_ALL', 'C')
/solaris-userland/components/openstack/neutron/files/
H A Dneutron-metadata-agent17 import os
26 if not os.path.exists(f) or not os.access(f, os.R_OK):
35 os.putenv("LC_ALL", "C")
H A Dneutron-server17 import os
31 if not os.path.exists(f) or not os.access(f, os.R_OK):
49 os.putenv("LC_ALL", "C")
H A Dneutron-openvswitch-agent17 import os
29 if not os.path.exists(f) or not os.access(f, os.R_OK):
58 os.putenv("LC_ALL", "C")
/solaris-userland/components/openstack/swift/files/
H A Dswift-smf-method18 import os
41 fmri = os.environ["SMF_FMRI"]
42 exefile = os.path.basename(fmri.split(":")[1])
43 exepath = os.path.join("/usr/lib/swift", exefile)
48 if not os.path.isfile(cfgfile):
50 if not os.path.isfile(cfgfile):
59 if not os.path.isfile(ringfile):
70 os.mkdir("/var/run/swift")
78 os.putenv("LC_ALL", "C")
H A Dswift-replicator-rsync18 import os
27 if not os.path.isfile(cfgfile):
34 os.mkdir("/var/run/swift")
60 os.putenv("LC_ALL", "C")
/solaris-userland/components/openstack/horizon/files/
H A Dhorizon-upgrade17 import os
28 os.environ['SMF_FMRI']], stdout=PIPE, stderr=PIPE)
50 path = os.path.join('/etc/apache2/2.4/conf.d', filename)
51 if os.path.exists(path) or os.path.islink(path):
64 check_call(['/usr/sbin/svccfg', '-s', os.environ['SMF_FMRI'], 'setprop',
66 check_call(['/usr/sbin/svccfg', '-s', os.environ['SMF_FMRI'], 'refresh'])
72 os.putenv('LC_ALL', 'C')
/solaris-userland/components/desktop/os-welcome/files/
H A DMakefile19 PACKAGE=os-welcome
48 os-about \
49 os-next-steps \
50 os-about.desktop \
51 os-next-steps.desktop
57 os-about.py \
58 os-about.desktop.in \
59 os-next-steps.py \
60 os-next-steps.desktop.in \
62 images/about-os
[all...]
/solaris-userland/components/desktop/desktop-cache/files/
H A Dfind_newer34 import os, sys
77 dir = os.path.abspath(dir)
82 for root, dirs, files in os.walk(dir):
85 file = os.path.abspath(os.path.join(root, file))
86 stat = os.stat (file)
106 d = os.path.join(root, d)
107 if os.path.islink(d) and os.path.lexists(d):
108 d = os
[all...]
/solaris-userland/components/openstack/keystone/files/
H A Dkeystone-upgrade18 import os
49 os.environ['SMF_FMRI']], stdout=PIPE, stderr=PIPE)
78 check_call(['/usr/sbin/svccfg', '-s', os.environ['SMF_FMRI'], 'setprop',
80 check_call(['/usr/sbin/svccfg', '-s', os.environ['SMF_FMRI'], 'refresh'])
86 os.putenv('LC_ALL', 'C')

Completed in 1422 milliseconds

12345678