Building a nested CLI parser from a dictionary
Posted on Sat 09 March 2019 in hints-and-kinks • Tagged with Python • 2 min read
Here’s a nice way to initialize a CLI argument parser in Python, with arbitrary levels of subcommands.
Continue reading
Posted on Sat 09 March 2019 in hints-and-kinks • Tagged with Python • 2 min read
Here’s a nice way to initialize a CLI argument parser in Python, with arbitrary levels of subcommands.
Posted on Sat 08 December 2018 in hints-and-kinks • Tagged with OpenStack • 4 min read
When you allow one of your OpenStack tenants a large number of routers, they may not be getting as many as you think they will.
Posted on Thu 03 August 2017 in hints-and-kinks • Tagged with OpenStack, Ceph • 5 min read
Posted on Fri 17 February 2017 in hints-and-kinks • Tagged with Ceph, OpenStack • 3 min read
As an OpenStack/Ceph operator, you may sometimes want to forgo uploading a new image using the Glance API, because the process can be inefficient and time-consuming. Here’s a faster way.
Posted on Thu 02 February 2017 in hints-and-kinks • Tagged with Open edX • 3 min read
Open edX comes with a built-in discussion forum service. Many Open edX users find this service less than optimal: it is the only edX service to require Ruby, it depends on a Ruby version that is outdated and no longer receives security updates (although a fix for that is on …