components/openstack/nova/patches/05-launchpad-1391782.patch
branchs11-update
changeset 4072 db0cec748ec0
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
       
     1 This upstream patch addresses Launchpad bug 1391782. Although it's been
       
     2 addressed in Kilo, the patch below is still not yet released for Juno.
       
     3 
       
     4 commit 6859dd61a8472e0cf8f9f4d30f1da7312dc0385d
       
     5 Author: Joe Gordon <[email protected]>
       
     6 Date:   Fri Nov 14 12:57:35 2014 -0800
       
     7 
       
     8     Use oslo db concurrency to generate nova.conf.sample
       
     9     
       
    10     Make sure we include database and concurrency options in the
       
    11     sample config file.
       
    12     
       
    13     Change-Id: I66e68ec120cba2cee86e36aa26720199876c40a4
       
    14     Closes-Bug: #1391782
       
    15 
       
    16 diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc
       
    17 index b6ed64e..afcad61 100644
       
    18 --- a/tools/config/oslo.config.generator.rc
       
    19 +++ b/tools/config/oslo.config.generator.rc
       
    20 @@ -1,2 +1,2 @@
       
    21 -NOVA_CONFIG_GENERATOR_EXTRA_LIBRARIES=oslo.messaging
       
    22 +NOVA_CONFIG_GENERATOR_EXTRA_LIBRARIES="oslo.messaging oslo.db oslo.concurrency"
       
    23  NOVA_CONFIG_GENERATOR_EXTRA_MODULES=keystonemiddleware.auth_token