Comment 3 for bug 711385

Revision history for this message
Jay Pipes (jaypipes) wrote : Re: Use_optparse lacks --filesystem-store-datadir

The --filesystem-store-datadir is indeed present in glance-api and glance-connection. Do a --help to see.

Check out the call to glance.store.add_options() in glance-api and glance-combined. That function loops through the stores and asks each if they want to add any options to the parser.

Could you verify this bug again?