From 52b69cc510130c22efcbcf7354d4e1f4800781ea Mon Sep 17 00:00:00 2001 From: David Weinholz Date: Tue, 5 Nov 2019 16:34:33 +0100 Subject: [PATCH 1/3] doc(README):updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c2f057..aab04e1b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@ Also you need to provide the path to your config file as the first param when st The client can use a Gateway for starting and stopping machines which allows to use just one floating IP instead of one floating IP per Machine. You can read [here](ProjectGateway.md) how to setup a gateway on an OpenStack instance. -The client will provide all images which have the tag 'portalclient' and all flavors which have portalclient = True in their extra_specs. +The client will provide all images which with at least one tag, which will be filtered for in the cloud-api. +Also the client provides all flavors, which will also be filtered in the cloud-api. + +_**Attention**_: If you are also using the machine where you run the client as a gateway, it is very important to configure the iptables before installing and using docker, otherwise docker could destroy the rules! + #### Create certificates From a125476fb1160944ef865d2b1e6e344304856bd5 Mon Sep 17 00:00:00 2001 From: eKatchko <47833533+eKatchko@users.noreply.github.com> Date: Wed, 6 Nov 2019 14:09:45 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab04e1b..4a58bcaf 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Also you need to provide the path to your config file as the first param when st The client can use a Gateway for starting and stopping machines which allows to use just one floating IP instead of one floating IP per Machine. You can read [here](ProjectGateway.md) how to setup a gateway on an OpenStack instance. -The client will provide all images which with at least one tag, which will be filtered for in the cloud-api. +The client will provide all images with at least one tag, which will be filtered for in the cloud-api. Also the client provides all flavors, which will also be filtered in the cloud-api. _**Attention**_: If you are also using the machine where you run the client as a gateway, it is very important to configure the iptables before installing and using docker, otherwise docker could destroy the rules! From 20c9ecc766f199aac00d0485da6a19df9649d7c4 Mon Sep 17 00:00:00 2001 From: Ewgenij Katchko Date: Thu, 7 Nov 2019 19:59:22 +0100 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2002acb..e04695e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## (2019-11-07) + +### Refactors + +* **readme:** update readme + ## (2019-10-25)