7595dfce78
Updates to ensure commands run in the swift containers are done as the 'swift' user rather than root. Change-Id: I8c5a12e24b9940200241dbe09d6bde8f1cc1cf05 Closes-Bug: #1553895 Co-Authored-By: Serguei Bezverkhi <sbezverk@cisco.com>
11 lines
157 B
Python
11 lines
157 B
Python
#!/usr/bin/python2
|
|
# PBR Generated from u'console_scripts'
|
|
|
|
import sys
|
|
|
|
from oslo_rootwrap.cmd import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|