Use ConfigOpts.find_file() to find paste config
Use cfg's new helper method to find the paste deploy config file. The basic behavior is "look alongside the config file" with a fall back to the standard default config paths. Change-Id: If7a9ac1d456f372e3f5f6c78e237a7b099d1a30e
This commit is contained in:
@@ -43,3 +43,4 @@ FLAGS.set_default('flat_network_bridge', 'br100')
|
||||
FLAGS.set_default('sqlite_synchronous', False)
|
||||
flags.DECLARE('policy_file', 'nova.policy')
|
||||
flags.DECLARE('compute_scheduler_driver', 'nova.scheduler.multi')
|
||||
FLAGS.set_default('api_paste_config', '$state_path/etc/nova/api-paste.ini')
|
||||
|
Reference in New Issue
Block a user