← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1783010] [NEW] Configure the Apache HTTP server (incorrect edit file)

 

Public bug reported:

This bug tracker is for errors with the documentation, use the following
as a template and remove or add fields as you see fit. Convert [ ] into
[x] to check boxes:

- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.

Configure the Apache HTTP server

1. Edit the /etc/apache2/sites-enabled/keystone.conf file and add the
ServerName option to reference the controller node:

  <VirtualHost *:5000>
    ServerName controller
    ...
  </VirtualHost>

** Affects: keystone
     Importance: Undecided
         Status: New


** Tags: doc

** Description changed:

- 
  This bug tracker is for errors with the documentation, use the following
  as a template and remove or add fields as you see fit. Convert [ ] into
  [x] to check boxes:
  
  - [ ] This doc is inaccurate in this way: ______
  - [ ] This is a doc addition request.
- - [x] I have a fix to the document that I can paste below including example: input and output. 
+ - [x] I have a fix to the document that I can paste below including example: input and output.
+ 
+ Configure the Apache HTTP server
  
  1. Edit the /etc/apache2/sites-enabled/keystone.conf file and add the
  ServerName option to reference the controller node:
  
-   <VirtualHost *:5000>
-     ServerName controller
-     ...
-   </VirtualHost>
- 
- 
- If you have a troubleshooting or support issue, use the following
- resources:
- 
-  - Ask OpenStack: http://ask.openstack.org
-  - The mailing list: http://lists.openstack.org
-  - IRC: 'openstack' channel on Freenode
- 
- -----------------------------------
- Release: 13.0.1.dev9 on 2018-05-08 06:44
- SHA: 4ca0172fcdb1ce28a1f00d5a0e1bb3d646141803
- Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-install-ubuntu.rst
- URL: https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html
+   <VirtualHost *:5000>
+     ServerName controller
+     ...
+   </VirtualHost>

** Summary changed:

- Configure the Apache HTTP server (incorrect file)
+ Configure the Apache HTTP server (incorrect edit file)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1783010

Title:
  Configure the Apache HTTP server (incorrect edit file)

Status in OpenStack Identity (keystone):
  New

Bug description:
  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [ ] This doc is inaccurate in this way: ______
  - [ ] This is a doc addition request.
  - [x] I have a fix to the document that I can paste below including example: input and output.

  Configure the Apache HTTP server

  1. Edit the /etc/apache2/sites-enabled/keystone.conf file and add the
  ServerName option to reference the controller node:

    <VirtualHost *:5000>
      ServerName controller
      ...
    </VirtualHost>

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1783010/+subscriptions


Follow ups