Remove node selectors from dsl doc

Node selectors were deprecated in favor of
topology file

Change-Id: I29049ecc6b8f283406a94400c79918c16c4eca98
This commit is contained in:
Andrey Pavlov 2016-08-03 14:57:00 +03:00
parent 768d5f9fd0
commit 86549bdbdf
1 changed files with 0 additions and 5 deletions

View File

@ -15,9 +15,6 @@ Application definition template
- internal-port:external-port
daemonset: true
host-net: true
node-selector:
openstack-controller: "true"
openstack-compute: "true"
containers:
- name: container-name
image: container-image
@ -91,8 +88,6 @@ Parameters description
| | Only internal or both internal:external ports | | array | |
| | can be specified | | | |
+---------------+-----------------------------------------------+----------+------------------+---------+
| node-selector | | false | array of labels | |
+---------------+-----------------------------------------------+----------+------------------+---------+
| daemonset | Create DaemonSet instead of Deployment | false | boolean | false |
+---------------+-----------------------------------------------+----------+------------------+---------+
| host-net | | false | boolean | false |