Skip to content

Instantly share code, notes, and snippets.

@major
Created April 10, 2012 13:46
Show Gist options
  • Save major/2351495 to your computer and use it in GitHub Desktop.
Save major/2351495 to your computer and use it in GitHub Desktop.
Finding all available config flags for openstack nova
#!/bin/bash
git clone git://github.com/openstack/nova.git nova
cd nova
ack -ho "FLAGS\.[a-zA-Z\-_]+" | sed 's/^FLAGS\.//' | sort | uniq
#
# 489 config flags as of 2012-04-10
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment