Bug 1265987 - admin_tenant_name set differently in nova.conf between juno and kilo
Summary: admin_tenant_name set differently in nova.conf between juno and kilo
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: instack-undercloud
Version: 7.0 (Kilo)
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: 10.0 (Newton)
Assignee: James Slagle
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-24 09:10 UTC by Anand Nande
Modified: 2016-10-09 22:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-19 19:57:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Anand Nande 2015-09-24 09:10:06 UTC
Description of problem:

[In OSP-6] packstack sets :
===========================
$ less /etc/nova/nova.conf | grep admin_tenant_name | grep -v ^#
admin_tenant_name=services
admin_tenant_name=services

[In OSP-7 / on undercloud ]
===========================
[stack@instack ~]$ sudo grep -v ^#  /etc/nova/nova.conf  | grep "admin_tenant_name"
admin_tenant_name=service
admin_tenant_name=service
admin_tenant_name=service

[In OSP-7 / on overcloud-controller]
====================================
[heat-admin@overcloud-controller-0 ~]$ sudo less /etc/nova/nova.conf | grep admin_tenant_name | grep -v ^#
admin_tenant_name=service
admin_tenant_name=service



Version-Release number of selected component (if applicable): 


How reproducible: always


Steps to Reproduce:
1. Install OSP-6 with packstack and grep admin_tenant_name in nova.conf
2. On the Instack system : openstack undercloud install
3. Then upon installing the undercloud : openstack overcloud deploy [..]
4. (on undercloud) grep admin_tenant_name in nova.conf
5. (on overcloud) grep admin_tenant_name in nova.conf
6. Observe that these are different than the previous version.

Actual results: In OSP-7 admin_tenant_name set to "service". In OSP-6, admin_tenant_name set to "services". Any minor changes like these make upgrading environments to it that much harder.


Expected results: admin_tenant_name service or services should be preserved across major versions.


Additional info:

Comment 3 Mike Burns 2016-04-07 20:50:54 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 5 Mike Burns 2016-08-19 19:57:10 UTC
Packstack to director is only supported in a side-by-side migration.  There is no direct upgrade path.  

Given this hasn't been fixed, it's not an upgrade issue for director, so closing WONTFIX.  If you disagree, please reopen.


Note You need to log in before you can comment on or make changes to this bug.