Skip to content

Instantly share code, notes, and snippets.

@aspiers
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspiers/8868133 to your computer and use it in GitHub Desktop.
Save aspiers/8868133 to your computer and use it in GitHub Desktop.

default port values

bc-template-attributes/
keystone.jsondefault.rb
service_port50005000
api_port500035357
admin_port3535735357

values observed in real deployment and set by recipe

hostportnotes
keystone.conf:
admin_endpointFQDN35357doesn’t seem to be
my_admin_hostadmin_portused in the OpenStack code?
public_endpointpublic IP5000used for pagination
(192.168.126.x)in API queries?
my_public_hostapi_port
keystone database:
internal endpointFQDN5000
my_admin_hostservice_port
admin endpointFQDN35357
my_admin_hostadmin_port
public endpointpublic IP5000port is inconsistent with
(192.168.126.x)public_endpoint above
my_public_hostservice_port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment