Commit Graph

6 Commits

Author SHA1 Message Date
ricolin 9bbf3d8a97 retire js-openstack-lib
This project is being retired

Release update: https://review.opendev.org/c/openstack/governance/+/771789

ML: http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019847.html
Codesearch: https://codesearch.opendev.org/?q=js-openstack-lib&i=nope&files=&excludeFiles=&repos=

Change-Id: I94c42c0ac3ec23c685d1b50d35383ad078916f06
2023-10-19 12:29:20 -07:00
Monty Taylor 346f7eeda0 Update eslint and switch to standard
The openstack eslint package is just really not needed at this
point. Use standardjs and run --fix on it.

Switch away from using node 8 to run linters and tests.

Change-Id: I51f68d4ec30c8da5d1601ef00045e53f90d0554b
2020-06-12 13:04:59 -05:00
Michael Krotscheck 7ee22fdfbe Created Nova service with flavorList method.
We can now query for flavors.

Change-Id: Ia19afa530ae8c2df60db740cec9267fe240978c0
2016-12-02 17:49:37 -05:00
Corentin Ardeois b033ad652e Added Neutron Service
This neutron service follows the same pattern as the glance service,
and provides both version negotiation and endpoint discovery.

Change-Id: Ia2f59213eedf6d7acbb02789ee921c13ff391d09
2016-09-26 14:05:34 -04:00
Michael Krotscheck 7a64d24795 Added Glance Service
This glance service follows the same pattern as the keystone service,
and provides both version negotiation and endpoint discovery. Unlike
the keystone service, however, it is configured using an endpoint
configuration object as discovered from the Keystone service catalog.

Change-Id: I0fe2bc9690022688e2cb80b9ca1b10bcea86c13d
2016-09-01 14:38:37 -07:00
Corentin Ardeois 327dceee2b Add configure-devstack task for devstack gate
This patch adds 'configure-devstack' task to enable CORS headers in
keystone before functional-test are run.
No 'ini' library was used as I didn't find any supporting section
syntax "[[post-config|$KEYSTONE_CONF]]"

Change-Id: I7f335bbba3a768387a7d77916df019ba46e5519f
2016-08-08 16:22:25 -04:00