86e35666c4
This commit introduces the `kuryr-k8s` service by adding the service binary and focusing on loading configuration options. The configuration options are inherited from kuryr-lib project (http://github.com/openstack/kuryr) and loaded at runtime, together with the project ones. These configuration options can be also generated using the `oslo-config-generator` utility by using: tox -e genconfig The service runs as any other OpenStack-based service: kuryr-k8s [--debug] [--config-file foo] ... Partial-Implements: blueprint kuryr-k8s-integration Change-Id: I7e52aef8fb2767dcc46317f2212f4285a17b11da Signed-off-by: Jaume Devesa <devvesa@gmail.com> Co-Authored-By: Taku Fukushima <f.tac.mac@gmail.com>