Searched refs:subprocess (Results 1 - 24 of 24) sorted by relevance

/solaris-userland-s11u3/components/openstack/nova/files/
H A Dzone-vnc-console25 import subprocess
68 svcprop = subprocess.Popen(cmd, stdout=subprocess.PIPE,
69 stderr=subprocess.PIPE)
118 vnc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
119 stderr=subprocess.PIPE, env=None)
133 svccfg = subprocess.Popen(cmd, stdout=subprocess.PIPE,
134 stderr=subprocess
[all...]
H A Dnova-conductor22 from subprocess import CalledProcessError, check_call
H A Dnova-compute19 from subprocess import CalledProcessError, Popen, PIPE, check_call
H A Dnova-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland-s11u3/components/openstack/swift/files/
H A Dswift-replicator-rsync19 import subprocess
41 proc = subprocess.Popen(cmdline)
H A Dswift-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland-s11u3/components/openstack/neutron/files/
H A Dneutron-server21 from subprocess import CalledProcessError, check_call
H A Dneutron-dhcp-agent23 from subprocess import CalledProcessError, Popen, PIPE, check_call
H A Dneutron-upgrade19 from subprocess import check_call, Popen, PIPE
H A Dneutron-l3-agent24 from subprocess import CalledProcessError, Popen, PIPE, check_call
/solaris-userland-s11u3/tools/
H A Dbass-o-matic33 import subprocess
90 proc = subprocess.Popen(['gmake', targets], cwd=path,
91 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
160 proc = subprocess.Popen(['gmake'] + args)
H A Duserland-incorporator28 import subprocess
124 tmp = subprocess.Popen(["/usr/bin/pkgrepo", "list", "-F", "json",
127 stdout=subprocess.PIPE)
/solaris-userland-s11u3/components/openstack/ironic/files/
H A Dironic-db18 from subprocess import Popen, PIPE
H A Dironic-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland-s11u3/components/openstack/keystone/files/
H A Dkeystone22 from subprocess import CalledProcessError, check_call, Popen
H A Dkeystone-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland-s11u3/components/openstack/cinder/files/
H A Dcinder-upgrade19 from subprocess import check_call, Popen, PIPE
H A Dcinder-volume-setup23 from subprocess import CalledProcessError, Popen, PIPE, check_call
/solaris-userland-s11u3/components/openstack/glance/files/
H A Dglance-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland-s11u3/components/openstack/heat/files/
H A Dheat-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py25 import subprocess namespace
317 p1 = subprocess.Popen(cmd1, stdout=subprocess.PIPE,
318 stderr=subprocess.PIPE)
323 # Set the pipe to be blocking because evenlet.green.subprocess uses
328 p2 = subprocess.Popen(cmd2, stdin=p1.stdout,
329 stdout=subprocess.PIPE,
330 stderr=subprocess.PIPE)
/solaris-userland-s11u3/tools/python/pkglint/
H A Duserland.py36 import subprocess namespace
250 aslr_tag_process = subprocess.Popen(
253 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py118 from subprocess import CalledProcessError, Popen, PIPE, check_call
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py32 from subprocess import Popen, PIPE

Completed in 63 milliseconds