summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Move bin/ scripts to entrypoints.Monty Taylor2013-04-072-181/+0
| | | | | | | Instead of propogating more bin scripts, migrate these to be things that can be consumed as entrypoints. Change-Id: Ic01e0f16fe9e7634708fbb51499ccea3f4f40d63
* update OpenStack, LLC to OpenStack FoundationMark McClain2013-03-132-2/+2
| | | | | | | | | | fixes bug 1154745 The previous update (https://review.openstack.org/#/c/24103/) missed header files that contained "OpenStack, LLC". This change corrects the missed files to reflect the OpenStack Foundation. Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102
* zmq: parse receiver CLI opts in mainMark McLoughlin2013-02-251-1/+1
| | | | | | | We shouldn't be parsing options from sys.argv() unless the main function is being run. Change-Id: Id6bae72b80ce35721f02323a7bf7713132a49ac9
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+2
| | | | | | | | | | | | | | | The cfg API is now available via the oslo-config library, so switch to it and remove the copied-and-pasted version. Add the 2013.1b3 tarball to tools/pip-requires - this will be changed to 'oslo-config>=2013.1' when oslo-config is published to pypi. This will happen in time for grizzly final. Remove the 'deps = pep8==1.3.3' and 'deps = pyflakes' from tox.ini as it means all the other deps get installed with easy_install which can't install oslo-config from the URL. Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc
* Cleanup importsEric Windisch2013-02-141-3/+0
| | | | | | | | Bringing this into Nova, I found that it failed their pep8 checks (which are NOT ignored for the oslo imported binaries) Change-Id: I4fb7e32bc7e83faf4131302a06c4d9c2c16cab70
* Rename oslo-zmq-receiver to oslo-rpc-zmq-receiverEric Windisch2013-02-141-0/+0
| | | | | | | | Would not copy without the name change. Also, this will result in this file maintaining its name in nova, where it already exists. Change-Id: Ic204be899921ce63b769194474c31e1640391197
* Fix PEP8 error in oslo-rootwrapThierry Carrez2013-01-301-2/+2
| | | | | | | Fix a PEP8 error uncovered during the cinder import of the rootwrap module. A bit weird oslo's own tests didn't catch it. Change-Id: Ib107023dd6e4178dd51b358cf9374e7a8468d1bf
* rootwrap: Avoid PEP8 errors on name replacementThierry Carrez2013-01-281-5/+8
| | | | | | | | Avoid triggering PEP8 errors when "oslo" is replaced by the project name in oslo-rootwrap. Made necessary by "cinder", but tested compatible with "ceilometer". Change-Id: I9a1e25ec58e8b1e833c00f6cbb2083f967cbef76
* reusable ZmqProxy service initializationEric Windisch2013-01-131-21/+0
| | | | | | | | | | | Move near-identical proxy setup code from oslo-zmq-receiver and test_zmq into ZmqProxy's consume_in_thread method Provides code reuse and simplifies the tests and receiver binary. Change-Id: I1324eacfa2a456599d5fd462b6476ddf659e95c4
* Add zmq receiver binaryEric Windisch2013-01-081-0/+76
| | | | | | | | | The impl_zmq rpc driver requires a binary running on all hosts. Previously residing in nova, this binary is being moved into oslo-incubator. Change-Id: I3f38374b71794029550147ed4fc75f0fd63adf75
* Move rootwrap code to openstack.commonThierry Carrez2012-12-201-0/+125
Copies current nova-rootwrap code to openstack.common, so that it can be reused by Cinder and Quantum. Implements blueprint common-rootwrap. Before it can be used in projects, update.py needs to grow the capability to deploy files in bin/ and etc/, as well as replacing a placeholder text by the destination project name in source files and binary names. In this proposed version, the placeholder text is "oslo". Change-Id: I8655d5b3cccacd1cc2225aa539339fb478615422