더북(TheBook)

3. 앞에서 인스턴스 생성 템플릿을 작성할 때 사용한 속성들을 살펴보면 다음과 같습니다. 템플릿을 생성할 때 사용한 속성은 이미 정의된 값을 이용해 설정할 수 있습니다.

…
flavor:   constraints:   - {custom_constraint: nova.flavor}   description: The ID
or name of the flavor to boot onto.   immutable: false   required: true   type:
string   update_allowed: true
…
image:   constraints:   - {custom_constraint: glance.image}   description: The
ID or name of the image to boot with.   immutable: false   required: false
type: string update_allowed: true … key_name: constraints: - {custom_constraint: nova.keypair} description: Name of keypair to inject into the server. immutable: false required: false
type: string update_allowed: false …

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.