
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
bosh_openstack_registry
Advanced tools
Copyright (c) 2009-2012 VMware, Inc.
For online documentation see: http://rubydoc.info/gems/bosh_openstack_registry/
bin/migrate [<options>]
-c, --config FILE OpenStack Registry configuration file
bin/openstack_registry [<options>]
-c, --config FILE OpenStack Registry configuration file
These options are passed to the OpenStack Registry when it is instantiated.
These are the options for the Registry HTTP server (by default server is bound to address 0.0.0.0):
port
(required)
Registry portuser
(required)
Registry user (for HTTP Basic authentication)password
(required)
Registry password (for HTTP Basic authentication)These are the options for the database connection where registry will store server properties:
database
(required)
DB connection URImax_connections
(required)
Maximum size of the connection poolpool_timeout
(required)
Number of seconds to wait if a connection cannot be acquired before
raising an errorThese are the credentials to connect to OpenStack services:
auth_url
(required)
URL of the OpenStack Identity endpoint to connect tousername
(required)
OpenStack user nameapi_key
(required)
OpenStack API keytenant
(required)
OpenStack tenant nameregion
(optional)
OpenStack regionThis is a sample of an OpenStack Registry configuration file:
---
loglevel: debug
http:
port: 25695
user: admin
password: admin
db:
database: "sqlite:///:memory:"
max_connections: 32
pool_timeout: 10
openstack:
auth_url: "http://127.0.0.1:5000/v2.0/tokens"
username: foo
api_key: bar
tenant: foo
region:
FAQs
Unknown package
We found that bosh_openstack_registry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.