File tree Expand file tree Collapse file tree 6 files changed +3
-11
lines changed
Expand file tree Collapse file tree 6 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 320320 dstat : true
321321 etcd3 : true
322322 mysql : true
323- peakmem_tracker : true
324323 rabbit : true
325324 group-vars :
326325 subnode :
327326 devstack_services :
328327 # Shared services
329328 dstat : true
330- peakmem_tracker : true
331329 devstack_localrc :
332330 # Multinode specific settings
333331 HOST_IP : " {{ hostvars[inventory_hostname]['nodepool']['private_ipv4'] }}"
394392 dstat : true
395393 etcd3 : true
396394 mysql : true
397- peakmem_tracker : true
398395 rabbit : true
399396 tls-proxy : true
400397 # Keystone services
450447 # This list replaces the test-matrix.
451448 # Shared services
452449 dstat : true
453- peakmem_tracker : true
454450 tls-proxy : true
455451 # Nova services
456452 n-cpu : true
Original file line number Diff line number Diff line change 11dstat
2- python-psutil
Original file line number Diff line number Diff line change 11dstat
2- python-psutil
Original file line number Diff line number Diff line change 11dstat # not:f29
22pcp-system-tools # dist:f29
3- python-psutil
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ function install_get_pip {
8989 die $LINENO " Download of get-pip.py failed"
9090 touch $LOCAL_PIP .downloaded
9191 fi
92- sudo -H -E python $LOCAL_PIP -c $TOOLS_DIR /cap-pip.txt
93- if python3_enabled; then
94- sudo -H -E python${PYTHON3_VERSION} $LOCAL_PIP -c $TOOLS_DIR /cap-pip.txt
92+ sudo -H -E python${PYTHON3_VERSION} $LOCAL_PIP
93+ if ! python3_enabled; then
94+ sudo -H -E python $LOCAL_PIP
9595 fi
9696}
9797
You can’t perform that action at this time.
0 commit comments