<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/nova.git/nova/conf/key_manager.py, branch master</title>
<subtitle>opendev.org: openstack/nova.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/'/>
<entry>
<title>Add secret=true to fixed_key configuration parameter</title>
<updated>2018-12-03T19:39:51+00:00</updated>
<author>
<name>David Hill</name>
<email>dhill@redhat.com</email>
</author>
<published>2018-12-03T19:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=37a036672e459b0d83b7b91120c8ec40e3759190'/>
<id>37a036672e459b0d83b7b91120c8ec40e3759190</id>
<content type='text'>
Add secret=true to fixed_key configuration parameter as that value
shouldn't be logged.

Change-Id: Ie6da21e8680b2deb6b1da3add31cd725ba855c1c
Closes-Bug: #1806471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add secret=true to fixed_key configuration parameter as that value
shouldn't be logged.

Change-Id: Ie6da21e8680b2deb6b1da3add31cd725ba855c1c
Closes-Bug: #1806471
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated keymgr code</title>
<updated>2017-09-11T19:48:30+00:00</updated>
<author>
<name>Kaitlin Farr</name>
<email>kaitlin.farr@jhuapl.edu</email>
</author>
<published>2017-03-01T20:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=f65d436c114bbfc2051c6f5b6d7a9d12daacc29d'/>
<id>f65d436c114bbfc2051c6f5b6d7a9d12daacc29d</id>
<content type='text'>
Now that enough time has passed, the keymgr code that was
deprecated for removal can be removed.

Barbican is the default option for Castellan, but Barbican is not
part of default DevStack yet. Until Barbican is used by default in
the dsvm gates, ConfKeyManager (the fixed_key key manager) should
be set in DevStack, which was added with
I733279864ee1a4aaffc9c8eed81b5e12f8d8821b.

Change-Id: I82ee74f3d2629281dc8116af55f6a7b5398fc473
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that enough time has passed, the keymgr code that was
deprecated for removal can be removed.

Barbican is the default option for Castellan, but Barbican is not
part of default DevStack yet. Until Barbican is used by default in
the dsvm gates, ConfKeyManager (the fixed_key key manager) should
be set in DevStack, which was added with
I733279864ee1a4aaffc9c8eed81b5e12f8d8821b.

Change-Id: I82ee74f3d2629281dc8116af55f6a7b5398fc473
</pre>
</div>
</content>
</entry>
<entry>
<title>conf: remove deprecated barbican options</title>
<updated>2016-12-21T17:57:33+00:00</updated>
<author>
<name>Maciej Szankin</name>
<email>maciej.szankin@intel.com</email>
</author>
<published>2016-11-15T14:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=a63aef8fba55171e4e598b36932e46c379bf1ec7'/>
<id>a63aef8fba55171e4e598b36932e46c379bf1ec7</id>
<content type='text'>
* removed deprecated barbican options
* fixed formatting in key_manager_opts list

Change-Id: Ia889084dc563c145e68390f75c53fac92b3f3ae6
Implements: blueprint centralize-config-options-ocata
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* removed deprecated barbican options
* fixed formatting in key_manager_opts list

Change-Id: Ia889084dc563c145e68390f75c53fac92b3f3ae6
Implements: blueprint centralize-config-options-ocata
</pre>
</div>
</content>
</entry>
<entry>
<title>Add deprecated_since parameter</title>
<updated>2016-09-21T16:37:12+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2016-08-10T16:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=e9515ba745babf906089e8895315f7f532ef2458'/>
<id>e9515ba745babf906089e8895315f7f532ef2458</id>
<content type='text'>
This can be used to formalize deprecation timelines, so that options
are removed when planned. This includes moving some lines around, so
that parameters are in a regular order. A future change can remove the
fully deprecated options.

