Bug 1265987

Summary: admin_tenant_name set differently in nova.conf between juno and kilo
Product: Red Hat OpenStack Reporter: Anand Nande <anande>
Component: instack-undercloudAssignee: James Slagle <jslagle>
Status: CLOSED WONTFIX QA Contact: Shai Revivo <srevivo>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0 (Kilo)CC: hbrock, jcoufal, mburns, rhel-osp-director-maint
Target Milestone: ---Keywords: Triaged
Target Release: 10.0 (Newton)   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-19 19:57:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.