Jump to: navigation, search

Difference between revisions of "Solum/Wishlist"

(Created page with "== Development Wishlist == https://review.openstack.org/#/c/57047/3/tox.ini 19 commands = 20 flake8 21 {toxinidir}/tools/config/check_uptodate.sh Monty Taylor N...")
 
(Development Wishlist)
 
Line 1: Line 1:
 
== Development Wishlist ==
 
== Development Wishlist ==
  
 +
== 2013-11-24 ==
 
https://review.openstack.org/#/c/57047/3/tox.ini
 
https://review.openstack.org/#/c/57047/3/tox.ini
  
Line 11: Line 12:
  
 
Should we have a blueprint somewhere for this?
 
Should we have a blueprint somewhere for this?
 +
 +
== 2013-11- 24 ==
 +
https://review.openstack.org/#/c/57045/3/tools/config/generate_sample.sh
 +
 +
#!/usr/bin/env bash
 +
2
 +
 +
Monty Taylor Nov 24
 +
"Copyright header please."
 +
 +
lifeless Nov 24
 +
"I believe this is copied lock stock and barrel from oslo config. so we should fix the master instance."
 +
 +
The code approved for merge in Solum now has the copyright header. We should check this in Oslo as well.

Latest revision as of 20:12, 25 November 2013

Development Wishlist

2013-11-24

https://review.openstack.org/#/c/57047/3/tox.ini

19	commands =
20	  flake8
21	  {toxinidir}/tools/config/check_uptodate.sh

Monty Taylor Nov 24 "I wonder - based on something that Robert suggested a while back about flake8 - if we could make a general one of these that could be used here and in nova and whatnot - but write it as an importable unittest..."

Should we have a blueprint somewhere for this?

2013-11- 24

https://review.openstack.org/#/c/57045/3/tools/config/generate_sample.sh

#!/usr/bin/env bash
2	

Monty Taylor Nov 24 "Copyright header please."

lifeless Nov 24 "I believe this is copied lock stock and barrel from oslo config. so we should fix the master instance."

The code approved for merge in Solum now has the copyright header. We should check this in Oslo as well.