project-config/nodepool/elements/cache-devstack
Clark Boylan 7f35178617 Fix package and image list comment cleanup
When cleaning up comments from lines of the form:

  foo bar # this is a comment

You want to remove remove everything after the first comment character
not after the last comment character. This is because:

  foo bar # this is # a comment

Should get everything after bar removed not everything after is.
Unfortunately when you use str.rfind() you remove everything after is
not everything after bar. Switch to regular trusty find to fix this.

Change-Id: I78aa6b51b5be03bd3b8ce7885415442171218977
2016-04-19 17:27:14 -07:00
..
extra-data.d Fix package and image list comment cleanup 2016-04-19 17:27:14 -07:00
install.d Remove CentOS6 from nodepool scripts 2015-12-04 22:11:22 +01:00
element-deps Reorganizes project-config 2014-09-25 11:41:04 -04:00
README.rst Reorganizes project-config 2014-09-25 11:41:04 -04:00
source-repository-pip Cache get-pip.py in dib element cache-devstack 2015-01-23 12:05:19 -08:00

Pre-cache all of the things devstack might need