Commit Graph

5 Commits

Author SHA1 Message Date
Sean Dague cf9093ec58 rename set_local_raw to set_local
set_local_raw is the new set_local, adjust the code to use the better
name.

Change-Id: I0f16ca647ada37049bdaf570b4695a73b60007ec
2017-02-10 17:01:42 -05:00
Sean Dague 20ab477eae add setlc_raw to the cli
This allows the devstack_localrc command from grenade be ported to
dsconf.

Change-Id: Iea8e826205ad402d0cf6fd6688860171b6f0a391
2017-01-19 09:11:14 -05:00
Sean Dague 0366529cc9 initial take at merging local.conf code 2017-01-17 09:03:50 -05:00
Sean Dague be8cb74021 add more cli support
Make it possible to create a blank local.conf
2017-01-17 08:31:49 -05:00
Sean Dague 36b1e0ff34 start adding parser, only support python3
python3 argparse adds native subparsers, which makes this much easier
to build without external dependencies (which improves load and run
time). 20ms for most operations means we can do 50 / sec. This will be
a slow down from the awk approach, but for larger gains in
readability.
2017-01-16 16:38:07 -05:00