Install and configure controller node in Installation Guide

Bug #1657997 reported by Carter
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Won't Fix
Medium
Unassigned

Bug Description

#######################################################################################
# Bug 1.
   3. To create the service credentials, complete these steps:

   $ openstack user create --domain default \
  --password-prompt nova

should be :

    $ openstack user create nova --password-prompt # no --domain argument.

#######################################################################################
# Bug 2.
   4.Create the Compute service API endpoints:
     $ openstack endpoint create --region RegionOne \
  compute public http://controller:8774/v2.1/%\(tenant_id\)s
should be:
   openstack endpoint create --region RegionOne \
   --publicurl http://10.1.100.128:8774/v2.1/%\(tenant_id\)s \
   --adminurl http://10.1.100.128:8774/v2.1/%\(tenant_id\)s \
   --internalurl http://10.1.100.128:8774/v2.1/%\(tenant_id\)s \
   nova

-----------------------------------
Release: 0.1 on 2017-01-19 11:29
SHA: bf451298c1dce1816fc733119895c0ecded55b28
Source: http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source/nova-controller-install.rst
URL: http://docs.openstack.org/newton/install-guide-rdo/nova-controller-install.html

Revision history for this message
Alexandra Settle (alexandra-settle) wrote :

According to the OpenStack client help, the second bug you report is true :) thank you for pointing it out.

The first bug you report is not wrong, as you do not need the domain argument. However, if you wanted to specifically edit the default domain, this would be good.

I leave that up to the person that fixes the bug :)

Thank you!

Changed in openstack-manuals:
importance: Undecided → Low
status: New → Confirmed
importance: Low → Medium
milestone: none → ocata
Changed in openstack-manuals:
assignee: nobody → Michael Glaser (mikeg451)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

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

Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
KATO Tomoyuki (kato-tomoyuki) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on openstack-manuals (master)

Change abandoned by Michael Glaser (<email address hidden>) on branch: master
Review: https://review.openstack.org/424257

Changed in openstack-manuals:
assignee: Michael Glaser (mikeg451) → nobody
Changed in openstack-manuals:
status: In Progress → Won't Fix
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.