123cc109e2
'glance' element now results in a properly-configured, working glance service on first boot. While glance-api and glance-reg may need to be broken out again in the future, the intention now is to focus on a working service for an end-to-end PoC. Change-Id: I4fb1cd5ad6defef5a5c4fddfded46d51e8097b5a
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
service glance-api restart
|
|
service glance-reg restart
|