Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Dev (#161)
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
eKatchko authored Nov 7, 2019
2 parents 16f7faf + 20c9ecc commit 31c33bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## (2019-11-07)

### Refactors

* **readme:** update readme

## (2019-10-25)


Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

Expand Down

0 comments on commit 31c33bf

Please sign in to comment.