The relevant commits are:

    DEFAULT     vendordata_driver               21da1ba
    cells       manager                         0fcec69
    cells       driver                          579c98a
    conductor   use_local                       a698871
    conductor   manager                         e683c41
    service     metadata_manager                0fcec69
    service     compute_manager                 0fcec69
    service     console_manager                 0fcec69
    service     consoleauth_manager             0fcec69
    service     cert_manager                    0fcec69
    service     scheduler_manager               0fcec69
    DEFAULT     quota_driver                    4306388
    DEFAULT     compute_available_monitors      973f312
    DEFAULT     compute_stats_class             3be36fc
    DEFAULT     snapshot_name_template          aeee454
    DEFAULT     db_driver                       c87ae92
    DEFAULT     image_decryption_dir            be86b27
    DEFAULT     s3_host                         be86b27
    DEFAULT     s3_port                         be86b27
    DEFAULT     s3_access_key                   be86b27
    DEFAULT     s3_secret_key                   be86b27
    DEFAULT     s3_use_ssl                      be86b27
    DEFAULT     s3_affix_tenant                 be86b27
    DEFAULT     enable_network_quota            d0b8fec
    DEFAULT     quota_networks                  d0b8fec
    glance      use_glance_v1                   16dd86f
    image_file_url      filesystems             9931ef9
    image_file_url:???  id                      9931ef9
    image_file_url:???  mountpoint              9931ef9
    DEFAULT     fatal_exception_format_errors   6919b25
    barbican    catalog_info                    899a140
    barbican    endpoint_template               899a140
    barbican    os_region_name                  899a140
    ironic      admin_username                  2ea2399
    ironic      admin_password                  2ea2399
    libvirt     use_usb_tablet                  73d5d1f
    libvirt     image_info_filename_pattern     2c389cc
    libvirt     checksum_base_images            2c389cc
    libvirt     checksum_interval_seconds       2c389cc
    DEFAULT     share_dhcp_address              e29a800
    DEFAULT     security_group_api              ef957ee
    osapi_v21   extensions_blacklist            11507ee
    osapi_v21   extensions_whitelist            11507ee
    osapi_v21   project_id_regex                1f16a76
    DEFAULT     cert_topic                      5afc8e5
    DEFAULT     default_flavor                  b7660e0

Change-Id: I9e483109b52fe6d98e386a03010063cb37a0d9c8
Implements: bp centralize-config-options-ocata
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be used to formalize deprecation timelines, so that options
are removed when planned. This includes moving some lines around, so
that parameters are in a regular order. A future change can remove the
fully deprecated options.

The relevant commits are:

    DEFAULT     vendordata_driver               21da1ba
    cells       manager                         0fcec69
    cells       driver                          579c98a
    conductor   use_local                       a698871
    conductor   manager                         e683c41
    service     metadata_manager                0fcec69
    service     compute_manager                 0fcec69
    service     console_manager                 0fcec69
    service     consoleauth_manager             0fcec69
    service     cert_manager                    0fcec69
    service     scheduler_manager               0fcec69
    DEFAULT     quota_driver                    4306388
    DEFAULT     compute_available_monitors      973f312
    DEFAULT     compute_stats_class             3be36fc
    DEFAULT     snapshot_name_template          aeee454
    DEFAULT     db_driver                       c87ae92
    DEFAULT     image_decryption_dir            be86b27
    DEFAULT     s3_host                         be86b27
    DEFAULT     s3_port                         be86b27
    DEFAULT     s3_access_key                   be86b27
    DEFAULT     s3_secret_key                   be86b27
    DEFAULT     s3_use_ssl                      be86b27
    DEFAULT     s3_affix_tenant                 be86b27
    DEFAULT     enable_network_quota            d0b8fec
    DEFAULT     quota_networks                  d0b8fec
    glance      use_glance_v1                   16dd86f
    image_file_url      filesystems             9931ef9
    image_file_url:???  id                      9931ef9
    image_file_url:???  mountpoint              9931ef9
    DEFAULT     fatal_exception_format_errors   6919b25
    barbican    catalog_info                    899a140
    barbican    endpoint_template               899a140
    barbican    os_region_name                  899a140
    ironic      admin_username                  2ea2399
    ironic      admin_password                  2ea2399
    libvirt     use_usb_tablet                  73d5d1f
    libvirt     image_info_filename_pattern     2c389cc
    libvirt     checksum_base_images            2c389cc
    libvirt     checksum_interval_seconds       2c389cc
    DEFAULT     share_dhcp_address              e29a800
    DEFAULT     security_group_api              ef957ee
    osapi_v21   extensions_blacklist            11507ee
    osapi_v21   extensions_whitelist            11507ee
    osapi_v21   project_id_regex                1f16a76
    DEFAULT     cert_topic                      5afc8e5
    DEFAULT     default_flavor                  b7660e0

