[Yahoo-eng-team] [Bug 1668542] Re: nova.conf - az configuration options in Configuration Reference

2017-09-06 Thread Andreas Jaeger
** No longer affects: openstack-manuals

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

Title:
  nova.conf - az configuration options in Configuration Reference

Status in OpenStack Compute (nova):
  Fix Released

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:

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

  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

  

  The descriptions of default_availability_zone and
  default_schedule_zone are confusing, they seem to serve the same
  purpose and it is not clear how they differ.

  Looking at the code a bit, the text for default_schedule_zone is even
  wrong, it does not affect the scheduler (at least not directly), but
  is being used in the "create server" call in the API in case that the
  original request did not specify an availability_zone.

  The default_availability_zone in contrast seems to be used to evaluate
  what the az for a compute host will be if it is not being set by other
  means.

  It would be nice if someone from Nova team could confirm this before
  we start updating the docs.

  ---
  Release: 0.9 on 2017-02-28 05:45
  SHA: f8b8c1c2f797d927274c6b005dffb4acb18b3a6e
  Source: 
https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/config-reference/source/compute/config-options.rst
  URL: 
https://docs.openstack.org/draft/config-reference/compute/config-options.html

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1668542] Re: nova.conf - az configuration options in Configuration Reference

2017-09-06 Thread Stephen Finucane
Removing openstack-manuals as docs are maintained in the nova tree since
Pike and this is fixed there

** Changed in: openstack-manuals
   Status: Triaged => Invalid

** Changed in: openstack-manuals
 Assignee: foundjem (foundjem-devops) => (unassigned)

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

Title:
  nova.conf - az configuration options in Configuration Reference

Status in OpenStack Compute (nova):
  Fix Released

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:

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

  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

  

  The descriptions of default_availability_zone and
  default_schedule_zone are confusing, they seem to serve the same
  purpose and it is not clear how they differ.

  Looking at the code a bit, the text for default_schedule_zone is even
  wrong, it does not affect the scheduler (at least not directly), but
  is being used in the "create server" call in the API in case that the
  original request did not specify an availability_zone.

  The default_availability_zone in contrast seems to be used to evaluate
  what the az for a compute host will be if it is not being set by other
  means.

  It would be nice if someone from Nova team could confirm this before
  we start updating the docs.

  ---
  Release: 0.9 on 2017-02-28 05:45
  SHA: f8b8c1c2f797d927274c6b005dffb4acb18b3a6e
  Source: 
https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/config-reference/source/compute/config-options.rst
  URL: 
https://docs.openstack.org/draft/config-reference/compute/config-options.html

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1668542] Re: nova.conf - az configuration options in Configuration Reference

2017-06-07 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/438887
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=4814cfb9daeb7c66d9b2701faa506f42a593ba94
Submitter: Jenkins
Branch:master

commit 4814cfb9daeb7c66d9b2701faa506f42a593ba94
Author: John Garbutt 
Date:   Tue Feb 28 09:54:21 2017 +

Fix default_availability_zone docs

The default_availability_zone description incorrectly mentioned about
the VM that is being booted.

To save confusion in the future between default_availability_zone and
default_schedule_zone, I have moved them into the same file.

default_schedule_zone didn't previous define what None meant, that has
also been corrected in this change.

Change-Id: I370e1309f7b2e01ad76d5345c6fe5d0443942fec
Closes-Bug: #1668542
Co-Authored-By: Stephen Finucane 


** Changed in: nova
   Status: In Progress => Fix Released

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

Title:
  nova.conf - az configuration options in Configuration Reference

Status in OpenStack Compute (nova):
  Fix Released
Status in openstack-manuals:
  Triaged

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:

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

  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

  

  The descriptions of default_availability_zone and
  default_schedule_zone are confusing, they seem to serve the same
  purpose and it is not clear how they differ.

  Looking at the code a bit, the text for default_schedule_zone is even
  wrong, it does not affect the scheduler (at least not directly), but
  is being used in the "create server" call in the API in case that the
  original request did not specify an availability_zone.

  The default_availability_zone in contrast seems to be used to evaluate
  what the az for a compute host will be if it is not being set by other
  means.

  It would be nice if someone from Nova team could confirm this before
  we start updating the docs.

  ---
  Release: 0.9 on 2017-02-28 05:45
  SHA: f8b8c1c2f797d927274c6b005dffb4acb18b3a6e
  Source: 
https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/config-reference/source/compute/config-options.rst
  URL: 
https://docs.openstack.org/draft/config-reference/compute/config-options.html

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp