[Bug 1456876] Fix proposed to charm-neutron-api (master)

OpenStack Infra 1456876 at bugs.launchpad.net
Thu Mar 24 17:39:25 UTC 2016


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

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Juju Charms Collection.
Matching subscriptions: charm-bugs
https://bugs.launchpad.net/bugs/1456876

Title:
  services default to publicURL for internal communication within
  OpenStack

Status in cinder package in Juju Charms Collection:
  In Progress
Status in glance package in Juju Charms Collection:
  In Progress
Status in keystone package in Juju Charms Collection:
  Confirmed
Status in neutron-api package in Juju Charms Collection:
  In Progress
Status in nova-cloud-controller package in Juju Charms Collection:
  In Progress
Status in nova-compute package in Juju Charms Collection:
  In Progress
Status in swift-proxy package in Juju Charms Collection:
  Confirmed

Bug description:
  Default behavior of nova and cinder clients is to use publicURL
  endpoint, provided by keystone. While this works fine for end users,
  it also means that nova-compute will communicate with cinder over
  public network. This is suboptimal cause public endpoints do not have
  to be accessible from nova-compute nodes. What's missing in nova.conf
  is:

  cinder_catalog_info='volume:cinder:internalURL'

  changing default in charms would have a big impact on existing
  deployments that went with whatever is default (publicURL). So, if
  added, this should by default still point at publicURL, unless
  specified otherwise.

  Also, this parameter decides if nova will use cinder v1 or v2 API, so
  additional attention needs to be given to that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charms/+source/cinder/+bug/1456876/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list