Change-Id: I9e483109b52fe6d98e386a03010063cb37a0d9c8
Implements: bp centralize-config-options-ocata
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged barbican and key_manager conf files into one.</title>
<updated>2016-08-03T18:18:39+00:00</updated>
<author>
<name>Sarafraj Singh</name>
<email>Sarafraj.Singh@intel.com</email>
</author>
<published>2016-08-01T18:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=b30b16d90cf1313ab63c6dc1fb3b261d3ca597fe'/>
<id>b30b16d90cf1313ab63c6dc1fb3b261d3ca597fe</id>
<content type='text'>
The Castellan library has only one call to register and list
both key_manager and barbican options. To align with that
merging barbican options into key_manger file. In current case
register and list options in the Castellan library gets called twice
which result in duplicate options  in document, but it works
because oslo removes the duplicate options from doc.
But right approach will be to merge these options in one file.

Blueprint centralize-config-options-newton

Change-Id: I91194c5462d200dde73efb3f8b0ddad5d9d1d141

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Castellan library has only one call to register and list
both key_manager and barbican options. To align with that
merging barbican options into key_manger file. In current case
register and list options in the Castellan library gets called twice
which result in duplicate options  in document, but it works
because oslo removes the duplicate options from doc.
But right approach will be to merge these options in one file.

Blueprint centralize-config-options-newton

Change-Id: I91194c5462d200dde73efb3f8b0ddad5d9d1d141

</pre>
</div>
</content>
</entry>
<entry>
<title>add "needs:*" tags to the config option modules</title>
<updated>2016-06-06T12:34:18+00:00</updated>
<author>
<name>Markus Zoeller</name>
<email>mzoeller@de.ibm.com</email>
</author>
<published>2016-05-27T16:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=08f7f7a89366487bf2782bdc3ca5b4dab9a4487f'/>
<id>08f7f7a89366487bf2782bdc3ca5b4dab9a4487f</id>
<content type='text'>
To make it trackable which fixes the config options need, we add tag
at the beginning of the files. If the fix is done, the tag will be
removed. We discussed this on the ML with [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/2016-May/095538.html

Implements blueprint centralize-config-options-newton

Change-Id: Ibcd89bc550c6f534b5fa297df74bd59eb481e921
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make it trackable which fixes the config options need, we add tag
at the beginning of the files. If the fix is done, the tag will be
removed. We discussed this on the ML with [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/2016-May/095538.html

Implements blueprint centralize-config-options-newton

Change-Id: Ibcd89bc550c6f534b5fa297df74bd59eb481e921
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace key manager with Castellan</title>
<updated>2016-04-27T18:37:06+00:00</updated>
<author>
<name>Kaitlin Farr</name>
<email>kaitlin.farr@jhuapl.edu</email>
</author>
<published>2016-04-21T18:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=f006ff4de70077b05c3e4e266499bda2fc22db17'/>
<id>f006ff4de70077b05c3e4e266499bda2fc22db17</id>
<content type='text'>
Because key manager code is duplicated across several projects, a key
manager interface was moved into its own library. This patch goes back
to replace the old code with the new library.

Change-Id: Ib563b0ea4b8b4bc1833bf52bf49a68546c384996
Implements: blueprint use-castellan-key-manager
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because key manager code is duplicated across several projects, a key
manager interface was moved into its own library. This patch goes back
to replace the old code with the new library.

Change-Id: Ib563b0ea4b8b4bc1833bf52bf49a68546c384996
Implements: blueprint use-castellan-key-manager
</pre>
</div>
</content>
</entry>
</feed>
