vcenter_hooks.py has incorrect service endpoint lookup entry

Bug #1546050 reported by Ilya Bumarskov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Medium
Ilya Bumarskov
8.0.x
Won't Fix
Medium
Ilya Bumarskov

Bug Description

There is typo in vcenter_hooks.py (https://github.com/openstack/fuel-library/blob/stable/8.0/deployment/puppet/osnailyfacter/modular/astute/vcenter_hooks.py#L79):

def main():
    credentials = get_data_from_hiera('access', ':hash')
    USERNAME = credentials['user']
    PASSWORD = credentials['password']
    PROJECT_ID = credentials['tenant']
    VERSION = 2
    IP = []
    IP.append(get_data_from_hiera('keystone_vip'))
    IP.append(get_data_from_hiera('senvice_endpoint')) <------- seNvice_endpoint
    IP.append(get_data_from_hiera('management_vip'))
    AUTH_URL = "http://" + ifilter(None, IP).next() + ":5000/v2.0/"

Tags: area-library
Changed in fuel:
importance: Undecided → Medium
assignee: nobody → Ilya Bumarskov (ibumarskov)
milestone: none → 9.0
tags: added: area-library
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/280616

Changed in fuel:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/280616
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=726a147b1ec96d1270c3fd38f1c44fc50bae563b
Submitter: Jenkins
Branch: master

commit 726a147b1ec96d1270c3fd38f1c44fc50bae563b
Author: Ilya Bumarskov <email address hidden>
Date: Sat Feb 13 22:17:54 2016 +0300

    Fix typo in service_endpoint name (vcenter_hook.py)

    Change-Id: Id16ac187b68ea5b3627912389ea6bec50d5bfc65
    Closes-bug: #1546050

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
Ekaterina Khomyakova (ekhomyakova) wrote :

Verified on Fuel 9.0 #133.

Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Vitaly Sedelnik (vsedelnik) wrote :

Won't Fix for 8.0-updates because of Medium importance

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.