Activity log for bug #1650697

Date Who What changed Old value New value Message
2016-12-17 01:24:49 Ignatious Johnson Christopher bug added bug
2016-12-17 01:25:17 Ignatious Johnson Christopher nominated for series juniperopenstack/r3.1
2016-12-17 01:25:17 Ignatious Johnson Christopher bug task added juniperopenstack/r3.1
2016-12-17 01:25:17 Ignatious Johnson Christopher nominated for series juniperopenstack/r3.2
2016-12-17 01:25:17 Ignatious Johnson Christopher bug task added juniperopenstack/r3.2
2016-12-17 01:25:17 Ignatious Johnson Christopher nominated for series juniperopenstack/r3.0.3.x
2016-12-17 01:25:17 Ignatious Johnson Christopher bug task added juniperopenstack/r3.0.3.x
2016-12-17 01:25:17 Ignatious Johnson Christopher nominated for series juniperopenstack/r3.0.2.x
2016-12-17 01:25:17 Ignatious Johnson Christopher bug task added juniperopenstack/r3.0.2.x
2016-12-17 01:25:17 Ignatious Johnson Christopher nominated for series juniperopenstack/trunk
2016-12-17 01:25:17 Ignatious Johnson Christopher bug task added juniperopenstack/trunk
2016-12-17 01:25:17 Ignatious Johnson Christopher nominated for series juniperopenstack/r3.0
2016-12-17 01:25:17 Ignatious Johnson Christopher bug task added juniperopenstack/r3.0
2016-12-17 01:25:26 Ignatious Johnson Christopher bug task deleted juniperopenstack/r3.0.2.x
2016-12-17 01:25:47 Jeba Paulaiyan juniperopenstack/r3.2: importance Undecided High
2016-12-17 01:25:51 Jeba Paulaiyan juniperopenstack/r3.0.3.x: importance Undecided High
2016-12-17 01:26:24 Jeba Paulaiyan juniperopenstack/r3.0.3.x: assignee Ignatious Johnson Christopher (ijohnson-x)
2016-12-17 01:26:27 Jeba Paulaiyan juniperopenstack/r3.2: assignee Ignatious Johnson Christopher (ijohnson-x)
2016-12-17 01:26:34 Jeba Paulaiyan juniperopenstack/r3.1: importance Undecided High
2016-12-17 01:26:39 Jeba Paulaiyan juniperopenstack/r3.0: importance Undecided High
2016-12-17 01:29:17 Jeba Paulaiyan juniperopenstack/r3.0: assignee Ignatious Johnson Christopher (ijohnson-x)
2016-12-17 01:29:27 Jeba Paulaiyan juniperopenstack/r3.1: assignee Ignatious Johnson Christopher (ijohnson-x)
2016-12-17 01:29:34 Jeba Paulaiyan juniperopenstack/r3.1: milestone r3.1.2.0
2016-12-17 01:29:37 Jeba Paulaiyan juniperopenstack/r3.2: milestone r3.2.0.0-fcs
2016-12-17 01:29:41 Jeba Paulaiyan juniperopenstack/trunk: milestone r4.0
2016-12-17 01:29:50 Jeba Paulaiyan juniperopenstack/r3.0.3.x: milestone r3.0.3.3
2016-12-17 03:41:11 Ignatious Johnson Christopher summary contrail api and vncapi client connecting to keystone insecurely is broken contrail api and vncapi client connecting to keystone insecurely needs to be suported
2016-12-17 03:41:23 Ignatious Johnson Christopher description contrail api and vncapi client connecting to keystone insecurely is broken. contrail api and vncapi client connecting to keystone insecurely needs to be supported.
2016-12-17 04:05:41 Ignatious Johnson Christopher summary contrail api and vncapi client connecting to keystone insecurely needs to be suported contrail api connecting to keystone insecurely needs to be suported
2016-12-17 04:05:43 Ignatious Johnson Christopher description contrail api and vncapi client connecting to keystone insecurely needs to be supported. contrail api and vncapi client connecting to keystone insecurely needs to be supported. when insecure=True is set in the /etc/contrail/contrail-keystone-auth.conf, to allow contrail-api to connect to keystone insecurely, contrail-api fails to start with following traceback. Traceback (most recent call last): File "/usr/bin/contrail-api", line 9, in <module> load_entry_point('vnc-cfg-api-server==0.1dev', 'console_scripts', 'contrail-api')() File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 3510, in server_main main() File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 3469, in main vnc_api_server = VncApiServer(args_str) File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 1470, in __init__ auth_svc = vnc_auth_keystone.AuthServiceKeystone(self, self._args) File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_auth_keystone.py", line 143, in __init__ if args.auth_protocol == 'https' and args.cafile: AttributeError: 'Namespace' object has no attribute 'cafile'
2016-12-17 04:05:54 Ignatious Johnson Christopher description contrail api and vncapi client connecting to keystone insecurely needs to be supported. when insecure=True is set in the /etc/contrail/contrail-keystone-auth.conf, to allow contrail-api to connect to keystone insecurely, contrail-api fails to start with following traceback. Traceback (most recent call last): File "/usr/bin/contrail-api", line 9, in <module> load_entry_point('vnc-cfg-api-server==0.1dev', 'console_scripts', 'contrail-api')() File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 3510, in server_main main() File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 3469, in main vnc_api_server = VncApiServer(args_str) File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 1470, in __init__ auth_svc = vnc_auth_keystone.AuthServiceKeystone(self, self._args) File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_auth_keystone.py", line 143, in __init__ if args.auth_protocol == 'https' and args.cafile: AttributeError: 'Namespace' object has no attribute 'cafile' contrail-api connecting to keystone insecurely needs to be supported. when insecure=True is set in the /etc/contrail/contrail-keystone-auth.conf, to allow contrail-api to connect to keystone insecurely, contrail-api fails to start with following traceback. Traceback (most recent call last):   File "/usr/bin/contrail-api", line 9, in <module>     load_entry_point('vnc-cfg-api-server==0.1dev', 'console_scripts', 'contrail-api')()   File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 3510, in server_main     main()   File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 3469, in main     vnc_api_server = VncApiServer(args_str)   File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_cfg_api_server.py", line 1470, in __init__     auth_svc = vnc_auth_keystone.AuthServiceKeystone(self, self._args)   File "/usr/lib/python2.7/site-packages/vnc_cfg_api_server/vnc_auth_keystone.py", line 143, in __init__     if args.auth_protocol == 'https' and args.cafile: AttributeError: 'Namespace' object has no attribute 'cafile'
2016-12-17 04:45:39 OpenContrail Admin juniperopenstack/trunk: status New In Progress
2016-12-17 04:45:42 OpenContrail Admin juniperopenstack/r3.1: status New In Progress
2016-12-17 04:45:45 OpenContrail Admin juniperopenstack/r3.2: status New In Progress
2016-12-17 04:45:48 OpenContrail Admin juniperopenstack/r3.0: status New In Progress
2016-12-17 04:45:50 OpenContrail Admin juniperopenstack/r3.0.3.x: status New In Progress
2016-12-18 01:12:32 Jeba Paulaiyan information type Proprietary Public
2016-12-18 04:40:53 OpenContrail Admin juniperopenstack/r3.2: status In Progress Fix Committed
2016-12-18 23:14:27 OpenContrail Admin juniperopenstack/r3.0: status In Progress Fix Committed
2016-12-18 23:14:28 OpenContrail Admin juniperopenstack/r3.0: milestone r3.0.4.0
2016-12-18 23:15:11 OpenContrail Admin juniperopenstack/trunk: status In Progress Fix Committed
2016-12-18 23:16:04 OpenContrail Admin juniperopenstack/r3.1: status In Progress Fix Committed
2016-12-19 17:16:01 OpenContrail Admin juniperopenstack/r3.0.3.x: status In Progress Fix Committed
2016-12-19 17:31:00 Ashish Ranjan juniperopenstack/r3.0.3.x: milestone r3.0.3.3 r3.0.3.2
2017-01-14 07:01:00 OpenContrail Admin nominated for series juniperopenstack/r3.1.1.x
2017-01-14 07:01:00 OpenContrail Admin bug task added juniperopenstack/r3.1.1.x
2017-01-14 07:01:00 OpenContrail Admin bug task added juniperopenstack/r3.1.1.x
2017-01-31 10:41:09 OpenContrail Admin juniperopenstack/r3.1.1.x: status In Progress Fix Committed
2017-01-31 10:41:10 OpenContrail Admin juniperopenstack/r3.1.1.x: milestone r3.1.1.1