slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

Automatically create needed attributes and attribute namespaces #329

Closed 0xbase12 closed 6 years ago

0xbase12 commented 7 years ago

ServiceOffersCommand.py base command should create default attribute namespaces automatically if not found:

It should also call a specific function defined in each connector to create all needed attribute namespaces and attributes: Example: Exoscale connector should create:

Remove creation of schema-org from deploy_prs_service function in https://github.com/slipstream/SlipStream/blob/master/install/slipstream.sh#L892