Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Bugfixes for functional release tagging#129

Merged
v1k0d3n merged 1 commit intoatt-comdev:masterfrom
alanmeadows:release_tag_fixes
Jan 20, 2017
Merged

Bugfixes for functional release tagging#129
v1k0d3n merged 1 commit intoatt-comdev:masterfrom
alanmeadows:release_tag_fixes

Conversation

@alanmeadows
Copy link
Copy Markdown
Contributor

@alanmeadows alanmeadows commented Jan 20, 2017

  • Allow glance to support using default secrets
    if none are provided

  • Resolve configmap mounting issue with glance
    ceph secrets

  • Add configmap hashing to glance for consistent
    chart behavior

  • Ensure keystone wsgi workers/threads are set to
    reasonable numbers for a container implementation


This change is Reviewable

* Allow glance to support using default secrets
  if none are provided

* Resolve configmap mounting issue with glance
  ceph secrets

* Ensure keystone wsgi workers/threads are set to
  reasonable numbers for a container implementation
Copy link
Copy Markdown
Collaborator

@v1k0d3n v1k0d3n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes allow us to release the following release: 0.1.0. LGTM.

These changes have been confirmed to work in a lab environment, and documentation will soon follow (latest by early next week).

@v1k0d3n v1k0d3n merged commit ca1360c into att-comdev:master Jan 20, 2017
Copy link
Copy Markdown
Contributor

@larryrensing larryrensing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm


<VirtualHost *:{{ .Values.network.port.public }}>
WSGIDaemonProcess keystone-public processes=16 threads=6 user=keystone group=keystone display-name=%{GROUP}
WSGIDaemonProcess keystone-public processes=1 threads=4 user=keystone group=keystone display-name=%{GROUP}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

much needed


<VirtualHost *:{{ .Values.network.port.admin }}>
WSGIDaemonProcess keystone-admin processes=16 threads=5 user=keystone group=keystone display-name=%{GROUP}
WSGIDaemonProcess keystone-admin processes=1 threads=4 user=keystone group=keystone display-name=%{GROUP}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here also

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants